index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
xhci-ring.c
Age
Commit message (
Expand
)
Author
Files
Lines
13 days
xhci: fix lost bounce buffers on TDs spanning several ring segments
Arthur Gautier
1
-8
/
+24
13 days
usb: xhci: Fix isochronous scheduling regression
Michal Pecio
1
-3
/
+8
2026-08-14
usb: xhci: Handle bogus TRB pointers in Missed Service Error events
Michal Pecio
1
-2
/
+16
2026-08-14
usb: xhci: Handle USB3 port events when there is one roothub
Semih Baskan
1
-1
/
+1
2026-08-14
usb: xhci: remove redundant 'xhci' pointer from endpoint struct
Niklas Neronin
1
-28
/
+25
2026-08-14
usb: xhci: remove redundant function wrapper
Niklas Neronin
1
-14
/
+6
2026-08-14
usb: xhci: standardize multi bit-field macros
Niklas Neronin
1
-1
/
+3
2026-08-14
xhci: move dequeue to next valid td instead of past cancelled one
Mathias Nyman
1
-77
/
+63
2026-08-14
xhci: avoid xHC endpoint changes after disconnect or link error.
Mathias Nyman
1
-3
/
+16
2026-08-14
xhci: prevent endpoint recovery after roothub disconnect
Mathias Nyman
1
-4
/
+8
2026-08-14
xhci: include all root port children in recovery prevention on link error
Mathias Nyman
1
-12
/
+15
2026-08-14
xhci: Set frame ID field of isoc TRB when starting an isoch stream
Mathias Nyman
1
-7
/
+24
2026-08-14
xhci: fix frame id calculation and checks for isoc URBs
Mathias Nyman
1
-102
/
+78
2026-06-03
usb: xhci: allocate DCBAA based on host controller max slots
Niklas Neronin
1
-2
/
+2
2026-06-03
usb: xhci: refactor DCBAA struct
Niklas Neronin
1
-1
/
+1
2026-06-03
xhci: Prevent queuing new commands if xhci is inaccessible
Mathias Nyman
1
-0
/
+6
2026-06-03
usb: xhci: Improve Soft Retries after short transfers
Michal Pecio
1
-0
/
+1
2026-06-03
usb: xhci: Remove isochronous URB_SHORT_NOT_OK handling
Michal Pecio
1
-9
/
+3
2026-06-03
usb: xhci: Remove skip_isoc_td()
Michal Pecio
1
-21
/
+5
2026-06-03
usb: xhci: remove legacy 'num_trbs_free' tracking
Niklas Neronin
1
-1
/
+1
2026-04-02
usb: xhci: remove duplicate '0x' prefix
Niklas Neronin
1
-2
/
+2
2026-04-02
usb: xhci: Simplify clearing the Event Interrupt bit
Michal Pecio
1
-3
/
+2
2026-03-11
usb: xhci: Prevent interrupt storm on host controller error (HCE)
Dayu Jiang
1
-0
/
+1
2025-12-06
Merge tag 'usb-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-133
/
+107
2025-11-21
usb: xhci: standardize single bit-field macros
Niklas Neronin
1
-4
/
+4
2025-11-21
usb: xhci: simplify Isochronous Scheduling Threshold handling
Niklas Neronin
1
-14
/
+12
2025-11-21
usb: xhci: simplify handling of Structural Parameters 1 values
Niklas Neronin
1
-4
/
+2
2025-11-21
usb: xhci: replace use of system_wq with system_percpu_wq
Marco Crivellari
1
-1
/
+1
2025-11-21
usb: xhci: Don't unchain link TRBs on quirky HCs
Michal Pecio
1
-11
/
+16
2025-11-21
usb: xhci: Assume that endpoints halt as specified
Michal Pecio
1
-50
/
+23
2025-11-21
usb: xhci: add helper to read PORTSC register
Niklas Neronin
1
-1
/
+1
2025-11-21
xhci: simplify and rework trb_in_td()
Mathias Nyman
1
-43
/
+27
2025-11-21
xhci: Add helper to find trb from its dma address
Mathias Nyman
1
-6
/
+22
2025-11-09
xhci: fix stale flag preventig URBs after link state error is cleared
Mathias Nyman
1
-5
/
+10
2025-09-18
usb: xhci: improve TR Dequeue Pointer mask
Niklas Neronin
1
-6
/
+6
2025-09-18
usb: xhci: Update a comment about Stop Endpoint retries
Michal Pecio
1
-2
/
+3
2025-09-18
Revert "usb: xhci: Avoid Stop Endpoint retry loop if the endpoint seems Running"
Michal Pecio
1
-7
/
+4
2025-09-06
Merge patch series "eUSB2 Double Isochronous IN Bandwidth support"
Greg Kroah-Hartman
1
-3
/
+3
2025-09-06
usb: xhci: Add host support for eUSB2 double isochronous bandwidth devices
Rai, Amardeep
1
-3
/
+3
2025-08-19
usb: xhci: Fix slot_id resource race conflict
Weitao Wang
1
-2
/
+7
2025-07-25
usb: xhci: print xhci->xhc_state when queue_command failed
Su Hui
1
-1
/
+2
2025-07-17
usb: xhci: Avoid showing errors during surprise removal
Mario Limonciello
1
-2
/
+5
2025-06-19
Revert "usb: xhci: Implement xhci_handshake_check_state() helper"
Roy Luo
1
-3
/
+2
2025-05-21
usb: xhci: rename 'irq_pending' to 'iman'
Niklas Neronin
1
-5
/
+5
2025-05-21
usb: xhci: remove '0' write to write-1-to-clear register
Niklas Neronin
1
-1
/
+1
2025-05-21
usb: xhci: guarantee that IMAN register is flushed
Niklas Neronin
1
-0
/
+3
2025-05-21
usb: xhci: Add debugfs support for xHCI port bandwidth
Xu Rao
1
-0
/
+13
2025-05-21
usb: xhci: Don't log transfer ring segment list on errors
Michal Pecio
1
-3
/
+0
2025-05-13
Merge 6.15-rc6 into usb-next
Greg Kroah-Hartman
1
-10
/
+9
2025-05-05
usb: xhci: Don't trust the EP Context cycle bit when moving HW dequeue
Michal Pecio
1
-10
/
+9
[next]