1. 3378051 PCI/PM: Restore the status of PCI devices across hibernation by Chen Yu · 7 years ago
  2. 3f4f356 Merge branch 'pci/pm' into next by Bjorn Helgaas · 8 years ago
  3. a0d2a95 PCI: Avoid unnecessary resume after direct-complete by Lukas Wunner · 8 years ago
  4. ad618c9 PCI: Drop CONFIG_KEXEC_CORE ifdeffery by Lukas Wunner · 8 years ago
  5. 9d26d3a PCI: Put PCIe ports into D3 during suspend by Mika Westerberg · 8 years ago
  6. 06bf403 PCI / PM: Tune down retryable runtime suspend error messages by Imre Deak · 8 years ago
  7. 3c87b79 Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  8. 58a1fbb PM / PCI / ACPI: Kick devices that might have been reset by firmware by Rafael J. Wysocki · 9 years ago
  9. c2df86e PM / sleep: Drop pm_request_idle() from pm_generic_complete() by Rafael J. Wysocki · 9 years ago
  10. 2cef548 PCI / PM: Avoid resuming more devices during system suspend by Rafael J. Wysocki · 9 years ago
  11. a836006 PCI / PM: Update runtime PM documentation for PCI devices by Rafael J. Wysocki · 9 years ago
  12. 9222097f PCI: Remove unnecessary "if" statement by Zhen Lei · 9 years ago
  13. 2965faa kexec: split kexec_load syscall from kexec core code by Dave Young · 9 years ago
  14. 890e484 PCI: Add pcibios_alloc_irq() and pcibios_free_irq() by Jiang Liu · 9 years ago
  15. 8729123 Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  16. bac2a90 PCI / PM: Avoid resuming PCI devices during system suspend by Rafael J. Wysocki · 9 years ago
  17. 145b3fe PCI: Generate uppercase hex for modalias var in uevent by Ricardo Ribalda Delgado · 9 years ago
  18. fbb988b PCI / PM: Drop CONFIG_PM_RUNTIME from the PCI core by Rafael J. Wysocki · 9 years ago
  19. 3b7f101 PCI: Remove unnecessary variable in pci_add_dynid() by Tobias Klauser · 10 years ago
  20. 7d2a01b PCI: Add pci_fixup_suspend_late quirk pass by Andreas Noever · 10 years ago
  21. 3c78bc6 PCI: Whitespace cleanup by Ryan Desfosses · 10 years ago
  22. b7fe943 PCI: Move EXPORT_SYMBOL so it immediately follows function/variable by Ryan Desfosses · 10 years ago
  23. d1a2523 Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' into next by Bjorn Helgaas · 10 years ago
  24. 782a985 PCI: Introduce new device binding path using pci_dev.driver_override by Alex Williamson · 10 years ago
  25. 326c1cd PCI: Rename pci_is_bridge() to pci_has_subordinate() by Yijing Wang · 10 years ago
  26. efdd407 PCI: Remove dead code by Bjorn Helgaas · 10 years ago
  27. 8895d3b PCI: Fail new_id for vendor/device values already built into driver by Bandan Das · 10 years ago
  28. 7cd0602 PCI / PM: Resume runtime-suspended devices later during system suspend by Rafael J. Wysocki · 10 years ago
  29. 4fc9bbf PCI: Disable Bus Master only on kexec reboot by Khalid Aziz · 10 years ago
  30. 12c3156 PCI: Avoid unnecessary CPU switch when calling driver .probe() method by Alexander Duyck · 10 years ago
  31. f762598 PCI: Fix whitespace, capitalization, and spelling errors by Bjorn Helgaas · 11 years ago
  32. c245f24 Merge branch 'pci/misc' into next by Bjorn Helgaas · 11 years ago
  33. f92d74c PCI: Warn on driver probe return value greater than zero by Stephen M. Cameron · 11 years ago
  34. 33de1b8 Merge branch 'pci/misc' into next by Bjorn Helgaas · 11 years ago
  35. 84822b1 PCI/PM: Remove pci_pm_complete() by Liu Chuansheng · 11 years ago
  36. f91da04 PCI: Make pci_dev_pm_ops static by Sachin Kamat · 11 years ago
  37. 5136b2d PCI: convert bus code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  38. 2229c1f PCI: convert bus code to use drv_groups by Greg Kroah-Hartman · 11 years ago
  39. 0f49ba5 PCI: convert bus code to use bus_groups by Greg Kroah-Hartman · 11 years ago
  40. 699c198 PCI: Add pcibios_pm_ops for optional arch-specific hibernate functionality by Sebastian Ott · 11 years ago
  41. 45f0a85 PM / Runtime: Rework the "runtime idle" helper routine by Rafael J. Wysocki · 11 years ago
  42. 6e0eda3 PCI: Don't try to disable Bus Master on disconnected PCI devices by Konstantin Khlebnikov · 11 years ago
  43. 20f2420 Merge branch 'pci/konstantin-runtime-pm' into next by Bjorn Helgaas · 11 years ago
  44. 82fee4d PCI/PM: Clear state_saved during suspend by Rafael J. Wysocki · 11 years ago
  45. 7897e60 PCI: Disable Bus Master unconditionally in pci_device_shutdown() by Konstantin Khlebnikov · 11 years ago
  46. 58d9a38 PCI: Skip attaching driver in device_add() by Yinghai Lu · 11 years ago
  47. 193c0d6 Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  48. edb1daa Merge branch 'pci/huang-d3cold-fixes' into next by Bjorn Helgaas · 11 years ago
  49. 967577b PCI/PM: Keep runtime PM enabled for unbound PCI devices by Huang Ying · 11 years ago
  50. 8ccc9aa PCI: Move pci_uevent into pci-driver.c by Bill Pemberton · 11 years ago
  51. b40b97a PCI: Remove CONFIG_HOTPLUG ifdefs by Bill Pemberton · 11 years ago
  52. d3fe398 Merge branch 'for-linus' into next by Bjorn Helgaas · 11 years ago
  53. 42eca23 PCI: Don't touch card regs after runtime suspend D3 by Dave Airlie · 12 years ago
  54. 3ff2de9 PCI/PM: Resume device before shutdown by Huang Ying · 12 years ago
  55. 16642a2 Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  56. 057d51a Merge branch 'pm-sleep' by Rafael J. Wysocki · 12 years ago
  57. 88d2613 PM: Prevent runtime suspend during system resume by Alan Stern · 12 years ago
  58. bfb09a8 PCI: Convert "new_id"/"remove_id" into generic pci_bus driver attributes by Konstantin Khlebnikov · 12 years ago
  59. ea8c88f PCI/PM: Keep parent bridge active when probing device by Huang Ying · 12 years ago
  60. 0b68c8e PCI: EHCI: Fix crash during hibernation on ASUS computers by Rafael J. Wysocki · 12 years ago
  61. 6dd53aa Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
  62. dbf0e4c PCI: EHCI: fix crash during suspend on ASUS computers by Alan Stern · 12 years ago
  63. db288c9 PCI / PM: restore the original behavior of pci_set_power_state() by Rafael J. Wysocki · 12 years ago
  64. 448bd85 PCI/PM: add PCIe runtime D3cold support by Huang Ying · 12 years ago
  65. b566a22 PCI: disable Bus Master on PCI device shutdown by Khalid Aziz · 12 years ago
  66. 475c77e Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci by Linus Torvalds · 12 years ago
  67. 5b415f1 PCI / PM: Disable wakeup during shutdown for devices not enabled to wake up by Rafael J. Wysocki · 12 years ago
  68. ed283e9 USB/PCI/PCMCIA: Clean up new_id and remove_id sysfs attribute routines by Alan Stern · 12 years ago
  69. cef9bc5 Dynamic ID addition doesn't need get_driver() by Alan Stern · 12 years ago
  70. 82440a8 PCI: pci_has_legacy_pm_support add driver and device to WARN by David Fries · 12 years ago
  71. eea3fc03 PCI / PM: Detect early wakeup in pci_pm_prepare() by Rafael J. Wysocki · 13 years ago
  72. a5f76d5 PCI / PM: Block races between runtime PM and system sleep by Rafael J. Wysocki · 13 years ago
  73. 1f112ce PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKS by Rafael J. Wysocki · 13 years ago
  74. aa33860 PM: Remove CONFIG_PM_OPS by Rafael J. Wysocki · 13 years ago
  75. 23ea379 PCI: fix __pci_device_probe kernel-doc warning by Randy Dunlap · 13 years ago
  76. 1d3c16a PCI: make pci_restore_state return void by Jon Mason · 13 years ago
  77. f3ec4f8 PCI: change device runtime PM settings for probe and remove by Alan Stern · 14 years ago
  78. 6cbf821 PCI PM: Run-time callbacks for PCI bus type by Rafael J. Wysocki · 14 years ago
  79. 4406c56 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
  80. 4b77b0a PCI: Clear saved_state after the state has been restored by Rafael J. Wysocki · 15 years ago
  81. 999cce4 PCI PM: Return error codes from pci_pm_resume() by Rafael J. Wysocki · 15 years ago
  82. 9dba910 PCI: separate out pci_add_dynid() by Tejun Heo · 15 years ago
  83. 4b61bb5 Merge commit 'v2.6.31-rc8' into next by Dmitry Torokhov · 15 years ago
  84. c82f63e PCI: check saved state before restore by Alek Du · 15 years ago
  85. 8150f32 Driver Core: Make PM operations a const pointer by Dmitry Torokhov · 15 years ago
  86. 90975ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask by Linus Torvalds · 15 years ago
  87. e76e5b2 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
  88. 558f6ab Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Rusty Russell · 15 years ago
  89. 931ff68 PCI PM: Restore config spaces of all devices during early resume by Rafael J. Wysocki · 15 years ago
  90. 46939f8 PCI PM: Put devices into low power states during late suspend (rev. 2) by Rafael J. Wysocki · 15 years ago
  91. 0128a89 PCI PM: Move pci_restore_standard_config to pci-driver.c by Rafael J. Wysocki · 15 years ago
  92. 57ef802 PCI PM: Consistently use variable name "error" for pm call return values by Frans Pop · 15 years ago
  93. 705b1aa PCI: Introduce /sys/bus/pci/rescan by Alex Chiang · 15 years ago
  94. 0994375 PCI: add remove_id sysfs entry by Chris Wright · 15 years ago
  95. a70f730 cpumask: replace node_to_cpumask with cpumask_of_node. by Rusty Russell · 15 years ago
  96. 5294e25 PCI PM: make the PM core more careful with drivers using the new PM framework by Rafael J. Wysocki · 15 years ago
  97. cbbc2f6 PCI PM: Do not disable and enable bridges during suspend-resume by Rafael J. Wysocki · 15 years ago
  98. 99dadce PCI PM: Fix saving of device state in pci_legacy_suspend by Rafael J. Wysocki · 15 years ago
  99. ddb7c9d PCI PM: Fix handling of devices without drivers by Rafael J. Wysocki · 15 years ago
  100. 545ffd5 PCI PM: Fix hibernation breakage on EeePC 701 by Rafael J. Wysocki · 15 years ago