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
2025-09-02
gpio: fix GPIO submenu in Kconfig
Bartosz Golaszewski
1
-3
/
+3
2025-09-02
dm-pcache: use int type to store negative error codes
Qianfeng Rong
1
-1
/
+2
2025-09-02
drm/debugfs: bridges_show: show refcount
Luca Ceresoli
1
-0
/
+3
2025-09-02
mtd: rawnand: s3c2410: Drop driver (no actual S3C64xx user)
Krzysztof Kozlowski
3
-1219
/
+0
2025-09-02
coresight: add coresight Trace Network On Chip driver
Yuanfang Zhang
3
-0
/
+255
2025-09-02
coresight: perf: Use %px for printing pointers
Leo Yan
1
-2
/
+2
2025-09-02
coresight: stm: Remove redundant NULL checks
Leo Yan
1
-4
/
+4
2025-09-02
hwtracing: coresight: Use of_reserved_mem_region_to_resource() for "memory-region"
Rob Herring (Arm)
1
-16
/
+6
2025-09-02
coresight: Only register perf symlink for sinks with alloc_buffer
Yuanfang Zhang
1
-2
/
+3
2025-09-02
coresight: Fix missing include for FIELD_GET
James Clark
4
-0
/
+4
2025-09-02
coresight: trbe: Add ISB after TRBLIMITR write
James Clark
1
-0
/
+1
2025-09-02
leds: qnap-mcu: Add support for the red and green status LEDs
Heiko Stuebner
1
-0
/
+165
2025-09-02
leds: qnap-mcu: Fix state numbering for USB LED
Heiko Stuebner
1
-5
/
+5
2025-09-02
drm/sched: Fix racy access to drm_sched_entity.dependency
Pierre-Eric Pelloux-Prayer
1
-4
/
+7
2025-09-02
dmaengine: dw-edma: Set status for callback_result
Devendra K Verma
1
-0
/
+22
2025-09-02
dmaengine: mv_xor: match alloc_wc and free_wc
Rosen Penev
1
-2
/
+2
2025-09-02
dmaengine: mmp_pdma: Add SpacemiT K1 PDMA support with 64-bit addressing
Guodong Xu
2
-1
/
+82
2025-09-02
dmaengine: mmp_pdma: Add operations structure for controller abstraction
Guodong Xu
1
-35
/
+160
2025-09-02
dmaengine: mmp_pdma: Add reset controller support
Guodong Xu
1
-0
/
+7
2025-09-02
dmaengine: mmp_pdma: Add clock support
Guodong Xu
1
-0
/
+6
2025-09-02
dmaengine: xilinx_dma: Support descriptor setup from dma_vecs
Folker Schwesinger
1
-0
/
+94
2025-09-02
dmaengine: sh: setup_xref error handling
Thomas Andreatta
2
-10
/
+32
2025-09-02
dmaengine: ti: edma: Fix memory allocation size for queue_priority_map
Anders Roxell
1
-2
/
+2
2025-09-02
dmaengine: Replace zero-length array with flexible-array
Chelsy Ratnawat
1
-1
/
+1
2025-09-02
drm/xe/guc: Add devm release action to safely tear down CT
Satyanarayana K V P
3
-5
/
+45
2025-09-02
drm/i915/hdcp: Remove the encoder check in hdcp enable
Suraj Kandpal
1
-6
/
+0
2025-09-02
Merge tag 'drm-intel-gt-next-2025-09-01' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-next
Dave Airlie
7
-98
/
+98
2025-09-02
Merge tag 'drm-xe-next-2025-08-29' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-next
Dave Airlie
145
-1837
/
+6847
2025-09-02
Merge tag 'amd-drm-next-6.18-2025-08-29' of https://gitlab.freedesktop.org/agd5f/linux into drm-next
Dave Airlie
270
-2366
/
+4815
2025-09-01
spi: spi-fsl-lpspi: Generic fixes and support for
Mark Brown
169
-1252
/
+1589
2025-09-01
macsec: read MACSEC_SA_ATTR_PN with nla_get_uint
Sabrina Dubroca
1
-4
/
+4
2025-09-01
net: macb: Fix tx_ptr_lock locking
Sean Anderson
1
-12
/
+16
2025-09-01
net: stmmac: mdio: update runtime PM
Russell King (Oracle)
1
-8
/
+4
2025-09-01
eth: mlx4: Fix IS_ERR() vs NULL check bug in mlx4_en_create_rx_ring
Miaoqian Lin
1
-1
/
+3
2025-09-01
ptp: Limit time setting of PTP clocks
Miroslav Lichvar
1
-1
/
+12
2025-09-01
net: ethernet: qualcomm: QCOM_PPE should depend on ARCH_QCOM
Geert Uytterhoeven
1
-2
/
+2
2025-09-01
tcp: Remove sk->sk_prot->orphan_count.
Kuniyuki Iwashima
2
-3
/
+2
2025-09-01
bnxt_en: fix incorrect page count in RX aggr ring log
Alok Tiwari
1
-1
/
+1
2025-09-01
iio: dac: ad5421: use int type to store negative error codes
Qianfeng Rong
1
-1
/
+1
2025-09-01
iio: dac: ad5360: use int type to store negative error codes
Qianfeng Rong
1
-1
/
+1
2025-09-01
Merge tag 'for-net-2025-08-29' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
Jakub Kicinski
1
-16
/
+41
2025-09-01
gpu: nova-core: avoid probing non-display/compute PCI functions
John Hubbard
1
-5
/
+28
2025-09-01
soundwire: Use min() to improve code
Qianfeng Rong
1
-4
/
+1
2025-09-01
soundwire: bus: Drop dev_pm_domain_detach() call
Claudiu Beznea
1
-3
/
+0
2025-09-01
phy: qcom: qmp-pcie: Fix PHY initialization when powered down by firmware
Stephan Gerhold
1
-6
/
+19
2025-09-01
phy: renesas: rcar-gen3-usb2: Fix ID check logic with VBUS valid
Lad Prabhakar
1
-1
/
+1
2025-09-01
firmware: qcom: scm: Allow QSEECOM on Dell Inspiron 7441 / Latitude 7455
Val Packett
1
-0
/
+2
2025-09-01
phy: ti: gmii-sel: Always write the RGMII ID setting
Michael Walle
1
-8
/
+39
2025-09-01
firmware: qcom: scm: Allow QSEECOM on Lenovo Thinkbook 16
Jens Glathe
1
-0
/
+1
2025-09-01
PCI: j721e: Fix module autoloading
Siddharth Vadapalli
1
-0
/
+1
[prev]
[next]