aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-mem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-11xhci: Fix memory leak in xhci_add_in_port()Mika Westerberg1-0/+4
2019-07-25usb: host: Remove call to memset after dma_alloc_coherentFuqian Huang1-1/+0
2019-02-21usb: xhci: fix build warning - missing prototypeJean-Philippe Menil1-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-4/+4
2018-12-07xhci: move bus_state structure under the xhci_hub structure.Mathias Nyman1-5/+5
2018-12-07xhci: remove the unused sw_lpm_supportZeng Tao1-16/+4
2018-09-10usb: xhci: fix interrupt transfer error happened on MTK platformsChunfeng Yun1-0/+4
2018-07-06xhci: xhci-mem: off by one in xhci_stream_id_to_ring()Dan Carpenter1-1/+1
2018-06-25xhci: Fix kernel oops in trace_xhci_free_virt_deviceZhengjun Xing1-2/+2
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook1-2/+2
2018-06-01usb: xhci: force all memory allocations to nodeAdam Wallis1-19/+38
2018-05-24xhci: xhci-mem: remove port_arrays and the code initializing themMathias Nyman1-89/+11
2018-05-24xhci: Create new structures to store xhci port informationMathias Nyman1-1/+57
2018-03-16xhci: zero usb device slot_id member when disabling and freeing a xhci slotMathias Nyman1-0/+2
2018-01-04USB: host: Use zeroing memory allocator rather than allocator/memsetHimanshu Jha1-5/+2
2017-12-18Merge 4.15-rc4 into usb-nextGreg Kroah-Hartman1-4/+18
2017-12-08xhci: Don't add a virt_dev to the devs array before it's fully allocatedMathias Nyman1-4/+11
2017-12-08usb: xhci: Cleanup printk debug message for registersLu Baolu1-4/+0
2017-12-08usb: xhci: Make some static functions globalLu Baolu1-39/+55
2017-12-08xhci: remove unnecessary boolean parameter from xhci_alloc_commandMathias Nyman1-15/+2
2017-12-08xhci: add helper to allocate command with input contextMathias Nyman1-2/+22
2017-12-01usb: xhci: fix panic in xhci_free_virt_devices_depth_firstYu Chen1-0/+7
2017-11-07USB: host: xhci: Remove redundant license textGreg Kroah-Hartman1-13/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-11-01usb: host: xhci-mem: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-10-17xhci: Convert timers to use timer_setup()Kees Cook1-2/+2
2017-10-05usb: xhci: Add debugfs interface for xHCI driverLu Baolu1-3/+2
2017-06-20Merge 4.12-rc6 into usb-nextGreg Kroah-Hartman1-2/+5
2017-06-15xhci: remove endpoint ring cacheMathias Nyman1-75/+6
2017-06-12usb: xhci: Fix USB 3.1 supported protocol parsingYD Tseng1-2/+5
2017-05-18xhci: remove GFP_DMA flag from allocationMatthias Lange1-1/+1
2017-05-18usb: host: xhci-mem: allocate zeroed Scratchpad BufferPeter Chen1-1/+1
2017-05-17USB: host: xhci: use max-port defineJohan Hovold1-3/+4
2017-04-19usb: host: xhci: print correct command ring addressPeter Chen1-1/+1
2017-04-19usb: host: xhci: delete sp_dma_buffers for scratchpadPeter Chen1-14/+4
2017-04-19usb: host: xhci: using correct specification chapter reference for DCBAAPPeter Chen1-1/+1
2017-04-08usb: xhci: bInterval quirk for TI TUSB73x0Roger Quadros1-0/+11
2017-04-08usb: xhci: remove enq_updates and deq_updates from ringLu Baolu1-3/+0
2017-04-08usb: xhci: remove error messages for failed memory allocationLu Baolu1-1/+0
2017-04-08usb: xhci: add xhci_log_ring trace eventsLu Baolu1-0/+4
2017-03-23usb: xhci: use bus->sysdev for DMA configurationArnd Bergmann1-6/+6
2017-01-25xhci: simplify how we store TDs in urb private dataMathias Nyman1-4/+1
2017-01-25usb: host: xhci: add xhci_virt_device tracerFelipe Balbi1-0/+7
2017-01-25usb: host: xhci: convert several if() to a single switch statementFelipe Balbi1-4/+6
2017-01-25usb: host: xhci: change pre-increments to post-incrementsFelipe Balbi1-4/+4
2017-01-03xhci: Fix race related to abort operationOGAWA Hirofumi1-0/+1
2017-01-03xhci: Use delayed_work instead of timer for command timeoutOGAWA Hirofumi1-4/+3
2017-01-03xhci: free xhci virtual devices with leaf nodes firstMathias Nyman1-2/+36
2016-11-18Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-5/+5
2016-11-14usb: xhci-mem: use passed in GFP flags instead of GFP_KERNELDan Carpenter1-2/+2