summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-mem.c
AgeCommit message (Expand)Author
2018-01-17xhci: Fix ring leak in failure path of xhci_alloc_virt_device()Ben Hutchings
2017-12-20xhci: Don't add a virt_dev to the devs array before it's fully allocatedMathias Nyman
2017-12-09usb: xhci: fix panic in xhci_free_virt_devices_depth_firstYu Chen
2017-06-24usb: xhci: Fix USB 3.1 supported protocol parsingYD Tseng
2017-05-25usb: host: xhci-mem: allocate zeroed Scratchpad BufferPeter Chen
2017-05-25xhci: remove GFP_DMA flag from allocationMatthias Lange
2017-05-20usb: host: xhci: print correct command ring addressPeter Chen
2017-05-20usb: xhci: bInterval quirk for TI TUSB73x0Roger Quadros
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-mem: use passed in GFP flags instead of GFP_KERNELDan Carpenter
2017-01-12xhci: free xhci virtual devices with leaf nodes firstMathias Nyman
2016-06-26xhci: TD-fragment, align the unsplittable case with a bounce bufferMathias Nyman
2016-04-13usb: xhci: fix wild pointers in xhci_mem_cleanupLu Baolu
2016-02-14xhci: Add SuperSpeedPlus high bandwidth isoc support to xhci endpointsMathias Nyman
2016-02-14xhci: refactor and cleanup endpoint initialization.Mathias Nyman
2016-02-03xhci: set slot context speed field to SuperSpeedPlus for USB 3.1 SSP devicesMathias Nyman
2016-02-03xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.Mathias Nyman
2015-12-01usb : replace dma_pool_alloc and memset with dma_pool_zallocSaurabh Sengar
2015-12-01xhci: rework xhci extended capability list parsing functionsMathias Nyman
2015-12-01xhci: use debug level when printing out interval rounding messagesMathias Nyman
2015-10-04xhci: drop null test before destroy functionsJulia Lawall
2015-10-04xhci: parse xhci protocol speed ID list for usb 3.1 usageMathias Nyman
2015-09-21xhci: init command timeout timer earlier to avoid deleting it uninitializedMathias Nyman
2015-09-21xhci: change xhci 1.0 only restrictions to support xhci 1.1Mathias Nyman
2015-08-03drivers/usb: Delete XHCI command timer if necessaryGavin Shan
2015-07-22usb: xhci: Bugfix for NULL pointer deference in xhci_endpoint_init() functionAMAN DEEP
2015-01-09xhci: clean up work to remove unused parameters for functions in xhci-mem.cLin Wang
2015-01-09xhci-mem: Use setup_timerJulia Lawall
2014-09-23xhci: Log extra info on "ERROR Transfer event TRB DMA ptr not part of current...Hans de Goede
2014-09-11usb: xhci: Fix OOPS in xhci error handling codeAl Cooper
2014-09-11xhci: Fix null pointer dereference if xhci initialization failsMathias Nyman
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds
2014-05-28xhci: delete endpoints from bandwidth list before freeing whole deviceMathias Nyman
2014-05-20xhci: rework command timeout and cancellation,Mathias Nyman
2014-05-20xhci: Use completion and status in global command queueMathias Nyman
2014-05-20xhci: Add a global command queueMathias Nyman
2014-03-04xhci: The trb_address_map radix tree expects 1KB segment memory aligmentHans de Goede
2014-03-04xhci: xhci_mem_cleanup: make sure cmd_ring_reserved_trbs really is 0Hans de Goede
2014-03-04xhci: Remove segments from radix tree on failed insert.Sarah Sharp
2014-03-04xhci: Check size rather then number of streams when allocating stream ctxsHans de Goede
2014-03-04xhci: fix usb3 streamsGerd Hoffmann
2014-01-30Revert "xhci: replace xhci_read_64() with readq()"Sarah Sharp
2014-01-29Revert "xhci: replace xhci_write_64() with writeq()"Sarah Sharp
2013-12-02xhci: replace xhci_write_64() with writeq()Xenia Ragiadakou
2013-12-02xhci: replace xhci_read_64() with readq()Xenia Ragiadakou
2013-12-02xhci: replace xhci_writel() with writel()Xenia Ragiadakou
2013-12-02xhci: replace xhci_readl() with readl()Xenia Ragiadakou
2013-12-02xhci: remove conversion from generic to pci device in xhci_mem.cXenia Ragiadakou
2013-12-02xhci: remove unnecessary check in xhci_free_stream_info()Xenia Ragiadakou