summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-ring.c
AgeCommit message (Expand)Author
2017-03-06xhci: fix deadlock at host remove by running watchdog correctlyMathias Nyman
2017-03-02usb: xhci: hold lock over xhci_abort_cmd_ring()Lu Baolu
2017-03-02xhci: Handle command completion and timeout raceMathias Nyman
2017-03-02usb: host: xhci: Fix possible wild pointer when handling abort commandBaolin Wang
2017-03-02usb: xhci: fix possible wild pointerLu Baolu
2016-10-23xhci: fix usb2 resume timing and races.Mathias Nyman
2016-10-02xhci: fix null pointer dereference in stop command timeout functionMathias Nyman
2016-08-31xhci: always handle "Command Ring Stopped" eventsMathias Nyman
2016-07-10xhci: Fix handling timeouted commands on hosts in weird states.Mathias Nyman
2016-04-20xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllersMathias Nyman
2016-04-20usb: xhci: fix xhci locking up during hcd removeRoger Quadros
2016-02-15xhci: create one unified function to calculate TRB TD remainder.Mathias Nyman
2015-11-09xhci: handle no ping response error properlyMathias Nyman
2015-10-22usb: xhci: Add support for URB_ZERO_PACKET to bulk/sg transfersReyad Attiyat
2015-10-22xhci: change xhci 1.0 only restrictions to support xhci 1.1Mathias Nyman
2015-10-22xhci: give command abortion one more chance before killing xhciMathias Nyman
2015-08-16xhci: fix off by one error in TRB DMA address boundary checkMathias Nyman
2015-08-10xhci: prevent bus_suspend if SS port resuming in phase 1Zhuang Jin Can
2015-05-09xhci: gracefully handle xhci_irq dead deviceJoe Lawrence
2015-05-09xhci: fix isoc endpoint dequeue from advancing too far on transaction errorMathias Nyman
2015-04-10Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman
2015-04-07usb: host: xhci: use new USB_RESUME_TIMEOUTFelipe Balbi
2015-03-23Merge 4.0-rc5 into usb-nextGreg Kroah-Hartman
2015-03-18xhci: unify cycle state toggling operation with 'XOR'Lin Wang
2015-03-11Revert "xhci: Clear the host side toggle manually when endpoint is 'soft reset'"Mathias Nyman
2015-03-06xhci: fix reporting of 0-sized URBs in control endpointAleksander Morgado
2015-02-24xhci: Clear the host side toggle manually when endpoint is 'soft reset'Mathias Nyman
2015-01-09xhci: Add completion code to the debug ouput of unhandled transfer eventsMathias Nyman
2015-01-09xhci: clean up work to remove unused parameters for functions in xhci-mem.cLin Wang
2015-01-09xhci: remove unused parameter 'xhci' in function xhci_handshake().Lin Wang
2014-12-02xhci: don't use the same variable for stopped and halted rings current TDMathias Nyman
2014-12-02xhci: cleanup finish_td functionMathias Nyman
2014-11-22USB: xhci: Reset a halted endpoint immediately when we encounter a stall.Mathias Nyman
2014-11-22USB: xhci: don't start a halted endpoint before its new dequeue is setMathias Nyman
2014-09-23xhci: Log extra info on "ERROR Transfer event TRB DMA ptr not part of current...Hans de Goede
2014-09-23xhci: Remove "FIXME - check all the stream rings for pending cancellations"Hans de Goede
2014-09-23xhci: Always ring the doorbell for active eps when a Set TR deq ptr cmd compl...Hans de Goede
2014-09-23xhci: Fold queue_set_tr_deq into xhci_queue_new_dequeue_stateHans de Goede
2014-09-23xhci: Move allocating of command for new_dequeue_state to queue_set_tr_deq()Hans de Goede
2014-08-19xhci: rework cycle bit checking for new dequeue pointersMathias Nyman
2014-08-19xhci: Treat not finding the event_seg on COMP_STOP the same as COMP_STOP_INVALHans de Goede
2014-08-01xhci: Add missing checks for xhci_alloc_command failureHans de Goede
2014-06-24xhci: correct burst count field for isoc transfers on 1.0 xhci hostsMathias Nyman
2014-06-24xhci: Use correct SLOT ID when handling a reset device commandMathias Nyman
2014-05-20xhci: rework command timeout and cancellation,Mathias Nyman
2014-05-20xhci: Use completion and status in global command queueMathias Nyman
2014-05-20xhci: Add a global command queueMathias Nyman
2014-05-20xhci: Use command structures when queuing commands on the command ringMathias Nyman
2014-04-25usb: xhci: Prefer endpoint context dequeue pointer over stopped_trbJulius Werner
2014-03-04xhci: Kill streams URBs when the host dies.Sarah Sharp