aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2026-08-08ftrace: Protect direct_functions in update_ftrace_direct_delLeon Hwang1-5/+8
2026-08-08ftrace: Protect direct_functions in ftrace_find_rec_directLeon Hwang1-1/+2
2026-08-08Merge tag 'fbdev-for-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdevLinus Torvalds5-15/+91
2026-08-08eventfs: Use children field for rcu head and add memory barriersSteven Rostedt2-2/+26
2026-08-08eventfs: Fix use-after-free in eventfs_remove_rec()Shuangpeng Bai1-2/+2
2026-08-08Merge tag 'driver-core-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds5-4/+12
2026-08-08Merge tag 'input-for-v7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds14-36/+108
2026-08-08Merge tag 'powerpc-7.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds3-3/+13
2026-08-08KVM: RISC-V: Clear former VCPU cache on virtualization disableYong-Xuan Wang3-0/+15
2026-08-08RISC-V: KVM: Fix PMU event info array size overflowGuidong Han1-5/+9
2026-08-08i3c: renesas: Don't register devices when ENTDAA times outTommaso Merciai1-1/+1
2026-08-08i3c: master: dw-i3c-master: fix OD timing for first broadcastTze Yee Ng3-17/+67
2026-08-08i3c: mipi-i3c-hci: Advertise IBI wakeup capabilityAdrian Hunter1-2/+6
2026-08-08i3c: mipi-i3c-hci: Factor out i3c_hci_sysdev()Adrian Hunter3-14/+19
2026-08-08i3c: mipi-i3c-hci-pci: Propagate I3C wakeup requirements to PCIAdrian Hunter1-2/+21
2026-08-08i3c: master: Reject IBI requests from non-IBI-capable devicesAdrian Hunter1-3/+5
2026-08-08i3c: master: Add helper to query bus wakeup requirementsAdrian Hunter2-0/+36
2026-08-08i3c: master: Report wakeup events for IBIsAdrian Hunter1-0/+6
2026-08-08i3c: master: Support IBI-based wakeup capabilityAdrian Hunter2-0/+6
2026-08-08i3c: master: Fix potential UAF in i3c_device_match()Adrian Hunter1-1/+3
2026-08-08i3c: master: Fix potential UAF in i3c_device_uevent()Adrian Hunter1-2/+1
2026-08-08i3c: Make dev->desc locking assumptions explicitAdrian Hunter1-2/+1
2026-08-08i3c: master: Fix use-after-free of master->thisAdrian Hunter1-6/+11
2026-08-08i3c: master: Do not treat master device as a duplicate targetAdrian Hunter1-1/+2
2026-08-08i3c: Fix unlocked dereference of dev->desc in i3c_device_get_supported_xfer_mode()Adrian Hunter3-7/+6
2026-08-08i3c: master: Fix recursive locking during device registrationAdrian Hunter2-12/+36
2026-08-08tracing/boot: Add support for eprobe, fprobe, and tprobe eventsMasami Hiramatsu (Google)3-3/+117
2026-08-08futex: Tell kmemleak we're not leaking __futex_queuesPeter Zijlstra1-0/+2
2026-08-08Merge branch 'add-arena-argument-support-to-kfuncs-and-struct_ops'Eduard Zingerman21-59/+1123
2026-08-08selftests/bpf: Test attach rejection for struct_ops arena programsKumar Kartikeya Dwivedi2-0/+79
2026-08-08bpf: Reject tracing/freplace progs for struct_ops with arena argsKumar Kartikeya Dwivedi1-0/+10
2026-08-08selftests/bpf: Test stack-passed struct_ops arena argumentsTejun Heo4-0/+39
2026-08-08bpf, x86: Fix stack-passed arguments for indirect trampolinesTejun Heo1-7/+8
2026-08-08selftests/bpf: Add struct_ops __arena and __arena__nullable argument testsTejun Heo6-0/+217
2026-08-08selftests/bpf: Add JIT-sequence tests for __arena kfunc argumentsTejun Heo2-0/+101
2026-08-08selftests/bpf: Add kfunc __arena and __arena__nullable argument testsTejun Heo4-0/+290
2026-08-08bpf, x86: Convert struct_ops arena arguments in the trampolineTejun Heo1-6/+51
2026-08-08bpf, x86: JIT __arena kfunc argument rebasingTejun Heo1-0/+50
2026-08-08bpf: Support __arena and __arena__nullable on struct_ops argumentsTejun Heo7-22/+133
2026-08-08bpf: Support __arena and __arena__nullable kfunc argument suffixesTejun Heo6-5/+100
2026-08-08bpf: Collect kfuncs after resolving program resourcesKumar Kartikeya Dwivedi1-5/+6
2026-08-08bpf: Split subprogram and kfunc collectionKumar Kartikeya Dwivedi1-9/+32
2026-08-08bpf: Rename 'early' BTF checking as a preparation phaseKumar Kartikeya Dwivedi3-10/+12
2026-08-08selftests/bpf: Verify zext_dst annotations for various instructionsEduard Zingerman2-0/+394
2026-08-08bpf: Simplify the bpf_is_reg64()Eduard Zingerman1-82/+26
2026-08-08bpf: Infer zext_dst based on static register liveness analysisEduard Zingerman4-122/+38
2026-08-08bpf: Track upper 32-bit register halves' liveness in compute_live_registers()Eduard Zingerman2-31/+59
2026-08-08bpf: Move bpf_is_reg64() to fixups.cEduard Zingerman2-90/+90
2026-08-08bpf: Extract is_addr_space_cast32() utility functionEduard Zingerman1-9/+26
2026-08-08bpf: Do not print a newline after disassembly in bpf_verbose_insn()Eduard Zingerman6-55/+43