1. ec9f168 Merge branch 'simplify_PRT' into release by Len Brown · 16 years ago
  2. b2576e1 Merge branch 'linus' into release by Len Brown · 16 years ago
  3. d0302bc Merge branch 'misc' into release by Len Brown · 16 years ago
  4. e2f7a77 ACPICA: hide private headers by Len Brown · 16 years ago
  5. 237889b ACPI : Use RSDT instead of XSDT by adding boot option of "acpi=rsdt" by Zhao Yakui · 16 years ago
  6. 5b929aa ACPICA: delete acdisasm.h by Len Brown · 16 years ago
  7. 0211a9c trivial: fix an -> a typos in documentation and comments by Frederik Schwarzer · 16 years ago
  8. 2fdf66b cpumask: convert shared_cpu_map in acpi_processor* structs to cpumask_var_t by Rusty Russell · 16 years ago
  9. e8443c3 ACPICA: Update version to 20081204. by robert.moore@intel.com · 16 years ago
  10. 4b67a0e ACPICA: FADT: set acpi_gbl_use_default_register_widths to TRUE by default by robert.moore@intel.com · 16 years ago
  11. 06f5541 ACPICA: FADT parsing changes and fixes by Bob Moore · 16 years ago
  12. 1685bd4 ACPICA: Add ACPI_MUTEX_TYPE configuration option by Bob Moore · 16 years ago
  13. 7488c8d ACPICA: Fixes for various ACPI data tables by Bob Moore · 16 years ago
  14. 50df4d8 ACPICA: Restructure includes into public/private by Bob Moore · 16 years ago
  15. d3fd902 ACPICA: New: acpi_reset interface - write to reset register by Bob Moore · 16 years ago
  16. ecfbbc7 ACPICA: New: acpi_read and acpi_write public interfaces by Bob Moore · 16 years ago
  17. 08ac07b ACPICA: New: Public GPE group enable/disable interfaces by Bob Moore · 16 years ago
  18. e97d6bf ACPICA: New: acpi_get_gpe_device interface by Bob Moore · 16 years ago
  19. 889c78b ACPI: osl.c: replace return_ACPI_STATUS with return by Lin Ming · 16 years ago
  20. 087da3b ACPI: simplify buffer management for acpi_pci_bind() etc. by Len Brown · 16 years ago
  21. 9b02d6e ACPICA: Update version to 20081031 by Bob Moore · 16 years ago
  22. eeb4437 ACPICA: Consolidate method arg count validation code by Bob Moore · 16 years ago
  23. a647b5c ACPICA: Add Buffer->String conversion for predefined methods by Bob Moore · 16 years ago
  24. 009c4cbe ACPICA: Add global pointer for FACS table to simplify FACS access by Bob Moore · 16 years ago
  25. fc37445 ACPICA: Add a mechanism to escape infinite AML While() loops by Bob Moore · 16 years ago
  26. d85988f ACPICA: Update FACS waking vector interfaces by Bob Moore · 16 years ago
  27. 6de4048 ACPICA: Fix several warnings under gcc 4 compiler by Bob Moore · 16 years ago
  28. abe1dfa ACPI: don't cond_resched() when irqs_disabled() by Wu Fengguang · 16 years ago
  29. e76f427 ACPI: fix 2.6.28 acpi.debug_level regression by Bjorn Helgaas · 16 years ago
  30. e899b64 ACPICA: disable _BIF warning by Lin Ming · 16 years ago
  31. 95a28ed ACPICA: Allow _WAK method to return an Integer by Bob Moore · 16 years ago
  32. d1876ba Merge branch 'ec' into release by Len Brown · 16 years ago
  33. 547f784 Merge branch 'processor-256' into release by Len Brown · 16 years ago
  34. f398778 Merge branch 'video' into release by Len Brown · 16 years ago
  35. 3e0fe36 Merge branch 'misc' into release by Len Brown · 16 years ago
  36. 0b7084a ACPICA: Use spinlock for acpi_{en|dis}able_gpe by Alexey Starikovskiy · 16 years ago
  37. 22c13f9 ACPI: video: Ignore devices that aren't present in hardware by Thomas Renninger · 16 years ago
  38. bdd7279 ACPI: add driver component definitions to sysfs debug_layers by Bjorn Helgaas · 16 years ago
  39. 44342f9 ACPI: fix conflicting component definitions by Bjorn Helgaas · 16 years ago
  40. 89595b8 ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.h by Bjorn Helgaas · 16 years ago
  41. ad93a76 ACPI: Disambiguate processor declaration type by Myron Stowe · 16 years ago
  42. 8950d89 ACPI: remove CONFIG_ACPI_EC by Bjorn Helgaas · 16 years ago
  43. fefe5ab ACPI: remove CONFIG_ACPI_POWER by Bjorn Helgaas · 16 years ago
  44. ed206fa ACPI: bugfix reporting of event handler status by Zhang Rui · 16 years ago
  45. 057316c Merge branch 'linus' into test by Len Brown · 16 years ago
  46. 7674416 Merge branch 'ull' into test by Len Brown · 16 years ago
  47. 5f50ef4 Merge branch 'misc' into test by Len Brown · 16 years ago
  48. 0fbb372 Merge branch 'ec' into test by Len Brown · 16 years ago
  49. 47bf31a Merge branch 'dock' into test by Len Brown · 16 years ago
  50. bcb631f Merge branch 'acpica' into test by Len Brown · 16 years ago
  51. ed37a71 ACPICA: Update version to 20080926 by Bob Moore · 16 years ago
  52. e8707b3 ACPICA: New: Validation for predefined ACPI methods/objects by Bob Moore · 16 years ago
  53. bbbbeb8 ACPICA: Remove unused ACPI register bit definition by Lin Ming · 16 years ago
  54. 51f5281 ACPICA: Update version to 20080829 by Bob Moore · 16 years ago
  55. 1044f1f ACPICA: Cleanup for internal Reference Object by Bob Moore · 16 years ago
  56. 57e664c ACPICA: Update for Reference ACPI_OPERAND_OBJECT by Bob Moore · 16 years ago
  57. 65f4692 ACPICA: Remove obsolete exception codes by Bob Moore · 16 years ago
  58. 8d5c54b ACPICA: Add namespace node to operand object union by Bob Moore · 16 years ago
  59. 23d3e05 ACPICA: Remove obsolete debug levels (WARN and ERROR) by Bob Moore · 16 years ago
  60. 8bd108d ACPICA: add preemption point after each opcode parse by Alexey Starikovskiy · 16 years ago
  61. eec9354 ACPICA: Update version to 20080729 by Bob Moore · 16 years ago
  62. 1d7cc03 ACPICA: x2APIC support: changes for MADT and SRAT ACPI tables by Bob Moore · 16 years ago
  63. f02a99a ACPICA: Add function to decode reference obj types to strings by Bob Moore · 16 years ago
  64. d00d236 ACPICA: Update version to 20080701 by Bob Moore · 16 years ago
  65. 0a1fbf2 ACPICA: Return method arg count from acpi_get_object_info by Bob Moore · 16 years ago
  66. c9bdd80 ACPICA: Cleanup macro definition file. by Bob Moore · 16 years ago
  67. b417d40 ACPICA: Return status from global init function by Yi Yang · 16 years ago
  68. 9db4fcd ACPICA: Fix wrong resource descriptor length for 64-bit build by Bob Moore · 16 years ago
  69. f5adfaa ACPI: Add "acpi.power_nocheck=1" to disable power state check in power transition by Zhao Yakui · 16 years ago
  70. d5c003b include: replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  71. 27663c5 ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernels by Matthew Wilcox · 16 years ago
  72. 455c879 ACPI: Enable EC device immediately after ACPI full initialization by Zhao Yakui · 16 years ago
  73. db89b4f ACPI: catch calls of acpi_driver_data on pointer of wrong type by Pavel Machek · 16 years ago
  74. 1253f7a dock: introduce .uevent for devices in dock, eg libata by Shaohua Li · 16 years ago
  75. 19cd847 ACPI: fix hotplug race by Zhang Rui · 16 years ago
  76. 6bd00a6 ACPI: introduce notifier change to avoid duplicates by Shaohua Li · 16 years ago
  77. 3c7db22 ACPICA: Additional error checking for pathname utilities by Bob Moore · 16 years ago
  78. 5fde244 PCI: disable ASPM per ACPI FADT setting by Shaohua Li · 16 years ago
  79. 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
  80. 4d38704 Add the ability to reset the machine using the RESET_REG in ACPI's FADT table. by Aaron Durbin · 16 years ago
  81. 71b58cb ACPI: Enhance /sys/firmware/interrupts to allow enable/disable/clear from user-space by Zhang Rui · 16 years ago
  82. 9c9f6d0 ACPICA: Update version to 20080609 by Bob Moore · 16 years ago
  83. 71d993e ACPICA: Cleanup debug operand dump mechanism by Bob Moore · 16 years ago
  84. 75e5b5f ACPICA: Update disassembler for DMAR table changes by Bob Moore · 16 years ago
  85. 19d0cfe ACPICA: Update DMAR and SRAT table definitions by Bob Moore · 16 years ago
  86. b25d2a4 ACPICA: Update version to 20080514 by Bob Moore · 16 years ago
  87. 4b8ed63 ACPICA: Add const qualifier for appropriate string constants by Bob Moore · 16 years ago
  88. 67a119f ACPICA: Eliminate acpi_native_uint type v2 by Bob Moore · 16 years ago
  89. 11f2a61 ACPICA: Fix possible negative array index in acpi_ut_validate_exception by Bob Moore · 16 years ago
  90. 6719561 ACPICA: Update tracking macros to reduce code/data size by Jan Beulich · 16 years ago
  91. c91d924 ACPICA: Fix for hang on GPE method invocation by Bob Moore · 16 years ago
  92. f3454ae ACPICA: Add argument count checking to control method invocation via acpi_evaluate_object by Bob Moore · 16 years ago
  93. 2fe2de5 ACPI PM: acpi_pm_device_sleep_state() cleanup by David Brownell · 16 years ago
  94. 47c00d2 ACPICA: fix mutex names in debug code. by Vegard Nossum · 16 years ago
  95. e38e8a0 Make GPE disable more robust by Bob Moore · 16 years ago
  96. 706546d ACPI: change processors from array to per_cpu variable by Mike Travis · 16 years ago
  97. f7a1b86 Fix acpi_pm_device_sleep_wake() by providing a stub for CONFIG_PM_SLEEP=n by David Howells · 16 years ago
  98. eb9d0fe PCI ACPI: Rework PCI handling of wake-up by Rafael J. Wysocki · 16 years ago
  99. 0af4b8c ACPI: Introduce new device wakeup flag 'prepared' by Rafael J. Wysocki · 16 years ago
  100. 77e7660 ACPI: Introduce acpi_device_sleep_wake function by Rafael J. Wysocki · 16 years ago