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-01-16
xhci: sideband: don't dereference freed ring when removing sideband endpoint
Mathias Nyman
-4
/
+12
2026-01-14
usb: host: xhci-tegra: Use platform_get_irq_optional() for wake IRQs
Wayne Chang
-1
/
+1
2026-01-14
USB: OHCI/UHCI: Add soft dependencies on ehci_platform
Huacai Chen
-0
/
+2
2025-12-23
usb: ohci-nxp: clean up probe error labels
Johan Hovold
-8
/
+8
2025-12-23
usb: ohci-nxp: fix device leak on probe failure
Johan Hovold
-0
/
+2
2025-12-17
xhci: dbgtty: fix device unregister: fixup
Łukasz Bartosik
-1
/
+1
2025-12-06
Merge tag 'usb-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
-467
/
+555
2025-12-02
Merge tag 'pm-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
-0
/
+1
2025-11-21
xhci: dbgtty: fix device unregister
Łukasz Bartosik
-0
/
+6
2025-11-21
usb: ohci-da8xx: remove unused platform data
Bartosz Golaszewski
-17
/
+0
2025-11-21
usb: Remove redundant pm_runtime_mark_last_busy() calls
Sakari Ailus
-2
/
+0
2025-11-21
usb: host: ohci-platform: Call reset assert/deassert on suspend/resume
Claudiu Beznea
-2
/
+19
2025-11-21
usb: host: ehci-platform: Call reset assert/deassert on suspend/resume
Claudiu Beznea
-2
/
+20
2025-11-21
usb: host: Do not check priv->clks[clk]
Claudiu Beznea
-4
/
+2
2025-11-21
usb: xhci: Add debugfs support for xHCI Port Link Info (PORTLI) register.
Rai, Amardeep
-1
/
+42
2025-11-21
usb: xhci: standardize single bit-field macros
Niklas Neronin
-37
/
+38
2025-11-21
usb: xhci: drop xhci-caps.h dependence on xhci-ext-caps.h
Niklas Neronin
-2
/
+2
2025-11-21
usb: xhci: simplify Max Scratchpad buffer macros
Niklas Neronin
-1
/
+3
2025-11-21
usb: xhci: simplify Isochronous Scheduling Threshold handling
Niklas Neronin
-15
/
+20
2025-11-21
usb: xhci: improve xhci-caps.h comments
Niklas Neronin
-43
/
+57
2025-11-21
usb: xhci: limit number of interrupts to 128
Niklas Neronin
-8
/
+12
2025-11-21
usb: xhci: limit number of ports to 127
Niklas Neronin
-4
/
+7
2025-11-21
usb: xhci: simplify handling of Structural Parameters 1 values
Niklas Neronin
-47
/
+33
2025-11-21
usb: xhci: use cached HCSPARAMS1 value
Niklas Neronin
-2
/
+1
2025-11-21
usb: xhci: remove unused trace operation and argument
Niklas Neronin
-21
/
+8
2025-11-21
usb: xhci: remove deprecated TODO comment
Niklas Neronin
-1
/
+0
2025-11-21
usb: xhci: replace use of system_wq with system_percpu_wq
Marco Crivellari
-5
/
+5
2025-11-21
usb: xhci: Don't unchain link TRBs on quirky HCs
Michal Pecio
-11
/
+16
2025-11-21
usb: xhci: Assume that endpoints halt as specified
Michal Pecio
-50
/
+23
2025-11-21
usb: xhci: implement USB Port Register Set struct
Niklas Neronin
-30
/
+24
2025-11-21
usb: xhci: add USB Port Register Set struct
Niklas Neronin
-22
/
+17
2025-11-21
usb: xhci: add helper to read PORTSC register
Niklas Neronin
-48
/
+55
2025-11-21
usb: xhci: add tracing for PORTSC register writes
Niklas Neronin
-20
/
+32
2025-11-21
usb: xhci: rework xhci_decode_portsc()
Niklas Neronin
-22
/
+35
2025-11-21
xhci: simplify and rework trb_in_td()
Mathias Nyman
-44
/
+28
2025-11-21
xhci: Add helper to find trb from its dma address
Mathias Nyman
-6
/
+22
2025-11-21
usb: xhci: limit run_graceperiod for only usb 3.0 devices
Hongyu Xie
-1
/
+1
2025-11-21
usb: xhci-mtk: correct most kernel-doc problems in xhci-mtk.h
Randy Dunlap
-4
/
+6
2025-11-17
Merge back earlier material related to system sleep for 6.19
Rafael J. Wysocki
-0
/
+1
2025-11-14
usb: sl811-hcd: Add PM_EVENT_POWEROFF into suspend callbacks
Mario Limonciello (AMD)
-0
/
+1
2025-11-09
xhci: sideband: Fix race condition in sideband unregister
Mathias Nyman
-44
/
+58
2025-11-09
xhci: dbgtty: Fix data corruption when transmitting data form DbC to host
Mathias Nyman
-1
/
+17
2025-11-09
xhci: fix stale flag preventig URBs after link state error is cleared
Mathias Nyman
-5
/
+11
2025-10-28
xen/usb: Constify struct hc_driver
Christophe JAILLET
-2
/
+2
2025-10-27
Merge 6.18-rc3 into usb-next
Greg Kroah-Hartman
-4
/
+14
2025-10-22
usb: uhci: Work around bogus clang shift overflow warning from DMA_BIT_MASK(64)
Nathan Chancellor
-9
/
+6
2025-10-14
xhci: dbc: enable back DbC in resume if it was enabled before suspend
Mathias Nyman
-1
/
+8
2025-10-14
xhci: dbc: fix bogus 1024 byte prefix if ttyDBC read races with stall event
Mathias Nyman
-2
/
+4
2025-10-14
usb: xhci-pci: Fix USB2-only root hub registration
Michal Pecio
-1
/
+2
2025-10-13
usb: ehci: Add Aspeed AST2700 support
Ryan Chen
-2
/
+13
[next]