1. e8bdc5a Pull acpica into test branch by Len Brown · 18 years ago
  2. b0b7eaa ACPICA: fix gcc build warnings by Alexey Starikovskiy · 18 years ago
  3. c6f4bc2 Pull bugzilla-7349 into test branch by Len Brown · 18 years ago
  4. 7e23772 Pull video into test branch by Len Brown · 18 years ago
  5. bcd8b54 Pull hp-pci-root into test branch by Len Brown · 18 years ago
  6. 45eded8 ACPI: fix HP RX2600 IA64 boot by Alexey Starikovskiy · 18 years ago
  7. 035f994 ACPICA: Fix for incorrect parameter passed to AcpiTbDeleteTable during table load. by Bob Moore · 18 years ago
  8. 6c9deb7 ACPICA: Update copyright to 2007. by Bob Moore · 18 years ago
  9. 11bf04c ACPICA: Allow processor to be declared with the Device() instead of Processor() by Alexey Starikovskiy · 18 years ago
  10. f18c5a0 ACPICA: Allow ACPI id to be u32 instead of u8. by Alexey Starikovskiy · 18 years ago
  11. d41eb99 ACPICA: Added option to display memory statistics upon termination. by Bob Moore · 18 years ago
  12. afbb9e6 ACPICA: Enhance debugger statistics/memory command. by Valery A. Podrezov · 18 years ago
  13. 59fa850 ACPICA: Removed all 16-bit support. by Bob Moore · 18 years ago
  14. 1a666f8 ACPICA: Add include of actables.h by Bob Moore · 18 years ago
  15. c857303 ACPICA: Fail AcpiEnable if ACPI tables not loaded. by Bob Moore · 18 years ago
  16. 8876016 ACPICA: Remove global lock handler on AcpiTerminate. by Bob Moore · 18 years ago
  17. a6823e1 ACPICA: Fixes for load() operator. by Alexey Starikovskiy · 18 years ago
  18. 428f211 ACPICA: Miscellaneous table manager updates and optimizations by Alexey Starikovskiy · 18 years ago
  19. 77f6a9f ACPICA: Update debug output routines for data structure changes by Bob Moore · 18 years ago
  20. 15a58ed ACPICA: Remove duplicate table definitions (non-conflicting), cont by Alexey Starikovskiy · 18 years ago
  21. 5f3b1a8 ACPICA: Remove duplicate table definitions (non-conflicting) by Alexey Starikovskiy · 18 years ago
  22. ad363f8 ACPICA: Remove duplicate table definitions. by Alexey Starikovskiy · 18 years ago
  23. cee324b ACPICA: use new ACPI headers. by Alexey Starikovskiy · 18 years ago
  24. ceb6c46 ACPICA: Remove duplicate table manager by Alexey Starikovskiy · 18 years ago
  25. f1c2b1d ACPICA: Fixes for parameter validation. by Bob Moore · 18 years ago
  26. c101462 ACPICA: Abort downward walk on temporary node detection. by Bob Moore · 18 years ago
  27. 3effba3 ACPICA: Update comments by Bob Moore · 18 years ago
  28. ec3153f ACPICA: Use manifest constants for parse pass number by Bob Moore · 18 years ago
  29. b7a6980 ACPICA: _CID support for PCI Root Bridge detection. by Bob Moore · 18 years ago
  30. d1fdda83 ACPICA: Fix race condition with AcpiWalkNamespace. by Bob Moore · 18 years ago
  31. 9bc75cf ACPICA: Eliminate control method 2-pass parse/execute. by Valery Podrezov · 18 years ago
  32. 4d0b4af ACPICA: Restructured module into multiple functions. by Mikhail Kouzmich · 18 years ago
  33. cb219bb ACPICA: Add new subsystem state bit that is set after SubsystemInitialize is called by Bob Moore · 18 years ago
  34. 65e4b9b ACPICA: Fix for possible memory leak and fault. by Fiodor Suietov · 18 years ago
  35. 867c9ae ACPICA: Update interpreter error paths to always report the error by Bob Moore · 18 years ago
  36. f70a5e7 ACPICA: On AML mutex force-release, set depth to zero (was 1). by Bob Moore · 18 years ago
  37. 310a7f7 ACPICA: Use faster ByIndex interface to get FACS by Bob Moore · 18 years ago
  38. d8c71b6 ACPICA: Remove obsolete Flags parameter. by Bob Moore · 18 years ago
  39. 73ca0fb ACPICA: Fix for Global Lock semaphore. by Bob Moore · 18 years ago
  40. 977a622 ACPICA: Fix trace output name and whitespace by Bob Moore · 18 years ago
  41. 0fab899 ACPICA: Fix memory leak in table load error path by Bob Moore · 18 years ago
  42. 7139284 ACPICA: New common routine for creating and verifying a local FADT. by Bob Moore · 18 years ago
  43. 13b572a ACPICA: Report error if method creates 2 objects with the same name by Bob Moore · 18 years ago
  44. ea5d8eb ACPICA: FADT verification is now table driven. by Bob Moore · 18 years ago
  45. 15f0c0d ACPICA: Allow type ANY to be the target of the Scope operator. by Bob Moore · 18 years ago
  46. 77389e1 ACPICA: re-factor table init routines for benefit of iASL by Bob Moore · 18 years ago
  47. e56b638 ACPICA: Update comments in tbfadt.c by Bob Moore · 18 years ago
  48. 765ec20 ACPICA: Delete stale FADT functions outside tbfadt.c. by Bob Moore · 18 years ago
  49. 1ba753a ACPICA: Re-implement interpreters' "serialized mode" by Bob Moore · 18 years ago
  50. 95befdb ACPICA: Create tbfadt.c to hold all FADT-related functions by Bob Moore · 18 years ago
  51. b89b71a ACPICA: Cleanup of FADT verification function. by Bob Moore · 18 years ago
  52. 84fb2c9 ACPICA: Split acpi_format_exception into two parts by Bob Moore · 18 years ago
  53. 6987416 ACPICA: Store GPE number instead of bitmask by Alexey Starikovskiy · 18 years ago
  54. 3d81b23 ACPICA: Fix unalignment in acpi_ut_repair_name by Bob Moore · 18 years ago
  55. c5a7156 ACPICA: Disable all wake GPEs after first one recieved by Bob Moore · 18 years ago
  56. fdffb72 ACPICA: Add acpi_gpe_count global to track the number of GPE events by Bob Moore · 18 years ago
  57. ad71860a ACPICA: minimal patch to integrate new tables into Linux by Alexey Starikovskiy · 18 years ago
  58. a4bbb81 ACPICA: Lint changes by Bob Moore · 18 years ago
  59. 4bf2739 ACPICA: Fix for FADT conversion in 64-bit mode by Bob Moore · 18 years ago
  60. c5fc42a ACPICA: misc fixes for new Table Manager: by Bob Moore · 18 years ago
  61. f3d2e78 ACPICA: Implement simplified Table Manager by Bob Moore · 18 years ago
  62. 2e42005 ACPICA: Update debug output by Bob Moore · 18 years ago
  63. 9c52657 ACPICA: Temporary fix for BankValue parameter by Bob Moore · 18 years ago
  64. 6b366e2 ACPICA: fix for object premature deletion by Fiodor Suietov · 18 years ago
  65. 0654a6d ACPICA: Cast acpi_thread_id to UINT32 for debug output only by Bob Moore · 18 years ago
  66. a72d475 ACPICA: Release global lock from interrupt handler by Bob Moore · 18 years ago
  67. c81da66 ACPICA: Delete recursive feature of ACPI Global Lock by Bob Moore · 18 years ago
  68. 8f9337c ACPICA: Handle case NumElements > Package length by Bob Moore · 18 years ago
  69. 2405805 ACPICA: Handle mis-matched package length by Bob Moore · 18 years ago
  70. c9e3ba2 ACPICA: Update function header by Bob Moore · 18 years ago
  71. db503422 ACPI: prevent build failure when CONFIG_X86_NUMAQ=y by Len Brown · 18 years ago
  72. bfd8022 ACPI: correct id for fixed buttons by Alexey Starikovskiy · 18 years ago
  73. 7ac2735 ACPI: delete unused acpi_device_get_debug_info() by Len Brown · 18 years ago
  74. 37cabc8 ACPI: Correct ACPI_DEBUG_OUTPUT typo by Robert P. J. Day · 18 years ago
  75. 85091b7 asus-laptop: add base driver by Corentin Chary · 18 years ago
  76. 5bb730f ACPI: add ACPICA version in sysfs by Zhang Rui · 18 years ago
  77. 219c3c8 ACPI: add ACPI debug attribute in sysfs by Zhang Rui · 18 years ago
  78. b981c59 ACPI: add a Kconfig option for ACPI procfs interface by Zhang Rui · 18 years ago
  79. e4233de [PATCH] ACPI: fix cpufreq regression by Ingo Molnar · 18 years ago
  80. 5eca338 ACPI: remove motherboard driver (redundant with PNP system driver) by Bjorn Helgaas · 18 years ago
  81. 9a47cdb ACPI: move FADT resource reservations from motherboard driver to osl by Bjorn Helgaas · 18 years ago
  82. 3a71229 [PATCH] acpi: remove "video device notify" message by Jeff Chua · 18 years ago
  83. d91a007 ACPI: Optimize acpi_get_pci_rootbridge_handle() to boot faster by Justin Chen · 18 years ago
  84. d2fadbb Revert "ACPI: ibm-acpi: make non-generic bay support optional" by Henrique de Moraes Holschuh · 18 years ago
  85. 8f6d63a Pull sgi into release branch by Len Brown · 18 years ago
  86. 85f4544 Pull trivial into release branch by Len Brown · 18 years ago
  87. d6637b2 ACPI: delete two spurious ACPI messages by Venkatesh Pallipadi · 18 years ago
  88. c8af57e [PATCH] fix the toshiba_acpi write_lcd return value by Matthijs van Otterdijk · 18 years ago
  89. 723fe2c ACPI: ec: enable printk on cmdline use by Len Brown · 18 years ago
  90. bb09585 ACPI: use more understandable bus_id for ACPI devices by Zhang Rui · 18 years ago
  91. 3948ec9 ACPI: Altix: ACPI _PRT support by John Keller · 18 years ago
  92. 82cae99 ACPI: video: fix LCD monitor seen as CRT by Rui Zhang · 18 years ago
  93. c6e1919 ACPI: EC: move verbose printk to debug build only by Guillaume Chazarain · 18 years ago
  94. 18ed1c0 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 18 years ago
  95. 0888f06 [PATCH] sched: fix bad missed wakeups in the i386, x86_64, ia64, ACPI and APM idle code by Ingo Molnar · 18 years ago
  96. 2786f6e ACPI: fix Supermicro X7DB8+ Boot regression by Rui Zhang · 18 years ago
  97. e49bd2dd ACPI: use PNPID:instance_no as bus_id of ACPI device by Zhang Rui · 18 years ago
  98. 2f3d000 ACPI: Adds backlight sysfs support for acpi video driver. by Yu Luming · 18 years ago
  99. 36bcbec ACPI: replace kmalloc+memset with kzalloc by Burman Yan · 18 years ago
  100. 1f21782 Driver core: proper prototype for drivers/base/init.c:driver_init() by Adrian Bunk · 18 years ago