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-04-02
hpet: Convert ACPI driver to a platform one
Rafael J. Wysocki
1
-8
/
+10
2026-04-02
misc: vmw_vmci: Fix spelling mistakes in comments
Tomasz Unger
1
-2
/
+2
2026-04-02
parport: Remove completed item from to-do list
Ethan Nelson-Moore
1
-1
/
+1
2026-04-02
char: remove unnecessary module_init/exit functions
Ethan Nelson-Moore
2
-30
/
+0
2026-04-02
nvmem: zynqmp_nvmem: Fix buffer size in DMA and memcpy
Ivan Vera
1
-4
/
+4
2026-04-02
nvmem: imx: assign nvmem_cell_info::raw_len
Christian Eggers
2
-0
/
+2
2026-04-02
pps: change pps_class to a const struct
Jori Koolstra
1
-10
/
+14
2026-04-02
most: replace cdev_component->class with a const struct class
Jori Koolstra
1
-8
/
+12
2026-04-02
pps: change pps_gen_class to a const struct
Jori Koolstra
1
-10
/
+12
2026-04-02
ibmasm: fix heap over-read in ibmasm_send_i2o_message()
Tyllis Xu
1
-4
/
+8
2026-04-02
ibmasm: fix OOB reads in command_file_write due to missing size checks
Tyllis Xu
1
-0
/
+7
2026-04-02
misc: ibmasm: fix OOB MMIO read in ibmasm_handle_mouse_interrupt()
Tyllis Xu
1
-0
/
+5
2026-04-02
misc: ti_fpc202: Support special-purpose GPIO lines with LED features
Romain Gantois
2
-13
/
+327
2026-04-02
misc: ti_fpc202: Depend on GPIOLIB instead of selecting it
Romain Gantois
1
-1
/
+1
2026-04-02
misc: ti_fpc202: remove dead code in fpc202_detach_addr()
Felix Gu
1
-9
/
+1
2026-04-02
misc: ti_fpc202: fix off-by-one error in port ID bounds check
Felix Gu
1
-1
/
+1
2026-04-02
misc: amd-sbi: Add device tree mapping for AMD SBRMI devices
Akshay Gupta
1
-0
/
+4
2026-04-02
misc: amd-sbi: Add check to probe only SBRMI devices
Akshay Gupta
1
-0
/
+10
2026-04-02
misc: amd-sbi: Add revision support for AMD Venice platform
Akshay Gupta
1
-0
/
+2
2026-04-02
misc: amd-sbi: Address CPUID extended function bits
Akshay Gupta
1
-1
/
+1
2026-04-02
nvmem: rockchip-otp: Add support for RK3528
Jonas Karlman
1
-0
/
+16
2026-04-02
nvmem: rockchip-otp: Add support for RK3562
Finley Xiao
1
-0
/
+4
2026-04-02
nvmem: rockchip-otp: Add support for RK3568
Finley Xiao
1
-0
/
+69
2026-04-02
nvmem: rockchip-otp: Handle internal word_size in main reg_read op
Jonas Karlman
1
-32
/
+40
2026-04-02
nvmem: qnap-mcu-eeprom: Fix struct assignments using commas instead of semicolons
Felix Gu
1
-4
/
+4
2026-04-02
soundwire: debugfs: initialize firmware_file to empty string
Gui-Dong Han
1
-2
/
+7
2026-04-02
tty: serial: ip22zilog: Fix section mispatch warning
Thomas Bogendoerfer
1
-1
/
+1
2026-04-02
usb: xhci: Make usb_host_endpoint.hcpriv survive endpoint_disable()
Michal Pecio
1
-1
/
+0
2026-04-02
usb: xhci: remove duplicate '0x' prefix
Niklas Neronin
2
-5
/
+5
2026-04-02
usb: xhci: move roothub port limit validation
Niklas Neronin
1
-27
/
+18
2026-04-02
usb: xhci: simpilfy resume root hub code
Niklas Neronin
1
-20
/
+16
2026-04-02
usb: xhci: cleanup xhci_hub_report_usb3_link_state()
Niklas Neronin
1
-36
/
+20
2026-04-02
usb: xhci: rename parameter to match argument 'portsc'
Niklas Neronin
1
-31
/
+30
2026-04-02
usb: xhci: add PORTSC variable to xhci_hub_control()
Niklas Neronin
1
-51
/
+51
2026-04-02
usb: xhci: add PORTPMSC variable to xhci_hub_control()
Niklas Neronin
1
-9
/
+9
2026-04-02
usb: xhci: separate use of USB Chapter 11 PLS macros from xHCI-specific PLS macros
Niklas Neronin
1
-7
/
+7
2026-04-02
usb: xhci: clean up 'wValue' handling in xhci_hub_control()
Niklas Neronin
1
-4
/
+6
2026-04-02
usb: xhci: clean up handling of upper bits in SetPortFeature wIndex
Niklas Neronin
1
-13
/
+12
2026-04-02
usb: xhci: rename 'wIndex' parameters to 'portnum'
Niklas Neronin
1
-33
/
+27
2026-04-02
usb: xhci: stop treating 'wIndex' as a mutable port number
Niklas Neronin
1
-35
/
+30
2026-04-02
usb: xhci: optimize resuming from S4 (suspend-to-disk)
Niklas Neronin
3
-23
/
+34
2026-04-02
usb: xhci: improve debug messages during suspend
Niklas Neronin
1
-28
/
+37
2026-04-02
usb: xhci: split core allocation and initialization
Niklas Neronin
2
-20
/
+13
2026-04-02
usb: xhci: move initialization for lifetime objects
Niklas Neronin
2
-8
/
+8
2026-04-02
usb: xhci: move ring initialization
Niklas Neronin
3
-5
/
+18
2026-04-02
usb: xhci: move reserving command ring trb
Niklas Neronin
2
-7
/
+6
2026-04-02
usb: xhci: factor out roothub bandwidth cleanup
Niklas Neronin
1
-21
/
+29
2026-04-02
usb: xhci: relocate Restore/Controller error check
Niklas Neronin
1
-8
/
+5
2026-04-02
usb: xhci: simplify CMRT initialization logic
Niklas Neronin
1
-5
/
+3
2026-04-02
usb: xhci: Fix debugfs bandwidth reporting
Michal Pecio
2
-4
/
+15
[prev]
[next]