1. 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
  2. 8efb8c7 PCI PM: Make pci_prepare_to_sleep() disable wake-up if needed by Rafael J. Wysocki · 15 years ago
  3. 0e5dd46 PCI PM: Introduce __pci_[start|complete]_power_transition() (rev. 2) by Rafael J. Wysocki · 15 years ago
  4. 4a86590 PCI PM: Make pci_set_power_state() handle devices with no PM support by Rafael J. Wysocki · 15 years ago
  5. 0128a89 PCI PM: Move pci_restore_standard_config to pci-driver.c by Rafael J. Wysocki · 15 years ago
  6. f00a20e PCI PM: Use pci_set_power_state during early resume by Rafael J. Wysocki · 15 years ago
  7. 8985851 PCI: save and restore PCIe 2.0 registers by Yu Zhao · 15 years ago
  8. 8c5cdb6 PCI: restore saved SR-IOV state by Yu Zhao · 15 years ago
  9. d1b054d PCI: initialize and release SR-IOV capability by Yu Zhao · 15 years ago
  10. 32a9a682 PCI: allow assignment of memory resources with a specified alignment by Yuji Shimada · 15 years ago
  11. c74d724 PCI: fix wrong assumption in pci_common_swizzle by Kenji Kaneshige · 15 years ago
  12. c2a3072 PCI: fix wrong assumption in pci_get_interrupt_pin by Kenji Kaneshige · 15 years ago
  13. 5fe5db0 PCI: Speed up device reset function by Sheng Yang · 15 years ago
  14. e496b61 PCI: __FUNCTION__ is gcc-specific, use __func__ by Harvey Harrison · 16 years ago
  15. f5ddcac PCI: fix missing kernel-doc and typos by Randy Dunlap · 16 years ago
  16. 49c9681 PCI PM: Read power state from device after trying to change it on resume by Rafael J. Wysocki · 15 years ago
  17. 144a76b PCI PM: Check if the state has been saved before trying to restore it by Rafael J. Wysocki · 15 years ago
  18. 476e7fa PCI PM: Do not wait for buses in B2 or B3 during resume by Rafael J. Wysocki · 15 years ago
  19. 48f67f5 PCI PM: Power up devices before restoring their state by Rafael J. Wysocki · 15 years ago
  20. aa8c6c9 PCI PM: Restore standard config registers of all devices early by Rafael J. Wysocki · 15 years ago
  21. 50246dd Revert "PCI PM: Register power state of devices during initialization" by Linus Torvalds · 15 years ago
  22. 98e6e28 PCI PM: Register power state of devices during initialization by Rafael J. Wysocki · 16 years ago
  23. 73410429 PCI PM: Avoid touching devices behind bridges in unknown state by Rafael J. Wysocki · 16 years ago
  24. fa58d30 PCI PM: Add suspend counterpart of pci_reenable_device by Rafael J. Wysocki · 16 years ago
  25. 6a47907 PCI: Add pci_clear_master() as opposite of pci_set_master() by Ben Hutchings · 16 years ago
  26. 68feac8 PCI: add pci_common_swizzle() for INTx swizzling by Bjorn Helgaas · 16 years ago
  27. f06fc0b PCI PM: Fix pci_update_current_state by Rafael J. Wysocki · 16 years ago
  28. eb9c39d PCI: set device wakeup capable flag if platform support is present by Jesse Barnes · 16 years ago
  29. 613e7ed PCI: add a new function to map BAR offsets by Yu Zhao · 16 years ago
  30. bc5f5a8 PCI: remove unnecessary condition check in pci_restore_bars() by Yu Zhao · 16 years ago
  31. 14add80 PCI: remove unnecessary arg of pci_update_resource() by Yu Zhao · 16 years ago
  32. 1684f5d PCI: uninline pci_ioremap_bar() by Andrew Morton · 16 years ago
  33. bebd590 PCI: fix incorrect error return in pci_enable_wake by Alan Stern · 16 years ago
  34. 57c2cf7 PCI: add pci_swizzle_interrupt_pin() by Bjorn Helgaas · 16 years ago
  35. 878f2e5 PCI: use config space encoding in pci_get_interrupt_pin() by Bjorn Helgaas · 16 years ago
  36. 63f4898 PCI: handle PCI state saving with interrupts disabled by Rafael J. Wysocki · 16 years ago
  37. e8de148 resource: allow MMIO exclusivity for device drivers by Arjan van de Ven · 16 years ago
  38. 07ae95f ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge added by Andrew Patterson · 16 years ago
  39. 0ef5f8f ACPI/PCI: PCI extended config _OSC support called when root bridge added by Andrew Patterson · 16 years ago
  40. 1ca8879 PCI: Extend pci_reset_function() to support PCI Advanced Features by Sheng Yang · 16 years ago
  41. d91cdc7 PCI: Refactor pci_reset_function() by Sheng Yang · 16 years ago
  42. ad04d31 pci_setup() is init, not devinit by Al Viro · 16 years ago
  43. 1df8fb3 PCI: Fix disable IRQ 0 in pci_reset_function() by Sheng Yang · 16 years ago
  44. 8113587 PCI: fix ARI code to be compatible with mixed ARI/non-ARI systems by Zhao, Yu · 16 years ago
  45. 8dd7f80 PCI: add support for function level reset by Sheng Yang · 16 years ago
  46. d389fec ACPI/PCI: Set support bit for MSI in support field of _OSC by Taku Izumi · 16 years ago
  47. 58c3a72 PCI: support PCIe ARI capability by Yu Zhao · 16 years ago
  48. 557848c PCI: replace cfg space size (256/4096) by macros. by Zhao, Yu · 16 years ago
  49. ec84f12 PCI: fix -Wakpm warnings in pci_pm_init debug output by Jesse Barnes · 16 years ago
  50. c9ed77e PCI: tidy PME support messages by Bjorn Helgaas · 16 years ago
  51. 0235c4f PCI PM: Introduce function pci_wake_from_d3 by Rafael J. Wysocki · 16 years ago
  52. 096e6f6 pci: Use new %pR to print resource ranges by Benjamin Herrenschmidt · 16 years ago
  53. 5a6c9b6 PCI PM: Export pci_pme_active to drivers by Rafael J. Wysocki · 16 years ago
  54. 979b179 PCI: add D3 power state avoidance quirk by Alan Cox · 16 years ago
  55. 3713907 PCI: document pci_target_state by Jesse Barnes · 16 years ago
  56. e5899e1 PCI PM: make more PCI PM core functionality available to drivers by Rafael J. Wysocki · 16 years ago
  57. 443bd1c pci kernel-doc fatal error by Randy Dunlap · 16 years ago
  58. c300bd2fb PCI: include linux/pm_wakeup.h for device_set_wakeup_capable by Stephen Rothwell · 16 years ago
  59. c157dfa PCI PM: Fix pci_prepare_to_sleep by Rafael J. Wysocki · 16 years ago
  60. 337001b PCI: Simplify PCI device PM code by Rafael J. Wysocki · 16 years ago
  61. 404cc2d PCI PM: Introduce pci_prepare_to_sleep and pci_back_from_sleep by Rafael J. Wysocki · 16 years ago
  62. eb9d0fe PCI ACPI: Rework PCI handling of wake-up by Rafael J. Wysocki · 16 years ago
  63. 44e4e66 PCI: rework pci_set_power_state function to call platform first by Rafael J. Wysocki · 16 years ago
  64. 961d912 PCI: Introduce platform_pci_power_manageable function by Rafael J. Wysocki · 16 years ago
  65. e4ec7a0 PCI: correct resource number in debug output by Jesse Barnes · 16 years ago
  66. 80ccba1 PCI: use dev_printk when possible by Bjorn Helgaas · 16 years ago
  67. 53eb2fb Merge branch 'suspend' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 into linux-next by Jesse Barnes · 16 years ago
  68. 8d2bdf4 PCI ACPI: Drop the second argument of platform_pci_choose_state by Rafael J. Wysocki · 16 years ago
  69. cf35e4a PCI: remove CVS keywords by Adrian Bunk · 16 years ago
  70. 66bef8c PCI: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  71. 7d715a6 PCI: add PCI Express ASPM support by Shaohua Li · 16 years ago
  72. 49741c4 PCI: revert "pcie: utilize pcie transaction pending bit" by Andrew Morton · 16 years ago
  73. 3a2d5b7 PM: Introduce PM_EVENT_HIBERNATE callback state by Rafael J. Wysocki · 16 years ago
  74. 59fc67d iommu sg merging: PCI: add dma segment boundary support by FUJITA Tomonori · 16 years ago
  75. 4d57cdf iommu sg merging: PCI: add device_dma_parameters support by FUJITA Tomonori · 16 years ago
  76. cc3a137 Revert "PCI: PCIE ASPM support" by Greg Kroah-Hartman · 16 years ago
  77. 215e871 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 16 years ago
  78. 6c723d5 PCI: PCIE ASPM support by Shaohua Li · 16 years ago
  79. 7cbe5b6 PCI: Remove pci_enable_device_bars() by Benjamin Herrenschmidt · 17 years ago
  80. b718989 PCI: Add pci_enable_device_{io,mem} intefaces by Benjamin Herrenschmidt · 17 years ago
  81. 017fc48 PCI: avoid save the same type of cap multiple times by Shaohua Li · 17 years ago
  82. ec0a3a2 PCI: correctly initialize a structure for pcie_save_pcix_state() by Shaohua Li · 17 years ago
  83. f34303d PCI: fix typo in pci_save_pcix_state by Shaohua Li · 17 years ago
  84. 4348a2d pcie: utilize pcie transaction pending bit by Shaohua Li · 17 years ago
  85. ad668599 PCI: make pci_restore_bars() static by Adrian Bunk · 17 years ago
  86. b95d58e pci: allow multiple calls to pcim_enable_device() by Tejun Heo · 16 years ago
  87. b4482a4 more trivial signedness fixes in drivers by Al Viro · 17 years ago
  88. 32a2eea PCI: Add 'nodomains' boot option, and pci_domains_supported global by Jeff Garzik · 17 years ago
  89. 7f78576 pci: implement "pci=noaer" by Randy Dunlap · 17 years ago
  90. 229f5af PCI: is_power_of_2 in drivers/pci/pci.c by vignesh babu · 17 years ago
  91. 0b62e13 pci: rename __pci_reenable_device() to pci_reenable_device() by Tejun Heo · 17 years ago
  92. 42e61f4 kernel-doc fixes for PCI and drivers/base/ by Randy Dunlap · 17 years ago
  93. a4fb212 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 17 years ago
  94. f0a664b PCI: export __pci_reenable_device() by Tejun Heo · 17 years ago
  95. ab826ca ACPI: Use ACPI methods to select PCI device suspend state by Shaohua Li · 17 years ago
  96. cca03de PCI: pci_set_power_state(): check for PM capabilities earlier by Andrew Lunn · 17 years ago
  97. 694625c PCI: add pci_try_set_mwi by Randy Dunlap · 17 years ago
  98. b7b095c PCI: pci-x-pci-express-read-control-interfaces cleanups by Andrew Morton · 17 years ago
  99. d556ad4 PCI: add PCI-X/PCI-Express read control interfaces by Peter Oruba · 17 years ago
  100. 96bde06 pci: do not mark exported functions as __devinit by Sam Ravnborg · 17 years ago