summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-mem.c
AgeCommit message (Expand)Author
2025-02-27usb: xhci: Enable the TRB overfetch quirk on VIA VL805Michal Pecio
2024-12-17usb: xhci: fix ring expansion regression in 6.13-rc1Niklas Neronin
2024-11-06usb: xhci: remove irrelevant commentNiklas Neronin
2024-11-06usb: xhci: add xhci_initialize_ring_segments()Niklas Neronin
2024-11-06usb: xhci: rework xhci_link_segments()Niklas Neronin
2024-11-06usb: xhci: refactor xhci_link_rings() to use source and destination ringsNiklas Neronin
2024-11-06usb: xhci: rework xhci_free_segments_for_ring()Niklas Neronin
2024-11-06usb: xhci: adjust xhci_alloc_segments_for_ring() argumentsNiklas Neronin
2024-11-06usb: xhci: remove option to change a default ring's TRB cycle bitNiklas Neronin
2024-11-06usb: xhci: introduce macro for ring segment list iterationNiklas Neronin
2024-11-06xhci: add stream context tracingMathias Nyman
2024-09-05xhci: support setting interrupt moderation IMOD for secondary interruptersMathias Nyman
2024-08-13usb: xhci: Check for xhci->interrupters being allocated in xhci_mem_clearup()Marc Zyngier
2024-06-27usb: xhci: move all segment re-numbering to xhci_link_rings()Niklas Neronin
2024-06-27usb: xhci: move link chain bit quirk checks into one helper function.Niklas Neronin
2024-06-20xhci: Add a quirk for writing ERST in high-low orderDaehwan Jung
2024-05-01usb: xhci: use array_size() when allocating and freeing memoryNiklas Neronin
2024-05-01usb: xhci: check if 'requested segments' exceeds ERST capacityNiklas Neronin
2024-05-01xhci: stored cached port capability values in one placeMathias Nyman
2024-03-02usb: xhci: utilize 'xhci_free_segments_for_ring()' for freeing segmentsNiklas Neronin
2024-03-02xhci: save slot ID in struct 'xhci_port'Niklas Neronin
2024-03-02xhci: replace real & fake port with pointer to root hub portNiklas Neronin
2024-03-02xhci: rework how real & fake ports are foundNiklas Neronin
2024-02-17xhci: make isoc_bei_interval variable interrupter specific.Mathias Nyman
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