1. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  2. d060705 acpiphp: Execute ACPI _REG method for hotadded devices by Shaohua Li · 14 years ago
  3. 7779688 ACPI: acpi_bus_{scan,bus,add}: return -ENODEV if no device was found by Thomas Renninger · 14 years ago
  4. 11bd04f Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
  5. 2263576 ACPICA: Add post-order callback to acpi_walk_namespace by Lin Ming · 15 years ago
  6. 58c0862 PCI Hotplug: acpiphp: clean up list traversals by Alex Chiang · 15 years ago
  7. 204d49a PCI hotplug: move IOAPIC support from acpiphp to ioapic driver by Bjorn Helgaas · 15 years ago
  8. e81995b PCI hotplug: acpiphp: use generic pci_configure_slot() by Bjorn Helgaas · 15 years ago
  9. 6a29172 PCI hotplug: clean up acpi_get_hp_params_from_firmware() interface by Bjorn Helgaas · 15 years ago
  10. fca6825 PCI hotplug: acpiphp: don't cache hotplug_params in acpiphp_bridge by Bjorn Helgaas · 15 years ago
  11. dffb4bb PCI hotplug: acpiphp: remove superfluous _HPP/_HPX evaluation by Bjorn Helgaas · 15 years ago
  12. 7f53866 PCI Hotplug: convert acpi_pci_detect_ejectable() to take an acpi_handle by Alex Chiang · 15 years ago
  13. 6edd767 PCI Hotplug: acpiphp: find bridges the easy way by Alex Chiang · 15 years ago
  14. 5228a82 PCI Hotplug: acpiphp: get pci_bus from acpi handle correctly by Alex Chiang · 15 years ago
  15. d6aa484 PCI Hotplug: acpiphp: convert to acpi_get_pci_dev by Alexander Chiang · 15 years ago
  16. 2755820 ACPI: Introduce acpi_is_root_bridge() by Alexander Chiang · 15 years ago
  17. 9d911d79 PCI Hotplug: acpiphp: don't store a pci_dev in acpiphp_func by Alex Chiang · 15 years ago
  18. 5d4a4b2 PCI Hotplug: acpiphp: grab refcount on p2p subordinate bus by Alex Chiang · 15 years ago
  19. d45e085 ACPI PCI hotplug: harden against panic regression by James Bottomley · 15 years ago
  20. e8c331e PCI hotplug: introduce functions for ACPI slot detection by Kenji Kaneshige · 15 years ago
  21. 2a9d352 PCI hotplug: acpiphp whitespace cleanup by Alex Chiang · 16 years ago
  22. 56ee325 PCI/ACPI: acpiphp: Identify more removable slots by Matthew Garrett · 16 years ago
  23. b6adc19 PCI hotplug: acpiphp wants a 64-bit _SUN by Justin Chen · 16 years ago
  24. 7674416 Merge branch 'ull' into test by Len Brown · 16 years ago
  25. 27663c5 ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernels by Matthew Wilcox · 16 years ago
  26. 1253f7a dock: introduce .uevent for devices in dock, eg libata by Shaohua Li · 16 years ago
  27. 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
  28. a13307c PCI: acpiphp: cleanup notify handler on all root bridges by Alex Chiang · 16 years ago
  29. f46753c PCI: introduce pci_slot by Alex Chiang · 16 years ago
  30. 66bef8c PCI: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  31. 0ab2b57 PCI: fix section mismatch warning in pci_scan_child_bus by Sam Ravnborg · 16 years ago
  32. 25d6ddc PCI Hotplug: acpiphp: remove unneeded acpi_get_name function call by MUNEDA Takahiro · 17 years ago
  33. 5a340ed PCI Hotplug: acpiphp: fix trivial typos by MUNEDA Takahiro · 17 years ago
  34. 26e6c66 pci hotplug: kernel-doc fixes by Randy Dunlap · 17 years ago
  35. 0bbd642 PCI: hotplug: acpiphp: avoid acpiphp "cannot get bridge info" PCI hotplug failure by Gary Hade · 17 years ago
  36. 9ef2241 PCI: hotplug: acpiphp: remove hot plug parameter write to PCI host bridge by Gary Hade · 17 years ago
  37. bfceafc PCI: hotplug: acpiphp: fix slot poweroff problem on systems without _PS3 by Gary Hade · 17 years ago
  38. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  39. 15a58ed ACPICA: Remove duplicate table definitions (non-conflicting), cont by Alexey Starikovskiy · 17 years ago
  40. 031f30d acpiphp: Link-time error for PCI Hotplug by Kristen Carlson Accardi · 18 years ago
  41. 467c442 acpiphp: fix use of list_for_each macro by Akinobu Mita · 18 years ago
  42. 35ae61a acpiphp: fix latch status by MUNEDA Takahiro · 18 years ago
  43. 7a54f25 PCI Hotplug: move pci_hotplug.h to include/linux/ by Greg Kroah-Hartman · 18 years ago
  44. 600812e acpiphp: add support for ioapic hot-remove by Satoru Takeuchi · 18 years ago
  45. d5cdb67 acpiphp: disable bridges by Satoru Takeuchi · 18 years ago
  46. 0dad351 acpiphp: stop bus device before acpi_bus_trim by Satoru Takeuchi · 18 years ago
  47. 9b1d19e acpiphp: do not initialize existing ioapics by Satoru Takeuchi · 18 years ago
  48. b99feeb acpiphp: initialize ioapics before starting devices by Satoru Takeuchi · 18 years ago
  49. 287af2f acpiphp: set hpp values before starting devices by Satoru Takeuchi · 18 years ago
  50. 6d47a5e PCI: drivers/pci/hotplug/acpiphp_glue.c: make a function static by Adrian Bunk · 18 years ago
  51. 998be20 PCI Hotplug: add acpiphp to MAINTAINERS by Kristen Carlson Accardi · 18 years ago
  52. 95b38b3 ACPIPHP: prevent duplicate slot numbers when no _SUN by Kristen Accardi · 18 years ago
  53. 2b85e13 ACPI: static-ize handle_hotplug_event_func() by Len Brown · 18 years ago
  54. 4e8662b ACPIPHP: use ACPI dock driver by Kristen Accardi · 18 years ago
  55. e22b7350 [PATCH] acpi_pcihp: Add support for _HPX by Kenji Kaneshige · 18 years ago
  56. 7430e34 [PATCH] acpi_pcihp: Fix programming _HPP values by Kenji Kaneshige · 18 years ago
  57. 81b26bc [PATCH] PCI Hotplug: don't use acpi_os_free by Kristen Accardi · 18 years ago
  58. cde0e5d [PATCH] acpiphp: turn off slot power at error case by MUNEDA Takahiro · 18 years ago
  59. c144247 [PATCH] acpiphp: host and p2p hotplug by MUNEDA Takahiro · 18 years ago
  60. 551bcb7 [PATCH] acpiphp: hotplug slot hotplug by MUNEDA Takahiro · 18 years ago
  61. 92c9be9 [PATCH] acpiphp: configure _PRT - V3 by MUNEDA Takahiro · 18 years ago
  62. 783c49f [PATCH] PCI Hotplug: add common acpi functions to core by Kristen Accardi · 18 years ago
  63. f5afe80 [PATCH] PCI: kzalloc() conversion in drivers/pci by Eric Sesterhenn · 18 years ago
  64. 7c8f25d [PATCH] acpiphp: Scan slots under the nested P2P bridge by Kenji Kaneshige · 18 years ago
  65. 0cccd0c [PATCH] acpiphp: fix bridge handle by MUNEDA Takahiro · 18 years ago
  66. e27da38 [PATCH] acpiphp - slot management fix - V4 by MUNEDA Takahiro · 18 years ago
  67. 20416ea [PATCH] acpiphp: add dock event handling by Kristen Accardi · 18 years ago
  68. 15a1ae7 [PATCH] acpiphp: add new bus to acpi by Kristen Accardi · 18 years ago
  69. 6aa4cdd [PATCH] PCI hotplug: convert semaphores to mutex by Ingo Molnar · 18 years ago
  70. c64b5ee [PATCH] acpiphp: only size new bus by Kristen Accardi · 19 years ago
  71. 8e5dce35 [PATCH] acpiphp: allocate resources for adapters with bridges by Kristen Accardi · 19 years ago
  72. a0d399a [PATCH] ACPI based I/O APIC hot-plug: acpiphp support by Kenji Kaneshige · 19 years ago
  73. 8d50e332 [PATCH] acpi hotplug: decouple slot power state changes from physical hotplug by Rajesh Shah · 19 years ago
  74. 8e7561c [PATCH] acpi hotplug: aCPI based root bridge hot-add by Rajesh Shah · 19 years ago
  75. 2f523b1 [PATCH] acpi hotplug: fix slot power-down problem with acpiphp by Rajesh Shah · 19 years ago
  76. 364d509 [PATCH] acpi hotplug: clean up notify handlers on acpiphp unload by Rajesh Shah · 19 years ago
  77. 42f49a6 [PATCH] acpi hotplug: convert acpiphp to use generic resource code by Rajesh Shah · 19 years ago
  78. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago