summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-mem.c
AgeCommit message (Expand)Author
2025-11-21usb: xhci: standardize single bit-field macrosNiklas Neronin
2025-11-21usb: xhci: simplify handling of Structural Parameters 1 valuesNiklas Neronin
2025-11-21usb: xhci: implement USB Port Register Set structNiklas Neronin
2025-11-21usb: xhci: add USB Port Register Set structNiklas Neronin
2025-09-15Merge 6.17-rc6 into usb-nextGreg Kroah-Hartman
2025-09-06xhci: fix memory leak regression when freeing xhci vdev devices depth firstMathias Nyman
2025-09-06Merge patch series "eUSB2 Double Isochronous IN Bandwidth support"Greg Kroah-Hartman
2025-09-06usb: xhci: Add host support for eUSB2 double isochronous bandwidth devicesRai, Amardeep
2025-09-06usb: xhci: Use usb_endpoint_max_periodic_payload()Sakari Ailus
2025-08-19usb: xhci: Fix slot_id resource race conflictWeitao Wang
2025-07-17usb: xhci: Set avg_trb_len = 8 for EP0 during Address Device CommandJay Chen
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