1. 7bc5e3f x86/PCI: use host bridge _CRS info by default on 2008 and newer machines by Bjorn Helgaas · 14 years ago
  2. b67ea76 PCI / ACPI / PM: Platform support for PCI PME wake-up by Rafael J. Wysocki · 14 years ago
  3. c97adf9 acpi: make ACPI device id constant by Márton Németh · 14 years ago
  4. 3a9622d ACPI: cleanup pci_root _OSC code. by Shaohua Li · 15 years ago
  5. 497fb54 ACPI / PCI: Fix NULL pointer dereference in acpi_get_pci_dev() (rev. 2) by Rafael J. Wysocki · 15 years ago
  6. 003d6a3 Merge branch 'sfi-base' into release by Len Brown · 15 years ago
  7. 76d56de ACPI: export acpi_pci_root and friends by Alex Chiang · 15 years ago
  8. a192a95 ACPI: Move definition of PREFIX from acpi_bus.h to internal..h by Len Brown · 15 years ago
  9. 412af97 ACPI: video: prevent NULL deref in acpi_get_pci_dev() by Troy Moure · 15 years ago
  10. 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
  11. 0705495 ACPI: pci_root: remove unused dev/fn information by Bjorn Helgaas · 15 years ago
  12. c1aec83 ACPI: pci_root: simplify list traversals by Bjorn Helgaas · 15 years ago
  13. caf420c ACPI: pci_root: use driver data rather than list lookup by Bjorn Helgaas · 15 years ago
  14. f5eebbe ACPI: pci_root: simplify acpi_pci_root_add() control flow by Bjorn Helgaas · 15 years ago
  15. fbe2b31 ACPI: pci_root: check _CRS, then _BBN for downstream bus number by Bjorn Helgaas · 15 years ago
  16. 859a3f8 ACPI: simplify acpi_pci_irq_add_prt() API by Alexander Chiang · 15 years ago
  17. 499650d ACPI: eviscerate pci_bind.c by Alexander Chiang · 15 years ago
  18. 2f7bbce ACPI: Introduce acpi_get_pci_dev() by Alexander Chiang · 15 years ago
  19. 2755820 ACPI: Introduce acpi_is_root_bridge() by Alexander Chiang · 15 years ago
  20. ce597bb ACPI: make acpi_pci_bind() static by Alexander Chiang · 15 years ago
  21. 9f5404d PCI/ACPI: rename pci_osc_control_set() by Kenji Kaneshige · 15 years ago
  22. 63f10f0 PCI/ACPI: move _OSC code to pci_root.c by Kenji Kaneshige · 15 years ago
  23. 07ae95f ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge added by Andrew Patterson · 16 years ago
  24. 3e1b160 ACPI/PCI: PCIe ASPM _OSC support capabilities called when root bridge added by Andrew Patterson · 16 years ago
  25. 0ef5f8f ACPI/PCI: PCI extended config _OSC support called when root bridge added by Andrew Patterson · 16 years ago
  26. 990a7ac ACPI/PCI: call _OSC support during root bridge discovery by Andrew Patterson · 16 years ago
  27. 5704d62 ACPI: remove comments about debug layer/level to use by Bjorn Helgaas · 16 years ago
  28. 7674416 Merge branch 'ull' into test by Len Brown · 16 years ago
  29. 27663c5 ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernels by Matthew Wilcox · 16 years ago
  30. db89b4f ACPI: catch calls of acpi_driver_data on pointer of wrong type by Pavel Machek · 16 years ago
  31. b5678a3 ACPI: fix section mismatch in acpi_pci_root_add by Sam Ravnborg · 16 years ago
  32. 1ba90e3 ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI drivers by Thomas Renninger · 17 years ago
  33. 7cda93e ACPI: delete extra #defines in /drivers/acpi/ drivers by Len Brown · 17 years ago
  34. c2b6705 ACPI: fix acpi_driver.name usage by Len Brown · 17 years ago
  35. f52fd66 ACPI: clean up ACPI_MODULE_NAME() use by Len Brown · 17 years ago
  36. 975a8e3 Pull sysfs into test branch by Len Brown · 17 years ago
  37. d91a007 ACPI: Optimize acpi_get_pci_rootbridge_handle() to boot faster by Justin Chen · 18 years ago
  38. 2786f6e ACPI: fix Supermicro X7DB8+ Boot regression by Rui Zhang · 17 years ago
  39. 36bcbec ACPI: replace kmalloc+memset with kzalloc by Burman Yan · 17 years ago
  40. 3be11c8 Pull bugfix into test branch by Len Brown · 17 years ago
  41. f10bb25 ACPI: fix single linked list manipulation by Akinobu Mita · 17 years ago
  42. db3e1cc ACPI: Convert ACPI PCI .bind/.unbind to use PCI bridge driver by Li Shaohua · 18 years ago
  43. 50dd096 ACPI: Remove unnecessary from/to-void* and to-void casts in drivers/acpi by Jan Engelhardt · 18 years ago
  44. 432bfab ACPI: pci_root: Remove unneeded acpi_handle from driver. by Patrick Mochel · 18 years ago
  45. 2d1e0a0 ACPI: pci_root: Use acpi_device's handle instead of driver's by Patrick Mochel · 18 years ago
  46. 32917e5 ACPI: pci root: add struct acpi_device to struct acpi_pci_root. by Patrick Mochel · 18 years ago
  47. d550d98 ACPI: delete tracing macros from drivers/acpi/*.c by Patrick Mochel · 18 years ago
  48. 6468463 ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...) by Len Brown · 18 years ago
  49. a6fc672 ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUG by Thomas Renninger · 18 years ago
  50. 50eca3e [ACPI] ACPICA 20050930 by Bob Moore · 19 years ago
  51. eca008c [ACPI] handle ACPICA 20050916's acpi_resource.type rename by Len Brown · 19 years ago
  52. 4be44fc [ACPI] Lindent all ACPI files by Len Brown · 19 years ago
  53. c431ada [PATCH] acpi bridge hotadd: ACPI based root bridge hot-add by Rajesh Shah · 19 years ago
  54. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago