index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
xhci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-05
xhci: support setting interrupt moderation IMOD for secondary interrupters
Mathias Nyman
1
-2
/
+2
2024-09-03
usb: Add tunnel_mode parameter to usb device structure
Mathias Nyman
1
-2
/
+5
2024-09-03
xhci: Add USB4 tunnel detection for USB3 devices on Intel hosts
Mathias Nyman
1
-0
/
+11
2024-08-15
xhci: Fix Panther point NULL pointer deref at full-speed re-enumeration
Mathias Nyman
1
-3
/
+5
2024-07-03
xhci: always resume roothubs if xHC was reset during resume
Mathias Nyman
1
-3
/
+13
2024-05-01
xhci: remove xhci_check_usb2_port_capability helper
Mathias Nyman
1
-21
/
+8
2024-05-01
xhci: stored cached port capability values in one place
Mathias Nyman
1
-14
/
+5
2024-03-02
usb: xhci: Add error handling in xhci_map_urb_for_dma
Prashanth K
1
-0
/
+2
2024-03-02
usb: xhci: remove duplicate code from 'xhci_clear_command_ring()'
Niklas Neronin
1
-13
/
+1
2024-03-02
xhci: replace real & fake port with pointer to root hub port
Niklas Neronin
1
-7
/
+5
2024-02-19
Revert "xhci: add helper to stop endpoint and wait for completion"
Greg Kroah-Hartman
1
-46
/
+16
2024-02-17
xhci: add helper to stop endpoint and wait for completion
Mathias Nyman
1
-16
/
+46
2024-02-17
xhci: Add helper to set an interrupters interrupt moderation interval
Mathias Nyman
1
-7
/
+18
2024-02-17
xhci: Add interrupt pending autoclear flag to each interrupter
Mathias Nyman
1
-0
/
+3
2024-01-04
xhci: add support to allocate several interrupters
Mathias Nyman
1
-18
/
+33
2023-12-15
xhci: Fix null pointer dereference during S4 resume when resetting ep0
Mathias Nyman
1
-7
/
+13
2023-12-04
xhci: fix possible null pointer deref during xhci urb enqueue
Mathias Nyman
1
-17
/
+23
2023-12-04
xhci: Reconfigure endpoint 0 max packet size only during endpoint reset
Mathias Nyman
1
-43
/
+42
2023-11-23
usb: xhci: Add timeout argument in address_device USB HCD callback
Hardik Gajjar
1
-7
/
+16
2023-10-21
usb: host: xhci: Avoid XHCI resume delay if SSUSB device is not present
Wesley Cheng
1
-2
/
+10
2023-10-21
usb: xhci: Implement xhci_handshake_check_state() helper
Udipto Goswami
1
-1
/
+25
2023-10-21
xhci: Clean up ERST_PTR_MASK inversion
Lukas Wunner
1
-1
/
+1
2023-08-09
USB: Remove remnants of Wireless USB and UWB
Alan Stern
1
-9
/
+2
2023-06-23
usb: host: xhci: Do not re-initialize the XHCI HC if being removed
Wesley Cheng
1
-1
/
+2
2023-06-13
xhci: Add ZHAOXIN xHCI host U1/U2 feature support
Weitao Wang
1
-25
/
+18
2023-06-13
xhci: Don't require a valid get_quirks() function pointer during xhci setup
Mathias Nyman
1
-1
/
+2
2023-06-13
xhci: Add usb cold attach (CAS) as a reason to resume root hub.
Mathias Nyman
1
-1
/
+1
2023-05-13
xhci: Improve the XHCI system resume time
Basavaraj Natikar
1
-1
/
+1
2023-05-13
USB: Extend pci resume function to handle PM events
Basavaraj Natikar
1
-1
/
+2
2023-04-10
Merge 6.3-rc6 into usb-next
Greg Kroah-Hartman
1
-1
/
+6
2023-03-30
xhci: Free the command allocated for setting LPM if we return early
Mathias Nyman
1
-0
/
+1
2023-03-30
xhci: also avoid the XHCI_ZERO_64B_REGS quirk with a passthrough iommu
D Scott Phillips
1
-1
/
+5
2023-03-23
xhci: Move xhci MSI sync function to to xhci-pci
Josue David Hernandez Gutierrez
1
-24
/
+0
2023-03-23
xhci: Call MSI sync function from xhci-pci instead of generic xhci code
Josue David Hernandez Gutierrez
1
-5
/
+2
2023-03-23
xhci: Move functions to cleanup MSI to xhci-pci
Josue David Hernandez Gutierrez
1
-31
/
+0
2023-03-23
xhci: move PCI specific MSI/MSIX cleanup away from generic xhci functions
Josue David Hernandez Gutierrez
1
-6
/
+4
2023-03-23
xhci: Move functions to setup msi to xhci-pci
Josue David Hernandez Gutierrez
1
-134
/
+0
2023-03-23
xhci: Avoid PCI MSI/MSIX interrupt reinitialization at resume
Josue David Hernandez Gutierrez
1
-6
/
+2
2023-02-02
xhci: add helpers for enabling and disabling interrupters
Mathias Nyman
1
-7
/
+30
2023-02-02
xhci: Refactor interrupter code for initial multi interrupter support.
Mathias Nyman
1
-20
/
+34
2023-01-23
Merge 6.2-rc5 into usb-next
Greg Kroah-Hartman
1
-1
/
+17
2023-01-17
xhci: Add hub_control to xhci_driver_overrides
Jim Lin
1
-0
/
+2
2023-01-17
xhci: Add a flag to disable USB3 lpm on a xhci root port level.
Mathias Nyman
1
-0
/
+8
2023-01-17
xhci: Add update_hub_device override for PCI xHCI hosts
Mathias Nyman
1
-1
/
+4
2023-01-17
xhci: Fix null pointer dereference when host dies
Mathias Nyman
1
-0
/
+5
2022-10-25
xhci: Add quirk to reset host back to default state at shutdown
Mathias Nyman
1
-2
/
+8
2022-09-22
xhci: show fault reason for a failed enable slot command
Mathias Nyman
1
-1
/
+2
2022-09-22
xhci: Don't show warning for reinit on known broken suspend
Mario Limonciello
1
-1
/
+2
2022-09-05
USB: xhci: make xhci_get_endpoint_address static
Greg Kroah-Hartman
1
-1
/
+1
2022-08-25
Revert "xhci: turn off port power in shutdown"
Mathias Nyman
1
-13
/
+2
[next]