summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-08-08Merge tag 'imx-dt64-7.3' of https://git.kernel.org/pub/scm/linux/kernel/git/f...Alexandre Belloni
2026-08-08Merge tag 'hisi-arm64-dt-for-7.3' of https://github.com/hisilicon/linux-hisi ...Alexandre Belloni
2026-08-08eventfs: Define event fields before directory creationAnubhav Shelat
2026-08-08ALSA: usb-audio: Fix mixer regression on SteelSeries Arctis Nova 5Takashi Iwai
2026-08-08ALSA: usb: Fix UAF at delayed release of MIDI2 EPsTakashi Iwai
2026-08-08parisc: eisa_eeprom: Add missing MODULE_DESCRIPTION()Jean Delu
2026-08-08ftrace: Drop extra comma in trace_buffered_event_enableLeon Hwang
2026-08-08ftrace: Protect direct_functions in update_ftrace_direct_modLeon Hwang
2026-08-08ftrace: Protect direct_functions in update_ftrace_direct_delLeon Hwang
2026-08-08ftrace: Protect direct_functions in ftrace_find_rec_directLeon Hwang
2026-08-08Merge tag 'fbdev-for-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-08-08eventfs: Use children field for rcu head and add memory barriersSteven Rostedt
2026-08-08eventfs: Fix use-after-free in eventfs_remove_rec()Shuangpeng Bai
2026-08-08Merge tag 'driver-core-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-08-08Merge tag 'input-for-v7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-08-08Merge tag 'powerpc-7.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2026-08-08KVM: RISC-V: Clear former VCPU cache on virtualization disableYong-Xuan Wang
2026-08-08RISC-V: KVM: Fix PMU event info array size overflowGuidong Han
2026-08-08i3c: renesas: Don't register devices when ENTDAA times outTommaso Merciai
2026-08-08i3c: master: dw-i3c-master: fix OD timing for first broadcastTze Yee Ng
2026-08-08i3c: mipi-i3c-hci: Advertise IBI wakeup capabilityAdrian Hunter
2026-08-08i3c: mipi-i3c-hci: Factor out i3c_hci_sysdev()Adrian Hunter
2026-08-08i3c: mipi-i3c-hci-pci: Propagate I3C wakeup requirements to PCIAdrian Hunter
2026-08-08i3c: master: Reject IBI requests from non-IBI-capable devicesAdrian Hunter
2026-08-08i3c: master: Add helper to query bus wakeup requirementsAdrian Hunter
2026-08-08i3c: master: Report wakeup events for IBIsAdrian Hunter
2026-08-08i3c: master: Support IBI-based wakeup capabilityAdrian Hunter
2026-08-08i3c: master: Fix potential UAF in i3c_device_match()Adrian Hunter
2026-08-08i3c: master: Fix potential UAF in i3c_device_uevent()Adrian Hunter
2026-08-08i3c: Make dev->desc locking assumptions explicitAdrian Hunter
2026-08-08i3c: master: Fix use-after-free of master->thisAdrian Hunter
2026-08-08i3c: master: Do not treat master device as a duplicate targetAdrian Hunter
2026-08-08i3c: Fix unlocked dereference of dev->desc in i3c_device_get_supported_xfer_m...Adrian Hunter
2026-08-08i3c: master: Fix recursive locking during device registrationAdrian Hunter
2026-08-08tracing/boot: Add support for eprobe, fprobe, and tprobe eventsMasami Hiramatsu (Google)
2026-08-08futex: Tell kmemleak we're not leaking __futex_queuesPeter Zijlstra
2026-08-08Merge branch 'add-arena-argument-support-to-kfuncs-and-struct_ops'Eduard Zingerman
2026-08-08selftests/bpf: Test attach rejection for struct_ops arena programsKumar Kartikeya Dwivedi
2026-08-08bpf: Reject tracing/freplace progs for struct_ops with arena argsKumar Kartikeya Dwivedi
2026-08-08selftests/bpf: Test stack-passed struct_ops arena argumentsTejun Heo
2026-08-08bpf, x86: Fix stack-passed arguments for indirect trampolinesTejun Heo
2026-08-08selftests/bpf: Add struct_ops __arena and __arena__nullable argument testsTejun Heo
2026-08-08selftests/bpf: Add JIT-sequence tests for __arena kfunc argumentsTejun Heo
2026-08-08selftests/bpf: Add kfunc __arena and __arena__nullable argument testsTejun Heo
2026-08-08bpf, x86: Convert struct_ops arena arguments in the trampolineTejun Heo
2026-08-08bpf, x86: JIT __arena kfunc argument rebasingTejun Heo
2026-08-08bpf: Support __arena and __arena__nullable on struct_ops argumentsTejun Heo
2026-08-08bpf: Support __arena and __arena__nullable kfunc argument suffixesTejun Heo
2026-08-08bpf: Collect kfuncs after resolving program resourcesKumar Kartikeya Dwivedi
2026-08-08bpf: Split subprogram and kfunc collectionKumar Kartikeya Dwivedi