summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-ring.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-25usb: xhci: Prevent interrupt storm on host controller error (HCE)Dayu Jiang1-0/+1
2025-12-07xhci: fix stale flag preventig URBs after link state error is clearedMathias Nyman1-5/+10
2025-10-15Revert "usb: xhci: Avoid Stop Endpoint retry loop if the endpoint seems Running"Michal Pecio1-7/+4
2025-08-28usb: xhci: Fix slot_id resource race conflictWeitao Wang1-2/+7
2025-08-20usb: xhci: Avoid showing errors during surprise removalMario Limonciello1-2/+5
2025-08-20usb: xhci: print xhci->xhc_state when queue_command failedSu Hui1-1/+2
2025-07-10Revert "usb: xhci: Implement xhci_handshake_check_state() helper"Roy Luo1-3/+2
2025-05-29usb: xhci: Don't change the status of stalled TDs on failed Stop EPMichal Pecio1-1/+11
2025-05-02usb: xhci: Fix Short Packet handling rework ignoring errorsMichal Pecio1-1/+1
2025-05-02usb: xhci: Avoid Stop Endpoint retry loop if the endpoint seems RunningMichal Pecio1-4/+7
2025-05-02xhci: Handle spurious events on Etron host isoc enpointsMathias Nyman1-12/+26
2025-05-02usb: xhci: Fix isochronous Ring Underrun/Overrun event handlingMichal Pecio1-6/+14
2025-05-02usb: xhci: Complete 'error mid TD' transfers when handling Missed ServiceMichal Pecio1-1/+5
2025-05-02usb: xhci: Fix invalid pointer dereference in Etron workaroundMichal Pecio1-1/+1
2025-04-07usb: xhci: Don't skip on Stopped - Length InvalidMichal Pecio1-0/+4
2025-02-08usb: xhci: Fix NULL pointer dereference on certain command abortsMichal Pecio1-1/+2
2024-12-27xhci: Turn NEC specific quirk for handling Stop Endpoint errors genericMathias Nyman1-2/+0
2024-12-05usb: xhci: Avoid queuing redundant Stop Endpoint commandsMichal Pecio1-0/+13
2024-12-05usb: xhci: Fix TD invalidation under pending Set TR DequeueMichal Pecio1-5/+13
2024-12-05usb: xhci: Limit Stop Endpoint retriesMichal Pecio1-4/+24
2024-12-05xhci: Fix control transfer error on Etron xHCI hostKuangyi Chiang1-0/+14
2024-10-29xhci: Fix Link TRB DMA in command ring stopped completion eventFaisal Hassan1-8/+8
2024-10-17usb: xhci: Fix handling errors mid TD followed by other errorsMichal Pecio1-37/+29
2024-10-17xhci: Mitigate failed set dequeue pointer commandsMathias Nyman1-1/+1
2024-09-11usb: xhci: fix loss of data on Cadence xHCPawel Laszczak1-0/+14
2024-09-05usb: xhci: adjust empty TD list handling in handle_tx_event()Niklas Neronin1-27/+24
2024-09-05usb: xhci: remove excessive Bulk short packet debug messageNiklas Neronin1-3/+0
2024-09-05usb: xhci: remove excessive isoc frame debug message spamNiklas Neronin1-4/+0
2024-08-13usb: xhci: fix duplicate stall handling in handle_tx_event()Niklas Neronin1-0/+1
2024-06-27xhci: sort out TRB Endpoint ID bitfield macrosMathias Nyman1-3/+3
2024-06-27usb: xhci: add 'goto' for halted endpoint check in handle_tx_event()Niklas Neronin1-16/+17
2024-06-27usb: xhci: move process TD code out of the while loopNiklas Neronin1-32/+30
2024-06-27usb: xhci: remove infinite loop preventionNiklas Neronin1-15/+0
2024-06-27usb: xhci: remove false xhci_giveback_urb_in_irq() header commentNiklas Neronin1-4/+0
2024-06-27usb: xhci: ensure skipped isoc TDs are returned when isoc ring is stoppedNiklas Neronin1-13/+12
2024-06-27xhci: rework xhci internal endpoint halt state detection.Mathias Nyman1-27/+29
2024-06-27usb: xhci: remove obsolete sanity check debug messagesNiklas Neronin1-8/+2
2024-06-27usb: xhci: improve error message for targetless transfer eventNiklas Neronin1-2/+2
2024-06-27usb: xhci: move untargeted transfer event handling to a separate functionNiklas Neronin1-27/+29
2024-06-27usb: xhci: move link chain bit quirk checks into one helper function.Niklas Neronin1-6/+2
2024-06-27usb: xhci: remove unused argument from handle_port_status()Niklas Neronin1-4/+2
2024-06-27usb: xhci: remove unused argument from xhci_handle_cmd_config_ep()Niklas Neronin1-3/+2
2024-06-27usb: xhci: remove unused 'xhci' argumentNiklas Neronin1-21/+14
2024-06-27usb: xhci: remove 'num_trbs' from struct 'xhci_td'Niklas Neronin1-4/+0
2024-06-27xhci: Set correct transferred length for cancelled isoc transfersMathias Nyman1-1/+3
2024-06-27xhci: Remove dead code in xhci_move_dequeue_past_td()Hector Martin1-21/+0
2024-06-12xhci: Handle TD clearing for multiple streams caseHector Martin1-11/+43
2024-06-12xhci: Set correct transferred length for cancelled bulk transfersMathias Nyman1-3/+2
2024-05-01usb: xhci: compact 'trb_in_td()' argumentsNiklas Neronin1-24/+14
2024-05-01usb: xhci: remove duplicate TRB_TO_SLOT_ID() callsNiklas Neronin1-11/+6