summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-ring.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-28xhci: Fix NULL pointer dereference when cleaning up streams for removed hostMathias Nyman1-4/+7
2017-01-19xhci: fix deadlock at host remove by running watchdog correctlyMathias Nyman1-11/+0
2017-01-12xhci: Fix race related to abort operationOGAWA Hirofumi1-80/+89
2017-01-12xhci: Use delayed_work instead of timer for command timeoutOGAWA Hirofumi1-10/+16
2017-01-12usb: xhci: hold lock over xhci_abort_cmd_ring()Lu Baolu1-4/+9
2017-01-12xhci: Handle command completion and timeout raceMathias Nyman1-1/+5
2017-01-12usb: host: xhci: Fix possible wild pointer when handling abort commandBaolin Wang1-1/+4
2017-01-12usb: xhci: fix possible wild pointerLu Baolu1-5/+11
2016-09-24xhci: fix null pointer dereference in stop command timeout functionMathias Nyman1-1/+5
2016-09-07xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.Mathias Nyman1-1/+2
2016-09-07xhci: always handle "Command Ring Stopped" eventsMathias Nyman1-6/+7
2016-07-11xhci: Fix handling timeouted commands on hosts in weird states.Mathias Nyman1-5/+22
2016-07-11xhci: Cleanup only when releasing primary hcdGabriel Krisman Bertazi1-1/+2
2016-05-05xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllersMathias Nyman1-1/+2
2016-02-25Revert "xhci: don't finish a TD if we get a short-transfer event mid TD"Mathias Nyman1-10/+0
2015-12-12xhci: fix usb2 resume timing and races.Mathias Nyman1-1/+2
2015-11-18usb: xhci: fix checking ep busy for CFCLu Baolu1-26/+6
2015-10-26Merge 4.3-rc7 into usb-nextGreg Kroah-Hartman1-5/+25
2015-10-17xhci: handle no ping response error properlyMathias Nyman1-5/+15
2015-10-17xhci: don't finish a TD if we get a short transfer event mid TDMathias Nyman1-0/+10
2015-10-17xhci: create one unified function to calculate TRB TD remainder.Mathias Nyman1-62/+44
2015-10-04xhci: check xhci hardware for USB 3.1 supportMathias Nyman1-5/+5
2015-10-04xhci: define the new default speed ID for SuperSpeedPlus used by xhci hwMathias Nyman1-3/+3
2015-09-22xhci: change xhci 1.0 only restrictions to support xhci 1.1Mathias Nyman1-2/+2
2015-09-22xhci: give command abortion one more chance before killing xhciMathias Nyman1-0/+9
2015-08-10Merge 4.2-rc6 into usb-nextGreg Kroah-Hartman1-1/+1
2015-08-09xhci: xHCI 1.1: Stopped - Short Packet Capability (SPC)Lu Baolu1-3/+41
2015-08-09xhci: xHCI 1.1: Contiguous Frame ID Capability (CFC)Lu Baolu1-13/+178
2015-08-09usb: xhci: Add support for URB_ZERO_PACKET to bulk/sg transfersReyad Attiyat1-14/+52
2015-08-04xhci: fix off by one error in TRB DMA address boundary checkMathias Nyman1-1/+1
2015-07-23xhci: prevent bus_suspend if SS port resuming in phase 1Zhuang Jin Can1-0/+3
2015-05-31xhci: Return correct number of tranferred bytes for stalled control endpointsMathias Nyman1-1/+1
2015-05-31usb: xhci: fix xhci locking up during hcd removeRoger Quadros1-1/+4
2015-05-09xhci: gracefully handle xhci_irq dead deviceJoe Lawrence1-1/+1
2015-05-09xhci: fix isoc endpoint dequeue from advancing too far on transaction errorMathias Nyman1-0/+5
2015-04-10Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman1-1/+1
2015-04-07usb: host: xhci: use new USB_RESUME_TIMEOUTFelipe Balbi1-1/+1
2015-03-23Merge 4.0-rc5 into usb-nextGreg Kroah-Hartman1-1/+1
2015-03-18xhci: unify cycle state toggling operation with 'XOR'Lin Wang1-2/+2
2015-03-11Revert "xhci: Clear the host side toggle manually when endpoint is 'soft reset'"Mathias Nyman1-1/+1
2015-03-06xhci: fix reporting of 0-sized URBs in control endpointAleksander Morgado1-2/+8
2015-02-24xhci: Clear the host side toggle manually when endpoint is 'soft reset'Mathias Nyman1-1/+1
2015-01-09xhci: Add completion code to the debug ouput of unhandled transfer eventsMathias Nyman1-2/+2
2015-01-09xhci: clean up work to remove unused parameters for functions in xhci-mem.cLin Wang1-3/+3
2015-01-09xhci: remove unused parameter 'xhci' in function xhci_handshake().Lin Wang1-1/+1
2014-12-03xhci: don't use the same variable for stopped and halted rings current TDMathias Nyman1-6/+2
2014-12-03xhci: cleanup finish_td functionMathias Nyman1-56/+49
2014-11-22USB: xhci: Reset a halted endpoint immediately when we encounter a stall.Mathias Nyman1-30/+10
2014-11-22USB: xhci: don't start a halted endpoint before its new dequeue is setMathias Nyman1-2/+1
2014-09-24xhci: Log extra info on "ERROR Transfer event TRB DMA ptr not part of current...Hans de Goede1-5/+21