1. 448bd85 PCI/PM: add PCIe runtime D3cold support by Huang Ying · 12 years ago
  2. b566a22 PCI: disable Bus Master on PCI device shutdown by Khalid Aziz · 12 years ago
  3. 475c77e Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci by Linus Torvalds · 12 years ago
  4. 5b415f1 PCI / PM: Disable wakeup during shutdown for devices not enabled to wake up by Rafael J. Wysocki · 12 years ago
  5. ed283e9 USB/PCI/PCMCIA: Clean up new_id and remove_id sysfs attribute routines by Alan Stern · 12 years ago
  6. cef9bc5 Dynamic ID addition doesn't need get_driver() by Alan Stern · 12 years ago
  7. 82440a8 PCI: pci_has_legacy_pm_support add driver and device to WARN by David Fries · 13 years ago
  8. eea3fc03 PCI / PM: Detect early wakeup in pci_pm_prepare() by Rafael J. Wysocki · 13 years ago
  9. a5f76d5 PCI / PM: Block races between runtime PM and system sleep by Rafael J. Wysocki · 13 years ago
  10. 1f112ce PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKS by Rafael J. Wysocki · 13 years ago
  11. aa33860 PM: Remove CONFIG_PM_OPS by Rafael J. Wysocki · 13 years ago
  12. 23ea379 PCI: fix __pci_device_probe kernel-doc warning by Randy Dunlap · 14 years ago
  13. 1d3c16a PCI: make pci_restore_state return void by Jon Mason · 14 years ago
  14. f3ec4f8 PCI: change device runtime PM settings for probe and remove by Alan Stern · 14 years ago
  15. 6cbf821 PCI PM: Run-time callbacks for PCI bus type by Rafael J. Wysocki · 14 years ago
  16. 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
  17. 4b77b0a PCI: Clear saved_state after the state has been restored by Rafael J. Wysocki · 15 years ago
  18. 999cce4 PCI PM: Return error codes from pci_pm_resume() by Rafael J. Wysocki · 15 years ago
  19. 9dba910 PCI: separate out pci_add_dynid() by Tejun Heo · 15 years ago
  20. 4b61bb5 Merge commit 'v2.6.31-rc8' into next by Dmitry Torokhov · 15 years ago
  21. c82f63e PCI: check saved state before restore by Alek Du · 15 years ago
  22. 8150f32 Driver Core: Make PM operations a const pointer by Dmitry Torokhov · 15 years ago
  23. 90975ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask by Linus Torvalds · 15 years ago
  24. 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
  25. 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
  26. 931ff68 PCI PM: Restore config spaces of all devices during early resume by Rafael J. Wysocki · 15 years ago
  27. 46939f8 PCI PM: Put devices into low power states during late suspend (rev. 2) by Rafael J. Wysocki · 15 years ago
  28. 0128a89 PCI PM: Move pci_restore_standard_config to pci-driver.c by Rafael J. Wysocki · 15 years ago
  29. 57ef802 PCI PM: Consistently use variable name "error" for pm call return values by Frans Pop · 15 years ago
  30. 705b1aa PCI: Introduce /sys/bus/pci/rescan by Alex Chiang · 15 years ago
  31. 0994375 PCI: add remove_id sysfs entry by Chris Wright · 15 years ago
  32. a70f730 cpumask: replace node_to_cpumask with cpumask_of_node. by Rusty Russell · 15 years ago
  33. 5294e25 PCI PM: make the PM core more careful with drivers using the new PM framework by Rafael J. Wysocki · 15 years ago
  34. cbbc2f6 PCI PM: Do not disable and enable bridges during suspend-resume by Rafael J. Wysocki · 15 years ago
  35. 99dadce PCI PM: Fix saving of device state in pci_legacy_suspend by Rafael J. Wysocki · 15 years ago
  36. ddb7c9d PCI PM: Fix handling of devices without drivers by Rafael J. Wysocki · 15 years ago
  37. 545ffd5 PCI PM: Fix hibernation breakage on EeePC 701 by Rafael J. Wysocki · 15 years ago
  38. 418e4da PCI PM: Fix suspend error paths and testing facility breakage by Rafael J. Wysocki · 15 years ago
  39. aa8c6c9 PCI PM: Restore standard config registers of all devices early by Rafael J. Wysocki · 15 years ago
  40. f6dc1e5 PCI PM: Put PM callbacks in the order of execution by Rafael J. Wysocki · 15 years ago
  41. d67e37d PCI PM: Run default PM callbacks for all devices using new framework by Rafael J. Wysocki · 15 years ago
  42. ad8cfa1 PCI PM: Call pci_fixup_device from legacy routines by Rafael J. Wysocki · 15 years ago
  43. bb80894 PCI PM: Rearrange code in pci-driver.c by Rafael J. Wysocki · 15 years ago
  44. 73410429 PCI PM: Avoid touching devices behind bridges in unknown state by Rafael J. Wysocki · 15 years ago
  45. 07e836e PCI PM: Move pci_has_legacy_pm_support by Rafael J. Wysocki · 15 years ago
  46. 571ff75 PCI PM: Power-manage devices without drivers during suspend-resume by Rafael J. Wysocki · 15 years ago
  47. fa58d30 PCI PM: Add suspend counterpart of pci_reenable_device by Rafael J. Wysocki · 15 years ago
  48. c9b9972 PCI PM: Fix poweroff and restore callbacks by Rafael J. Wysocki · 15 years ago
  49. 873392c PCI: work_on_cpu: use in drivers/pci/pci-driver.c by Rusty Russell · 15 years ago
  50. 2debb4d PCI: allow pci driver to support only dynids by Chris Wright · 16 years ago
  51. 355a72d PCI: Rework default handling of suspend and resume by Rafael J. Wysocki · 16 years ago
  52. adf0949 PM: Simplify the new suspend/hibernation framework for devices by Rafael J. Wysocki · 16 years ago
  53. b41d6cf PCI: Check dynids driver_data value for validity by Jean Delvare · 16 years ago
  54. edbc25c PCI: remove dynids.use_driver_data by Milton Miller · 16 years ago
  55. dc7c65d Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  56. bbb44d9 PCI: implement new suspend/resume callbacks by Rafael J. Wysocki · 16 years ago
  57. e1a2a51 Suspend/Resume bug in PCI layer wrt quirks by Rafael J. Wysocki · 16 years ago
  58. 4efeb4d PCI: use dev_to_node in pci_call_probe by Yinghai Lu · 16 years ago
  59. d52877c pci/irq: let pci_device_shutdown to call pci_msi_shutdown v2 by Yinghai Lu · 16 years ago
  60. f70316d generic: use new set_cpus_allowed_ptr function by Mike Travis · 16 years ago
  61. 74e27e4 PCI: Mem Policy: fix mempolicy usage in pci driver by Lee Schermerhorn · 17 years ago
  62. 2b93730 PCI: remove foolish code from pci-driver.c by Greg Kroah-Hartman · 17 years ago
  63. 03d43b1 PCI: use proper call to driver_create_file by Greg Kroah-Hartman · 17 years ago
  64. d73460d PCI: make pci_match_device() static by Adrian Bunk · 17 years ago
  65. 6a84258 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 17 years ago
  66. a56bc69 PCI: Fix incorrect argument order to list_add_tail() in PCI dynamic ID code by Michael Ellerman · 17 years ago
  67. 7eff2e7 Driver core: change add_uevent_var to use a struct by Kay Sievers · 17 years ago
  68. 0b62e13 pci: rename __pci_reenable_device() to pci_reenable_device() by Tejun Heo · 17 years ago
  69. 8b60756 Fix more "deprecated" spellos. by Randy Dunlap · 17 years ago
  70. 5adc55d PCI: remove the broken PCI_MULTITHREAD_PROBE option by Adrian Bunk · 17 years ago
  71. 6ba1863 PCI: Require vendor and device for new_id by Jean Delvare · 17 years ago
  72. 21c7f30 driver core: per-subsystem multithreaded probing by Cornelia Huck · 17 years ago
  73. f95d882 PCI/sysfs/kobject kernel-doc fixes by Randy Dunlap · 17 years ago
  74. 78149df Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 17 years ago
  75. 38cc130 PCI : add extremely specialized __pci_reenable_device for default resume by Hidetoshi Seto · 18 years ago
  76. 924b08f PCI : remove too specialized __pci_enable_device for default resume by Hidetoshi Seto · 18 years ago
  77. 725522b PCI: add the sysfs driver name to all modules by Greg Kroah-Hartman · 17 years ago
  78. ae9608a PCI: fix pci-driver kernel-doc by Randy Dunlap · 17 years ago
  79. 1597cac PCI: Fix multiple problems with VIA hardware by Alan Cox · 18 years ago
  80. 7461b60 PCI: use /sys/bus/pci/drivers/<driver>/new_id first by Russell King · 18 years ago
  81. bae94d0 PCI: switch pci_{enable,disable}_device() to be nestable by Inaky Perez-Gonzalez · 18 years ago
  82. 50bf14b pci: fix __pci_register_driver error handling by Akinobu Mita · 18 years ago
  83. 2449e06 PCI: reset pci device state to unknown state for resume by Shaohua Li · 18 years ago
  84. 50b0075 PCI: Multiprobe sanitizer by Alan Cox · 18 years ago
  85. b19441a PCI: fix __must_check warnings by Greg Kroah-Hartman · 18 years ago
  86. 0f397f8 PCI: enable driver multi-threaded probe by Greg Kroah-Hartman · 18 years ago
  87. 1d3a82a PM: no suspend_prepare() phase by David Brownell · 18 years ago
  88. cbd69db Suspend changes for PCI core by Linus Torvalds · 18 years ago
  89. 39ba487 [PATCH] PCI: kerneldoc correction in pci-driver by Henrik Kretzschmar · 18 years ago
  90. 8d92bc2 [PATCH] PCI: Error handling on PCI device resume by Jean Delvare · 18 years ago
  91. 0266949 [PATCH] pm: print name of failed suspend function by Andrew Morton · 18 years ago
  92. f5afe80 [PATCH] PCI: kzalloc() conversion in drivers/pci by Eric Sesterhenn · 18 years ago
  93. 50defa1 [PATCH] PCI: Add pci_device_shutdown to pci_bus_type by Brian Gerst · 18 years ago
  94. b15d686 [PATCH] Add pci_bus_type probe and remove methods by Russell King · 18 years ago
  95. 312c004 [PATCH] driver core: replace "hotplug" by "uevent" by Kay Sievers · 19 years ago
  96. 863b18f [PATCH] PCI: automatically set device_driver.owner by Laurent riffard · 19 years ago
  97. f8eb100 [PATCH] pci-driver: store_new_id() not inline by Randy Dunlap · 19 years ago
  98. 8c65b4a [PATCH] fix remaining missing includes by Tim Schmielau · 19 years ago
  99. 4e57b68 [PATCH] fix missing includes by Tim Schmielau · 19 years ago
  100. 8f7020d [PATCH] kernel-doc: PCI fixes by Randy Dunlap · 19 years ago