summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-mem.c
AgeCommit message (Expand)Author
2022-11-03xhci: Remove device endpoints from bandwidth list when freeing the deviceMathias Nyman
2022-10-26usb: host: xhci: Fix potential memory leak in xhci_alloc_stream_info()Jianglei Nie
2022-04-15xhci: make xhci_handshake timeout for xhci_reset() adjustableMathias Nyman
2021-07-14xhci: solve a double free problem while doing s4Zhangjiantao (Kirin, nanjing)
2021-05-11usb: xhci: Fix port minor revisionThinh Nguyen
2020-04-29xhci: Wait until link state trainsits to U0 after setting USB_SS_PORT_LS_U0Kai-Heng Feng
2020-02-28xhci: Fix memory leak when caching protocol extended capability PSI tables - ...Mathias Nyman
2020-02-28xhci: Force Maximum Packet size for Full-speed bulk devices to valid range.Mathias Nyman
2019-12-17xhci: Fix memory leak in xhci_add_in_port()Mika Westerberg
2019-07-25usb: host: Remove call to memset after dma_alloc_coherentFuqian Huang
2019-02-21usb: xhci: fix build warning - missing prototypeJean-Philippe Menil
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-12-07xhci: move bus_state structure under the xhci_hub structure.Mathias Nyman
2018-12-07xhci: remove the unused sw_lpm_supportZeng Tao
2018-09-10usb: xhci: fix interrupt transfer error happened on MTK platformsChunfeng Yun
2018-07-06xhci: xhci-mem: off by one in xhci_stream_id_to_ring()Dan Carpenter
2018-06-25xhci: Fix kernel oops in trace_xhci_free_virt_deviceZhengjun Xing
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook
2018-06-01usb: xhci: force all memory allocations to nodeAdam Wallis
2018-05-24xhci: xhci-mem: remove port_arrays and the code initializing themMathias Nyman
2018-05-24xhci: Create new structures to store xhci port informationMathias Nyman
2018-03-16xhci: zero usb device slot_id member when disabling and freeing a xhci slotMathias Nyman
2018-01-04USB: host: Use zeroing memory allocator rather than allocator/memsetHimanshu Jha
2017-12-18Merge 4.15-rc4 into usb-nextGreg Kroah-Hartman
2017-12-08xhci: Don't add a virt_dev to the devs array before it's fully allocatedMathias Nyman
2017-12-08usb: xhci: Cleanup printk debug message for registersLu Baolu
2017-12-08usb: xhci: Make some static functions globalLu Baolu
2017-12-08xhci: remove unnecessary boolean parameter from xhci_alloc_commandMathias Nyman
2017-12-08xhci: add helper to allocate command with input contextMathias Nyman
2017-12-01usb: xhci: fix panic in xhci_free_virt_devices_depth_firstYu Chen
2017-11-07USB: host: xhci: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-11-01usb: host: xhci-mem: mark expected switch fall-throughGustavo A. R. Silva
2017-10-17xhci: Convert timers to use timer_setup()Kees Cook
2017-10-05usb: xhci: Add debugfs interface for xHCI driverLu Baolu
2017-06-20Merge 4.12-rc6 into usb-nextGreg Kroah-Hartman
2017-06-15xhci: remove endpoint ring cacheMathias Nyman
2017-06-12usb: xhci: Fix USB 3.1 supported protocol parsingYD Tseng
2017-05-18xhci: remove GFP_DMA flag from allocationMatthias Lange
2017-05-18usb: host: xhci-mem: allocate zeroed Scratchpad BufferPeter Chen
2017-05-17USB: host: xhci: use max-port defineJohan Hovold
2017-04-19usb: host: xhci: print correct command ring addressPeter Chen
2017-04-19usb: host: xhci: delete sp_dma_buffers for scratchpadPeter Chen
2017-04-19usb: host: xhci: using correct specification chapter reference for DCBAAPPeter Chen
2017-04-08usb: xhci: bInterval quirk for TI TUSB73x0Roger Quadros
2017-04-08usb: xhci: remove enq_updates and deq_updates from ringLu Baolu
2017-04-08usb: xhci: remove error messages for failed memory allocationLu Baolu
2017-04-08usb: xhci: add xhci_log_ring trace eventsLu Baolu
2017-03-23usb: xhci: use bus->sysdev for DMA configurationArnd Bergmann
2017-01-25xhci: simplify how we store TDs in urb private dataMathias Nyman