summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-ring.c
AgeCommit message (Expand)Author
2013-10-05xhci: Fix race between ep halt and URB cancellationFlorian Wolter
2013-10-05xhci: Fix oops happening after address device timeoutMathias Nyman
2013-10-05xhci: Ensure a command structure points to the correct trb on the command ringMathias Nyman
2013-08-04xhci: fix null pointer dereference on ring_doorbell_for_active_ringsOleksij Rempel
2013-05-11xhci: Don't warn on empty ring for suspended devices.Sarah Sharp
2013-04-05usb: xhci: Fix TRB transfer length macro used for Event TRB.Vivek Gautam
2013-02-11USB: XHCI: fix memory leak of URB-private dataAlan Stern
2013-02-11xhci: Fix TD size for isochronous URBs.Sarah Sharp
2013-02-11xhci: Fix isoc TD encoding.Sarah Sharp
2013-02-11drivers: xhci: fix incorrect bit testNickolai Zeldovich
2013-01-17xhci: Avoid "dead ports", add roothub port polling.Sarah Sharp
2013-01-11xHCI: Fix TD Size calculation on 1.0 hosts.Sarah Sharp
2012-10-31xhci: Fix potential NULL ptr deref in command cancellation.Sarah Sharp
2012-10-07xHCI: handle command after aborting the command ringElric Fu
2012-10-07xHCI: add aborting command ring functionElric Fu
2012-10-07xHCI: add cmd_ring_stateElric Fu
2012-10-07xhci: Intel Panther Point BEI quirk.Sarah Sharp
2012-08-26xhci: Fix bug after deq ptr set to link TRB.Sarah Sharp
2012-07-16xhci: Fix hang on back-to-back Set TR Deq Ptr commands.Sarah Sharp
2012-06-01xhci: Add new short TX quirk for Fresco Logic host.Sarah Sharp
2012-06-01usb-xhci: Handle COMP_TX_ERR for isoc tdsHans de Goede
2012-06-01xHCI: keep track of ports being resumed and indicate in hub_status_dataAndiry Xu
2012-04-11xHCI: use gfp flags from caller instead of GFP_ATOMICDan Carpenter
2012-04-11xhci: don't re-enable IE constantlyFelipe Balbi
2012-03-13xHCI: check enqueue pointer advance into dequeue segAndiry Xu
2012-03-13xHCI: dynamic ring expansionAndiry Xu
2012-03-13xHCI: count free TRBs on transfer ringAndiry Xu
2012-03-12xHCI: store ring's typeAndiry Xu
2012-03-01usb: core: hcd: make hcd->irq unsignedFelipe Balbi
2012-02-14USB/xHCI: Support device-initiated USB 3.0 resume.Sarah Sharp
2012-02-14USB/xhci: Enable remote wakeup for USB3 devices.Sarah Sharp
2012-02-14xHCI: Kick khubd when USB3 resume really completes.Sarah Sharp
2012-01-25xHCI: Cleanup isoc transfer ring when TD length mismatch foundAndiry Xu
2012-01-10xhci: Fix USB 3.0 device restart on resume.Sarah Sharp
2012-01-04xhci: Clean up 32-bit build warnings.Sarah Sharp
2012-01-02xhci: Better debugging for critical host errors.Sarah Sharp
2011-12-22xhci: Be less verbose during URB cancellation.Sarah Sharp
2011-12-22xhci: Remove debugging about toggling cycle bits.Sarah Sharp
2011-12-22xhci: Remove debugging for individual transfers.Sarah Sharp
2011-12-22xhci: Remove useless sg-list debugging.Sarah Sharp
2011-12-22xhci: Remove scary warnings about transfer issues.Sarah Sharp
2011-12-09usb: fix number of mapped SG DMA entriesClemens Ladisch
2011-11-26Merge 3.2-rc3 into usb-linusGreg Kroah-Hartman
2011-11-14USB: Remove the SAW_IRQ hcd flagAlan Stern
2011-11-02usb, xhci: fix lockdep warning on endpoint timeoutDon Zickus
2011-10-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-09-26xHCI: AMD isoc link TRB chain bit quirkAndiry Xu
2011-09-26xHCI: Clear PLC for USB2 root hub portsAndiry Xu
2011-09-26xHCI: test and clear RWC bitAndiry Xu
2011-09-26xHCI: set link stateAndiry Xu