index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
xhci-ring.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "xhci: add quirk for host controllers that don't update endpoint DCS"
Oliver Neukum
2023-07-25
1
-24
/
+1
*
xhci: Stop unnecessary tracking of free trbs in a ring
Mathias Nyman
2023-06-13
1
-42
/
+33
*
xhci: Fix transfer ring expansion size calculation
Mathias Nyman
2023-06-13
1
-22
/
+42
*
xhci: Fix incorrect tracking of free space on transfer rings
Mathias Nyman
2023-05-16
1
-1
/
+28
*
xhci: Move functions to setup msi to xhci-pci
Josue David Hernandez Gutierrez
2023-03-23
1
-0
/
+1
*
xhci: rename resume_done to resume_timestamp
Mathias Nyman
2023-02-02
1
-2
/
+2
*
xhci: move port specific items such as state completions to port structure
Mathias Nyman
2023-02-02
1
-7
/
+6
*
xhci: Refactor interrupter code for initial multi interrupter support.
Mathias Nyman
2023-02-02
1
-31
/
+37
*
Merge 6.2-rc5 into usb-next
Greg Kroah-Hartman
2023-01-23
1
-1
/
+4
|
\
|
*
usb: xhci: Check endpoint is valid before dereferencing it
Jimmy Hu
2023-01-17
1
-1
/
+4
*
|
xhci: Convert to use list_count_nodes()
Andy Shevchenko
2023-01-06
1
-5
/
+2
|
/
*
xhci: remove unused stream_id parameter from xhci_handle_halted_endpoint()
Mathias Nyman
2022-11-30
1
-17
/
+10
*
xhci: Prevent infinite loop in transaction errors recovery for streams
Mathias Nyman
2022-11-30
1
-4
/
+10
*
xhci: print warning when HCE was set
Longfang Liu
2022-11-30
1
-0
/
+5
*
Revert "xhci: Convert to use list_count()"
Greg Kroah-Hartman
2022-11-30
1
-2
/
+5
*
xhci: Convert to use list_count()
Andy Shevchenko
2022-11-29
1
-5
/
+2
*
USB: xhci: Fix comment typo
Jason Wang
2022-07-27
1
-1
/
+1
*
xhci: Remove quirk for over 10 year old evaluation hardware
Mathias Nyman
2022-05-12
1
-32
/
+5
*
xhci: use generic command timer for stop endpoint commands.
Mathias Nyman
2022-05-12
1
-73
/
+34
*
USB: Fix xhci event ring dequeue pointer ERDP update issue
Weitao Wang
2022-04-09
1
-0
/
+1
*
xhci: avoid race between disable slot command and host runtime suspend
Mathias Nyman
2021-12-10
1
-1
/
+0
*
xhci: Fix commad ring abort, write all 64 bits to CRCR register.
Mathias Nyman
2021-12-03
1
-7
/
+14
*
xhci: Fix command ring pointer corruption while aborting a command
Pavankumar Kondeti
2021-10-11
1
-4
/
+10
*
xhci: add quirk for host controllers that don't update endpoint DCS
Jonathan Bell
2021-10-11
1
-1
/
+24
*
xhci: Add bus number to some debug messages
Mathias Nyman
2021-08-26
1
-1
/
+2
*
xhci: Add additional dynamic debug to follow URBs in cancel and error cases.
Mathias Nyman
2021-08-26
1
-6
/
+24
*
xhci: Fix failure to give back some cached cancelled URBs.
Mathias Nyman
2021-08-26
1
-15
/
+25
*
xhci: fix even more unsafe memory usage in xhci tracing
Mathias Nyman
2021-08-26
1
-1
/
+2
*
xhci: Add adaptive interrupt rate for isoch TRBs with XHCI_AVOID_BEI quirk
Mathias Nyman
2021-06-17
1
-1
/
+6
*
xhci: Fix 5.12 regression of missing xHC cache clearing command after a Stall
Mathias Nyman
2021-05-25
1
-2
/
+6
*
xhci: fix giving back URB with incorrect status regression in 5.12
Mathias Nyman
2021-05-25
1
-5
/
+1
*
xhci: Fix giving back cancelled URBs even if halted endpoint can't reset
Mathias Nyman
2021-05-13
1
-5
/
+11
*
xhci: prevent double-fetch of transfer and transfer event TRBs
Mathias Nyman
2021-04-06
1
-23
/
+19
*
USB: xhci: drop workaround for forced irq threading
Johan Hovold
2021-03-23
1
-3
/
+2
*
Merge 5.12-rc3 into usb-next
Greg Kroah-Hartman
2021-03-15
1
-1
/
+2
|
\
|
*
usb: xhci: do not perform Soft Retry for some xHCI hosts
Stanislaw Gruszka
2021-03-11
1
-1
/
+2
*
|
usb: xhci-mtk: support to build xhci-mtk-hcd.ko
Chunfeng Yun
2021-03-10
1
-1
/
+0
|
/
*
Merge 5.11-rc7 into usb-next
Greg Kroah-Hartman
2021-02-08
1
-11
/
+20
|
\
|
*
xhci: fix bounce buffer usage for non-sg list case
Mathias Nyman
2021-02-03
1
-11
/
+20
*
|
xhci: handle halting transfer event properly after endpoint stop and halt raced.
Mathias Nyman
2021-01-29
1
-16
/
+52
*
|
xhci: Check for pending reset endpoint command before queueing a new one.
Mathias Nyman
2021-01-29
1
-3
/
+7
*
|
xhci: remove obsolete dequeue pointer moving code
Mathias Nyman
2021-01-29
1
-182
/
+0
*
|
xhci: introduce a new move_dequeue_past_td() function to replace old code.
Mathias Nyman
2021-01-29
1
-7
/
+145
*
|
xhci: handle stop endpoint command completion with endpoint in running state.
Mathias Nyman
2021-01-29
1
-0
/
+13
*
|
xhci: Fix halted endpoint at stop endpoint command completion
Mathias Nyman
2021-01-29
1
-2
/
+60
*
|
xhci: split handling halted endpoints into two steps
Mathias Nyman
2021-01-29
1
-91
/
+87
*
|
xhci: move and rename xhci_cleanup_halted_endpoint()
Mathias Nyman
2021-01-29
1
-41
/
+43
*
|
xhci: turn cancelled td cleanup to its own function
Mathias Nyman
2021-01-29
1
-55
/
+53
*
|
xhci: store TD status in the td struct instead of passing it along
Mathias Nyman
2021-01-29
1
-27
/
+29
*
|
xhci: use xhci_td_cleanup() helper when giving back cancelled URBs
Mathias Nyman
2021-01-29
1
-7
/
+5
[next]