aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-mem.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-02usb: xhci: remove duplicate '0x' prefixNiklas Neronin1-3/+3
2026-04-02usb: xhci: move roothub port limit validationNiklas Neronin1-27/+18
2026-04-02usb: xhci: optimize resuming from S4 (suspend-to-disk)Niklas Neronin1-2/+2
2026-04-02usb: xhci: split core allocation and initializationNiklas Neronin1-0/+3
2026-04-02usb: xhci: move initialization for lifetime objectsNiklas Neronin1-1/+0
2026-04-02usb: xhci: move ring initializationNiklas Neronin1-5/+14
2026-04-02usb: xhci: move reserving command ring trbNiklas Neronin1-7/+0
2026-04-02usb: xhci: factor out roothub bandwidth cleanupNiklas Neronin1-21/+29
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2025-11-21usb: xhci: standardize single bit-field macrosNiklas Neronin1-4/+3
2025-11-21usb: xhci: simplify handling of Structural Parameters 1 valuesNiklas Neronin1-18/+13
2025-11-21usb: xhci: implement USB Port Register Set structNiklas Neronin1-1/+1
2025-11-21usb: xhci: add USB Port Register Set structNiklas Neronin1-2/+1
2025-09-15Merge 6.17-rc6 into usb-nextGreg Kroah-Hartman1-1/+1
2025-09-06xhci: fix memory leak regression when freeing xhci vdev devices depth firstMathias Nyman1-1/+1
2025-09-06Merge patch series "eUSB2 Double Isochronous IN Bandwidth support"Greg Kroah-Hartman1-44/+41
2025-09-06usb: xhci: Add host support for eUSB2 double isochronous bandwidth devicesRai, Amardeep1-13/+40
2025-09-06usb: xhci: Use usb_endpoint_max_periodic_payload()Sakari Ailus1-31/+1
2025-08-19usb: xhci: Fix slot_id resource race conflictWeitao Wang1-11/+11
2025-07-17usb: xhci: Set avg_trb_len = 8 for EP0 during Address Device CommandJay Chen1-0/+2
2025-06-28usb: xhci: quirk for data loss in ISOC transfersRaju Rangoju1-0/+4
2025-05-21usb: xhci: rework Event Ring Segment Table Address maskNiklas Neronin1-2/+2
2025-05-21usb: xhci: rework Event Ring Segment Table Size maskNiklas Neronin1-2/+2
2025-05-21usb: xhci: set requested IMODI to the closest supported valueNiklas Neronin1-4/+1
2025-05-21usb: xhci: cleanup xhci_mem_init()Niklas Neronin1-25/+27
2025-05-21usb: xhci: add individual allocation checks in xhci_mem_init()Niklas Neronin1-4/+11
2025-05-21usb: xhci: move initialization of the primary interrupterNiklas Neronin1-13/+9
2025-05-21usb: xhci: remove error handling from xhci_add_interrupter()Niklas Neronin1-19/+8
2025-05-21usb: xhci: move enabling of USB 3 device notificationsNiklas Neronin1-10/+0
2025-05-21usb: xhci: move doorbell array pointer assignmentNiklas Neronin1-8/+0
2025-05-21usb: xhci: move DCBAA pointer writeNiklas Neronin1-1/+0
2025-05-21usb: xhci: move command ring pointer writeNiklas Neronin1-10/+0
2025-05-21usb: xhci: move device slot enabling register writeNiklas Neronin1-14/+1
2025-05-21usb: xhci: relocate pre-allocation initializationNiklas Neronin1-28/+0
2025-05-21usb: xhci: Add debugfs support for xHCI port bandwidthXu Rao1-1/+44
2025-04-11usb: host: xhci-mem: Allow for interrupter clients to choose specific indexWesley Cheng1-10/+14
2025-04-11usb: host: xhci-mem: Cleanup pending secondary event ring eventsWesley Cheng1-1/+6
2025-03-10Merge v6.14-rc6 into usb-nextGreg Kroah-Hartman1-1/+2
2025-03-06usb: xhci: set page size to the xHCI-supported sizeNiklas Neronin1-16/+18
2025-03-06usb: xhci: correct debug message page size calculationNiklas Neronin1-3/+3
2025-02-27usb: xhci: Enable the TRB overfetch quirk on VIA VL805Michal Pecio1-1/+2
2024-12-17usb: xhci: fix ring expansion regression in 6.13-rc1Niklas Neronin1-1/+1
2024-11-06usb: xhci: remove irrelevant commentNiklas Neronin1-5/+0
2024-11-06usb: xhci: add xhci_initialize_ring_segments()Niklas Neronin1-18/+23
2024-11-06usb: xhci: rework xhci_link_segments()Niklas Neronin1-24/+30
2024-11-06usb: xhci: refactor xhci_link_rings() to use source and destination ringsNiklas Neronin1-20/+20
2024-11-06usb: xhci: rework xhci_free_segments_for_ring()Niklas Neronin1-10/+11
2024-11-06usb: xhci: adjust xhci_alloc_segments_for_ring() argumentsNiklas Neronin1-27/+21
2024-11-06usb: xhci: remove option to change a default ring's TRB cycle bitNiklas Neronin1-27/+23
2024-11-06usb: xhci: introduce macro for ring segment list iterationNiklas Neronin1-17/+7