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
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
2021-05-19
xhci: Add reset resume quirk for AMD xhci controller.
Sandeep Singh
1
-1
/
+3
2021-05-19
xhci: Do not use GFP_KERNEL in (potentially) atomic context
Christophe JAILLET
1
-3
/
+3
2021-05-19
xhci: Fix giving back cancelled URBs even if halted endpoint can't reset
Mathias Nyman
1
-5
/
+11
2021-05-19
xhci-pci: Allow host runtime PM as default for Intel Alder Lake xHCI
Abhijeet Rao
1
-1
/
+3
2021-05-19
usb: xhci: Increase timeout for HC halt
Maximilian Luz
1
-2
/
+3
2021-05-19
usb: fotg210-hcd: Fix an error message
Christophe JAILLET
1
-2
/
+2
2021-05-14
usb: host: ehci-tegra: Select USB_GADGET Kconfig option
Dmitry Osipenko
1
-0
/
+1
2021-05-14
usb: xhci-mtk: improve bandwidth scheduling with TT
Chunfeng Yun
2
-16
/
+64
2021-05-14
usb: xhci-mtk: remove or operator for setting schedule parameters
Chunfeng Yun
1
-3
/
+3
2021-05-12
xhci: prevent double-fetch of transfer and transfer event TRBs
Mathias Nyman
1
-23
/
+19
2021-05-12
xhci: fix potential array out of bounds with several interrupters
Mathias Nyman
1
-1
/
+5
2021-05-12
xhci: check control context is valid before dereferencing it.
Mathias Nyman
1
-0
/
+8
2021-05-12
xhci: check port array allocation was successful before dereferencing it
Mathias Nyman
1
-0
/
+3
2021-05-12
usb: xhci-mtk: support quirk to disable usb2 lpm
Chunfeng Yun
2
-0
/
+4
2021-05-12
usb: xhci: Fix port minor revision
Thinh Nguyen
1
-0
/
+9
2021-03-26
usb: xhci-mtk: fix broken streams issue on 0.96 xHCI
Chunfeng Yun
1
-1
/
+9
2021-03-11
xhci: Fix repeated xhci wake after suspend due to uncleared internal wake state
Mathias Nyman
1
-32
/
+30
2021-03-11
usb: xhci: Fix ASMedia ASM1042A and ASM3242 DMA addressing
Forest Crossman
1
-2
/
+6
2021-03-11
xhci: Improve detection of device initiated wake signal.
Mathias Nyman
1
-3
/
+13
2021-03-11
usb: xhci: do not perform Soft Retry for some xHCI hosts
Stanislaw Gruszka
3
-1
/
+8
2021-02-22
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-3
/
+1
2021-02-08
Merge 5.11-rc7 into usb-next
Greg Kroah-Hartman
10
-51
/
+208
2021-02-05
xhci: ext-caps: Use software node API with the properties
Heikki Krogerus
1
-1
/
+2
2021-02-03
xhci: fix bounce buffer usage for non-sg list case
Mathias Nyman
1
-11
/
+20
2021-02-03
usb: host: xhci: mvebu: make USB 3.0 PHY optional for Armada 3720
Pali Rohár
4
-1
/
+68
2021-02-02
usb: xhci-mtk: break loop when find the endpoint to drop
Chunfeng Yun
1
-1
/
+3
2021-02-01
ARM: 9048/1: sa1111: make sa1111 bus's remove callback return void
Uwe Kleine-König
1
-3
/
+1
2021-02-01
usb: xhci-mtk: skip dropping bandwidth of unchecked endpoints
Chunfeng Yun
2
-29
/
+36
2021-01-29
xhci: handle halting transfer event properly after endpoint stop and halt raced.
Mathias Nyman
1
-16
/
+52
2021-01-29
xhci: Check for pending reset endpoint command before queueing a new one.
Mathias Nyman
1
-3
/
+7
2021-01-29
xhci: remove obsolete dequeue pointer moving code
Mathias Nyman
2
-196
/
+0
2021-01-29
xhci: introduce a new move_dequeue_past_td() function to replace old code.
Mathias Nyman
1
-7
/
+145
2021-01-29
xhci: handle stop endpoint command completion with endpoint in running state.
Mathias Nyman
1
-0
/
+13
2021-01-29
xhci: Fix halted endpoint at stop endpoint command completion
Mathias Nyman
1
-2
/
+60
2021-01-29
xhci: split handling halted endpoints into two steps
Mathias Nyman
3
-179
/
+101
2021-01-29
xhci: move and rename xhci_cleanup_halted_endpoint()
Mathias Nyman
1
-41
/
+43
2021-01-29
xhci: turn cancelled td cleanup to its own function
Mathias Nyman
1
-55
/
+53
2021-01-29
xhci: store TD status in the td struct instead of passing it along
Mathias Nyman
2
-27
/
+30
2021-01-29
xhci: use xhci_td_cleanup() helper when giving back cancelled URBs
Mathias Nyman
1
-7
/
+5
2021-01-29
xhci: move xhci_td_cleanup so it can be called by more functions
Mathias Nyman
1
-46
/
+46
2021-01-29
xhci: Add xhci_reset_halted_ep() helper function
Mathias Nyman
1
-6
/
+25
2021-01-29
xhci: flush endpoint start to reduce race risk with stop endpoint command.
Mathias Nyman
1
-3
/
+2
2021-01-29
xhci: Check link TRBs when updating ring enqueue and dequeue pointers.
Mathias Nyman
1
-5
/
+32
2021-01-29
xhci: avoid DMA double fetch when reading event trb type.
Mathias Nyman
2
-16
/
+13
2021-01-29
xhci: remove extra loop in interrupt context
Mathias Nyman
2
-7
/
+16
2021-01-29
xhci: check slot_id is valid before gathering slot info
Lalithambika Krishna Kumar
1
-1
/
+6
2021-01-29
xhci: prevent a theoretical endless loop while preparing rings.
Mathias Nyman
1
-0
/
+7
2021-01-29
xhci: remove xhci_stream_id_to_ring() helper
Mathias Nyman
3
-22
/
+2
2021-01-29
xhci: add xhci_virt_ep_to_ring() helper
Mathias Nyman
1
-24
/
+22
2021-01-29
xhci: check virt_dev is valid before dereferencing it
Mathias Nyman
1
-3
/
+9
[next]