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
/
xhci-ring.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2024-05-01
usb: xhci: replace goto with return when possible in handle_tx_event()
Niklas Neronin
1
-3
/
+3
2024-05-01
usb: xhci: remove 'handling_skipped_tds' from handle_tx_event()
Niklas Neronin
1
-9
/
+4
2024-05-01
usb: xhci: prevent potential failure in handle_tx_event() for Transfer events...
Niklas Neronin
1
-2
/
+3
2024-05-01
xhci: remove XHCI_TRUST_TX_LENGTH quirk
Mathias Nyman
1
-10
/
+5
2024-05-01
usb: xhci: address off-by-one in xhci_num_trbs_free()
Niklas Neronin
1
-1
/
+1
2024-05-01
usb: xhci: improve debug message in xhci_ring_expansion_needed()
Niklas Neronin
1
-4
/
+2
2024-04-04
usb: xhci: correct return value in case of STS_HCE
Oliver Neukum
1
-5
/
+4
2024-03-21
Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-106
/
+121
2024-03-05
xhci: Fix failure to detect ring expansion need.
Mathias Nyman
1
-1
/
+7
2024-03-02
xhci: retry Stop Endpoint on buggy NEC controllers
Michal Pecio
1
-0
/
+9
2024-03-02
xhci: fix matching completion events with TDs
Michal Pecio
1
-4
/
+3
2024-03-02
xhci: save slot ID in struct 'xhci_port'
Niklas Neronin
1
-7
/
+4
2024-02-17
xhci: Decouple handling an event from checking for unhandled events
Mathias Nyman
1
-19
/
+19
2024-02-17
xhci: Don't check if the event ring is valid before every event TRB
Mathias Nyman
1
-6
/
+6
2024-02-17
xhci: add helper that checks for unhandled events on a event ring
Mathias Nyman
1
-3
/
+8
2024-02-17
xhci: move event processing for one interrupter to a separate function
Mathias Nyman
1
-45
/
+42
2024-02-17
xhci: update event ring dequeue pointer position to controller correctly
Mathias Nyman
1
-10
/
+13
2024-02-17
xhci: remove unnecessary event_ring_deq parameter from xhci_handle_event()
Mathias Nyman
1
-22
/
+15
2024-02-17
xhci: make isoc_bei_interval variable interrupter specific.
Mathias Nyman
1
-6
/
+9
2024-02-17
xhci: Add interrupt pending autoclear flag to each interrupter
Mathias Nyman
1
-6
/
+15
2024-01-27
xhci: handle isoc Babble and Buffer Overrun events properly
Michal Pecio
1
-1
/
+5
2024-01-27
xhci: process isoc TD properly when there was a transaction error mid TD.
Mathias Nyman
1
-14
/
+60
2024-01-04
xhci: add support to allocate several interrupters
Mathias Nyman
1
-1
/
+1
2023-11-23
usb: xhci: Add timeout argument in address_device USB HCD callback
Hardik Gajjar
1
-5
/
+6
2023-10-21
usb: xhci: Implement xhci_handshake_check_state() helper
Udipto Goswami
1
-2
/
+3
2023-10-21
xhci: Simplify event ring dequeue pointer update for port change events
Mathias Nyman
1
-8
/
+2
2023-10-21
xhci: simplify event ring dequeue tracking for transfer events
Mathias Nyman
1
-11
/
+1
[next]