summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-mem.c
Commit message (Expand)AuthorAgeFilesLines
* usb: xhci: fix interrupt transfer error happened on MTK platformsChunfeng Yun2018-09-101-0/+4
* xhci: xhci-mem: off by one in xhci_stream_id_to_ring()Dan Carpenter2018-07-061-1/+1
* xhci: Fix kernel oops in trace_xhci_free_virt_deviceZhengjun Xing2018-06-251-2/+2
* treewide: kzalloc_node() -> kcalloc_node()Kees Cook2018-06-121-2/+2
* usb: xhci: force all memory allocations to nodeAdam Wallis2018-06-011-19/+38
* xhci: xhci-mem: remove port_arrays and the code initializing themMathias Nyman2018-05-241-89/+11
* xhci: Create new structures to store xhci port informationMathias Nyman2018-05-241-1/+57
* xhci: zero usb device slot_id member when disabling and freeing a xhci slotMathias Nyman2018-03-161-0/+2
* USB: host: Use zeroing memory allocator rather than allocator/memsetHimanshu Jha2018-01-041-5/+2
* Merge 4.15-rc4 into usb-nextGreg Kroah-Hartman2017-12-181-4/+18
|\
| * xhci: Don't add a virt_dev to the devs array before it's fully allocatedMathias Nyman2017-12-081-4/+11
| * usb: xhci: fix panic in xhci_free_virt_devices_depth_firstYu Chen2017-12-011-0/+7
* | usb: xhci: Cleanup printk debug message for registersLu Baolu2017-12-081-4/+0
* | usb: xhci: Make some static functions globalLu Baolu2017-12-081-39/+55
* | xhci: remove unnecessary boolean parameter from xhci_alloc_commandMathias Nyman2017-12-081-15/+2
* | xhci: add helper to allocate command with input contextMathias Nyman2017-12-081-2/+22
|/
* USB: host: xhci: Remove redundant license textGreg Kroah-Hartman2017-11-071-13/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: host: xhci-mem: mark expected switch fall-throughGustavo A. R. Silva2017-11-011-0/+1
* xhci: Convert timers to use timer_setup()Kees Cook2017-10-171-2/+2
* usb: xhci: Add debugfs interface for xHCI driverLu Baolu2017-10-051-3/+2
* Merge 4.12-rc6 into usb-nextGreg Kroah-Hartman2017-06-201-2/+5
|\
| * usb: xhci: Fix USB 3.1 supported protocol parsingYD Tseng2017-06-121-2/+5
* | xhci: remove endpoint ring cacheMathias Nyman2017-06-151-75/+6
|/
* xhci: remove GFP_DMA flag from allocationMatthias Lange2017-05-181-1/+1
* usb: host: xhci-mem: allocate zeroed Scratchpad BufferPeter Chen2017-05-181-1/+1
* USB: host: xhci: use max-port defineJohan Hovold2017-05-171-3/+4
* usb: host: xhci: print correct command ring addressPeter Chen2017-04-191-1/+1
* usb: host: xhci: delete sp_dma_buffers for scratchpadPeter Chen2017-04-191-14/+4
* usb: host: xhci: using correct specification chapter reference for DCBAAPPeter Chen2017-04-191-1/+1
* usb: xhci: bInterval quirk for TI TUSB73x0Roger Quadros2017-04-081-0/+11
* usb: xhci: remove enq_updates and deq_updates from ringLu Baolu2017-04-081-3/+0
* usb: xhci: remove error messages for failed memory allocationLu Baolu2017-04-081-1/+0
* usb: xhci: add xhci_log_ring trace eventsLu Baolu2017-04-081-0/+4
* usb: xhci: use bus->sysdev for DMA configurationArnd Bergmann2017-03-231-6/+6
* xhci: simplify how we store TDs in urb private dataMathias Nyman2017-01-251-4/+1
* usb: host: xhci: add xhci_virt_device tracerFelipe Balbi2017-01-251-0/+7
* usb: host: xhci: convert several if() to a single switch statementFelipe Balbi2017-01-251-4/+6
* usb: host: xhci: change pre-increments to post-incrementsFelipe Balbi2017-01-251-4/+4
* xhci: Fix race related to abort operationOGAWA Hirofumi2017-01-031-0/+1
* xhci: Use delayed_work instead of timer for command timeoutOGAWA Hirofumi2017-01-031-4/+3
* xhci: free xhci virtual devices with leaf nodes firstMathias Nyman2017-01-031-2/+36
* Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2016-11-181-5/+5
|\
| * usb: host: xhci: purge GET_MAX_PACKET()Felipe Balbi2016-11-031-2/+2
| * usb: host: xhci: make use of new usb_endpoint_maxp_mult()Felipe Balbi2016-11-031-3/+3
* | usb: xhci-mem: use passed in GFP flags instead of GFP_KERNELDan Carpenter2016-11-141-2/+2
* | usb: xhci: remove the use of xhci->addr_devLu Baolu2016-11-141-1/+0
* | usb: xhci: cleanup cmd_completion in xhci_virt_deviceLu Baolu2016-11-141-1/+0
|/
* xhci: TD-fragment, align the unsplittable case with a bounce bufferMathias Nyman2016-06-261-28/+46
* usb: xhci: fix wild pointers in xhci_mem_cleanupLu Baolu2016-04-131-0/+6