index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-30
USB: OHCI/UHCI: Add soft dependencies on ehci_platform
Huacai Chen
2
-0
/
+2
2026-01-11
usb: xhci: Apply the link chain quirk on NEC isoc endpoints
Michal Pecio
1
-2
/
+11
2026-01-11
usb: xhci: move link chain bit quirk checks into one helper function.
Niklas Neronin
3
-16
/
+9
2026-01-11
xhci: dbgtty: fix device unregister: fixup
Łukasz Bartosik
1
-1
/
+1
2026-01-11
usb: ohci-nxp: fix device leak on probe failure
Johan Hovold
1
-0
/
+2
2026-01-11
usb: ohci-nxp: Use helper function devm_clk_get_enabled()
Zhang Zekun
1
-14
/
+4
2026-01-11
usb: xhci: limit run_graceperiod for only usb 3.0 devices
Hongyu Xie
1
-1
/
+1
2025-12-07
xhci: dbgtty: fix device unregister
Łukasz Bartosik
1
-0
/
+6
2025-12-07
xhci: dbgtty: Fix data corruption when transmitting data form DbC to host
Mathias Nyman
2
-1
/
+17
2025-11-24
usb: xhci: plat: Facilitate using autosuspend for xhci plat devices
Krishna Kurapati
1
-0
/
+1
2025-11-02
xhci: dbc: fix bogus 1024 byte prefix if ttyDBC read races with stall event
Mathias Nyman
1
-2
/
+4
2025-11-02
xhci: dbc: Avoid event polling busyloop if pending rx transfers are inactive.
Mathias Nyman
2
-3
/
+19
2025-11-02
xhci: dbc: Improve performance by removing delay in transfer event polling.
Mathias Nyman
1
-1
/
+1
2025-11-02
xhci: dbc: Allow users to modify DbC poll interval via sysfs
Uday M Bhat
2
-1
/
+39
2025-11-02
xhci: dbc: poll at different rate depending on data transfer activity
Mathias Nyman
2
-2
/
+13
2025-10-29
xhci: dbc: enable back DbC in resume if it was enabled before suspend
Mathias Nyman
1
-1
/
+8
2025-10-15
Revert "usb: xhci: Avoid Stop Endpoint retry loop if the endpoint seems Running"
Michal Pecio
1
-7
/
+4
2025-10-15
usb: host: max3421-hcd: Fix error pointer dereference in probe cleanup
Dan Carpenter
1
-1
/
+1
2025-09-25
xhci: dbc: Fix full DbC transfer ring after several reconnects
Mathias Nyman
1
-2
/
+21
2025-09-25
xhci: dbc: decouple endpoint allocation from initialization
Mathias Nyman
1
-25
/
+46
2025-09-19
xhci: fix memory leak regression when freeing xhci vdev devices depth first
Mathias Nyman
1
-1
/
+1
2025-08-28
usb: xhci: Fix slot_id resource race conflict
Weitao Wang
5
-23
/
+35
2025-08-28
usb: renesas-xhci: Fix External ROM access timeouts
Marek Vasut
1
-3
/
+4
2025-08-28
usb: xhci: Avoid showing errors during surprise removal
Mario Limonciello
1
-2
/
+5
2025-08-28
usb: xhci: Set avg_trb_len = 8 for EP0 during Address Device Command
Jay Chen
1
-0
/
+2
2025-08-28
usb: xhci: Avoid showing warnings for dying controller
Mario Limonciello
1
-2
/
+4
2025-08-28
usb: xhci: print xhci->xhc_state when queue_command failed
Su Hui
1
-1
/
+2
2025-08-15
usb: host: xhci-plat: fix incorrect type for of_match variable in xhci_plat_p...
Seungjin Bae
1
-1
/
+1
2025-07-10
xhci: Disable stream for xHC controller with XHCI_BROKEN_STREAMS
Hongyu Xie
1
-1
/
+2
2025-07-10
xhci: dbc: Flush queued requests before stopping dbc
Mathias Nyman
1
-0
/
+4
2025-07-10
xhci: dbctty: disable ECHO flag by default
Łukasz Bartosik
1
-0
/
+1
2025-07-10
usb: xhci: quirk for data loss in ISOC transfers
Raju Rangoju
3
-0
/
+30
2025-06-04
usb: xhci: Don't change the status of stalled TDs on failed Stop EP
Michal Pecio
1
-1
/
+11
2025-05-18
usb: host: tegra: Prevent host controller crash when OTG port is used
Jim Lin
1
-0
/
+3
2025-05-18
usb: uhci-platform: Make the clock really optional
Alexey Charkov
1
-1
/
+1
2025-05-09
xhci: fix possible null pointer dereference at secondary interrupter removal
Mathias Nyman
1
-6
/
+6
2025-05-09
usb: xhci: Check for xhci->interrupters being allocated in xhci_mem_clearup()
Marc Zyngier
1
-1
/
+1
2025-05-09
xhci: Limit time spent with xHC interrupts disabled during bus resume
Mathias Nyman
3
-16
/
+20
2025-05-09
xhci: support setting interrupt moderation IMOD for secondary interrupters
Mathias Nyman
3
-4
/
+13
2025-05-09
usb: xhci: check if 'requested segments' exceeds ERST capacity
Niklas Neronin
2
-14
/
+14
2025-05-09
xhci: Add helper to set an interrupters interrupt moderation interval
Mathias Nyman
1
-7
/
+18
2025-05-09
xhci: add support to allocate several interrupters
Mathias Nyman
5
-32
/
+137
2025-05-09
xhci: split free interrupter into separate remove and free parts
Mathias Nyman
1
-11
/
+21
2025-05-09
xhci: Clean up stale comment on ERST_SIZE macro
Lukas Wunner
1
-6
/
+1
2025-05-09
xhci: Use more than one Event Ring segment
Jonathan Bell
2
-5
/
+10
2025-05-09
xhci: Set DESI bits in ERDP register correctly
Lukas Wunner
3
-15
/
+13
2025-05-02
usb: host: xhci-plat: mvebu: use ->quirks instead of ->init_quirk() func
Théo Lebrun
3
-17
/
+1
2025-05-02
usb: xhci: Avoid Stop Endpoint retry loop if the endpoint seems Running
Michal Pecio
1
-4
/
+7
2025-05-02
usb: host: max3421-hcd: Add missing spi_device_id table
Alexander Stein
1
-0
/
+7
2025-05-02
USB: OHCI: Add quirk for LS7A OHCI controller (rev 0x02)
Huacai Chen
1
-0
/
+23
[next]