aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-mem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-25xhci: Remove device endpoints from bandwidth list when freeing the deviceMathias Nyman1-8/+12
2022-09-22usb: host: xhci: Fix potential memory leak in xhci_alloc_stream_info()Jianglei Nie1-1/+6
2022-05-12xhci: use generic command timer for stop endpoint commands.Mathias Nyman1-10/+2
2022-05-12xhci: prepare for operation w/o shared hcdHeiner Kallweit1-5/+6
2022-03-03usb: host: xhci: fix a comment typo in xhci_mem_init()Linyu Yuan1-1/+1
2022-03-03usb: host: xhci: use ffs() in xhci_mem_init()Linyu Yuan1-5/+1
2022-03-03xhci: make xhci_handshake timeout for xhci_reset() adjustableMathias Nyman1-1/+1
2022-02-24xhci: omit mem read just after allocation of trbOliver Neukum1-1/+1
2022-02-17usb: xhci: fix minmax.cocci warningskernel test robot1-2/+1
2022-02-17xhci: Allocate separate command structures for each LPM commandMathias Nyman1-7/+0
2021-06-17xhci: solve a double free problem while doing s4Zhangjiantao (Kirin, nanjing)1-0/+1
2021-06-17xhci: Add adaptive interrupt rate for isoch TRBs with XHCI_AVOID_BEI quirkMathias Nyman1-0/+2
2021-04-06xhci: check port array allocation was successful before dereferencing itMathias Nyman1-0/+3
2021-03-23usb: xhci: Fix port minor revisionThinh Nguyen1-0/+9
2021-03-10usb: xhci-mtk: support to build xhci-mtk-hcd.koChunfeng Yun1-1/+1
2021-01-29xhci: remove xhci_stream_id_to_ring() helperMathias Nyman1-17/+0
2021-01-29xhci: adjust parameters passed to cleanup_halted_endpoint()Mathias Nyman1-0/+2
2021-01-29xhci: Avoid parsing transfer events several timesMathias Nyman1-0/+2
2020-11-02Merge 5.10-rc2 into usb-nextGreg Kroah-Hartman1-2/+2
2020-10-29xhci: Fix sizeof() mismatchColin Ian King1-2/+2
2020-10-28usb: xhci: Remove in_interrupt() checksAhmed S. Darwish1-1/+1
2020-10-28usb: host: xhci-mem: remove unneeded breakTom Rix1-1/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-23xhci: dbc: don't use generic xhci ring allocation functions for dbc.Mathias Nyman1-2/+2
2020-07-23xhci: Don't pass struct xhci_hcd pointer to xhci_link_seg()Mathias Nyman1-11/+20
2020-07-09usb: host: xhci-mem: Demote obvious misuse of kerneldoc to standard comment blockLee Jones1-1/+1
2020-03-12xhci: Wait until link state trainsits to U0 after setting USB_SS_PORT_LS_U0Kai-Heng Feng1-0/+1
2020-02-12xhci: Fix memory leak when caching protocol extended capability PSI tables - take 2Mathias Nyman1-22/+37
2020-02-12Revert "xhci: Fix memory leak when caching protocol extended capability PSI tables"Greg Kroah-Hartman1-36/+22
2020-02-10xhci: Fix memory leak when caching protocol extended capability PSI tablesMathias Nyman1-22/+36
2020-02-10xhci: Force Maximum Packet size for Full-speed bulk devices to valid range.Mathias Nyman1-3/+9
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