index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
Age
Commit message (
Expand
)
Author
Lines
2026-04-11
drivers/usb/host: Fix spelling error 'seperate' -> 'separate'
Qinghua Zhao
-1
/
+1
2026-04-06
Merge tag 'v7.0-rc7' into usb-next
Greg Kroah-Hartman
-17
/
+5
2026-04-02
usb: xhci: Make usb_host_endpoint.hcpriv survive endpoint_disable()
Michal Pecio
-1
/
+0
2026-04-02
usb: xhci: remove duplicate '0x' prefix
Niklas Neronin
-5
/
+5
2026-04-02
usb: xhci: move roothub port limit validation
Niklas Neronin
-27
/
+18
2026-04-02
usb: xhci: simpilfy resume root hub code
Niklas Neronin
-20
/
+16
2026-04-02
usb: xhci: cleanup xhci_hub_report_usb3_link_state()
Niklas Neronin
-36
/
+20
2026-04-02
usb: xhci: rename parameter to match argument 'portsc'
Niklas Neronin
-31
/
+30
2026-04-02
usb: xhci: add PORTSC variable to xhci_hub_control()
Niklas Neronin
-51
/
+51
2026-04-02
usb: xhci: add PORTPMSC variable to xhci_hub_control()
Niklas Neronin
-9
/
+9
2026-04-02
usb: xhci: separate use of USB Chapter 11 PLS macros from xHCI-specific PLS m...
Niklas Neronin
-7
/
+7
2026-04-02
usb: xhci: clean up 'wValue' handling in xhci_hub_control()
Niklas Neronin
-4
/
+6
2026-04-02
usb: xhci: clean up handling of upper bits in SetPortFeature wIndex
Niklas Neronin
-13
/
+12
2026-04-02
usb: xhci: rename 'wIndex' parameters to 'portnum'
Niklas Neronin
-33
/
+27
2026-04-02
usb: xhci: stop treating 'wIndex' as a mutable port number
Niklas Neronin
-35
/
+30
2026-04-02
usb: xhci: optimize resuming from S4 (suspend-to-disk)
Niklas Neronin
-23
/
+34
2026-04-02
usb: xhci: improve debug messages during suspend
Niklas Neronin
-28
/
+37
2026-04-02
usb: xhci: split core allocation and initialization
Niklas Neronin
-20
/
+13
2026-04-02
usb: xhci: move initialization for lifetime objects
Niklas Neronin
-8
/
+8
2026-04-02
usb: xhci: move ring initialization
Niklas Neronin
-5
/
+18
2026-04-02
usb: xhci: move reserving command ring trb
Niklas Neronin
-7
/
+6
2026-04-02
usb: xhci: factor out roothub bandwidth cleanup
Niklas Neronin
-21
/
+29
2026-04-02
usb: xhci: relocate Restore/Controller error check
Niklas Neronin
-8
/
+5
2026-04-02
usb: xhci: simplify CMRT initialization logic
Niklas Neronin
-5
/
+3
2026-04-02
usb: xhci: Fix debugfs bandwidth reporting
Michal Pecio
-4
/
+15
2026-04-02
usb: xhci: Simplify clearing the Event Interrupt bit
Michal Pecio
-3
/
+2
2026-04-02
xhci: use BIT macro
Oliver Neukum
-60
/
+61
2026-04-02
usb: host: xhci-sideband: delegate offload_usage tracking to class drivers
Guan-Yu Lin
-13
/
+1
2026-04-02
usb: core: use dedicated spinlock for offload state
Guan-Yu Lin
-2
/
+2
2026-03-30
usb: ehci-brcm: fix sleep during atomic
Justin Chen
-2
/
+2
2026-03-30
usb: tegra: use MODULE_FIRMWARE if SOC is ENABLED
Nicolas Chauvet
-0
/
+8
2026-03-18
usb: fhci: use kzalloc_flex for priv struct
Rosen Penev
-13
/
+5
2026-03-16
Merge 7.0-rc4 into usb-next
Greg Kroah-Hartman
-3
/
+12
2026-03-11
xhci: Fix NULL pointer dereference when reading portli debugfs files
Mathias Nyman
-1
/
+9
2026-03-11
usb: xhci: Prevent interrupt storm on host controller error (HCE)
Dayu Jiang
-0
/
+1
2026-03-11
usb: xhci: Fix memory leak in xhci_disable_slot()
Zilin Guan
-2
/
+2
2026-03-11
usb: ehci-orion: remove optional PHY handling code remnants
Gabor Juhos
-9
/
+0
2026-03-11
usb: xhci: tegra: Remove redundant mutex when setting phy mode
Diogo Ivo
-4
/
+0
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-4
/
+2
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-23
/
+23
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-61
/
+58
2026-02-17
Merge tag 'usb-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
-3810
/
+223
2026-02-11
Merge tag 'pci-v7.0-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-1
/
+0
2026-01-23
xhci: dbc: allow setting manufacturer string through sysfs
Łukasz Bartosik
-0
/
+36
2026-01-23
xhci: dbc: allow setting product string through sysfs
Łukasz Bartosik
-0
/
+36
2026-01-23
xhci: dbc: allow setting device serial number through sysfs
Łukasz Bartosik
-0
/
+36
2026-01-23
xhci: dbc: prepare to expose strings through sysfs
Łukasz Bartosik
-78
/
+112
2026-01-23
usb: host: tegra: Remove manual wake IRQ disposal
Wayne Chang
-19
/
+2
2026-01-19
Merge 6.19-rc6 usb-next
Greg Kroah-Hartman
-5
/
+15
[next]