summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-mem.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-20xhci: xhci-mem: off by one in xhci_stream_id_to_ring()Dan Carpenter1-1/+1
2018-03-03xhci: Don't add a virt_dev to the devs array before it's fully allocatedMathias Nyman1-4/+13
2018-03-03usb: xhci: fix panic in xhci_free_virt_devices_depth_firstYu Chen1-0/+7
2017-09-15usb: host: xhci-mem: allocate zeroed Scratchpad BufferPeter Chen1-1/+1
2017-08-26usb: host: xhci: print correct command ring addressPeter Chen1-1/+1
2017-03-16xhci: free xhci virtual devices with leaf nodes firstMathias Nyman1-2/+36
2017-03-16usb: xhci-mem: use passed in GFP flags instead of GFP_KERNELDan Carpenter1-2/+2
2016-06-15usb: xhci: fix wild pointers in xhci_mem_cleanupLu Baolu1-0/+6
2015-10-19xhci: init command timeout timer earlier to avoid deleting it uninitializedMathias Nyman1-6/+5
2015-10-19xhci-mem: Use setup_timerJulia Lawall1-6/+4
2015-10-19xhci: change xhci 1.0 only restrictions to support xhci 1.1Mathias Nyman1-3/+3
2015-08-27drivers/usb: Delete XHCI command timer if necessaryGavin Shan1-1/+2
2015-08-11usb: xhci: Bugfix for NULL pointer deference in xhci_endpoint_init() functionAMAN DEEP1-1/+1
2014-10-06usb: xhci: Fix OOPS in xhci error handling codeAl Cooper1-0/+1
2014-10-06xhci: Fix null pointer dereference if xhci initialization failsMathias Nyman1-1/+1
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds1-8/+9
2014-05-29xhci: delete endpoints from bandwidth list before freeing whole deviceMathias Nyman1-10/+10
2014-05-20xhci: rework command timeout and cancellation,Mathias Nyman1-7/+7
2014-05-20xhci: Use completion and status in global command queueMathias Nyman1-1/+0
2014-05-20xhci: Add a global command queueMathias Nyman1-0/+2
2014-03-05xhci: The trb_address_map radix tree expects 1KB segment memory aligmentHans de Goede1-4/+5
2014-03-05xhci: xhci_mem_cleanup: make sure cmd_ring_reserved_trbs really is 0Hans de Goede1-1/+1
2014-03-05xhci: Remove segments from radix tree on failed insert.Sarah Sharp1-26/+81
2014-03-05xhci: Check size rather then number of streams when allocating stream ctxsHans de Goede1-8/+8
2014-03-05xhci: fix usb3 streamsGerd Hoffmann1-43/+89
2014-01-31Revert "xhci: replace xhci_read_64() with readq()"Sarah Sharp1-3/+3
2014-01-30Revert "xhci: replace xhci_write_64() with writeq()"Sarah Sharp1-4/+4
2013-12-03xhci: replace xhci_write_64() with writeq()Xenia Ragiadakou1-4/+4
2013-12-03xhci: replace xhci_read_64() with readq()Xenia Ragiadakou1-3/+3
2013-12-03xhci: replace xhci_writel() with writel()Xenia Ragiadakou1-3/+3
2013-12-03xhci: replace xhci_readl() with readl()Xenia Ragiadakou1-10/+10
2013-12-03xhci: remove conversion from generic to pci device in xhci_mem.cXenia Ragiadakou1-10/+10
2013-12-03xhci: remove unnecessary check in xhci_free_stream_info()Xenia Ragiadakou1-2/+1
2013-12-03xhci: convert TRB_CYCLE to le32 before using it to set Link TRB's cycle bitXenia Ragiadakou1-2/+3
2013-10-16usb: Don't enable USB 2.0 Link PM by default.Sarah Sharp1-10/+0
2013-09-24usb: Fix xHCI host issues on remote wakeup.Sarah Sharp1-0/+2
2013-08-19Merge 3.11-rc6 into usb-nextGreg Kroah-Hartman1-0/+1
2013-08-14xhci: trace debug statements related to ring expansionXenia Ragiadakou1-1/+2
2013-08-14xhci: trace debug messages related to driver initialization and unloadXenia Ragiadakou1-42/+68
2013-08-14xhci: add trace for debug messages related to changing contextsXenia Ragiadakou1-1/+3
2013-08-14xhci: remove CONFIG_USB_XHCI_HCD_DEBUGGING and unused codeXenia Ragiadakou1-70/+0
2013-07-31usb: xhci: add missing dma-mapping.h includesJames Hogan1-0/+1
2013-06-18xhci: check for failed dma pool allocationMathias Nyman1-0/+4
2013-06-15xhci: remove BUG() in xhci_get_endpoint_type()Mathias Nyman1-5/+9
2013-06-15xhci: Remove BUG in xhci_setup_addressable_virt_devMathias Nyman1-25/+10
2013-06-15xhci: Remove BUG_ON in xhci_get_input_control_ctx.Sarah Sharp1-1/+3
2013-06-15xhci: Remove BUG_ON() in xhci_alloc_container_ctx.Sarah Sharp1-2/+6
2013-06-09Merge 3.10-rc5 into usb-nextGreg Kroah-Hartman1-3/+7
2013-06-06usb: xhci: check usb2 port capabilities before adding hw link PM supportMathias Nyman1-4/+29
2013-05-24xhci: fix list access before initVladimir Murzin1-0/+4