summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-mem.c
AgeCommit message (Expand)Author
2025-06-28usb: xhci: quirk for data loss in ISOC transfersRaju Rangoju
2025-05-21usb: xhci: rework Event Ring Segment Table Address maskNiklas Neronin
2025-05-21usb: xhci: rework Event Ring Segment Table Size maskNiklas Neronin
2025-05-21usb: xhci: set requested IMODI to the closest supported valueNiklas Neronin
2025-05-21usb: xhci: cleanup xhci_mem_init()Niklas Neronin
2025-05-21usb: xhci: add individual allocation checks in xhci_mem_init()Niklas Neronin
2025-05-21usb: xhci: move initialization of the primary interrupterNiklas Neronin
2025-05-21usb: xhci: remove error handling from xhci_add_interrupter()Niklas Neronin
2025-05-21usb: xhci: move enabling of USB 3 device notificationsNiklas Neronin
2025-05-21usb: xhci: move doorbell array pointer assignmentNiklas Neronin
2025-05-21usb: xhci: move DCBAA pointer writeNiklas Neronin
2025-05-21usb: xhci: move command ring pointer writeNiklas Neronin
2025-05-21usb: xhci: move device slot enabling register writeNiklas Neronin
2025-05-21usb: xhci: relocate pre-allocation initializationNiklas Neronin
2025-05-21usb: xhci: Add debugfs support for xHCI port bandwidthXu Rao
2025-04-11usb: host: xhci-mem: Allow for interrupter clients to choose specific indexWesley Cheng
2025-04-11usb: host: xhci-mem: Cleanup pending secondary event ring eventsWesley Cheng
2025-03-10Merge v6.14-rc6 into usb-nextGreg Kroah-Hartman
2025-03-06usb: xhci: set page size to the xHCI-supported sizeNiklas Neronin
2025-03-06usb: xhci: correct debug message page size calculationNiklas Neronin
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