1. d550d98 ACPI: delete tracing macros from drivers/acpi/*.c by Patrick Mochel · 18 years ago
  2. d7fa258 Pull bugzilla-5737 into release branch by Thomas Renninger · 18 years ago
  3. 6468463 ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...) by Len Brown · 18 years ago
  4. cece929 ACPI: un-export ACPI_WARNING() -- use printk(KERN_WARNING...) by Len Brown · 18 years ago
  5. 64dedfb ACPI: Device [kobj-name] is not power manageable by Jae-hyeon Park · 18 years ago
  6. 9e7e2c0 ACPI: acpi_os_wait_semaphore(): silence complaint by Bjorn Helgaas · 18 years ago
  7. be63c92 ACPI: Export symbols for ACPI_ERROR/EXCEPTION/WARNING macros by Thomas Renninger · 18 years ago
  8. a6fc672 ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUG by Thomas Renninger · 18 years ago
  9. 81a07d7 Merge branch 'x86-64' by Linus Torvalds · 18 years ago
  10. 495ab9c [PATCH] i386/x86-64/ia64: Move polling flag into thread_info_status by Andi Kleen · 18 years ago
  11. 539eb11 [PATCH] Time: i386 Conversion - part 2: Rework TSC Support by john stultz · 18 years ago
  12. 46f18e3 ACPI: HW P-state coordination support by Venkatesh Pallipadi · 18 years ago
  13. d384ea6 [PATCH] fix typo in acpi video brightness changes. by Dave Jones · 18 years ago
  14. 3722447 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 18 years ago
  15. 9f22271 [PATCH] make ACPI errata __read_mostly by Andreas Mohr · 18 years ago
  16. 762834e [PATCH] Unify pxm_to_node() and node_to_pxm() by Yasunori Goto · 18 years ago
  17. 5603509 Make sure to re-enable SCI after an ACPI suspend by Linus Torvalds · 18 years ago
  18. 5b4b7a2 Pull button into release branch by Len Brown · 18 years ago
  19. 872d83d ACPI: suppress power button event on S3 resume by Arnaud Patard · 18 years ago
  20. 785fccc ACPI: resolve merge conflict between sem2mutex and processor_perflib.c by Len Brown · 18 years ago
  21. d42510a Pull bugzilla-5737 into release branch by Len Brown · 18 years ago
  22. 8f2ddb3 Pull bugzilla-5000 into release branch by Len Brown · 18 years ago
  23. 5b542e4 Pull bugzilla-5764 into release branch by Len Brown · 18 years ago
  24. e4151ea Pull ibm_acpi into release branch by Len Brown · 18 years ago
  25. c080a3e Pull sem2mutex into release branch by Len Brown · 18 years ago
  26. bf891bd Pull trivial2 into release branch by Len Brown · 18 years ago
  27. de59e3a Pull video into release branch by Len Brown · 18 years ago
  28. 69cd291 Pull acpi_bus_register_driver into release branch by Len Brown · 18 years ago
  29. 35a5d9e Pull bugzilla-5452 into release branch by Len Brown · 18 years ago
  30. 36a557d Pull trivial into release branch by Len Brown · 18 years ago
  31. 6351847 Pull trivial1 into release branch by Len Brown · 18 years ago
  32. 3145012 Pull motherboard into release branch by Len Brown · 18 years ago
  33. 1465887 Pull Kconfig into release branch by Len Brown · 18 years ago
  34. 60e04a5 Pull ec into release branch by Len Brown · 18 years ago
  35. 61fb46c5 Pull cpu-hotplug into release branch by Len Brown · 18 years ago
  36. 59f720e Pull address_range into release branch by Len Brown · 18 years ago
  37. b3899c6 Pull acpica into release branch by Len Brown · 18 years ago
  38. 4c90ece ACPI: ACPICA 20060608 by Bob Moore · 18 years ago
  39. 4119532 ACPI: ACPICA 20060526 by Bob Moore · 18 years ago
  40. b8d3519 ACPI: execute Notify() handlers on new thread by Alexey Starikovskiy · 18 years ago
  41. 958dd24 ACPI: ACPICA 20060512 by Bob Moore · 18 years ago
  42. b229cf9 ACPI: ACPICA 20060421 by Bob Moore · 18 years ago
  43. 793c238 ACPI: ACPICA 20060331 by Bob Moore · 18 years ago
  44. 61686124 [ACPI] ACPICA 20060317 by Bob Moore · 18 years ago
  45. a913f50 [PATCH] powernow-k8 crash workaround by Andrew Morton · 18 years ago
  46. 42adb53 ACPI: Allow a WAN module enable/disable on a Thinkpad X60. by Jeremy Fitzhardinge · 18 years ago
  47. f9a6ee1a ACPI: replace spin_lock_irq with mutex for ec poll mode by Rich Townsend · 19 years ago
  48. 74ce1468 ACPI: create acpi_thermal_resume() by Konstantin Karasyov · 18 years ago
  49. 0feabb0 ACPI: create acpi_fan_suspend()/acpi_fan_resume() by Konstantin Karasyov · 18 years ago
  50. 531881d ACPI: pass pm_message_t from acpi_device_suspend() to root_suspend() by Len Brown · 18 years ago
  51. 5b32726 ACPI: create acpi_device_suspend()/acpi_device_resume() by Patrick Mochel · 18 years ago
  52. 973bf49 ACPI: fix potential memory leaks in driver/acpi/video.c by Yu, Luming · 18 years ago
  53. ebd5f2c ACPI: asus_acpi_init(): propagate correct return value by Andrew Morton · 18 years ago
  54. b683505 ACPI: apply "__read_mostly" to processor_idle.c loop module parameters and friends by Andreas Mohr · 18 years ago
  55. 09047e7 ACPI: fix memory leak in acpi_thermal_add() error path by Vasily Averin · 18 years ago
  56. 64385f2 ACPI: fix potential memory leak in acpi_evaluate_integer() error path by Vasily Averin · 18 years ago
  57. 06ea8e08 ACPI: acpi_bus_unregister_driver() returns void by Bjorn Helgaas · 18 years ago
  58. 193de0c ACPI: use for_each_possible_cpu() instead of for_each_cpu() by KAMEZAWA Hiroyuki · 18 years ago
  59. 36e4309 sem2mutex: acpi, acpi_link_lock by Ingo Molnar · 18 years ago
  60. 415d320 ACPI: delete unused acpi_bus_drivers_lock by Len Brown · 18 years ago
  61. 65c19bb sem2mutex: drivers/acpi/processor_perflib.c by Arjan van de Ven · 18 years ago
  62. 9011bff4 ACPI: delete newly added debugging macros in processor_perflib.c by Len Brown · 18 years ago
  63. 9d99aaa [PATCH] x86_64: Support memory hotadd without sparsemem by Andi Kleen · 18 years ago
  64. e6f1f3c ACPI: Don't print internal BIOS names of wakeup devices by Bjorn Helgaas · 18 years ago
  65. eefa27a ACPI: Allow hot-add of ejected processor by Ashok Raj · 18 years ago
  66. ff2fc3e ACPI: EC acpi-ecdt-uid-hack by Jiri Slaby · 18 years ago
  67. df42baa ACPI: build fix for u8 cpu_index by Ashok Raj · 18 years ago
  68. 200739c ACPI: remove __init/__exit from Asus .add()/.remove() methods by Bjorn Helgaas · 18 years ago
  69. 459c726 ACPI: fix memory hotplug range length handling by Bjorn Helgaas · 18 years ago
  70. 1a36561 ACPI: simplify scan.c coding by Bjorn Helgaas · 18 years ago
  71. 578b333 ACPI: update asus_acpi driver registration to unload on failure by Bjorn Helgaas · 18 years ago
  72. 9d9f749 ACPI: make acpi_bus_register_driver() return success/failure, not device count by Bjorn Helgaas · 18 years ago
  73. cd090ee ACPI: Display "ACPI" to motherboard resources in /proc/io{mem,port} by Bjorn Helgaas · 18 years ago
  74. 81507ea ACPI: request correct fixed hardware resource type (MMIO vs I/O port) by Bjorn Helgaas · 18 years ago
  75. 1300124 ACPI: Kconfig: ACPI should depend on, not select PCI by Adrian Bunk · 18 years ago
  76. ec7381d ACPI: inline trivial acpi_os_get_thread_id() by Len Brown · 18 years ago
  77. 8313524 ACPI: ACPICA 20060310 by Bob Moore · 18 years ago
  78. ea936b7 ACPI: ACPICA 20060217 by Bob Moore · 18 years ago
  79. 9b41046 [PATCH] Don't pass boot parameters to argv_init[] by OGAWA Hirofumi · 18 years ago
  80. 52fc0b0 [ACPI] ACPICA 20060210 by Bob Moore · 18 years ago
  81. 4635861 Revert "[PATCH] ACPI: fix vendor resource length computation" by Len Brown · 18 years ago
  82. 6665bda [ACPI] drivers/acpi/video.c: fix error path NULL pointer dereference by Adrian Bunk · 18 years ago
  83. fdc136c [ACPI] fix possible acpi thermal leak in failure path by Dave Jones · 18 years ago
  84. 1fee940 [ACPI] drivers/acpi/hotkey.c: check kmalloc return value by Irwan Djajadi · 18 years ago
  85. 0eacee5 ACPI: enable BIOS warning by Len Brown · 18 years ago
  86. 0b28002 [PATCH] more s/fucn/func/ typo fixes by Akinobu Mita · 18 years ago
  87. 9f4fd61 [PATCH] ACPI: clean up memory attribute checking for map/read/write by Bjorn Helgaas · 18 years ago
  88. 23dd842 [PATCH] EFI fixes by Tolentino, Matthew E · 18 years ago
  89. b2c99e3 [PATCH] EFI: keep physical table addresses in efi structure by Bjorn Helgaas · 18 years ago
  90. 0b5c59a [PATCH] Fix compilation of processor_idle.c on IA64 by Andi Kleen · 18 years ago
  91. bd66334 [PATCH] x86_64: Force broadcast timer on AMD systems with C3 too. by Andi Kleen · 18 years ago
  92. f083a32 [PATCH] x86_64: Clean up and tweak ACPI blacklist year code by Andi Kleen · 18 years ago
  93. c30fe7f fix typos "wich" -> "which" by Uwe Zeisberger · 18 years ago
  94. 63e5f24 [PATCH] acpi: remove dock event handling from ibm_acpi by Kristen Accardi · 18 years ago
  95. ceaba66 [PATCH] acpi: export acpi_bus_trim by Kristen Accardi · 18 years ago
  96. 2eb1bdb [PATCH] x86_64: Disable ACPI blacklist by year for now on x86-64 by Andi Kleen · 18 years ago
  97. e78256b [PATCH] x86-64/i386: Use common X86_PM_TIMER option and make it EMBEDDED by Andi Kleen · 18 years ago
  98. 35b73ce [PATCH] ACPI: fix vendor resource length computation by Bjorn Helgaas · 18 years ago
  99. 3b2d994 P-state software coordination for ACPI core by Venkatesh Pallipadi · 19 years ago
  100. 7ded568 [PATCH] x86_64: data/functions wrongly marked as __init with cpu hotplug. by Ashok Raj · 18 years ago