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-09
Merge tag 'tegra-for-7.3-arm64-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into soc/dt
Alexandre Belloni
629
-3129
/
+7637
2026-08-08
Merge tag 'usb-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
13
-28
/
+68
2026-08-08
Merge tag 'tty-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
7
-50
/
+121
2026-08-08
Merge tag 'staging-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
Linus Torvalds
4
-1
/
+11
2026-08-08
Merge tag 'char-misc-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
10
-60
/
+124
2026-08-08
Merge tag 'spacemit-dt-for-7.3-1' of https://git.kernel.org/pub/scm/linux/kernel/git/spacemit/linux into soc/dt
Alexandre Belloni
1
-0
/
+2
2026-08-08
parisc: eisa_eeprom: Add missing MODULE_DESCRIPTION()
Jean Delu
1
-0
/
+1
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
Merge tag 'input-for-v7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Linus Torvalds
13
-34
/
+106
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
2
-17
/
+66
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
1
-0
/
+35
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
1
-0
/
+4
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
1
-12
/
+33
2026-08-08
fbdev: bitblit: bound-check glyph index in bit_cursor()
Rik van Riel
1
-2
/
+7
2026-08-08
fbdev: Fix out-of-bounds access when rotating console after font resize
Zizhi Wo
1
-0
/
+25
2026-08-08
fbdev: core: Fix pointer desynchronization in fb_io_read()
Mingyu Wang
1
-0
/
+8
2026-08-08
fbdev: serialize mode sysfs access with lock_fb_info()
Melbin K Mathew
1
-8
/
+38
2026-08-08
fbdev: clear fb_info->mode before deleting a videomode
Melbin K Mathew
1
-1
/
+4
2026-08-08
fbdev: bound mode sysfs output to the sysfs buffer
Melbin K Mathew
1
-5
/
+10
2026-08-08
Merge tag 'drm-misc-next-2026-08-06' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next
Dave Airlie
97
-530
/
+1813
2026-08-07
net: mana: Extend RX CQE coalescing up to 8 packets
Haiyang Zhang
2
-54
/
+112
2026-08-07
RISC-V: perf: fix resource cleanup on driver probe failure
Atish Patra
1
-6
/
+27
2026-08-07
ACPI: tables: Add missing #include <asm/fixmap.h>
Vivian Wang
1
-0
/
+1
2026-08-07
net: wangxun: add pcie error handler
Jiawen Wu
5
-5
/
+223
2026-08-07
net: wangxun: implement soft quiesce for PCIe error recovery
Jiawen Wu
5
-0
/
+63
2026-08-07
net: wangxun: add reinit parameter to wx->do_reset callback
Jiawen Wu
8
-11
/
+11
2026-08-07
net: wangxun: add Tx timeout process
Jiawen Wu
8
-5
/
+286
2026-08-07
net: ngbe: implement libwx reset ops
Jiawen Wu
3
-3
/
+36
2026-08-07
Merge tag 'watchdog-for-v7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
Linus Torvalds
3
-8
/
+8
2026-08-07
tun/tap & vhost-net: stop tail-drop when IFF_BACKPRESSURE is set
Simon Schippers
1
-6
/
+33
2026-08-07
vhost-net: wake queue of tun/tap after ptr_ring consume
Simon Schippers
2
-6
/
+40
2026-08-07
tun/tap: add ptr_ring consume helper with netdev queue wakeup
Simon Schippers
1
-4
/
+114
2026-08-07
Merge tag 'hwmon-for-v7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
Linus Torvalds
6
-51
/
+87
2026-08-07
veth: fix skb length accounting after XDP frag adjustment
Sun Jian
1
-8
/
+14
2026-08-07
net: niu: fix potential buffer overflow/truncation in irq names
Ronan Marchal
2
-4
/
+4
2026-08-07
net: dsa: mt7530: serialize the regmap IRQ chip like every other user
Daniel Golle
1
-1
/
+25
2026-08-07
net: dsa: mt7530: check command register writes in fdb and vlan cmd
Daniel Golle
1
-4
/
+12
2026-08-07
net: dsa: mt7530: check CORE_PLL_GROUP4 access in mt7531_setup()
Daniel Golle
1
-4
/
+10
[prev]
[next]