summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-ring.c
AgeCommit message (Expand)Author
2023-01-24usb: xhci: Check endpoint is valid before dereferencing itJimmy Hu
2023-01-18xhci: Prevent infinite loop in transaction errors recovery for streamsMathias Nyman
2023-01-18xhci: move and rename xhci_cleanup_halted_endpoint()Mathias Nyman
2023-01-18xhci: store TD status in the td struct instead of passing it alongMathias Nyman
2023-01-18xhci: move xhci_td_cleanup so it can be called by more functionsMathias Nyman
2023-01-18xhci: Add xhci_reset_halted_ep() helper functionMathias Nyman
2023-01-18xhci: adjust parameters passed to cleanup_halted_endpoint()Mathias Nyman
2023-01-18xhci: get isochronous ring directly from endpoint structureMathias Nyman
2023-01-18xhci: Avoid parsing transfer events several timesMathias Nyman
2022-05-09USB: Fix xhci event ring dequeue pointer ERDP update issueWeitao Wang
2021-12-14xhci: avoid race between disable slot command and host runtime suspendMathias Nyman
2021-12-08xhci: Fix commad ring abort, write all 64 bits to CRCR register.Mathias Nyman
2021-10-27xhci: add quirk for host controllers that don't update endpoint DCSJonathan Bell
2021-10-20xhci: Fix command ring pointer corruption while aborting a commandPavankumar Kondeti
2021-09-12xhci: fix even more unsafe memory usage in xhci tracingMathias Nyman
2021-07-28xhci: add xhci_get_virt_ep() helperMathias Nyman
2021-03-17usb: xhci: do not perform Soft Retry for some xHCI hostsStanislaw Gruszka
2021-02-10xhci: fix bounce buffer usage for non-sg list caseMathias Nyman
2021-01-27xhci: make sure TRB is fully written before giving it to the controllerMathias Nyman
2020-09-20xhci: Tune interrupt blocking for isochronous transfersMathias Nyman
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-05-14usb: xhci: Fix NULL pointer dereference when enqueuing trbs from urb sg listSriharsha Allenki
2020-04-21xhci: Don't clear hub TT buffer on ep0 protocol stallMathias Nyman
2020-04-21xhci: Fix handling halted endpoint even if endpoint ring appears emptyMathias Nyman
2020-03-12xhci: Wait until link state trainsits to U0 after setting USB_SS_PORT_LS_U0Kai-Heng Feng
2020-03-12xhci: Show host status when watchdog triggers and host is assumed dead.Mathias Nyman
2020-03-12xhci: Add a separate debug message for split transaction errors.Mathias Nyman
2019-12-11xhci: handle some XHCI_TRUST_TX_LENGTH quirks cases as default behaviour.Mathias Nyman
2019-12-11xhci: fix USB3 device initiated resume race with roothub autosuspendMathias Nyman
2019-11-16usb: host: xhci: Support running urb giveback in tasklet contextSuwan Kim
2019-11-16xhci: Add tracing for xhci doorbell register writesMathias Nyman
2019-11-16usb: host: xhci: update event ring dequeue pointer on purposePeter Chen
2019-10-28usb: xhci: fix Immediate Data Transfer endiannessSamuel Holland
2019-10-04xhci: Fix false warning message about wrong bounce buffer write lengthMathias Nyman
2019-06-23Merge 5.2-rc6 into usb-nextGreg Kroah-Hartman
2019-06-18usb: xhci: Don't try to recover an endpoint if port is in error state.Mathias Nyman
2019-06-05usb: xhci: Add Clear_TT_BufferJim Lin
2019-05-22xhci: Use %zu for printing size_t typeFabio Estevam
2019-05-22xhci: Fix immediate data transfer if buffer is already DMA mappedMathias Nyman
2019-05-22xhci: update bounce buffer with correct sg numHenry Lin
2019-04-27xhci: add port and bus number to port dynamic debuggingMathias Nyman
2019-04-27usb: xhci: add Immediate Data Transfer supportNicolas Saenz Julienne
2019-03-22xhci: Fix port resume done detection for SS ports with LPM enabledMathias Nyman
2018-12-07xhci: move bus_state structure under the xhci_hub structure.Mathias Nyman
2018-11-09xhci: Add quirk to workaround the errata seen on Cavium Thunder-X2 SocCherian, George
2018-11-09usb: xhci: fix uninitialized completion when USB3 port got wrong statusAaron Ma
2018-11-09xhci: Add check for invalid byte size error when UAS devices are connected.Sandeep Singh
2018-11-09xhci: handle port status events for removed USB3 hcdMathias Nyman
2018-09-28xhci: Avoid USB autosuspend when resuming USB2 ports.Anshuman Gupta
2018-09-28xhci: Use soft retry to recover faster from transaction errorsMathias Nyman