summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-mem.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-27xhci: change xhci 1.0 only restrictions to support xhci 1.1Mathias Nyman1-3/+3
2016-03-21usb: xhci: Bugfix for NULL pointer deference in xhci_endpoint_init() functionAMAN DEEP1-1/+1
2014-12-01xhci: Fix null pointer dereference if xhci initialization failsMathias Nyman1-1/+1
2014-06-11xhci: delete endpoints from bandwidth list before freeing whole deviceMathias Nyman1-10/+10
2013-07-22xhci: check for failed dma pool allocationMathias Nyman1-0/+4
2013-06-13xhci: fix list access before initVladimir Murzin1-0/+4
2013-06-13xhci-mem: init list heads at the beginning of initSergio Aguirre1-3/+3
2013-06-07USB: xHCI: override bogus bulk wMaxPacketSize valuesAlan Stern1-8/+9
2013-01-17xhci: Handle HS bulk/ctrl endpoints that don't NAK.Sarah Sharp1-0/+2
2013-01-11xhci: fix null-pointer dereference when destroying half-built segment ringsJulius Werner1-2/+7
2012-10-07xHCI: add aborting command ring functionElric Fu1-0/+7
2012-06-22xhci: Don't free endpoints in xhci_mem_cleanup()Takashi Iwai1-21/+14
2012-06-22xhci: Fix invalid loop check in xhci_free_tt_info()Takashi Iwai1-29/+10
2012-06-01USB: fix resource leak in xhci power loss pathOliver Neukum1-0/+26
2012-06-01xhci: Reset reserved command ring TRBs on cleanup.Sarah Sharp1-0/+1
2012-04-11xhci: Don't write zeroed pointers to xHC registers.Sarah Sharp1-7/+2
2012-03-13xHCI: Allocate 2 segments for transfer ringAndiry Xu1-3/+3
2012-03-13xHCI: dynamic ring expansionAndiry Xu1-12/+63
2012-03-13xHCI: set cycle state when allocate ringsAndiry Xu1-18/+38
2012-03-13xHCI: factor out segments allocation and free functionAndiry Xu1-34/+55
2012-03-13xHCI: count free TRBs on transfer ringAndiry Xu1-0/+6
2012-03-13xHCI: store ring's last segment and segment numbersAndiry Xu1-0/+2
2012-03-13xHCI: store ring's typeAndiry Xu1-16/+22
2012-02-23Merge branch 'usb-3.3-rc4' into usb-nextGreg Kroah-Hartman1-1/+10
2012-02-22xhci: Fix encoding for HS bulk/control NAK rate.Sarah Sharp1-8/+24
2012-02-15USB/xhci: Enable remote wakeup for USB3 devices.Sarah Sharp1-1/+10
2011-12-23xhci: Remove debugging about ring structure allocation.Sarah Sharp1-14/+0
2011-11-04xhci: Set slot and ep0 flags for address command.Sarah Sharp1-5/+0
2011-09-27usb/xhci: replace pci_*_consistent() with dma_*_coherent()Sebastian Andrzej Siewior1-19/+19
2011-09-27xHCI: AMD isoc link TRB chain bit quirkAndiry Xu1-14/+18
2011-09-27xHCI: test USB2 software LPMAndiry Xu1-0/+11
2011-09-27xHCI: Check host USB2 LPM capabilityAndiry Xu1-0/+17
2011-09-20xhci-mem.c: xhci_segment_free: No need for checking seg argumentKautuk Consul1-2/+0
2011-09-20xhci-mem.c: Check for ring->first_seg != NULLKautuk Consul1-10/+12
2011-09-20xhci: Fix mult base in endpoint bandwidth info.Sarah Sharp1-4/+5
2011-09-10xHCI: refine td allocationAndiry Xu1-11/+3
2011-09-10xhci: Track interval bandwidth tables per port/TT.Sarah Sharp1-2/+24
2011-09-10xhci: Store endpoint bandwidth information.Sarah Sharp1-0/+63
2011-09-10xhci: Store information about roothubs and TTs.Sarah Sharp1-1/+131
2011-09-10xhci: Store the "real" root port number.Sarah Sharp1-0/+1
2011-09-10xhci: Rename virt_dev->port to fake_port.Sarah Sharp1-2/+2
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto1-5/+5
2011-07-26Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-13/+13
2011-06-16xhci: Don't warn about zeroed bMaxBurst descriptor field.Sarah Sharp1-2/+0
2011-06-14Merge 3.0-rc2 into usb-linus as it's needed by some USB patchesGreg Kroah-Hartman1-2/+12
2011-06-06USB: xhci - fix interval calculation for FS isoc endpointsDmitry Torokhov1-2/+12
2011-06-03xhci: Remove some unnecessary casts and tidy some endian swap codeMatt Evans1-13/+13
2011-05-17xhci: Fix memory leak in ring cache deallocation.Sarah Sharp1-4/+3
2011-05-14xhci: Fix full speed bInterval encoding.Sarah Sharp1-2/+2
2011-05-09xHCI 1.0: Isoch endpoint CErr field setAndiry Xu1-2/+2