index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
xhci.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-14
usb: xhci: change xhci_resume() parameters to explicit the desired info
Théo Lebrun
1
-1
/
+1
2025-03-10
Merge v6.14-rc6 into usb-next
Greg Kroah-Hartman
1
-1
/
+1
2025-03-06
xhci: Handle spurious events on Etron host isoc enpoints
Mathias Nyman
1
-1
/
+1
2025-03-06
usb: xhci: Apply the link chain quirk on NEC isoc endpoints
Michal Pecio
1
-2
/
+11
2025-03-06
xhci: Prevent early endpoint restart when handling STALL errors.
Mathias Nyman
1
-1
/
+2
2025-03-06
usb: xhci: refactor trb_in_td() to be static
Niklas Neronin
1
-2
/
+0
2025-03-06
usb: xhci: set page size to the xHCI-supported size
Niklas Neronin
1
-4
/
+4
2025-02-27
usb: xhci: Enable the TRB overfetch quirk on VIA VL805
Michal Pecio
1
-1
/
+1
2024-12-27
xhci: Add command completion parameter support
Mathias Nyman
1
-0
/
+4
2024-11-06
usb: xhci: Avoid queuing redundant Stop Endpoint commands
Michal Pecio
1
-0
/
+1
2024-11-06
usb: xhci: Limit Stop Endpoint retries
Michal Pecio
1
-0
/
+1
2024-11-06
usb: xhci: simplify TDs start and end naming scheme in struct 'xhci_td'
Niklas Neronin
1
-3
/
+3
2024-11-06
xhci: Don't issue Reset Device command to Etron xHCI host
Kuangyi Chiang
1
-0
/
+1
2024-11-06
usb: xhci: remove option to change a default ring's TRB cycle bit
Niklas Neronin
1
-4
/
+2
2024-11-06
usb: xhci: introduce macro for ring segment list iteration
Niklas Neronin
1
-0
/
+3
2024-11-06
xhci: add stream context tracing
Mathias Nyman
1
-0
/
+1
2024-11-06
xhci: Add Isochronous TRB fields to TRB tracer
Mathias Nyman
1
-5
/
+25
2024-10-21
Merge 6.12-rc4 into usb-next
Greg Kroah-Hartman
1
-1
/
+1
2024-10-17
xhci: Fix incorrect stream context type macro
Mathias Nyman
1
-1
/
+1
2024-10-17
xhci: add helper to stop endpoint and wait for completion
Mathias Nyman
1
-0
/
+2
2024-09-11
usb: xhci: fix loss of data on Cadence xHC
Pawel Laszczak
1
-0
/
+1
2024-09-05
xhci: support setting interrupt moderation IMOD for secondary interrupters
Mathias Nyman
1
-1
/
+4
2024-09-05
usb: xhci: make 'sbrn' a local variable
Niklas Neronin
1
-1
/
+0
2024-09-05
usb: xhci: remove unused variables from struct 'xhci_hcd'
Niklas Neronin
1
-4
/
+0
2024-09-05
xhci: Remove unused function declarations
Yue Haibing
1
-4
/
+0
2024-09-03
usb: Add tunnel_mode parameter to usb device structure
Mathias Nyman
1
-2
/
+2
2024-09-03
xhci: Add USB4 tunnel detection for USB3 devices on Intel hosts
Mathias Nyman
1
-0
/
+1
2024-08-07
xhci-pci: Make xhci-pci-renesas a proper modular driver
Ben Hutchings
1
-1
/
+1
2024-06-27
xhci: sort out TRB Endpoint ID bitfield macros
Mathias Nyman
1
-19
/
+14
2024-06-27
usb: xhci: move link chain bit quirk checks into one helper function.
Niklas Neronin
1
-2
/
+5
2024-06-27
usb: xhci: remove 'num_trbs' from struct 'xhci_td'
Niklas Neronin
1
-1
/
+0
2024-06-20
xhci: Add a quirk for writing ERST in high-low order
Daehwan Jung
1
-0
/
+2
2024-06-12
xhci: Handle TD clearing for multiple streams case
Hector Martin
1
-0
/
+1
2024-05-01
usb: xhci: compact 'trb_in_td()' arguments
Niklas Neronin
1
-3
/
+2
2024-05-01
xhci: remove XHCI_TRUST_TX_LENGTH quirk
Mathias Nyman
1
-3
/
+1
2024-05-01
xhci: improve PORTSC register debugging output
Mathias Nyman
1
-1
/
+6
2024-05-01
usb: xhci: remove redundant variable 'erst_size'
Niklas Neronin
1
-2
/
+0
2024-05-01
usb: xhci: check if 'requested segments' exceeds ERST capacity
Niklas Neronin
1
-3
/
+3
2024-05-01
xhci: stored cached port capability values in one place
Mathias Nyman
1
-3
/
+1
2024-03-02
xhci: save slot ID in struct 'xhci_port'
Niklas Neronin
1
-2
/
+2
2024-03-02
xhci: replace real & fake port with pointer to root hub port
Niklas Neronin
1
-2
/
+1
2024-02-19
Revert "xhci: add helper to stop endpoint and wait for completion"
Greg Kroah-Hartman
1
-2
/
+0
2024-02-17
xhci: add helper to stop endpoint and wait for completion
Mathias Nyman
1
-0
/
+2
2024-02-17
xhci: make isoc_bei_interval variable interrupter specific.
Mathias Nyman
1
-1
/
+1
2024-02-17
xhci: Add interrupt pending autoclear flag to each interrupter
Mathias Nyman
1
-0
/
+1
2024-02-04
Merge 6.8-rc3 into usb-next
Greg Kroah-Hartman
1
-0
/
+1
2024-01-27
XHCI: Separate PORT and CAPs macros into dedicated file
Frank Li
1
-259
/
+3
2024-01-27
xhci: process isoc TD properly when there was a transaction error mid TD.
Mathias Nyman
1
-0
/
+1
2024-01-04
xhci: add support to allocate several interrupters
Mathias Nyman
1
-1
/
+5
2023-12-04
xhci: change 'msix_count' to encompass MSI or MSI-X vectors
Niklas Neronin
1
-2
/
+2
[next]