index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
xhci.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
xhci: add support to allocate several interrupters
Mathias Nyman
2024-01-04
1
-1
/
+5
*
xhci: change 'msix_count' to encompass MSI or MSI-X vectors
Niklas Neronin
2023-12-04
1
-2
/
+2
*
usb: xhci: Add timeout argument in address_device USB HCD callback
Hardik Gajjar
2023-11-23
1
-2
/
+7
*
Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2023-11-03
1
-39
/
+6
|
\
|
*
usb: xhci: Implement xhci_handshake_check_state() helper
Udipto Goswami
2023-10-21
1
-0
/
+2
|
*
xhci: Clean up xhci_{alloc,free}_erst() declarations
Lukas Wunner
2023-10-21
1
-5
/
+0
|
*
xhci: Clean up stale comment on ERST_SIZE macro
Lukas Wunner
2023-10-21
1
-6
/
+1
|
*
xhci: Clean up ERST_PTR_MASK inversion
Lukas Wunner
2023-10-21
1
-1
/
+1
|
*
xhci: Use more than one Event Ring segment
Jonathan Bell
2023-10-21
1
-2
/
+3
|
*
xhci: Set DESI bits in ERDP register correctly
Lukas Wunner
2023-10-21
1
-0
/
+1
|
*
Merge 6.6-rc6 into usb-next
Greg Kroah-Hartman
2023-10-16
1
-1
/
+1
|
|
\
|
*
|
usb: xhci: Move extcaps related macros to respective header file
Krishna Kurapati
2023-10-02
1
-27
/
+0
*
|
|
Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-10-30
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
usb: Annotate struct urb_priv with __counted_by
Kees Cook
2023-10-02
1
-1
/
+1
|
|
/
*
/
xhci: Preserve RsvdP bits in ERSTBA register correctly
Lukas Wunner
2023-10-02
1
-1
/
+1
|
/
*
xhci: Show ZHAOXIN xHCI root hub speed correctly
Weitao Wang
2023-06-13
1
-0
/
+1
*
xhci: Fix TRB prefetch issue of ZHAOXIN hosts
Weitao Wang
2023-06-13
1
-0
/
+1
*
xhci: Stop unnecessary tracking of free trbs in a ring
Mathias Nyman
2023-06-13
1
-2
/
+1
*
xhci: get rid of XHCI_PLAT quirk that used to prevent MSI setup
Mathias Nyman
2023-06-13
1
-1
/
+1
*
Merge 6.4-rc4 into usb-next
Greg Kroah-Hartman
2023-05-28
1
-1
/
+1
|
\
|
*
xhci-pci: Only run d3cold avoidance quirk for s2idle
Mario Limonciello
2023-05-16
1
-1
/
+1
*
|
USB: Extend pci resume function to handle PM events
Basavaraj Natikar
2023-05-13
1
-1
/
+1
|
/
*
xhci: Move functions to cleanup MSI to xhci-pci
Josue David Hernandez Gutierrez
2023-03-23
1
-1
/
+0
*
xhci: move PCI specific MSI/MSIX cleanup away from generic xhci functions
Josue David Hernandez Gutierrez
2023-03-23
1
-0
/
+2
*
xhci: Move functions to setup msi to xhci-pci
Josue David Hernandez Gutierrez
2023-03-23
1
-1
/
+0
*
xhci: Avoid PCI MSI/MSIX interrupt reinitialization at resume
Josue David Hernandez Gutierrez
2023-03-23
1
-0
/
+1
*
xhci: rename resume_done to resume_timestamp
Mathias Nyman
2023-02-02
1
-1
/
+1
*
xhci: move port specific items such as state completions to port structure
Mathias Nyman
2023-02-02
1
-5
/
+4
*
xhci: Refactor interrupter code for initial multi interrupter support.
Mathias Nyman
2023-02-02
1
-10
/
+14
*
xhci: fix event ring segment table related masks and variables in header
Mathias Nyman
2023-02-02
1
-1
/
+4
*
Merge 6.2-rc5 into usb-next
Greg Kroah-Hartman
2023-01-23
1
-0
/
+5
|
\
|
*
xhci: Add a flag to disable USB3 lpm on a xhci root port level.
Mathias Nyman
2023-01-17
1
-0
/
+1
|
*
xhci: Add update_hub_device override for PCI xHCI hosts
Mathias Nyman
2023-01-17
1
-0
/
+4
*
|
xhci: Add hub_control to xhci_driver_overrides
Jim Lin
2023-01-17
1
-0
/
+2
|
/
*
xhci: Prevent infinite loop in transaction errors recovery for streams
Mathias Nyman
2022-11-30
1
-1
/
+1
*
xhci: Add quirk to reset host back to default state at shutdown
Mathias Nyman
2022-10-25
1
-0
/
+1
*
xhci: remove unused lpm_failed_dev member from struct xhci_hcd
Mathias Nyman
2022-09-22
1
-2
/
+0
*
xhci: remove unused command member from struct xhci_hcd struct
Mathias Nyman
2022-09-22
1
-1
/
+0
*
USB: xhci: make xhci_get_endpoint_address static
Greg Kroah-Hartman
2022-09-05
1
-1
/
+0
*
Merge 6.0-rc4 into usb-next
Greg Kroah-Hartman
2022-09-05
1
-3
/
+1
|
\
|
*
Revert "xhci: turn off port power in shutdown"
Mathias Nyman
2022-08-25
1
-2
/
+0
|
*
xhci: Add grace period after xHC start to prevent premature runtime suspend.
Mathias Nyman
2022-08-25
1
-1
/
+1
*
|
usb: host: xhci-plat: suspend and resume clocks
Justin Chen
2022-08-31
1
-0
/
+1
|
/
*
usb: host: xhci: use snprintf() in xhci_decode_trb()
Sergey Shtylyov
2022-06-30
1
-1
/
+1
*
xhci: turn off port power in shutdown
Mathias Nyman
2022-06-23
1
-0
/
+2
*
xhci: Remove quirk for over 10 year old evaluation hardware
Mathias Nyman
2022-05-12
1
-1
/
+1
*
xhci: use generic command timer for stop endpoint commands.
Mathias Nyman
2022-05-12
1
-2
/
+0
*
xhci: prepare for operation w/o shared hcd
Heiner Kallweit
2022-05-12
1
-0
/
+26
*
xhci: fix uninitialized string returned by xhci_decode_ctrl_ctx()
Anssi Hannula
2022-03-03
1
-0
/
+2
*
xhci: fix garbage USBSTS being logged in some cases
Anssi Hannula
2022-03-03
1
-1
/
+4
[next]