index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-08
ftrace: Protect direct_functions in update_ftrace_direct_del
Leon Hwang
1
-5
/
+8
2026-08-08
ftrace: Protect direct_functions in ftrace_find_rec_direct
Leon Hwang
1
-1
/
+2
2026-08-08
Merge tag 'fbdev-for-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev
Linus Torvalds
5
-15
/
+91
2026-08-08
eventfs: Use children field for rcu head and add memory barriers
Steven Rostedt
2
-2
/
+26
2026-08-08
eventfs: Fix use-after-free in eventfs_remove_rec()
Shuangpeng Bai
1
-2
/
+2
2026-08-08
Merge tag 'driver-core-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core
Linus Torvalds
5
-4
/
+12
2026-08-08
Merge tag 'input-for-v7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Linus Torvalds
14
-36
/
+108
2026-08-08
Merge tag 'powerpc-7.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
3
-3
/
+13
2026-08-08
KVM: RISC-V: Clear former VCPU cache on virtualization disable
Yong-Xuan Wang
3
-0
/
+15
2026-08-08
RISC-V: KVM: Fix PMU event info array size overflow
Guidong Han
1
-5
/
+9
2026-08-08
i3c: renesas: Don't register devices when ENTDAA times out
Tommaso Merciai
1
-1
/
+1
2026-08-08
i3c: master: dw-i3c-master: fix OD timing for first broadcast
Tze Yee Ng
3
-17
/
+67
2026-08-08
i3c: mipi-i3c-hci: Advertise IBI wakeup capability
Adrian Hunter
1
-2
/
+6
2026-08-08
i3c: mipi-i3c-hci: Factor out i3c_hci_sysdev()
Adrian Hunter
3
-14
/
+19
2026-08-08
i3c: mipi-i3c-hci-pci: Propagate I3C wakeup requirements to PCI
Adrian Hunter
1
-2
/
+21
2026-08-08
i3c: master: Reject IBI requests from non-IBI-capable devices
Adrian Hunter
1
-3
/
+5
2026-08-08
i3c: master: Add helper to query bus wakeup requirements
Adrian Hunter
2
-0
/
+36
2026-08-08
i3c: master: Report wakeup events for IBIs
Adrian Hunter
1
-0
/
+6
2026-08-08
i3c: master: Support IBI-based wakeup capability
Adrian Hunter
2
-0
/
+6
2026-08-08
i3c: master: Fix potential UAF in i3c_device_match()
Adrian Hunter
1
-1
/
+3
2026-08-08
i3c: master: Fix potential UAF in i3c_device_uevent()
Adrian Hunter
1
-2
/
+1
2026-08-08
i3c: Make dev->desc locking assumptions explicit
Adrian Hunter
1
-2
/
+1
2026-08-08
i3c: master: Fix use-after-free of master->this
Adrian Hunter
1
-6
/
+11
2026-08-08
i3c: master: Do not treat master device as a duplicate target
Adrian Hunter
1
-1
/
+2
2026-08-08
i3c: Fix unlocked dereference of dev->desc in i3c_device_get_supported_xfer_mode()
Adrian Hunter
3
-7
/
+6
2026-08-08
i3c: master: Fix recursive locking during device registration
Adrian Hunter
2
-12
/
+36
2026-08-08
tracing/boot: Add support for eprobe, fprobe, and tprobe events
Masami Hiramatsu (Google)
3
-3
/
+117
2026-08-08
futex: Tell kmemleak we're not leaking __futex_queues
Peter Zijlstra
1
-0
/
+2
2026-08-08
Merge branch 'add-arena-argument-support-to-kfuncs-and-struct_ops'
Eduard Zingerman
21
-59
/
+1123
2026-08-08
selftests/bpf: Test attach rejection for struct_ops arena programs
Kumar Kartikeya Dwivedi
2
-0
/
+79
2026-08-08
bpf: Reject tracing/freplace progs for struct_ops with arena args
Kumar Kartikeya Dwivedi
1
-0
/
+10
2026-08-08
selftests/bpf: Test stack-passed struct_ops arena arguments
Tejun Heo
4
-0
/
+39
2026-08-08
bpf, x86: Fix stack-passed arguments for indirect trampolines
Tejun Heo
1
-7
/
+8
2026-08-08
selftests/bpf: Add struct_ops __arena and __arena__nullable argument tests
Tejun Heo
6
-0
/
+217
2026-08-08
selftests/bpf: Add JIT-sequence tests for __arena kfunc arguments
Tejun Heo
2
-0
/
+101
2026-08-08
selftests/bpf: Add kfunc __arena and __arena__nullable argument tests
Tejun Heo
4
-0
/
+290
2026-08-08
bpf, x86: Convert struct_ops arena arguments in the trampoline
Tejun Heo
1
-6
/
+51
2026-08-08
bpf, x86: JIT __arena kfunc argument rebasing
Tejun Heo
1
-0
/
+50
2026-08-08
bpf: Support __arena and __arena__nullable on struct_ops arguments
Tejun Heo
7
-22
/
+133
2026-08-08
bpf: Support __arena and __arena__nullable kfunc argument suffixes
Tejun Heo
6
-5
/
+100
2026-08-08
bpf: Collect kfuncs after resolving program resources
Kumar Kartikeya Dwivedi
1
-5
/
+6
2026-08-08
bpf: Split subprogram and kfunc collection
Kumar Kartikeya Dwivedi
1
-9
/
+32
2026-08-08
bpf: Rename 'early' BTF checking as a preparation phase
Kumar Kartikeya Dwivedi
3
-10
/
+12
2026-08-08
selftests/bpf: Verify zext_dst annotations for various instructions
Eduard Zingerman
2
-0
/
+394
2026-08-08
bpf: Simplify the bpf_is_reg64()
Eduard Zingerman
1
-82
/
+26
2026-08-08
bpf: Infer zext_dst based on static register liveness analysis
Eduard Zingerman
4
-122
/
+38
2026-08-08
bpf: Track upper 32-bit register halves' liveness in compute_live_registers()
Eduard Zingerman
2
-31
/
+59
2026-08-08
bpf: Move bpf_is_reg64() to fixups.c
Eduard Zingerman
2
-90
/
+90
2026-08-08
bpf: Extract is_addr_space_cast32() utility function
Eduard Zingerman
1
-9
/
+26
2026-08-08
bpf: Do not print a newline after disassembly in bpf_verbose_insn()
Eduard Zingerman
6
-55
/
+43
[prev]
[next]