summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-ring.c
AgeCommit message (Expand)Author
2021-01-30xhci: make sure TRB is fully written before giving it to the controllerMathias Nyman
2019-12-21xhci: fix USB3 device initiated resume race with roothub autosuspendMathias Nyman
2019-04-03xhci: Fix port resume done detection for SS ports with LPM enabledMathias Nyman
2018-12-01usb: xhci: fix uninitialized completion when USB3 port got wrong statusAaron Ma
2017-07-27xhci: Fix NULL pointer dereference when cleaning up streams for removed hostMathias Nyman
2017-01-19xhci: fix deadlock at host remove by running watchdog correctlyMathias Nyman
2017-01-12xhci: Fix race related to abort operationOGAWA Hirofumi
2017-01-12xhci: Use delayed_work instead of timer for command timeoutOGAWA Hirofumi
2017-01-12usb: xhci: hold lock over xhci_abort_cmd_ring()Lu Baolu
2017-01-12xhci: Handle command completion and timeout raceMathias Nyman
2017-01-12usb: host: xhci: Fix possible wild pointer when handling abort commandBaolin Wang
2017-01-12usb: xhci: fix possible wild pointerLu Baolu
2016-09-24xhci: fix null pointer dereference in stop command timeout functionMathias Nyman
2016-09-07xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.Mathias Nyman
2016-09-07xhci: always handle "Command Ring Stopped" eventsMathias Nyman
2016-07-11xhci: Fix handling timeouted commands on hosts in weird states.Mathias Nyman
2016-07-11xhci: Cleanup only when releasing primary hcdGabriel Krisman Bertazi
2016-05-04xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllersMathias Nyman
2016-02-25Revert "xhci: don't finish a TD if we get a short-transfer event mid TD"Mathias Nyman
2015-12-11xhci: fix usb2 resume timing and races.Mathias Nyman
2015-11-18usb: xhci: fix checking ep busy for CFCLu Baolu
2015-10-26Merge 4.3-rc7 into usb-nextGreg Kroah-Hartman
2015-10-17xhci: handle no ping response error properlyMathias Nyman
2015-10-17xhci: don't finish a TD if we get a short transfer event mid TDMathias Nyman
2015-10-16xhci: create one unified function to calculate TRB TD remainder.Mathias Nyman
2015-10-04xhci: check xhci hardware for USB 3.1 supportMathias Nyman
2015-10-04xhci: define the new default speed ID for SuperSpeedPlus used by xhci hwMathias Nyman
2015-09-21xhci: change xhci 1.0 only restrictions to support xhci 1.1Mathias Nyman
2015-09-21xhci: give command abortion one more chance before killing xhciMathias Nyman
2015-08-10Merge 4.2-rc6 into usb-nextGreg Kroah-Hartman
2015-08-08xhci: xHCI 1.1: Stopped - Short Packet Capability (SPC)Lu Baolu
2015-08-08xhci: xHCI 1.1: Contiguous Frame ID Capability (CFC)Lu Baolu
2015-08-08usb: xhci: Add support for URB_ZERO_PACKET to bulk/sg transfersReyad Attiyat
2015-08-03xhci: fix off by one error in TRB DMA address boundary checkMathias Nyman
2015-07-22xhci: prevent bus_suspend if SS port resuming in phase 1Zhuang Jin Can
2015-05-31xhci: Return correct number of tranferred bytes for stalled control endpointsMathias Nyman
2015-05-31usb: xhci: fix xhci locking up during hcd removeRoger Quadros
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