1. aa8c6c9 PCI PM: Restore standard config registers of all devices early by Rafael J. Wysocki · 16 years ago
  2. 16cf0eb x86/PCI: Do not use interrupt links for devices using MSI-X by Rafael J. Wysocki · 16 years ago
  3. 6a47907 PCI: Add pci_clear_master() as opposite of pci_set_master() by Ben Hutchings · 16 years ago
  4. db56794 PCI: add interface to set visible size of VPD by Stephen Hemminger · 16 years ago
  5. 287d19c PCI: revise VPD access interface by Stephen Hemminger · 16 years ago
  6. 68feac8 PCI: add pci_common_swizzle() for INTx swizzling by Bjorn Helgaas · 16 years ago
  7. fde09c6 PCI: define PCI resource names in an 'enum' by Yu Zhao · 16 years ago
  8. 14add80 PCI: remove unnecessary arg of pci_update_resource() by Yu Zhao · 16 years ago
  9. 1684f5d PCI: uninline pci_ioremap_bar() by Andrew Morton · 16 years ago
  10. 57c2cf7 PCI: add pci_swizzle_interrupt_pin() by Bjorn Helgaas · 16 years ago
  11. e8de148 resource: allow MMIO exclusivity for device drivers by Arjan van de Ven · 16 years ago
  12. 07ae95f ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge added by Andrew Patterson · 16 years ago
  13. 3e1b160 ACPI/PCI: PCIe ASPM _OSC support capabilities called when root bridge added by Andrew Patterson · 16 years ago
  14. 0ef5f8f ACPI/PCI: PCI extended config _OSC support called when root bridge added by Andrew Patterson · 16 years ago
  15. adf0949 PM: Simplify the new suspend/hibernation framework for devices by Rafael J. Wysocki · 16 years ago
  16. fa623d1 Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/detect-hyper', 'x86/doc', 'x86/dumpstack', 'x86/early-printk', 'x86/fpu', 'x86/idle', 'x86/io', 'x86/memory-corruption-check', 'x86/microcode', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog', 'x86/pat2', 'x86/pci-ioapic-boot-irq-quirks', 'x86/ptrace', 'x86/quirks', 'x86/reboot', 'x86/setup-memory', 'x86/signal', 'x86/sparse-fixes', 'x86/time', 'x86/uv' and 'x86/xen' into x86/core by Ingo Molnar · 16 years ago
  17. a7b930c PCI: annotate return value of pci_ioremap_bar with __iomem by Harvey Harrison · 16 years ago
  18. 7a9787e Merge commit 'v2.6.28-rc2' into x86/pci-ioapic-boot-irq-quirks by Ingo Molnar · 16 years ago
  19. 388c8c1 PCI: add routines for debugging and handling lost interrupts by James Bottomley · 16 years ago
  20. 1388cc9 PCI: don't export linux/io.h from pci.h by Stephen Rothwell · 16 years ago
  21. 0ad772e PCI, PCI Hotplug: introduce slot_name helpers by Alex Chiang · 16 years ago
  22. 828f376 PCI: update pci_create_slot() to take a 'hotplug' param by Alex Chiang · 16 years ago
  23. d25b7c8 PCI: rename pci_update_slot_number to pci_renumber_slot by Alex Chiang · 16 years ago
  24. 64c7f63 PCI: include io.h in pci.h so that ioremap_nocache is defined by Jesse Barnes · 16 years ago
  25. 8dd7f80 PCI: add support for function level reset by Sheng Yang · 16 years ago
  26. 9649987 PCI: fix pci_ioremap_bar() on s390 by Heiko Carstens · 16 years ago
  27. aa42d7c PCI: introduce an pci_ioremap(pdev, barnr) function by Arjan van de Ven · 16 years ago
  28. 58c3a72 PCI: support PCIe ARI capability by Yu Zhao · 16 years ago
  29. c322b28 PCI: use same arg names in PCI_VDEVICE comment by Zhao, Yu · 16 years ago
  30. 16dbef4 PCI: change MSI-x vector to 32bit by Yinghai Lu · 16 years ago
  31. 0235c4f PCI PM: Introduce function pci_wake_from_d3 by Rafael J. Wysocki · 16 years ago
  32. edbc25c PCI: remove dynids.use_driver_data by Milton Miller · 16 years ago
  33. 2be508d Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 16 years ago
  34. e416de5 Export the ROM enable/disable helpers by Alan Cox · 16 years ago
  35. b08508c PCI: fix compiler warnings in pci_get_subsys() by Greg KH · 16 years ago
  36. 5a6c9b6 PCI PM: Export pci_pme_active to drivers by Rafael J. Wysocki · 16 years ago
  37. bba8116 PCI: make pci_register_driver() a macro by Andrew Morton · 16 years ago
  38. 979b179 PCI: add D3 power state avoidance quirk by Alan Cox · 16 years ago
  39. e5899e1 PCI PM: make more PCI PM core functionality available to drivers by Rafael J. Wysocki · 16 years ago
  40. 3e370b2 Merge branch 'linus' into x86/pci-ioapic-boot-irq-quirks by Ingo Molnar · 16 years ago
  41. 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
  42. e1d3a90 pci, acpi: reroute PCI interrupt to legacy boot interrupt equivalent by Stefan Assmann · 16 years ago
  43. 337001b PCI: Simplify PCI device PM code by Rafael J. Wysocki · 16 years ago
  44. 404cc2d PCI PM: Introduce pci_prepare_to_sleep and pci_back_from_sleep by Rafael J. Wysocki · 16 years ago
  45. c6c4f07 PCI: make pci_name use dev_name by Greg KH · 16 years ago
  46. 80be038 PCI: add stub for pci_set_consistent_dma_mask() by Randy Dunlap · 16 years ago
  47. 9433f6d PCI: Fix comment of pci_dynids by Wang Chen · 16 years ago
  48. 45aec1ae x86: PAT export resource_wc in pci sysfs by venkatesh.pallipadi@intel.com · 16 years ago
  49. f46753c PCI: introduce pci_slot by Alex Chiang · 16 years ago
  50. bbb44d9 PCI: implement new suspend/resume callbacks by Rafael J. Wysocki · 16 years ago
  51. e1a2a51 Suspend/Resume bug in PCI layer wrt quirks by Rafael J. Wysocki · 16 years ago
  52. 19792a0 PCI: drivers/pci/pci.c: add prototypes by Adrian Bunk · 16 years ago
  53. 70b9f7d x86/pci: remove flag in pci_cfg_space_size_ext by Yinghai Lu · 16 years ago
  54. 98db6f1 x86: fix section mismatch in pci_scan_bus by Sam Ravnborg · 16 years ago
  55. a217656 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  56. d52877c pci/irq: let pci_device_shutdown to call pci_msi_shutdown v2 by Yinghai Lu · 16 years ago
  57. ee69439c PCI: don't expose struct pci_vpd to userspace by Jesse Barnes · 16 years ago
  58. 30a18d6 x86: multi pci root bus with different io resource range, on 64-bit by Yinghai Lu · 16 years ago
  59. bb63b42 x86 pci: remove checking type for mmconfig probe by Yinghai Lu · 16 years ago
  60. 57741a7 x86_64: set cfg_size for AMD Family 10h in case MMCONFIG by Yinghai Lu · 16 years ago
  61. 7752d5c x86: validate against acpi motherboard resources by Robert Hancock · 16 years ago
  62. 94e6108 PCI: Expose PCI VPD through sysfs by Ben Hutchings · 16 years ago
  63. 842de40 PCI: add generic pci_enable_resources() by Bjorn Helgaas · 16 years ago
  64. 7d715a6 PCI: add PCI Express ASPM support by Shaohua Li · 16 years ago
  65. 5ff580c PCI: remove global list of PCI devices by Greg Kroah-Hartman · 16 years ago
  66. 8a1bc90 PCI: add is_added flag to struct pci_dev by Greg Kroah-Hartman · 16 years ago
  67. 95247b5 PCI: clean up search.c a lot by Greg Kroah-Hartman · 16 years ago
  68. 3422090 PCI: remove pci_get_device_reverse by Greg Kroah-Hartman · 16 years ago
  69. 448432c PCI: remove pci_find_present by Greg Kroah-Hartman · 16 years ago
  70. 2baad5f PCI: #if 0 pci_assign_resource_fixed() by Adrian Bunk · 16 years ago
  71. 49741c4 PCI: revert "pcie: utilize pcie transaction pending bit" by Andrew Morton · 16 years ago
  72. 916fbfb devres: implement pcim_iomap_regions_request_all() by Tejun Heo · 16 years ago
  73. cc74d96 PCI: fix issue with busses registering multiple times in sysfs by Greg Kroah-Hartman · 16 years ago
  74. 9f9351b rename DECLARE_PCI_DEVICE_TABLE to DEFINE_PCI_DEVICE_TABLE by Andrew Morton · 16 years ago
  75. 90a1ba0 PCI: Add DECLARE_PCI_DEVICE_TABLE macro by Jonas Bonn · 16 years ago
  76. b6ce068 Change pci_raw_ops to pci_raw_read/write by Matthew Wilcox · 16 years ago
  77. 59fc67d iommu sg merging: PCI: add dma segment boundary support by FUJITA Tomonori · 16 years ago
  78. 4d57cdf iommu sg merging: PCI: add device_dma_parameters support by FUJITA Tomonori · 16 years ago
  79. cc3a137 Revert "PCI: PCIE ASPM support" by Greg Kroah-Hartman · 16 years ago
  80. fd7d1ce PCI: make pci_bus a struct device by Greg Kroah-Hartman · 17 years ago
  81. 05cca6e PCI: fix codingstyle issues in include/linux/pci.h by Greg Kroah-Hartman · 16 years ago
  82. 6c723d5 PCI: PCIE ASPM support by Shaohua Li · 17 years ago
  83. 7cbe5b6 PCI: Remove pci_enable_device_bars() by Benjamin Herrenschmidt · 17 years ago
  84. b718989 PCI: Add pci_enable_device_{io,mem} intefaces by Benjamin Herrenschmidt · 17 years ago
  85. c40a22e PCI: Fix bus resource assignment on 32 bits with 64b resources by Benjamin Herrenschmidt · 17 years ago
  86. 94688cf PCI: export pci_restore_msi_state() by Linas Vepstas · 17 years ago
  87. 10d7425 PCI: get rid of pci_dev::{vendor,device}_compatible fields by Lennert Buytenhek · 17 years ago
  88. 4348a2d pcie: utilize pcie transaction pending bit by Shaohua Li · 17 years ago
  89. b09549e PCI: drivers/pci/rom.c: #if 0 two functions by Adrian Bunk · 17 years ago
  90. ad668599 PCI: make pci_restore_bars() static by Adrian Bunk · 17 years ago
  91. 3ff6eec remove __attribute_used__ by Adrian Bunk · 17 years ago
  92. bd3989e PCI: Add Kconfig option to disable deprecated pci_find_* API by Jeff Garzik · 17 years ago
  93. d73460d PCI: make pci_match_device() static by Adrian Bunk · 17 years ago
  94. ba698ad PCI: Add quirk for devices which disable MSI when INTX_DISABLE is set. by David Miller · 17 years ago
  95. 994a65e Intel IOMMU: PCI generic helper function by Keshavamurthy, Anil S · 17 years ago
  96. 32a2eea PCI: Add 'nodomains' boot option, and pci_domains_supported global by Jeff Garzik · 17 years ago
  97. 2637e5b PCI: make pcie_get_readrq visible in pci.h by Brice Goglin · 17 years ago
  98. ce5ccde PCI: Move prototypes for pci_bus_find_capability to include/linux/pci.h by Kumar Gala · 17 years ago
  99. 0b62e13 pci: rename __pci_reenable_device() to pci_reenable_device() by Tejun Heo · 17 years ago
  100. f0a664b PCI: export __pci_reenable_device() by Tejun Heo · 17 years ago