1. 087da3b ACPI: simplify buffer management for acpi_pci_bind() etc. by Len Brown · 16 years ago
  2. 39488b0 ACPI: PCI: add HP copyright by Bjorn Helgaas · 16 years ago
  3. 3f0f3c2 ACPI: PCI: whitespace and useless initialization cleanup by Bjorn Helgaas · 16 years ago
  4. 74f82af ACPI: PCI: expand acpi_pci_allocate_irq() and acpi_pci_free_irq() inline by Bjorn Helgaas · 16 years ago
  5. 4eaf6db ACPI: PCI: simplify struct acpi_prt_entry by Bjorn Helgaas · 16 years ago
  6. 3604a9f ACPI: PCI: simplify list of _PRT entries by Bjorn Helgaas · 16 years ago
  7. 5697b7c ACPI: PCI: combine lookup and derive by Bjorn Helgaas · 16 years ago
  8. ee40136 ACPI: PCI: follow typical PCI INTx swizzling pattern by Bjorn Helgaas · 16 years ago
  9. 3b1ea18 ACPI: PCI: use positive logic to simplify code by Bjorn Helgaas · 16 years ago
  10. beba8a6 ACPI: PCI: remove callback from acpi_pci_irq_lookup & acpi_pci_irq_derive by Bjorn Helgaas · 16 years ago
  11. 1350487 ACPI: PCI: tweak _PRT lookup debug by Bjorn Helgaas · 16 years ago
  12. 063563b ACPI: PCI: lookup _PRT entry by PCI dev and pin, not segment/bus/dev/pin by Bjorn Helgaas · 16 years ago
  13. c458033 ACPI: PCI: use 1-based encoding for _PRT quirks by Bjorn Helgaas · 16 years ago
  14. e64e9db ACPI: PCI: always use the PCI INTx pin values, not the _PRT ones by Bjorn Helgaas · 16 years ago
  15. cf68b80 ACPI: PCI: add a helper to convert _PRT INTx pin number to name by Bjorn Helgaas · 16 years ago
  16. f748baf ACPI: PCI: move struct acpi_prt_entry declaration out of public header file by Bjorn Helgaas · 16 years ago
  17. c13f889 ACPI: PCI: fix GSI/IRQ naming confusion by Bjorn Helgaas · 16 years ago
  18. b52b3f4 ACPI: PCI: ignore _PRT function information by Bjorn Helgaas · 16 years ago
  19. 2320ac6 ACPI: PCI: simplify buffer management for evaluating _PRT by Bjorn Helgaas · 16 years ago
  20. 3b8249d ACPI: PCI: remove unnecessary null pointer checks by Bjorn Helgaas · 16 years ago
  21. 21a5328 ACPI: PCI: use conventional PCI address format by Bjorn Helgaas · 16 years ago
  22. e76f427 ACPI: fix 2.6.28 acpi.debug_level regression by Bjorn Helgaas · 16 years ago
  23. 38aefbc ACPI toshiba: only register rfkill if bt is enabled by Frederik Deweerdt · 16 years ago
  24. f10a3a3 Revert "ACPI: battery: Convert discharge energy rate to current properly" by Linus Torvalds · 16 years ago
  25. aaad077 ACPI: Fix ACPI battery regression introduced by commit 558073 by Rafael J. Wysocki · 16 years ago
  26. 23d0a65 toshiba_acpi: close race in toshiba_acpi driver by Arjan van de Ven · 16 years ago
  27. a6e0887 ACPI: delete OSI(Linux) DMI dmesg spam by Len Brown · 16 years ago
  28. 3bdca1b Revert "ACPI: don't enable control method power button as wakeup device when Fixed Power button is used" by Len Brown · 16 years ago
  29. 65df784 ACPI suspend: Blacklist boxes that require us to set SCI_EN directly on resume by Rafael J. Wysocki · 16 years ago
  30. 4059907 ACPI: scheduling in atomic via acpi_evaluate_integer () by Pavel Machek · 16 years ago
  31. 558073d ACPI: battery: Convert discharge energy rate to current properly by Alexey Starikovskiy · 16 years ago
  32. 7b4d469 ACPI: EC: count interrupts only if called from interrupt handler. by Alexey Starikovskiy · 16 years ago
  33. 77fb61a acpi: fix oops in acpi_system_wakeup_device_seq_show by Linus Torvalds · 16 years ago
  34. d1876ba Merge branch 'ec' into release by Len Brown · 16 years ago
  35. 547f784 Merge branch 'processor-256' into release by Len Brown · 16 years ago
  36. f398778 Merge branch 'video' into release by Len Brown · 16 years ago
  37. 9b5a56d Merge branch 'sysfs' into release by Len Brown · 16 years ago
  38. f613984 Merge branch 'power' into release by Len Brown · 16 years ago
  39. 3e0fe36 Merge branch 'misc' into release by Len Brown · 16 years ago
  40. e911d27 Merge branch 'bugzilla-11917' into release by Len Brown · 16 years ago
  41. 50f19e3 Merge branch 'bugzilla-11539' into release by Len Brown · 16 years ago
  42. 3283625 ACPI: pci_link: remove acpi_irq_balance_set() interface by Bjorn Helgaas · 16 years ago
  43. 8517934 ACPI: EC: Don't do transaction from GPE handler in poll mode. by Alexey Starikovskiy · 16 years ago
  44. 06cf7d3 ACPI: EC: lower interrupt storm treshold by Alexey Starikovskiy · 16 years ago
  45. 0b7084a ACPICA: Use spinlock for acpi_{en|dis}able_gpe by Alexey Starikovskiy · 16 years ago
  46. a2f93ae ACPI: EC: restart failed command by Alexey Starikovskiy · 16 years ago
  47. dd15f8c ACPI: EC: wait for last write gpe by Alexey Starikovskiy · 16 years ago
  48. f824843 ACPI: EC: make kernel messages more useful when GPE storm is detected by Alan Jenkins · 16 years ago
  49. 1cfe62c ACPI: EC: revert msleep patch by Alexey Starikovskiy · 16 years ago
  50. c3d6de6 ACPI video: if no ACPI backlight support, use vendor drivers by Thomas Renninger · 16 years ago
  51. 22c13f9 ACPI: video: Ignore devices that aren't present in hardware by Thomas Renninger · 16 years ago
  52. a1a8d33 Delete an unwanted return statement at evgpe.c by Lin Ming · 16 years ago
  53. a0d84a9 ACPI: update debug parameter documentation by Bjorn Helgaas · 16 years ago
  54. 87b5860 ACPI: turn off all debug output by default by Bjorn Helgaas · 16 years ago
  55. bdd7279 ACPI: add driver component definitions to sysfs debug_layers by Bjorn Helgaas · 16 years ago
  56. 89595b8 ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.h by Bjorn Helgaas · 16 years ago
  57. d21cf3c ACPI EC: Fix regression due to use of uninitialized variable by Alexey Starikovskiy · 16 years ago
  58. 4feba70 ACPI: avoid empty file name in sysfs by Peter Gruber · 16 years ago
  59. 14a63ba ACPI: use macro to replace hard number by Yinghai Lu · 16 years ago
  60. 0794469 ACPI: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  61. d17cb18 Revert "ACPI: Ingore the RESET_REG_SUP bit when using ACPI reset mechanism" by Len Brown · 16 years ago
  62. 5b53ed6 ACPI: 80 column adherence and spelling fix (no functional change) by Myron Stowe · 16 years ago
  63. b26e928 ACPI: Behave uniquely based on processor declaration definition type by Myron Stowe · 16 years ago
  64. ad93a76 ACPI: Disambiguate processor declaration type by Myron Stowe · 16 years ago
  65. 8950d89 ACPI: remove CONFIG_ACPI_EC by Bjorn Helgaas · 16 years ago
  66. fefe5ab ACPI: remove CONFIG_ACPI_POWER by Bjorn Helgaas · 16 years ago
  67. 5b88147 ACPI: SBS: remove useless acpi_cm_sbs_init() initcall by Bjorn Helgaas · 16 years ago
  68. 5704d62 ACPI: remove comments about debug layer/level to use by Bjorn Helgaas · 16 years ago
  69. ed206fa ACPI: bugfix reporting of event handler status by Zhang Rui · 16 years ago
  70. 676962d ACPI: fan: Delete the strict check in power transition by Zhao Yakui · 16 years ago
  71. b1b57fb ACPI: fix de-reference bug in power resource driver by Zhao Yakui · 16 years ago
  72. 92daa7b ACPI suspend: build fix for ACPI_SLEEP=n && XEN_SAVE_RESTORE=y. by Rafael J. Wysocki · 16 years ago
  73. cab0896 toshiba_acpi: always call input_sync() after input_report_switch() by Len Brown · 16 years ago
  74. df316e9 ACPI: Always report a sync event after a lid state change by Guillem Jover · 16 years ago
  75. 16be87e ACPI: cpufreq, processor: fix compile error in drivers/acpi/processor_perflib.c by Miao Xie · 16 years ago
  76. 765426e Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 16 years ago
  77. 898b054 dock: make dock driver not a module by Shaohua Li · 16 years ago
  78. 5eaff72 ACPI: hack around sysfs warning with link order by Zhao Yakui · 16 years ago
  79. b849075 ACPI suspend: fix build warning when CONFIG_ACPI_SLEEP=n by Len Brown · 16 years ago
  80. 057316c Merge branch 'linus' into test by Len Brown · 16 years ago
  81. 7674416 Merge branch 'ull' into test by Len Brown · 16 years ago
  82. acd41d3 Merge branch 'suspend' into test by Len Brown · 16 years ago
  83. 5f50ef4 Merge branch 'misc' into test by Len Brown · 16 years ago
  84. b815d7b Merge branch 'fadt-test' into test by Len Brown · 16 years ago
  85. 0fbb372 Merge branch 'ec' into test by Len Brown · 16 years ago
  86. 47bf31a Merge branch 'dock' into test by Len Brown · 16 years ago
  87. 4538fad Merge branch 'cpuidle' into test by Len Brown · 16 years ago
  88. ebd7e45 Merge branch 'bugzilla-11481' into test by Len Brown · 16 years ago
  89. 462af43 Merge branch 'bugzilla-10503' into test by Len Brown · 16 years ago
  90. 63e065e Merge branch 'bugzilla-10237' into test by Len Brown · 16 years ago
  91. 2285bc3 Merge branch 'asus-cleanup' into test by Len Brown · 16 years ago
  92. bcb631f Merge branch 'acpica' into test by Len Brown · 16 years ago
  93. 955ba39 Merge branch 'bugfixes' into test by Len Brown · 16 years ago
  94. aa58329 Merge branch 'acer-wmi' into test by Len Brown · 16 years ago
  95. 6b3c4f8 Merge branch 'FW_BUG' into test by Len Brown · 16 years ago
  96. 4ca846e ACPICA: Add support for zero-length buffer-to-string conversions by Bob Moore · 16 years ago
  97. e8707b3 ACPICA: New: Validation for predefined ACPI methods/objects by Bob Moore · 16 years ago
  98. b9d1312 ACPICA: Fix for implicit return compatibility by Lin Ming · 16 years ago
  99. d8a0ec9 ACPICA: Fixed a couple memory leaks associated with "implicit return" by Lin Ming · 16 years ago
  100. 68e125c ACPICA: Optimize buffer allocation procedure by Bob Moore · 16 years ago