1. 547b524 PCI: Use ROM images from firmware only if no other ROM source available by Matthew Garrett · 11 years ago
  2. 5354009 ACPI / glue: Add .match() callback to struct acpi_bus_type by Rafael J. Wysocki · 11 years ago
  3. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  4. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  5. 556f12f Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  6. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  7. 81ec44a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 11 years ago
  8. 8793422 Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  9. 5800700 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  10. 8f55cea Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  11. 018ba0a Merge branch 'pci/yinghai-root-bus-hotplug' into next by Bjorn Helgaas · 11 years ago
  12. 181380b PCI/ACPI: Don't cache _PRT, and don't associate them with bus numbers by Yinghai Lu · 11 years ago
  13. fd5e20b Merge branch 'pci/misc' into next by Bjorn Helgaas · 11 years ago
  14. db1b2d3 Merge tag '3.8-pci-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  15. 969daa3 PCI: Fix PCI Express Capability accessors for PCI_EXP_FLAGS by Alex Williamson · 11 years ago
  16. 5392335 s390/pci: fix hotplug module init by Sebastian Ott · 11 years ago
  17. 1e5635d s390/pci: rename pci_probe to s390_pci_probe by Heiko Carstens · 11 years ago
  18. 249bfb8 PCI/PM: Clean up PME state when removing a device by Rafael J. Wysocki · 11 years ago
  19. 3757b94 ACPI / hotplug: Fix concurrency issues and memory leaks by Rafael J. Wysocki · 11 years ago
  20. 20f2420 Merge branch 'pci/konstantin-runtime-pm' into next by Bjorn Helgaas · 11 years ago
  21. 82fee4d PCI/PM: Clear state_saved during suspend by Rafael J. Wysocki · 11 years ago
  22. cc7ba39 PCI: Use atomic_inc_return() rather than atomic_add_return() by Bjorn Helgaas · 11 years ago
  23. fd6dcea PCI: Catch attempts to disable already-disabled devices by Konstantin Khlebnikov · 11 years ago
  24. 7897e60 PCI: Disable Bus Master unconditionally in pci_device_shutdown() by Konstantin Khlebnikov · 11 years ago
  25. f2dfcde Merge branch 'pci/misc' into next by Bjorn Helgaas · 11 years ago
  26. ecb87e6 Merge branch 'pci/joe-aspm' into next by Bjorn Helgaas · 11 years ago
  27. 8e5de3d Merge branch 'pci/yinghai-root-bus-hotplug' into next by Bjorn Helgaas · 11 years ago
  28. be6d286 PCI: acpiphp: Remove dead code for PCI host bridge hotplug by Jiang Liu · 11 years ago
  29. 2ca344e PCI: acpiphp: Create companion ACPI devices before creating PCI devices by Jiang Liu · 11 years ago
  30. 40064ac PCI: Remove unused "rc" in virtfn_add_bus() by Yijing Wang · 11 years ago
  31. 775c739 PCI: pciehp: Drop suspend/resume ENTRY messages by Paul Bolle · 11 years ago
  32. a26d5ec PCI/ASPM: Don't touch ASPM if forcibly disabled by Joe Lawrence · 11 years ago
  33. 84fb913 PCI/ASPM: Deallocate upstream link state even if device is not PCIe by Myron Stowe · 11 years ago
  34. 1c531d8 PCI: Use PCI Express Capability accessor by Myron Stowe · 11 years ago
  35. 64e94e7 Merge branch 'acpi-scan' into acpi-cleanup by Rafael J. Wysocki · 11 years ago
  36. 8a78cf7 Merge branch 'acpi-pm' into acpi-cleanup by Rafael J. Wysocki · 11 years ago
  37. 939de1d Merge branch 'pci/yinghai-root-bus-hotplug' into next by Bjorn Helgaas · 11 years ago
  38. fb45579 Merge branch 'pci/acpi-scan2' into next by Bjorn Helgaas · 11 years ago
  39. 14b5cb3 Merge branch 'pci/yijing-ari' into next by Bjorn Helgaas · 11 years ago
  40. cc38e51 Merge branch 'acpi-scan' into acpi-cleanup by Rafael J. Wysocki · 11 years ago
  41. bfee26d ACPI / scan: Make it clear that acpi_bus_trim() cannot fail by Rafael J. Wysocki · 11 years ago
  42. 4f53509 PCI: Put pci_dev in device tree as early as possible by Yinghai Lu · 11 years ago
  43. 58d9a38 PCI: Skip attaching driver in device_add() by Yinghai Lu · 11 years ago
  44. d59f53b PCI: acpiphp: Keep driver loaded even if no slots found by Yinghai Lu · 11 years ago
  45. 668192b PCI: acpiphp: Move host bridge hotplug to pci_root.c by Yinghai Lu · 11 years ago
  46. 92d8aff PCI/ACPI: acpiphp: Rename alloc_acpiphp_hp_work() to alloc_acpi_hp_work() by Yinghai Lu · 11 years ago
  47. e723f0b PCI: Make device create/destroy logic symmetric by Jiang Liu · 11 years ago
  48. d5af7d9 PCI: Fix reference count leak in pci_dev_present() by Jiang Liu · 11 years ago
  49. 7629d19 PCI: Set pci_dev dev_node early so IOAPIC irq_descs are allocated locally by Yinghai Lu · 11 years ago
  50. a3cb999 PCI: Add root bus children dev's res to fail list by Yinghai Lu · 11 years ago
  51. 1f96a96 PCI: acpiphp: Add is_hotplug_bridge detection by Yinghai Lu · 11 years ago
  52. a276660 Merge branch 'acpi-scan' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm into pci/acpi-scan2 by Bjorn Helgaas · 11 years ago
  53. fcbed0b PCI: shpchp: Iterate over all devices in slot, not functions 0-7 by Yijing Wang · 11 years ago
  54. ab6380e PCI: sgihp: Iterate over all devices in slot, not functions 0-7 by Yijing Wang · 11 years ago
  55. 05b1250 PCI: cpcihp: Iterate over all devices in slot, not functions 0-7 by Yijing Wang · 11 years ago
  56. ba518e3 PCI: pciehp: Iterate over all devices in slot, not functions 0-7 by Yijing Wang · 11 years ago
  57. b1bd58e PCI: Consolidate "next-function" functions by Yijing Wang · 11 years ago
  58. 31ab247 PCI: Rename pci_enable_ari() to pci_configure_ari() by Yijing Wang · 11 years ago
  59. 10c463a PCI: Kill pci_is_reassigndev() by Yinghai Lu · 12 years ago
  60. b0cc602 PCI: Enable ARI if dev and upstream bridge support it; disable otherwise by Yijing Wang · 11 years ago
  61. 08261d8 PCI/MSI: Enable multiple MSIs with pci_enable_msi_block_auto() by Alexander Gordeev · 12 years ago
  62. 7c3c867 Merge tag 'please-pull-aer-trace' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras into perf/core by Ingo Molnar · 11 years ago
  63. 1d85490 Merge tag '3.8-pci-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  64. b8bd759 ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() instead by Rafael J. Wysocki · 11 years ago
  65. 444ee9b PCI: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 11 years ago
  66. 708b59b Merge branch 'pci/rafael-set-root-bridge-handle' into next by Bjorn Helgaas · 11 years ago
  67. bc9b640 ACPI / PM: Rework the handling of devices depending on power resources by Rafael J. Wysocki · 11 years ago
  68. ae28179 ACPI / scan: Drop the second argument of acpi_bus_trim() by Rafael J. Wysocki · 11 years ago
  69. 9e16721 PCI: Allow pcie_aspm=force even when FADT indicates it is unsupported by Colin Ian King · 12 years ago
  70. d712f68 Merge branch 'pci/yijing-hotplug-workqueues' into for-linus by Bjorn Helgaas · 11 years ago
  71. f652e7d PCI: shpchp: Use per-slot workqueues to avoid deadlock by Bjorn Helgaas · 11 years ago
  72. d347e75 PCI: shpchp: Handle push button event asynchronously by Bjorn Helgaas · 11 years ago
  73. 6c0cc95 ACPI / PCI: Set root bridge ACPI handle in advance by Rafael J. Wysocki · 11 years ago
  74. 10959d7 PCI: shpchp: Make shpchp_wq non-ordered by Bjorn Helgaas · 11 years ago
  75. a82b6af PCI/AER: pci_get_domain_bus_and_slot() call missing required pci_dev_put() by Betty Dall · 11 years ago
  76. c2be6f9 PCI: pciehp: Use per-slot workqueues to avoid deadlock by Yijing Wang · 11 years ago
  77. 2094f16 pci: fix iov.c kernel-doc warnings by Randy Dunlap · 11 years ago
  78. b704046 Merge branch 'pci/yinghai-survey-resources+acpi-scan' into next by Bjorn Helgaas · 11 years ago
  79. 295a7f6 Merge branch 'acpi-scan' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm into pci/yinghai-survey-resources+acpi-scan by Bjorn Helgaas · 11 years ago
  80. e84813c Merge branch 'pci/yinghai-survey-resources' into next by Bjorn Helgaas · 11 years ago
  81. 3c449ed PCI/ACPI: Reserve firmware-allocated resources for hot-added root buses by Yinghai Lu · 12 years ago
  82. 3ecd9d0 PCI: cpqphp: Cleanup and remove unreachable paths by Sasha Levin · 11 years ago
  83. b4b4fbb PCI: Drop "__" prefix on __pci_enable_device_flags() by Bjorn Helgaas · 11 years ago
  84. f7ffe19 PCI: Use "unsigned long" for __pci_enable_device_flags to match ioport.h by Bjorn Helgaas · 11 years ago
  85. 2cced2d aerdrv: Cleanup log output for AER by Lance Ortiz · 11 years ago
  86. 1d52100 aerdrv: Enhanced AER logging by Lance Ortiz · 11 years ago
  87. 38a9a67 ACPI / PCI: Move the _PRT setup and cleanup code to pci-acpi.c by Rafael J. Wysocki · 11 years ago
  88. d2e5f0c ACPI / PCI: Rework the setup and cleanup of device wakeup by Rafael J. Wysocki · 11 years ago
  89. 0cd6ac5 ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argument by Rafael J. Wysocki · 11 years ago
  90. 636458d ACPI: Remove the arguments of acpi_bus_add() that are not used by Rafael J. Wysocki · 11 years ago
  91. 02f57c6 ACPI: Remove acpi_start_single_object() and acpi_bus_start() by Rafael J. Wysocki · 11 years ago
  92. 812089e PCI: Reduce Ricoh 0xe822 SD card reader base clock frequency to 50MHz by Andy Lutomirski · 12 years ago
  93. c733b77 PCI/PM: Do not suspend port if any subordinate device needs PME polling by Huang Ying · 11 years ago
  94. faa48a5 PCI: Remove spurious error for sriov_numvfs store and simplify flow by Bjorn Helgaas · 11 years ago
  95. c7708fa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 12 years ago
  96. 193c0d6 Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
  97. cff2f74 Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  98. 1cb73f8 Merge branch 'pci/mjg-pci-roms-from-efi' into next by Bjorn Helgaas · 12 years ago
  99. dbd3fc3 PCI: Use phys_addr_t for physical ROM address by Bjorn Helgaas · 12 years ago
  100. 27e1c8e Merge branch 'pci/bjorn-pcie-cap' into next by Bjorn Helgaas · 12 years ago