index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
xhci-ring.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-10
xhci: avoid race between disable slot command and host runtime suspend
Mathias Nyman
1
-1
/
+0
2021-12-03
xhci: Fix commad ring abort, write all 64 bits to CRCR register.
Mathias Nyman
1
-7
/
+14
2021-10-11
xhci: Fix command ring pointer corruption while aborting a command
Pavankumar Kondeti
1
-4
/
+10
2021-10-11
xhci: add quirk for host controllers that don't update endpoint DCS
Jonathan Bell
1
-1
/
+24
2021-08-26
xhci: Add bus number to some debug messages
Mathias Nyman
1
-1
/
+2
2021-08-26
xhci: Add additional dynamic debug to follow URBs in cancel and error cases.
Mathias Nyman
1
-6
/
+24
2021-08-26
xhci: Fix failure to give back some cached cancelled URBs.
Mathias Nyman
1
-15
/
+25
2021-08-26
xhci: fix even more unsafe memory usage in xhci tracing
Mathias Nyman
1
-1
/
+2
2021-06-17
xhci: Add adaptive interrupt rate for isoch TRBs with XHCI_AVOID_BEI quirk
Mathias Nyman
1
-1
/
+6
2021-05-25
xhci: Fix 5.12 regression of missing xHC cache clearing command after a Stall
Mathias Nyman
1
-2
/
+6
2021-05-25
xhci: fix giving back URB with incorrect status regression in 5.12
Mathias Nyman
1
-5
/
+1
2021-05-13
xhci: Fix giving back cancelled URBs even if halted endpoint can't reset
Mathias Nyman
1
-5
/
+11
2021-04-06
xhci: prevent double-fetch of transfer and transfer event TRBs
Mathias Nyman
1
-23
/
+19
2021-03-23
USB: xhci: drop workaround for forced irq threading
Johan Hovold
1
-3
/
+2
2021-03-15
Merge 5.12-rc3 into usb-next
Greg Kroah-Hartman
1
-1
/
+2
2021-03-11
usb: xhci: do not perform Soft Retry for some xHCI hosts
Stanislaw Gruszka
1
-1
/
+2
2021-03-10
usb: xhci-mtk: support to build xhci-mtk-hcd.ko
Chunfeng Yun
1
-1
/
+0
2021-02-08
Merge 5.11-rc7 into usb-next
Greg Kroah-Hartman
1
-11
/
+20
2021-02-03
xhci: fix bounce buffer usage for non-sg list case
Mathias Nyman
1
-11
/
+20
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
1
-182
/
+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
1
-91
/
+87
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
1
-27
/
+29
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
1
-15
/
+12
2021-01-29
xhci: remove extra loop in interrupt context
Mathias Nyman
1
-7
/
+14
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
1
-1
/
+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
2021-01-29
xhci: add xhci_get_virt_ep() helper
Mathias Nyman
1
-24
/
+50
2021-01-29
xhci: remove unused event parameter from completion handlers
Mathias Nyman
1
-8
/
+6
2021-01-29
xhci: adjust parameters passed to cleanup_halted_endpoint()
Mathias Nyman
1
-21
/
+14
2021-01-29
xhci: get isochronous ring directly from endpoint structure
Mathias Nyman
1
-11
/
+6
2021-01-29
xhci: Avoid parsing transfer events several times
Mathias Nyman
1
-20
/
+8
2021-01-15
xhci: make sure TRB is fully written before giving it to the controller
Mathias Nyman
1
-0
/
+2
2020-12-09
usb: xhci: Use temporary buffer to consolidate SG
Tejas Joglekar
1
-1
/
+1
2020-11-13
usb: fix a few cases of -Wfallthrough
Nick Desaulniers
1
-0
/
+2
2020-09-20
xhci: Tune interrupt blocking for isochronous transfers
Mathias Nyman
1
-4
/
+19
[next]