summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-07-07KVM: selftests: Add an irqfd send+receive (and later IRQ bypass) testDavid Matlack
2026-07-07KVM: selftests: Add helper to generate random u64 in range [min,max]Josh Hilke
2026-07-07KVM: selftests: Seed libc's RNG before using it to generate a seed for KVM's ...Sean Christopherson
2026-07-07KVM: selftests: Initialize the default/global pRNG during kvm_selftest_init()Sean Christopherson
2026-07-07KVM: selftests: Rename guest_rng to kvm_rngJosh Hilke
2026-07-07KVM: selftests: Add macros to read/write+sync to/from guest memoryDavid Matlack
2026-07-07KVM: selftests: Build and link selftests/vfio/lib into KVM selftestsDavid Matlack
2026-07-07nilfs2: handle corrupted checkpoint count gracefully during deletionIgor Putko
2026-07-07tracing/synthetic: Free type string on error pathYu Peng
2026-07-07tracing/user_events: Fix use-after-free in user_event_mm_dup()Michael Bommarito
2026-07-07platform/x86: amd-pmc: Use correct IP block table for AMD 1Ah M80H SoCShyam Sundar S K
2026-07-07platform/x86: asus-armoury: update power limits for G614PRMarco Scardovi
2026-07-07accel/amdxdna: Fix hardware context race in amdxdna_update_heap()Lizhi Hou
2026-07-07accel/amdxdna: Fix deadlock on debug BO command timeoutLizhi Hou
2026-07-07accel/amdxdna: fix open_ref leak and stale client pointer on dma map failureLizhi Hou
2026-07-07accel/amdxdna: Fix potential amdxdna_umap lifetime raceLizhi Hou
2026-07-07KVM: arm64: Fix propagation of TLBI level in kvm_pgtable_stage2_relax_perms()Marc Zyngier
2026-07-07x86/virt/sev: Revert "Drop WBINVD before setting MSR_AMD64_SYSCFG_SNP_EN"Tycho Andersen (AMD)
2026-07-07selftests/bpf: Add test for bpf_get_smp_processor_idMaxim Khmelevskii
2026-07-07s390/bpf: Replace ly instruction with llgfMaxim Khmelevskii
2026-07-07docs/bpf: Document BPF_STRICT_BUILD=0 to tolerate test build failuresRicardo B. Marlière
2026-07-07Merge branch 'bpf-reject-mem_alloc-btf-accesses-past-bounds'Kumar Kartikeya Dwivedi
2026-07-07selftests/bpf: Cover MEM_ALLOC access past object boundsYiyang Chen
2026-07-07bpf: Reject MEM_ALLOC BTF accesses past object boundsYiyang Chen
2026-07-07selftests/bpf: Fix memory leak in msg_alloc_iov error pathMalaya Kumar Rout
2026-07-07Merge branch 'selftests-bpf-libarena-cleanup-and-bitmap-struct'Kumar Kartikeya Dwivedi
2026-07-07selftests/bpf: libarena: Add parallel bitmap selftestEmil Tsalapatis
2026-07-07selftests/bpf: libarena: Add bitmap selftestsEmil Tsalapatis
2026-07-07selftests/bpf: Add arena-based bitmap data structureEmil Tsalapatis
2026-07-07selftests/bpf: libarena: Clean up allocation state before buddy testsEmil Tsalapatis
2026-07-07selftests/bpf: libarena: Fix can-loop zero variable definitionEmil Tsalapatis
2026-07-07selftests/bpf: libarena: Replace leftover st_ prefix with test_Emil Tsalapatis
2026-07-07drm/syncobj: Use kmalloc_objs for chainsJonathan Cavitt
2026-07-07serial: msm: Disable DMA for kernel console UARTStephan Gerhold
2026-07-07serial: max310x: implement gpio_chip::get_direction()Tapio Reijonen
2026-07-07tty: tty_jobctrl: use guard() in tiocgsid()John de la Garza
2026-07-07tty: tty_jobctrl: use guard()s in tiocspgrp()John de la Garza
2026-07-07serial: max310x: honour rs485 properties from per-channel DT subnodeTapio Reijonen
2026-07-07dt-bindings: serial: maxim,max310x: describe per-channel rs485 subnodesTapio Reijonen
2026-07-07serial: max310x: register GPIO controller before adding UART portsTapio Reijonen
2026-07-07vc_screen: replace __get_free_pages() with kmalloc()Mike Rapoport (Microsoft)
2026-07-07tty: serial: men_z135_uart: replace __get_free_page() with kmalloc()Mike Rapoport (Microsoft)
2026-07-07tty: amiserial: replace get_zeroed_page() with kzalloc()Mike Rapoport (Microsoft)
2026-07-07serial: pch: replace __get_free_page() with kmalloc()Mike Rapoport (Microsoft)
2026-07-07drm/exec: Use kvmalloc_objs for exec->objectsJonathan Cavitt
2026-07-07x86/video: Only fall back to vga_default_device() without screen infoMario Limonciello
2026-07-07tracing: Add a no-rcu-check version of trace_##event##_enabled()Steven Rostedt
2026-07-07tracing: Prevent out-of-bounds read in glob matchingHuihui Huang
2026-07-07ufs: core: tracing: Do not dereference pointers in TP_printk()Steven Rostedt
2026-07-07tracing: Fix NULL pointer dereference in func_set_flag()Yuanhe Shu