summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-mem.c
AgeCommit message (Expand)Author
2024-01-27xhci: fix off by one check when adding a secondary interrupter.Mathias Nyman
2024-01-27xhci: fix possible null pointer dereference at secondary interrupter removalMathias Nyman
2024-01-04xhci: add support to allocate several interruptersMathias Nyman
2023-11-23usb: xhci: Add timeout argument in address_device USB HCD callbackHardik Gajjar
2023-10-21xhci: split free interrupter into separate remove and free partsMathias Nyman
2023-10-21xhci: Clean up xhci_{alloc,free}_erst() declarationsLukas Wunner
2023-10-21xhci: Clean up ERST_PTR_MASK inversionLukas Wunner
2023-10-21xhci: Update last segment pointer after Event Ring expansionLukas Wunner
2023-10-21xhci: Adjust segment numbers after ring expansionLukas Wunner
2023-10-21xhci: Use more than one Event Ring segmentJonathan Bell
2023-10-21xhci: Set DESI bits in ERDP register correctlyLukas Wunner
2023-10-02xhci: Preserve RsvdP bits in ERSTBA register correctlyLukas Wunner
2023-08-09USB: Remove remnants of Wireless USB and UWBAlan Stern
2023-06-13xhci: Show ZHAOXIN xHCI root hub speed correctlyWeitao Wang
2023-06-13xhci: Fix TRB prefetch issue of ZHAOXIN hostsWeitao Wang
2023-06-13xhci: Stop unnecessary tracking of free trbs in a ringMathias Nyman
2023-06-13xhci: Fix transfer ring expansion size calculationMathias Nyman
2023-06-13xhci: split allocate interrupter into separate alloacte and add partsMathias Nyman
2023-03-23xhci: mem: Join string literals backAndy Shevchenko
2023-03-23xhci: mem: Replace explicit castings with appropriate specifiersAndy Shevchenko
2023-03-23xhci: mem: Use while (i--) pattern to clean upAndy Shevchenko
2023-03-23xhci: mem: Drop useless return:sAndy Shevchenko
2023-03-23xhci: mem: Get rid of redundant 'else'Andy Shevchenko
2023-03-23xhci: mem: Use dma_poll_zalloc() instead of explicit memset()Andy Shevchenko
2023-03-23xhci: mem: Carefully calculate size for memory allocationsAndy Shevchenko
2023-02-02xhci: move port specific items such as state completions to port structureMathias Nyman
2023-02-02xhci: Refactor interrupter code for initial multi interrupter support.Mathias Nyman
2023-02-02xhci: remove xhci_test_trb_in_td_math early development checkMathias Nyman
2023-02-02xhci: fix event ring segment table related masks and variables in headerMathias Nyman
2022-10-25xhci: Remove device endpoints from bandwidth list when freeing the deviceMathias Nyman
2022-09-22usb: host: xhci: Fix potential memory leak in xhci_alloc_stream_info()Jianglei Nie
2022-05-12xhci: use generic command timer for stop endpoint commands.Mathias Nyman
2022-05-12xhci: prepare for operation w/o shared hcdHeiner Kallweit
2022-03-03usb: host: xhci: fix a comment typo in xhci_mem_init()Linyu Yuan
2022-03-03usb: host: xhci: use ffs() in xhci_mem_init()Linyu Yuan
2022-03-03xhci: make xhci_handshake timeout for xhci_reset() adjustableMathias Nyman
2022-02-24xhci: omit mem read just after allocation of trbOliver Neukum
2022-02-17usb: xhci: fix minmax.cocci warningskernel test robot
2022-02-17xhci: Allocate separate command structures for each LPM commandMathias Nyman
2021-06-17xhci: solve a double free problem while doing s4Zhangjiantao (Kirin, nanjing)
2021-06-17xhci: Add adaptive interrupt rate for isoch TRBs with XHCI_AVOID_BEI quirkMathias Nyman
2021-04-06xhci: check port array allocation was successful before dereferencing itMathias Nyman
2021-03-23usb: xhci: Fix port minor revisionThinh Nguyen
2021-03-10usb: xhci-mtk: support to build xhci-mtk-hcd.koChunfeng Yun
2021-01-29xhci: remove xhci_stream_id_to_ring() helperMathias Nyman
2021-01-29xhci: adjust parameters passed to cleanup_halted_endpoint()Mathias Nyman
2021-01-29xhci: Avoid parsing transfer events several timesMathias Nyman
2020-11-02Merge 5.10-rc2 into usb-nextGreg Kroah-Hartman
2020-10-29xhci: Fix sizeof() mismatchColin Ian King
2020-10-28usb: xhci: Remove in_interrupt() checksAhmed S. Darwish