index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
xhci-ring.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-15
USB: host: Use str_enable_disable-like helpers
Krzysztof Kozlowski
1
-2
/
+3
2024-12-27
xhci: Add command completion parameter support
Mathias Nyman
1
-4
/
+6
2024-12-27
usb: xhci: Fix NULL pointer dereference on certain command aborts
Michal Pecio
1
-1
/
+2
2024-12-17
xhci: Turn NEC specific quirk for handling Stop Endpoint errors generic
Mathias Nyman
1
-2
/
+0
2024-11-06
usb: xhci: Avoid queuing redundant Stop Endpoint commands
Michal Pecio
1
-0
/
+13
2024-11-06
usb: xhci: Fix TD invalidation under pending Set TR Dequeue
Michal Pecio
1
-5
/
+13
2024-11-06
usb: xhci: Limit Stop Endpoint retries
Michal Pecio
1
-4
/
+24
2024-11-06
usb: xhci: add help function xhci_dequeue_td()
Niklas Neronin
1
-16
/
+13
2024-11-06
usb: xhci: refactor xhci_td_cleanup() to return void
Niklas Neronin
1
-31
/
+28
2024-11-06
usb: xhci: remove unused arguments from td_to_noop()
Niklas Neronin
1
-7
/
+6
2024-11-06
usb: xhci: simplify TDs start and end naming scheme in struct 'xhci_td'
Niklas Neronin
1
-34
/
+34
2024-11-06
xhci: Fix control transfer error on Etron xHCI host
Kuangyi Chiang
1
-0
/
+14
2024-11-06
xhci: trace stream context at Set TR Deq command completion
Mathias Nyman
1
-5
/
+9
2024-11-06
xhci: Don't trace ring at every enqueue or dequeue increase
Mathias Nyman
1
-7
/
+9
2024-11-06
xhci: show DMA address of TRB when tracing TRBs
Mathias Nyman
1
-4
/
+7
2024-11-06
usb: xhci: Fix sum_trb_lengths()
Michal Pecio
1
-8
/
+7
2024-11-06
usb: xhci: Remove unused parameters of next_trb()
Michal Pecio
1
-9
/
+7
2024-11-05
Merge v6.12-rc6 into usb-next
Greg Kroah-Hartman
1
-8
/
+8
2024-10-29
xhci: Fix Link TRB DMA in command ring stopped completion event
Faisal Hassan
1
-8
/
+8
2024-10-21
Merge 6.12-rc4 into usb-next
Greg Kroah-Hartman
1
-38
/
+30
2024-10-17
usb: xhci: Fix handling errors mid TD followed by other errors
Michal Pecio
1
-37
/
+29
2024-10-17
xhci: Mitigate failed set dequeue pointer commands
Mathias Nyman
1
-1
/
+1
2024-10-04
usb: host: fix typo in the comment
Yan Zhen
1
-3
/
+3
2024-09-11
usb: xhci: fix loss of data on Cadence xHC
Pawel Laszczak
1
-0
/
+14
2024-09-05
usb: xhci: adjust empty TD list handling in handle_tx_event()
Niklas Neronin
1
-27
/
+24
2024-09-05
usb: xhci: remove excessive Bulk short packet debug message
Niklas Neronin
1
-3
/
+0
2024-09-05
usb: xhci: remove excessive isoc frame debug message spam
Niklas Neronin
1
-4
/
+0
2024-08-13
usb: xhci: fix duplicate stall handling in handle_tx_event()
Niklas Neronin
1
-0
/
+1
2024-06-27
xhci: sort out TRB Endpoint ID bitfield macros
Mathias Nyman
1
-3
/
+3
2024-06-27
usb: xhci: add 'goto' for halted endpoint check in handle_tx_event()
Niklas Neronin
1
-16
/
+17
2024-06-27
usb: xhci: move process TD code out of the while loop
Niklas Neronin
1
-32
/
+30
2024-06-27
usb: xhci: remove infinite loop prevention
Niklas Neronin
1
-15
/
+0
2024-06-27
usb: xhci: remove false xhci_giveback_urb_in_irq() header comment
Niklas Neronin
1
-4
/
+0
2024-06-27
usb: xhci: ensure skipped isoc TDs are returned when isoc ring is stopped
Niklas Neronin
1
-13
/
+12
2024-06-27
xhci: rework xhci internal endpoint halt state detection.
Mathias Nyman
1
-27
/
+29
2024-06-27
usb: xhci: remove obsolete sanity check debug messages
Niklas Neronin
1
-8
/
+2
2024-06-27
usb: xhci: improve error message for targetless transfer event
Niklas Neronin
1
-2
/
+2
2024-06-27
usb: xhci: move untargeted transfer event handling to a separate function
Niklas Neronin
1
-27
/
+29
2024-06-27
usb: xhci: move link chain bit quirk checks into one helper function.
Niklas Neronin
1
-6
/
+2
2024-06-27
usb: xhci: remove unused argument from handle_port_status()
Niklas Neronin
1
-4
/
+2
2024-06-27
usb: xhci: remove unused argument from xhci_handle_cmd_config_ep()
Niklas Neronin
1
-3
/
+2
2024-06-27
usb: xhci: remove unused 'xhci' argument
Niklas Neronin
1
-21
/
+14
2024-06-27
usb: xhci: remove 'num_trbs' from struct 'xhci_td'
Niklas Neronin
1
-4
/
+0
2024-06-27
xhci: Set correct transferred length for cancelled isoc transfers
Mathias Nyman
1
-1
/
+3
2024-06-27
xhci: Remove dead code in xhci_move_dequeue_past_td()
Hector Martin
1
-21
/
+0
2024-06-12
xhci: Handle TD clearing for multiple streams case
Hector Martin
1
-11
/
+43
2024-06-12
xhci: Set correct transferred length for cancelled bulk transfers
Mathias Nyman
1
-3
/
+2
2024-05-01
usb: xhci: compact 'trb_in_td()' arguments
Niklas Neronin
1
-24
/
+14
2024-05-01
usb: xhci: remove duplicate TRB_TO_SLOT_ID() calls
Niklas Neronin
1
-11
/
+6
2024-05-01
usb: xhci: remove goto 'cleanup' in handle_tx_event()
Niklas Neronin
1
-17
/
+21
[next]