index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
xhci-pci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-11
Merge 6.7-rc5 into usb-next
Greg Kroah-Hartman
1
-2
/
+0
2023-12-05
Revert "xhci: Loosen RPM as default policy to cover for AMD xHC 1.1"
Mathias Nyman
1
-2
/
+0
2023-12-04
xhci: minor coding style cleanup in 'xhci_try_enable_msi()'
Niklas Neronin
1
-5
/
+3
2023-12-04
xhci: rework 'xhci_try_enable_msi()' MSI and MSI-X setup code
Niklas Neronin
1
-29
/
+15
2023-12-04
xhci: change 'msix_count' to encompass MSI or MSI-X vectors
Niklas Neronin
1
-7
/
+7
2023-12-04
xhci: refactor static MSI function
Niklas Neronin
1
-34
/
+15
2023-12-04
xhci: refactor static MSI-X function
Niklas Neronin
1
-40
/
+28
2023-12-04
xhci: add handler for only one interrupt line
Niklas Neronin
1
-25
/
+10
2023-12-04
xhci: check if legacy irq is available before using it as fallback
Niklas Neronin
1
-1
/
+1
2023-10-21
xhci: Enable RPM on controllers that support low-power states
Basavaraj Natikar
1
-1
/
+3
2023-10-21
xhci: Loosen RPM as default policy to cover for AMD xHC 1.1
Basavaraj Natikar
1
-0
/
+2
2023-07-25
Revert "xhci: add quirk for host controllers that don't update endpoint DCS"
Oliver Neukum
1
-3
/
+1
2023-06-13
xhci: Add ZHAOXIN xHCI host U1/U2 feature support
Weitao Wang
1
-0
/
+1
2023-06-13
xhci: Show ZHAOXIN xHCI root hub speed correctly
Weitao Wang
1
-0
/
+2
2023-06-13
xhci: Fix TRB prefetch issue of ZHAOXIN hosts
Weitao Wang
1
-1
/
+6
2023-06-13
xhci: Fix resume issue of some ZHAOXIN hosts
Weitao Wang
1
-0
/
+5
2023-06-13
xhci: get rid of XHCI_PLAT quirk that used to prevent MSI setup
Mathias Nyman
1
-7
/
+0
2023-05-28
Merge 6.4-rc4 into usb-next
Greg Kroah-Hartman
1
-2
/
+10
2023-05-16
xhci-pci: Only run d3cold avoidance quirk for s2idle
Mario Limonciello
1
-2
/
+10
2023-05-13
USB: Extend pci resume function to handle PM events
Basavaraj Natikar
1
-2
/
+2
2023-04-10
Merge 6.3-rc6 into usb-next
Greg Kroah-Hartman
1
-1
/
+0
2023-03-30
Revert "usb: xhci-pci: Set PROBE_PREFER_ASYNCHRONOUS"
Mathias Nyman
1
-4
/
+3
2023-03-29
xhci: use pm_ptr() instead of #ifdef for CONFIG_PM conditionals
Arnd Bergmann
1
-11
/
+5
2023-03-23
xhci: Move xhci MSI sync function to to xhci-pci
Josue David Hernandez Gutierrez
1
-1
/
+13
2023-03-23
xhci: Call MSI sync function from xhci-pci instead of generic xhci code
Josue David Hernandez Gutierrez
1
-0
/
+5
2023-03-23
xhci: Move functions to cleanup MSI to xhci-pci
Josue David Hernandez Gutierrez
1
-0
/
+26
2023-03-23
xhci: move PCI specific MSI/MSIX cleanup away from generic xhci functions
Josue David Hernandez Gutierrez
1
-0
/
+12
2023-03-23
xhci: Move functions to setup msi to xhci-pci
Josue David Hernandez Gutierrez
1
-0
/
+129
2023-03-23
xhci: Avoid PCI MSI/MSIX interrupt reinitialization at resume
Josue David Hernandez Gutierrez
1
-0
/
+15
2023-01-17
xhci: Detect lpm incapable xHC USB3 roothub ports from ACPI tables
Mathias Nyman
1
-0
/
+34
2023-01-17
xhci: Add update_hub_device override for PCI xHCI hosts
Mathias Nyman
1
-0
/
+9
2023-01-17
xhci-pci: set the dma max_seg_size
Ricardo Ribalda
1
-0
/
+2
2022-11-30
xhci: disable U3 suspended ports in S4 hibernate poweroff_late stage
Mathias Nyman
1
-0
/
+52
2022-11-30
xhci: Apply XHCI_RESET_TO_DEFAULT quirk to ADL-N
Reka Norman
1
-1
/
+3
2022-11-09
usb: xhci-pci: Set PROBE_PREFER_ASYNCHRONOUS
Brian Norris
1
-3
/
+4
2022-10-25
xhci-pci: Set runtime PM as default policy on all xHC 1.2 or later devices
Mario Limonciello
1
-28
/
+4
2022-10-25
xhci: Add quirk to reset host back to default state at shutdown
Mathias Nyman
1
-0
/
+4
2022-10-25
usb: xhci: add XHCI_SPURIOUS_SUCCESS to ASM1042 despite being a V0.96 controller
Jens Glathe
1
-1
/
+7
2022-09-01
USB: hcd-pci: Drop the unused id parameter from usb_hcd_pci_probe()
Heikki Krogerus
1
-1
/
+1
2022-06-23
xhci-pci: Allow host runtime PM as default for Intel Meteor Lake xHCI
Utkarsh Patel
1
-1
/
+3
2022-06-23
xhci-pci: Allow host runtime PM as default for Intel Raptor Lake xHCI
Tanveer Alam
1
-1
/
+3
2022-05-12
xhci: Allow host runtime PM as default for Intel Alder Lake N xHCI
Mathias Nyman
1
-0
/
+2
2022-05-12
xhci: Remove quirk for over 10 year old evaluation hardware
Mathias Nyman
1
-2
/
+1
2022-04-21
xhci: Enable runtime PM on second Alderlake controller
Evan Green
1
-1
/
+3
2021-12-21
xhci: Fresco FL1100 controller should not have BROKEN_MSI quirk set.
Mathias Nyman
1
-1
/
+4
2021-12-16
usb: xhci: Extend support for runtime power management for AMD's Yellow carp.
Nehal Bakulchandra Shah
1
-1
/
+5
2021-11-07
Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2021-10-18
usb: xhci: Use to_pci_driver() instead of pci_dev->driver
Uwe Kleine-König
1
-1
/
+1
2021-10-18
Merge 5.15-rc6 into usb-next
Greg Kroah-Hartman
1
-1
/
+5
2021-10-14
usb: xhci: Enable runtime-pm by default on AMD Yellow Carp platform
Nehal Bakulchandra Shah
1
-0
/
+16
[next]