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
*
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
*
|
xhci: move xhci_td_cleanup so it can be called by more functions
Mathias Nyman
2021-01-29
1
-46
/
+46
*
|
xhci: Add xhci_reset_halted_ep() helper function
Mathias Nyman
2021-01-29
1
-6
/
+25
*
|
xhci: flush endpoint start to reduce race risk with stop endpoint command.
Mathias Nyman
2021-01-29
1
-3
/
+2
*
|
xhci: Check link TRBs when updating ring enqueue and dequeue pointers.
Mathias Nyman
2021-01-29
1
-5
/
+32
*
|
xhci: avoid DMA double fetch when reading event trb type.
Mathias Nyman
2021-01-29
1
-15
/
+12
*
|
xhci: remove extra loop in interrupt context
Mathias Nyman
2021-01-29
1
-7
/
+14
*
|
xhci: check slot_id is valid before gathering slot info
Lalithambika Krishna Kumar
2021-01-29
1
-1
/
+6
*
|
xhci: prevent a theoretical endless loop while preparing rings.
Mathias Nyman
2021-01-29
1
-0
/
+7
*
|
xhci: remove xhci_stream_id_to_ring() helper
Mathias Nyman
2021-01-29
1
-1
/
+2
*
|
xhci: add xhci_virt_ep_to_ring() helper
Mathias Nyman
2021-01-29
1
-24
/
+22
*
|
xhci: check virt_dev is valid before dereferencing it
Mathias Nyman
2021-01-29
1
-3
/
+9
*
|
xhci: add xhci_get_virt_ep() helper
Mathias Nyman
2021-01-29
1
-24
/
+50
*
|
xhci: remove unused event parameter from completion handlers
Mathias Nyman
2021-01-29
1
-8
/
+6
*
|
xhci: adjust parameters passed to cleanup_halted_endpoint()
Mathias Nyman
2021-01-29
1
-21
/
+14
*
|
xhci: get isochronous ring directly from endpoint structure
Mathias Nyman
2021-01-29
1
-11
/
+6
*
|
xhci: Avoid parsing transfer events several times
Mathias Nyman
2021-01-29
1
-20
/
+8
|
/
*
xhci: make sure TRB is fully written before giving it to the controller
Mathias Nyman
2021-01-15
1
-0
/
+2
*
usb: xhci: Use temporary buffer to consolidate SG
Tejas Joglekar
2020-12-09
1
-1
/
+1
*
usb: fix a few cases of -Wfallthrough
Nick Desaulniers
2020-11-13
1
-0
/
+2
*
xhci: Tune interrupt blocking for isochronous transfers
Mathias Nyman
2020-09-20
1
-4
/
+19
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-1
/
+1
*
usb: xhci: Fix NULL pointer dereference when enqueuing trbs from urb sg list
Sriharsha Allenki
2020-05-14
1
-2
/
+2
*
xhci: Don't clear hub TT buffer on ep0 protocol stall
Mathias Nyman
2020-04-21
1
-5
/
+11
*
xhci: Fix handling halted endpoint even if endpoint ring appears empty
Mathias Nyman
2020-04-21
1
-1
/
+29
[next]