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.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
/
core
/
hcd-pci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-13
USB: Extend pci resume function to handle PM events
Basavaraj Natikar
1
-11
/
+13
2022-11-30
xhci: disable U3 suspended ports in S4 hibernate poweroff_late stage
Mathias Nyman
1
-0
/
+13
2022-09-01
USB: hcd-pci: Drop the unused id parameter from usb_hcd_pci_probe()
Heikki Krogerus
1
-6
/
+1
2022-04-23
USB: hcd-pci: Fully suspend across freeze/thaw cycle
Evan Green
1
-2
/
+2
2022-04-21
usb: Prepare cleanup of powerpc's asm/prom.h
Christophe Leroy
1
-1
/
+0
2022-03-26
Merge tag 'usb-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-1
/
+1
2022-03-08
PM: sleep: Add device name to suspend_report_result()
Youngjin Jang
1
-2
/
+2
2022-01-26
USB: hcd-pci: Use PCI_STD_NUM_BARS when checking standard BARs
Bjorn Helgaas
1
-1
/
+1
2020-10-28
usb: core: Replace in_interrupt() in comments
Ahmed S. Darwish
1
-2
/
+4
2020-08-18
usb: hcd: Fix use after free in usb_hcd_pci_remove()
Andy Shevchenko
1
-1
/
+4
2020-07-21
usb: hcd: Try MSI interrupts on PCI devices
Andy Shevchenko
1
-4
/
+10
2020-05-15
usb: hci: add hc_driver as argument for usb_hcd_pci_probe
Vinod Koul
1
-3
/
+4
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
1
-1
/
+1
2019-10-14
PCI: Add PCI_STD_NUM_BARS for the number of standard BARs
Denis Efremov
1
-1
/
+1
2019-09-02
Merge 5.3-rc7 into usb-next
Greg Kroah-Hartman
1
-22
/
+8
2019-08-28
usb: hcd: use managed device resources
Schmid, Carsten
1
-22
/
+8
2019-07-25
USB: core: hcd-pci: Use dev_get_drvdata where possible
Chuhong Yuan
1
-2
/
+1
2018-09-05
usb: Don't die twice if PCI xhci host is not responding in resume
Mathias Nyman
1
-2
/
+0
2017-11-04
USB: core: Remove redundant license text
Greg Kroah-Hartman
1
-14
/
+0
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
1
-0
/
+1
2017-06-15
USB / PCI / PM: Allow the PCI core to do the resume cleanup
Rafael J. Wysocki
1
-6
/
+1
2016-04-13
usb: hcd: out of bounds access in for_each_companion
Robert Dobrowolski
1
-0
/
+9
2016-03-18
Merge tag 'usb-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-1
/
+1
2016-02-06
PCI: Remove includes of asm/pci-bridge.h
Bjorn Helgaas
1
-1
/
+0
2016-01-25
usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devices
Mathias Nyman
1
-1
/
+1
2014-12-04
USB / PM: Drop CONFIG_PM_RUNTIME from the USB core
Rafael J. Wysocki
1
-11
/
+0
2014-07-23
USB: core: hcd-pci: free IRQ before disabling PCI device when shutting down
Jiang Liu
1
-0
/
+2
2014-05-28
usb: remove redundant D0 power state set
Yijing Wang
1
-1
/
+0
2014-04-17
USB: fix crash during hotplug of PCI USB controller card
Alan Stern
1
-1
/
+1
2013-12-09
usb: hcd: move controller wakeup setting initialization to individual driver
Peter Chen
1
-0
/
+1
2013-09-26
usb: core: implement AMD remote wakeup quirk
Huang Rui
1
-0
/
+3
2013-08-03
usb: fix some scripts/kernel-doc warnings
Yacine Belkadi
1
-0
/
+2
2013-03-29
USB: improve port transitions when EHCI starts up
Alan Stern
1
-85
/
+129
2013-03-15
USB: xhci: correctly enable interrupts
Hannes Reinecke
1
-9
/
+14
2012-06-14
USB: add NO_D3_DURING_SLEEP flag and revert 151b61284776be2
Alan Stern
1
-9
/
+0
2012-04-25
USB: EHCI: fix crash during suspend on ASUS computers
Alan Stern
1
-0
/
+9
2012-02-28
usb: fix defined but not used warnings in hcd-pci.c
Paul Gortmaker
1
-0
/
+2
2012-02-14
USB: Don't fail USB3 probe on missing legacy PCI IRQ.
Sarah Sharp
1
-1
/
+4
2011-11-15
USB: Remove the SAW_IRQ hcd flag
Alan Stern
1
-4
/
+0
2011-09-18
USB: irq: Remove IRQF_DISABLED
Yong Zhang
1
-1
/
+1
2011-03-17
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-19
/
+37
2011-03-15
PM: Remove CONFIG_PM_OPS
Rafael J. Wysocki
1
-2
/
+2
2011-03-14
USB: Set usb_hcd->state and flags for shared roothubs.
Sarah Sharp
1
-4
/
+23
2011-03-14
usb: Make usb_hcd_pci_probe labels more descriptive.
Sarah Sharp
1
-10
/
+10
2011-03-07
USB: move usbcore away from hcd->state
Alan Stern
1
-7
/
+6
2011-01-15
xHCI: synchronize irq in xhci_suspend()
Andiry Xu
1
-1
/
+6
2010-11-17
USB: make usb_mark_last_busy use pm_runtime_mark_last_busy
Ming Lei
1
-1
/
+0
2010-10-22
OHCI: work around for nVidia shutdown problem
Alan Stern
1
-1
/
+3
2010-08-11
USB: core: hcd-pci: use for_each_pci_dev()
Kulikov Vasiliy
1
-4
/
+1
2010-08-11
USB: add runtime PM for PCI-based host controllers
Alan Stern
1
-14
/
+62
[next]