1. f88133d acpi: fix crash in core ACPI code, triggered by CONFIG_ACPI_PCI_SLOT=y by Ingo Molnar · 17 years ago
  2. 725c3a2 Revert "ACPI: don't walk tables if ACPI was disabled" by Andi Kleen · 17 years ago
  3. 97d2ef5 Merge branch 'merge' into release-2.6.27 by Andi Kleen · 17 years ago
  4. e1469c3 Revert "dock: bay: Don't call acpi_walk_namespace() when ACPI is disabled." by Andi Kleen · 17 years ago
  5. b1d77fa Revert "Fix FADT parsing" by Andi Kleen · 17 years ago
  6. ea51011 ACPI : Set FAN device to correct state in boot phase by Zhao Yakui · 17 years ago
  7. c2c7890 ACPI: Ignore _BQC object when registering backlight device by Zhao Yakui · 17 years ago
  8. 4a5e363 ACPI: stop complaints about interrupt link End Tags and blank IRQ descriptors by Bjorn Helgaas · 17 years ago
  9. dc7c65d Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 17 years ago
  10. 01a5bba Fix FADT parsing by Jan Beulich · 17 years ago
  11. 4d38704 Add the ability to reset the machine using the RESET_REG in ACPI's FADT table. by Aaron Durbin · 17 years ago
  12. c83642d ACPI: use dev_printk when possible by Bjorn Helgaas · 17 years ago
  13. 469778c ACPI: video: fix brightness allocation by Julia Jomantaite · 17 years ago
  14. 2a2a647 ACPI: Disable MWAIT via DMI on broken Compal board by Zhao Yakui · 17 years ago
  15. da5e09a ACPI : Create "idle=nomwait" bootparam by Zhao Yakui · 17 years ago
  16. c1e3b37 ACPI: Create "idle=halt" bootparam by Zhao Yakui · 17 years ago
  17. 71b58cb ACPI: Enhance /sys/firmware/interrupts to allow enable/disable/clear from user-space by Zhang Rui · 17 years ago
  18. b53ce3f ACPICA: Fix mutex debug code for wrong loop termination value by Bob Moore · 17 years ago
  19. fd0a432 ACPICA: Cleanup of _PRT parsing code by Bob Moore · 17 years ago
  20. 71d993e ACPICA: Cleanup debug operand dump mechanism by Bob Moore · 17 years ago
  21. 5a1a57e ACPICA: Fix for invalid large array index on 64-bit systems by Bob Moore · 17 years ago
  22. 19d0cfe ACPICA: Update DMAR and SRAT table definitions by Bob Moore · 17 years ago
  23. d0e184a ACPICA: Workaround for reversed _PRT entries from BIOS by Bob Moore · 17 years ago
  24. 4b8ed63 ACPICA: Add const qualifier for appropriate string constants by Bob Moore · 17 years ago
  25. b524376 ACPICA: Several lint changes, no functional changes by Bob Moore · 17 years ago
  26. d97b435 ACPICA: Removed unused include files from source files by Bob Moore · 17 years ago
  27. 67a119f ACPICA: Eliminate acpi_native_uint type v2 by Bob Moore · 17 years ago
  28. 11f2a61 ACPICA: Fix possible negative array index in acpi_ut_validate_exception by Bob Moore · 17 years ago
  29. c91d924 ACPICA: Fix for hang on GPE method invocation by Bob Moore · 17 years ago
  30. f3454ae ACPICA: Add argument count checking to control method invocation via acpi_evaluate_object by Bob Moore · 17 years ago
  31. 741438b ACPI PM: Remove obsolete Toshiba workaround by Rafael J. Wysocki · 17 years ago
  32. 2fe2de5 ACPI PM: acpi_pm_device_sleep_state() cleanup by David Brownell · 17 years ago
  33. cc7e516 dock: bay: Don't call acpi_walk_namespace() when ACPI is disabled. by Len Brown · 17 years ago
  34. d185705 ACPI: don't walk tables if ACPI was disabled by Vegard Nossum · 17 years ago
  35. e38e8a0 Make GPE disable more robust by Bob Moore · 17 years ago
  36. 12b2b34 acpi: fix printk format warning by Randy Dunlap · 17 years ago
  37. 3d532d5 ACPI: fix processor throttling set error by Yi Yang · 17 years ago
  38. 6594d87 ACPI: fix acpi fan state set error by Yi Yang · 17 years ago
  39. 74523c9 ACPI: fix checkpatch.pl complaints in scan.c by Alok N Kataria · 17 years ago
  40. 706546d ACPI: change processors from array to per_cpu variable by Mike Travis · 17 years ago
  41. 9f1eb99 create sysfs link from acpi device to sysdev for cpu by Zhang Rui · 17 years ago
  42. b62b8ef force offline the processor during hot-removal by Zhang Rui · 17 years ago
  43. 26d4686 fix a deadlock issue when poking "eject" file by Zhang Rui · 17 years ago
  44. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 17 years ago
  45. 15e551d x86, VisWS: turn into generic arch, eliminate Kconfig specials by Ingo Molnar · 17 years ago
  46. c73d8dd Revert parts of "x86: update mptable" by Ingo Molnar · 17 years ago
  47. 896395c Merge branch 'linus' into tmp.x86.mpparse.new by Ingo Molnar · 17 years ago
  48. eb9d0fe PCI ACPI: Rework PCI handling of wake-up by Rafael J. Wysocki · 17 years ago
  49. 0af4b8c ACPI: Introduce new device wakeup flag 'prepared' by Rafael J. Wysocki · 17 years ago
  50. 77e7660 ACPI: Introduce acpi_device_sleep_wake function by Rafael J. Wysocki · 17 years ago
  51. 3737b2b ACPI: Introduce acpi_bus_power_manageable function by Rafael J. Wysocki · 17 years ago
  52. 4b4f728 x86 ACPI: normalize segment descriptor register on resume by H. Peter Anvin · 17 years ago
  53. cce3ce8 rtc: fix CMOS time error after writing /proc/acpi/alarm by Huacai Chen · 17 years ago
  54. 8691e5a smp_call_function: get rid of the unused nonatomic/retry argument by Jens Axboe · 17 years ago
  55. 816c2ed dock: bay: Don't call acpi_walk_namespace() when ACPI is disabled. by Len Brown · 17 years ago
  56. 4389ed2 ACPI: don't walk tables if ACPI was disabled by Vegard Nossum · 17 years ago
  57. 5a87f7f Merge branch 'bugzilla-9761' into release by Len Brown · 17 years ago
  58. f163ff5 ACPI: no AC status notification by Len Brown · 17 years ago
  59. d385c2a ACPI Exception (video-1721): UNKNOWN_STATUS_CODE, Cant attach device by Zhang Rui · 17 years ago
  60. d8f3de0 Suspend-related patches for 2.6.27 by Rafael J. Wysocki · 17 years ago
  61. 53eb2fb Merge branch 'suspend' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 into linux-next by Jesse Barnes · 17 years ago
  62. 0e6859d ACPI PM: Remove obsolete Toshiba workaround by Rafael J. Wysocki · 17 years ago
  63. 0616678 ACPI PM: acpi_pm_device_sleep_state() cleanup by David Brownell · 17 years ago
  64. 3549dba ACPICA: fix stray va_end() caused by mis-merge by Len Brown · 17 years ago
  65. a39a2d7 ACPI: Reject below-freezing temperatures as invalid critical temperatures by Arjan van de Ven · 17 years ago
  66. 8410565 ACPICA: Fix for access to deleted object <regression> by Bob Moore · 17 years ago
  67. d52c79a ACPICA: Fix to make _SST method optional by Bob Moore · 17 years ago
  68. 0bda3f2 ACPICA: Fix for Load operator, load table at the namespace root by Bob Moore · 17 years ago
  69. bc45b1d ACPICA: Ignore ACPI table signature for Load() operator by Bob Moore · 17 years ago
  70. 7aa7d43 ACPICA: Fix to allow zero-length ASL field declarations by Bob Moore · 17 years ago
  71. 46a21e4 ACPI: use memory_read_from_buffer() by Akinobu Mita · 17 years ago
  72. 7efd52a bay: exit if notify handler cannot be installed by Holger Macht · 17 years ago
  73. 1fdd686 dock.c remove trailing printk whitespace by Tim Pepper · 17 years ago
  74. a66b34b proper prototype for acpi_processor_tstate_has_changed() by Adrian Bunk · 17 years ago
  75. 39b8931 ACPI: handle invalid ACPI SLIT table by Fenghua Yu · 17 years ago
  76. c21d1e7 ACPI 2.6.26-rc2: Add missing newline to DSDT/SSDT warning message by Alistair John Strachan · 17 years ago
  77. 1b7fc5a ACPI: EC: Use msleep instead of udelay while waiting for event. by Alexey Starikovskiy · 17 years ago
  78. dcb84f3 cpuidle acpi driver: fix oops on AC<->DC by Venkatesh Pallipadi · 17 years ago
  79. e1094bf ACPI: Disable Fixed_RTC event when installing RTC handler by Zhao Yakui · 17 years ago
  80. 8344b56 PCI: ACPI PCI slot detection driver by Alex Chiang · 17 years ago
  81. d49c428 x86: make generic arch support NUMAQ by Yinghai Lu · 17 years ago
  82. 2944e16 x86: update mptable by Yinghai Lu · 17 years ago
  83. b62151d acpi: fix integer as NULL pointer warning by Harvey Harrison · 17 years ago
  84. e0066c4e Fix ACPI vs proc_create_data() mismerge by Alexey Dobriyan · 17 years ago
  85. 08acd4f8 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 17 years ago
  86. 9691609 Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzilla-9916', 'ec', 'eeepc', 'idle', 'misc', 'pm-legacy', 'sysfs-links-2.6.26', 'thermal', 'thinkpad' and 'video' into release by Len Brown · 17 years ago
  87. 36a9135 ACPI: Fix acpi_processor_idle and idle= boot parameters interaction by Venkatesh Pallipadi · 17 years ago
  88. fe086a7 [IA64] Provide ACPI fixup for /proc/cpuinfo/physical_id by Alex Chiang · 17 years ago
  89. 5f78e4d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86-bigbox-pci by Linus Torvalds · 17 years ago
  90. cf7acfa acpi: use non-racy method for proc entries creation by Denis V. Lunev · 17 years ago
  91. 66fb9d1 ACPI: Cleanup: Remove unneeded, multiple local dummy variables by Thomas Renninger · 17 years ago
  92. c46e565 ACPI: video - fix permissions on some proc entries by Dmitry Torokhov · 17 years ago
  93. 251cb0b ACPI: video - properly handle errors when registering proc elements by Dmitry Torokhov · 17 years ago
  94. 78eed02 ACPI: video - do not store invalid entries in attached_array list by Dmitry Torokhov · 17 years ago
  95. 2c6e33c ACPI: re-name acpi_pm_ops to acpi_suspend_ops by Len Brown · 17 years ago
  96. a815ab8 ACPI: check a return value correctly in acpi_power_get_context() by Li Zefan · 17 years ago
  97. 2a241d7 #if 0 acpi/bay.c:eject_removable_drive() by Adrian Bunk · 17 years ago
  98. 51ae796 ACPICA: always disable GPE when requested by Damián Viano · 17 years ago
  99. 76ecb4f ACPI: update thermal temperature by Zhang, Rui · 17 years ago
  100. 9030062 ACPI: elide a non-zero test on a result that is never 0 by Julia Lawall · 17 years ago