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
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-15
nbd: factor out a nbd_genl_foreach_sock
Yang Erkun
1
-66
/
+62
2026-08-15
nbd: skip queue freeze when setting size at device startup
Yang Erkun
1
-1
/
+5
2026-08-15
nbd: remove queue freeze in nbd_add_socket
Yang Erkun
1
-9
/
+0
2026-08-15
nbd: clear queue limits on disconnect
Yang Erkun
1
-17
/
+26
2026-08-15
nbd: disallow NBD_SET_SOCK on an active device
Yang Erkun
1
-0
/
+7
2026-08-15
nbd: simplify find_fallback() by removing redundant logic
Long Li
1
-23
/
+14
2026-08-15
drbd: don't leak the shared secret to unprivileged netlink dumps
Christoph Böhmwalder
1
-14
/
+25
2026-08-15
block: mtip32xx: synchronize ioctls with device removal
Hongyan Xu
2
-0
/
+9
2026-08-15
ublk: avoid teardown retry loop on xarray allocation failure
Yao Sang
1
-17
/
+14
2026-08-15
null_blk: fix UBSAN shift-out-of-bounds when zone_size is 0 or overflows
Rik van Riel
1
-2
/
+8
2026-08-15
Merge tag 'md-7.3-20260809' of https://git.kernel.org/pub/scm/linux/kernel/git/mdraid/linux into for-7.3/block
Jens Axboe
13
-400
/
+1277
2026-08-15
loop: Fix recently introduced lock inversion
Bart Van Assche
1
-1
/
+1
2026-08-15
swim3: Add missing MODULE_DESCRIPTION
Nathan Chancellor
1
-0
/
+1
2026-08-15
ublk: reject non-power-of-2 zone sizes in SET_PARAMS
Yao Sang
1
-1
/
+1
2026-08-15
null_blk: serialize configfs attribute updates with device setup
Niklas Cassel
1
-3
/
+11
2026-08-15
null_blk: serialize configfs attribute shows with the lock
Zizhi Wo
1
-0
/
+2
2026-08-15
null_blk: serialize configfs attribute stores with the lock
Zizhi Wo
1
-14
/
+3
2026-08-15
null_blk: convert file-scope mutex users to guard(mutex)
Zizhi Wo
1
-29
/
+17
2026-08-15
null_blk: reject per-device queue resize for shared tag set
Zizhi Wo
1
-0
/
+9
2026-08-15
null_blk: clean up null_del_dev() to use cached dev pointer
Zizhi Wo
1
-2
/
+2
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
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
mailbox: exynos: Add support for Exynos850 mailbox
Alexey Klimov
1
-6
/
+66
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
cpufreq: intel_pstate: Avoid using DESIRED_PERF when DEC is enabled
Rafael J. Wysocki
1
-4
/
+9
2026-08-15
cpufreq: intel_pstate: Consolidate HWP P-states initialization
Rafael J. Wysocki
1
-59
/
+54
2026-08-15
Merge tag 'soc-fixes-7.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
1
-0
/
+3
2026-08-15
fbdev: atyfb: Convert to managed PCI and ioremap API
Shixiong Ou
1
-29
/
+18
2026-08-15
fbdev: matrox: Convert to managed PCI and ioremap API
Shixiong Ou
1
-20
/
+10
2026-08-15
fbdev: savage: Convert to managed PCI and ioremap API
Shixiong Ou
1
-10
/
+6
2026-08-15
fbdev: nvidia: Convert to managed PCI and ioremap API
Shixiong Ou
1
-13
/
+6
2026-08-15
fbdev: aty128fb: Convert to managed PCI and ioremap API
Shixiong Ou
1
-28
/
+12
2026-08-14
Merge tag 'input-for-v7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Linus Torvalds
1
-10
/
+13
[prev]
[next]