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-15
null_blk: free zones array on device power-off
Zizhi Wo
1
-3
/
+13
2026-08-15
null_blk: free global tag_set on init error path
Zizhi Wo
1
-0
/
+2
2026-08-15
null_blk: move unregister_blkdev() after destroying dev in null_exit()
Zizhi Wo
1
-2
/
+2
2026-08-15
null_blk: register configfs subsystem after creating default devices
Zizhi Wo
1
-10
/
+6
2026-08-15
null_blk: use DEFINE_MUTEX for the file-scope mutex
Zizhi Wo
1
-3
/
+1
2026-08-15
io_uring: defer eventfd signaling when queued from a wakeup handler
Jens Axboe
8
-21
/
+30
2026-08-16
futex: Fix race on the initial mm->futex.phash.ref allocation
Hyunwoo Kim
1
-6
/
+10
2026-08-16
futex: Clean up the redundant exit/exec functions
Thomas Gleixner
6
-38
/
+29
2026-08-16
futex/pi: Plug private futex exec() race
Thomas Gleixner
4
-25
/
+60
2026-08-15
selftests/bpf: Add ksock test for async callback guard
Mahe Tardy
2
-0
/
+107
2026-08-15
selftests/bpf: Test forbidden bpf_ksock_send() LSM attach
Mahe Tardy
2
-0
/
+41
2026-08-15
selftests/bpf: Add ksock kfunc test
Mahe Tardy
3
-0
/
+274
2026-08-15
bpf: Add ksock kfuncs
Mahe Tardy
4
-0
/
+370
2026-08-15
net: Add connect_socket() helper
Mahe Tardy
2
-14
/
+20
2026-08-15
kernfs: avoid iattr allocation in listxattr
Yichong Chen
1
-2
/
+2
2026-08-15
dt-bindings: interconnect: qcom-bwmon: Add Maili cpu-bwmon compatible
Yijie Yang
1
-0
/
+1
2026-08-15
dt-bindings: mailbox: Convert TI Message Manager to DT schema
Eduard Bostina
2
-50
/
+67
2026-08-15
mailbox: cix: fix DT property name string typo and use dev_err_probe()
Surendra Singh Chouhan
1
-10
/
+6
2026-08-15
mailbox: riscv-sbi-mpxy: validate RPMI notification lengths
Pengpeng Hou
1
-2
/
+10
2026-08-15
mailbox: bcm2835: use platform_get_irq and simplify probe
Rosen Penev
1
-17
/
+15
2026-08-15
mailbox: qcom-ipcc: fix duplicate channel allocation across holes
Anup Vishwakarma
1
-6
/
+11
2026-08-15
mailbox: mchp-ipc-sbi: Add null check for devm_kasprintf()
Griffin Kroah-Hartman
1
-0
/
+2
2026-08-15
mailbox: Remove redundant dev_err()/dev_err_probe()
Pan Chuang
17
-61
/
+20
2026-08-15
dt-bindings: mailbox: qcom: Add IPQ5210 APCS compatible
Varadarajan Narayanan
1
-0
/
+1
2026-08-15
dt-bindings: mailbox: qcom-ipcc: Document Nord IPCC
Deepti Jaggi
1
-0
/
+1
2026-08-15
mailbox: exynos: Add support for Exynos850 mailbox
Alexey Klimov
1
-6
/
+66
2026-08-15
dt-bindings: mailbox: google,gs101-mbox: Add samsung,exynos850-mbox
Alexey Klimov
1
-1
/
+3
2026-08-15
mailbox: pcc: Fix command timeout due to missed interrupt
Huisong Li
1
-14
/
+27
2026-08-15
mailbox: pcc: Check shared memory signature on request
Sudeep Holla
1
-5
/
+31
2026-08-15
mailbox: pcc: Notify clients on polled completion
Sudeep Holla
1
-1
/
+9
2026-08-15
mailbox: rockchip: drop unneeded runtime pointer (pclk)
Linmao Li
1
-4
/
+4
2026-08-15
mailbox: rockchip: disable pclk on probe failure and unbind
Linmao Li
1
-13
/
+4
2026-08-15
mailbox: qcom-cpucp: handle NULL data in send_data callback
Jia Yang
1
-0
/
+8
2026-08-15
mailbox: qcom-cpucp: fix PREEMPT_RT self-deadlock in IRQ handler
Jia Yang
1
-3
/
+14
2026-08-15
mailbox: arm_mhuv2: Use generic firmware property APIs
Kunihiko Hayashi
1
-3
/
+2
2026-08-15
mailbox: arm_mhuv2: Convert channel translation to fw_xlate()
Kunihiko Hayashi
1
-5
/
+5
2026-08-15
modpost: use mod_warn() and mod_error(), clean up logging
Jani Nikula
1
-55
/
+49
2026-08-15
Merge branch 'redesign-verification-errors'
Eduard Zingerman
13
-151
/
+3508
2026-08-15
bpf: Report Policy helper and kfunc errors
Kumar Kartikeya Dwivedi
3
-1
/
+48
2026-08-15
bpf: Report Program Structure CFG errors
Kumar Kartikeya Dwivedi
4
-0
/
+73
2026-08-15
bpf: Report Execution Context Safety errors
Kumar Kartikeya Dwivedi
3
-1
/
+217
2026-08-15
bpf: Report Call Type Safety argument errors
Kumar Kartikeya Dwivedi
4
-56
/
+388
2026-08-15
bpf: Report Resource Lifetime reference leaks
Kumar Kartikeya Dwivedi
3
-8
/
+195
2026-08-15
bpf: Report Memory Safety bounds errors
Kumar Kartikeya Dwivedi
3
-4
/
+158
2026-08-15
bpf: Report Register Type Safety errors
Kumar Kartikeya Dwivedi
4
-15
/
+986
2026-08-15
bpf: Track verifier context diagnostic events
Kumar Kartikeya Dwivedi
3
-5
/
+74
2026-08-15
bpf: Track verifier reference diagnostic events
Kumar Kartikeya Dwivedi
3
-7
/
+55
2026-08-15
bpf: Track verifier register diagnostic events
Kumar Kartikeya Dwivedi
5
-23
/
+515
2026-08-15
bpf: Prune verifier diagnostics when switching paths
Kumar Kartikeya Dwivedi
1
-2
/
+9
2026-08-15
bpf: Add verifier diagnostic event log
Kumar Kartikeya Dwivedi
3
-0
/
+154
[prev]
[next]