index
:
linux.git
cached
cdir_v2
cfid-fixes
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.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2022-08-25
xhci: Add grace period after xHC start to prevent premature runtime suspend.
Mathias Nyman
1
-1
/
+3
2022-06-23
xhci: turn off port power in shutdown
Mathias Nyman
1
-2
/
+13
2022-06-23
xhci: Keep interrupt disabled in initialization until host is running.
Hongyu Xie
1
-13
/
+22
2022-06-10
xhci: Fix null pointer dereference in resume if xhci has only one roothub
Mathias Nyman
1
-10
/
+5
2022-05-19
xhci: Don't defer primary roothub registration if there is only one roothub
Mathias Nyman
1
-2
/
+2
2022-05-12
xhci: prevent U2 link power state if Intel tier policy prevented U1
Mathias Nyman
1
-7
/
+4
2022-05-12
xhci: use generic command timer for stop endpoint commands.
Mathias Nyman
1
-6
/
+1
2022-05-12
xhci: prepare for operation w/o shared hcd
Heiner Kallweit
1
-19
/
+34
2022-05-12
xhci: factor out parts of xhci_gen_setup()
Heiner Kallweit
1
-50
/
+54
2022-05-12
xhci: Set HCD flag to defer primary roothub registration
Kishon Vijay Abraham I
1
-0
/
+2
2022-04-09
xhci: stop polling roothubs after shutdown
Henry Lin
1
-0
/
+11
2022-03-03
usb: host: xhci: Remove some unnecessary return value initializations
Linyu Yuan
1
-4
/
+4
2022-03-03
usb: host: xhci: add blank line in xhci_halt()
Linyu Yuan
1
-0
/
+3
2022-03-03
usb: host: xhci: update hci_version operation in xhci_gen_setup()
Linyu Yuan
1
-2
/
+1
2022-03-03
xhci: make xhci_handshake timeout for xhci_reset() adjustable
Mathias Nyman
1
-11
/
+9
2022-02-28
Merge 5.17-rc6 into usb-next
Greg Kroah-Hartman
1
-9
/
+19
2022-02-17
usb: host: xhci: drop redundant checks
Sergey Shtylyov
1
-4
/
+0
2022-02-17
xhci: Allocate separate command structures for each LPM command
Mathias Nyman
1
-13
/
+8
2022-02-17
xhci: dbc: Don't call dbc_tty_init() on every dbc tty probe
Mathias Nyman
1
-0
/
+2
2022-02-17
xhci: dbc: Rename xhci_dbc_init and xhci_dbc_exit
Mathias Nyman
1
-2
/
+2
2022-02-15
xhci: Prevent futile URB re-submissions due to incorrect return value.
Hongyu Xie
1
-3
/
+6
2022-02-15
xhci: re-initialize the HC during resume if HCE was set
Puma Hsu
1
-6
/
+13
2021-12-21
xhci: use max() to make code cleaner
Changcheng Deng
1
-4
/
+2
2021-12-10
xhci: avoid race between disable slot command and host runtime suspend
Mathias Nyman
1
-7
/
+15
2021-12-10
xhci: Remove CONFIG_USB_DEFAULT_PERSIST to prevent xHCI from runtime suspending
Kai-Heng Feng
1
-4
/
+0
2021-11-05
Revert "xhci: Set HCD flag to defer primary roothub registration"
Greg Kroah-Hartman
1
-1
/
+0
2021-10-11
xhci: guard accesses to ep_state in xhci_endpoint_reset()
Jonathan Bell
1
-0
/
+5
2021-09-14
xhci: Set HCD flag to defer primary roothub registration
Kishon Vijay Abraham I
1
-0
/
+1
2021-08-26
xhci: Add bus number to some debug messages
Mathias Nyman
1
-2
/
+4
[next]