summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-sideband.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-08xhci: sideband: fix ring sg table pages leakXu Rao1-0/+2
2026-04-02usb: host: xhci-sideband: delegate offload_usage tracking to class driversGuan-Yu Lin1-13/+1
2026-04-02usb: core: use dedicated spinlock for offload stateGuan-Yu Lin1-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-01-16xhci: sideband: don't dereference freed ring when removing sideband endpointMathias Nyman1-1/+0
2025-11-09xhci: sideband: Fix race condition in sideband unregisterMathias Nyman1-44/+58
2025-09-12xhci: sideband: add api to trace sideband usageGuan-Yu Lin1-0/+36
2025-04-11usb: host: xhci: Notify xHCI sideband on transfer ring freeWesley Cheng1-1/+28
2025-04-11usb: host: xhci-mem: Allow for interrupter clients to choose specific indexWesley Cheng1-2/+3
2025-04-11xhci: sideband: add initial api to register a secondary interrupter entityMathias Nyman1-0/+429