1. 7dab9ef PCI/ACPI: Name _OSC #defines more consistently by Bjorn Helgaas · 11 years ago
  2. b938a22 ACPI: Rename OSC_QUERY_TYPE to OSC_QUERY_DWORD by Bjorn Helgaas · 11 years ago
  3. e89c331 Merge branch 'pci/misc' into next by Bjorn Helgaas · 11 years ago
  4. 3dc48af PCI/ACPI: Fix _OSC ordering to allow PCIe hotplug use when available by Neil Horman · 11 years ago
  5. 3977203 PCI: Assign resources for hot-added host bridge more aggressively by Yinghai Lu · 11 years ago
  6. 928bea9 PCI: Delay enabling bridges until they're needed by Yinghai Lu · 11 years ago
  7. 862f001 Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  8. 278934b Merge branch 'pci/jiang-remove-global-list' into next by Bjorn Helgaas · 11 years ago
  9. 6dc7d22 PCI/ACPI: Use dev_printk(), acpi_handle_print(), pr_xxx() when possible by Jiang Liu · 11 years ago
  10. bbebed6 PCI/ACPI: Remove unused global list acpi_pci_roots by Jiang Liu · 11 years ago
  11. bfe2414 PCI/ACPI: Introduce "handle" local for economy of expression by Jiang Liu · 11 years ago
  12. 516ca22 PCI/ACPI: Combine duplicate adjacent "if" tests by Jiang Liu · 11 years ago
  13. 3f327e3 PCI: acpiphp: Re-enumerate devices when host bridge receives Bus Check by Yinghai Lu · 11 years ago
  14. f6c1c8f PCI/ACPI: Check acpi_resource_to_address64() return value by Bjorn Helgaas · 12 years ago
  15. 3ed1c47 Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  16. 96a3e8a Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  17. c940c8c Merge branch 'acpi-assorted' by Rafael J. Wysocki · 11 years ago
  18. c309dbb PCI/ACPI: Remove support of ACPI PCI subdrivers by Myron Stowe · 11 years ago
  19. b196553 Merge tag 'pci-v3.9-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  20. b8178f1 Revert "PCI/ACPI: Request _OSC control before scanning PCI root bus" by Bjorn Helgaas · 12 years ago
  21. 545d6e1 PCI / ACPI: Don't query OSC support with all possible controls by Yinghai Lu · 12 years ago
  22. b8b6611 PCI / ACPI: hold acpi_scan_lock during root bus hotplug by Yinghai Lu · 12 years ago
  23. 556f12f Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
  24. 018ba0a Merge branch 'pci/yinghai-root-bus-hotplug' into next by Bjorn Helgaas · 12 years ago
  25. 181380b PCI/ACPI: Don't cache _PRT, and don't associate them with bus numbers by Yinghai Lu · 12 years ago
  26. 00c43b9 ACPI / PCI: Make PCI root driver use struct acpi_scan_handler by Rafael J. Wysocki · 12 years ago
  27. 939de1d Merge branch 'pci/yinghai-root-bus-hotplug' into next by Bjorn Helgaas · 12 years ago
  28. 51fac83 ACPI: Remove useless type argument of driver .remove() operation by Rafael J. Wysocki · 12 years ago
  29. 121b090 PCI/ACPI: Print info if host bridge notify handler installation fails by Tang Chen · 12 years ago
  30. 668192b PCI: acpiphp: Move host bridge hotplug to pci_root.c by Yinghai Lu · 12 years ago
  31. 6c0cc95 ACPI / PCI: Set root bridge ACPI handle in advance by Rafael J. Wysocki · 12 years ago
  32. 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 · 12 years ago
  33. 3c449ed PCI/ACPI: Reserve firmware-allocated resources for hot-added root buses by Yinghai Lu · 12 years ago
  34. 38a9a67 ACPI / PCI: Move the _PRT setup and cleanup code to pci-acpi.c by Rafael J. Wysocki · 12 years ago
  35. 47525cd ACPI / PCI: Fold acpi_pci_root_start() into acpi_pci_root_add() by Rafael J. Wysocki · 12 years ago
  36. 92ef2a2 ACPI: Change the ordering of PCI root bridge driver registrarion by Rafael J. Wysocki · 12 years ago
  37. 193c0d6 Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
  38. da095fd acpi: remove use of __devinit by Bill Pemberton · 12 years ago
  39. 8c33f51 PCI/ACPI: Request _OSC control before scanning PCI root bus by Taku Izumi · 12 years ago
  40. 642c92d PCI: Don't pass pci_dev to pci_ext_cfg_avail() by Taku Izumi · 12 years ago
  41. d4761ba PCI/ACPI: Add _PRT interrupt routing info before enumerating devices by Bjorn Helgaas · 12 years ago
  42. 79c4412 ACPI: Pass segment/bus to _PRT add/del so they don't depend on pci_bus by Bjorn Helgaas · 12 years ago
  43. f426cef PCI/ACPI: Remove acpi_root_driver in reverse order by Yinghai Lu · 12 years ago
  44. 13b6a91 PCI/ACPI: Delete host bridge _PRT during hot remove path by Yinghai Lu · 12 years ago
  45. 9738a1f PCI/ACPI: Make acpi_pci_root_remove() stop/remove pci root bus by Yinghai Lu · 12 years ago
  46. 62a08c5 PCI/ACPI: Assign unassigned resource for hot-added root bus by Yinghai Lu · 12 years ago
  47. 18d63c3 Merge branch 'pci/taku-acpi-pci-host-bridge-v3' into next by Bjorn Helgaas · 12 years ago
  48. cd4faf9 PCI/ACPI: Use acpi_driver_data() rather than searching acpi_pci_roots by Taku Izumi · 12 years ago
  49. 6507e6e PCI/ACPI: Protect acpi_pci_roots list with mutex by Taku Izumi · 12 years ago
  50. 55bfe3c PCI/ACPI: Pass acpi_pci_root to acpi_pci_drivers' add/remove interface by Taku Izumi · 12 years ago
  51. d0020f6 PCI/ACPI: Protect acpi_pci_drivers list with mutex by Taku Izumi · 12 years ago
  52. c8e9afb PCI/ACPI: Notify acpi_pci_drivers when hot-plugging PCI root bridges by Jiang Liu · 12 years ago
  53. 8ee5bdf PCI/ACPI: Use normal list for struct acpi_pci_driver by Jiang Liu · 12 years ago
  54. 9d0b01a Merge branches 'delete-gts-bfs', 'misc', 'novell-bugzilla-757888-numa' and 'osc-pcie' into base by Len Brown · 12 years ago
  55. 2d9c867 ACPI / PCI: Do not try to acquire _OSC control if that is hopeless by Rafael J. Wysocki · 12 years ago
  56. f4b57a3 PCI/ACPI: provide MMCONFIG address for PCI host bridges by Jiang Liu · 12 years ago
  57. 3c07635 PCI: Rework ASPM disable code by Matthew Garrett · 13 years ago
  58. e545b55 ACPI: fix 80 char overflow by Jon Mason · 13 years ago
  59. a246670 PCI/ACPI: Report _OSC control mask returned on failure to get control by Rafael J. Wysocki · 13 years ago
  60. eca6731 PCI: Disable ASPM when _OSC control is not granted for PCIe services by Naga Chumbalkar · 14 years ago
  61. 8b8bae9 PCI/ACPI: Report ASPM support to BIOS if not disabled from command line by Rafael J. Wysocki · 14 years ago
  62. d3072e6 ACPI: Fix boot problem related to APEI with acpi_disabled set by Rafael J. Wysocki · 14 years ago
  63. 415e12b PCI/ACPI: Request _OSC control once for each root bridge (v3) by Rafael J. Wysocki · 14 years ago
  64. 03e7c34 ACPI: remove unused declaration of proc_fs.h by Zhang Rui · 14 years ago
  65. 28eb5f2 PCI: PCIe: Ask BIOS for control of all native services at once by Rafael J. Wysocki · 14 years ago
  66. 75fb60f ACPI/PCI: Negotiate _OSC control bits before requesting them by Rafael J. Wysocki · 14 years ago
  67. 2b8fd91 ACPI/PCI: Do not preserve _OSC control bits returned by a query by Rafael J. Wysocki · 14 years ago
  68. ab8e895 ACPI/PCI: Make acpi_pci_query_osc() return control bits by Rafael J. Wysocki · 14 years ago
  69. b879dc4 ACPI/PCI: Reorder checks in acpi_pci_osc_control_set() by Rafael J. Wysocki · 14 years ago
  70. 852972a ACPI: Disable ASPM if the platform won't provide _OSC control for PCIe by Matthew Garrett · 14 years ago
  71. dc1544e Merge branch 'bjorn-pci-root-v4-2.6.35' into release by Len Brown · 14 years ago
  72. 5728377 ACPI: pci_root: pass acpi_pci_root to arch-specific scan by Bjorn Helgaas · 15 years ago
  73. 6ad9551 ACPI: pci_root: save downstream bus range by Bjorn Helgaas · 15 years ago
  74. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  75. 7bc5e3f x86/PCI: use host bridge _CRS info by default on 2008 and newer machines by Bjorn Helgaas · 15 years ago
  76. b67ea76 PCI / ACPI / PM: Platform support for PCI PME wake-up by Rafael J. Wysocki · 15 years ago
  77. c97adf9 acpi: make ACPI device id constant by Márton Németh · 15 years ago
  78. 3a9622d ACPI: cleanup pci_root _OSC code. by Shaohua Li · 15 years ago
  79. 497fb54 ACPI / PCI: Fix NULL pointer dereference in acpi_get_pci_dev() (rev. 2) by Rafael J. Wysocki · 15 years ago
  80. 003d6a3 Merge branch 'sfi-base' into release by Len Brown · 15 years ago
  81. 76d56de ACPI: export acpi_pci_root and friends by Alex Chiang · 15 years ago
  82. a192a95 ACPI: Move definition of PREFIX from acpi_bus.h to internal..h by Len Brown · 15 years ago
  83. 412af97 ACPI: video: prevent NULL deref in acpi_get_pci_dev() by Troy Moure · 15 years ago
  84. fbe8cdd Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904', 'bugzilla-13121', 'bugzilla-13396', 'bugzilla-13533', 'bugzilla-13612', 'c3_lock', 'hid-cleanups', 'misc-2.6.31', 'pdc-leak-fix', 'pnpacpi', 'power_nocheck', 'thinkpad_acpi', 'video' and 'wmi' into release by Len Brown · 15 years ago
  85. 0705495 ACPI: pci_root: remove unused dev/fn information by Bjorn Helgaas · 15 years ago
  86. c1aec83 ACPI: pci_root: simplify list traversals by Bjorn Helgaas · 15 years ago
  87. caf420c ACPI: pci_root: use driver data rather than list lookup by Bjorn Helgaas · 15 years ago
  88. f5eebbe ACPI: pci_root: simplify acpi_pci_root_add() control flow by Bjorn Helgaas · 15 years ago
  89. fbe2b31 ACPI: pci_root: check _CRS, then _BBN for downstream bus number by Bjorn Helgaas · 15 years ago
  90. 859a3f8 ACPI: simplify acpi_pci_irq_add_prt() API by Alexander Chiang · 15 years ago
  91. 499650d ACPI: eviscerate pci_bind.c by Alexander Chiang · 15 years ago
  92. 2f7bbce ACPI: Introduce acpi_get_pci_dev() by Alexander Chiang · 15 years ago
  93. 2755820 ACPI: Introduce acpi_is_root_bridge() by Alexander Chiang · 15 years ago
  94. ce597bb ACPI: make acpi_pci_bind() static by Alexander Chiang · 15 years ago
  95. 9f5404d PCI/ACPI: rename pci_osc_control_set() by Kenji Kaneshige · 16 years ago
  96. 63f10f0 PCI/ACPI: move _OSC code to pci_root.c by Kenji Kaneshige · 16 years ago
  97. 07ae95f ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge added by Andrew Patterson · 16 years ago
  98. 3e1b160 ACPI/PCI: PCIe ASPM _OSC support capabilities called when root bridge added by Andrew Patterson · 16 years ago
  99. 0ef5f8f ACPI/PCI: PCI extended config _OSC support called when root bridge added by Andrew Patterson · 16 years ago
  100. 990a7ac ACPI/PCI: call _OSC support during root bridge discovery by Andrew Patterson · 16 years ago