1. e4233de [PATCH] ACPI: fix cpufreq regression by Ingo Molnar · 18 years ago
  2. 3a71229 [PATCH] acpi: remove "video device notify" message by Jeff Chua · 18 years ago
  3. d2fadbb Revert "ACPI: ibm-acpi: make non-generic bay support optional" by Henrique de Moraes Holschuh · 18 years ago
  4. 8f6d63a Pull sgi into release branch by Len Brown · 18 years ago
  5. 85f4544 Pull trivial into release branch by Len Brown · 18 years ago
  6. d6637b2 ACPI: delete two spurious ACPI messages by Venkatesh Pallipadi · 18 years ago
  7. c8af57e [PATCH] fix the toshiba_acpi write_lcd return value by Matthijs van Otterdijk · 18 years ago
  8. 723fe2c ACPI: ec: enable printk on cmdline use by Len Brown · 18 years ago
  9. 3948ec9 ACPI: Altix: ACPI _PRT support by John Keller · 18 years ago
  10. c6e1919 ACPI: EC: move verbose printk to debug build only by Guillaume Chazarain · 18 years ago
  11. 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
  12. 0888f06 [PATCH] sched: fix bad missed wakeups in the i386, x86_64, ia64, ACPI and APM idle code by Ingo Molnar · 18 years ago
  13. 36bcbec ACPI: replace kmalloc+memset with kzalloc by Burman Yan · 18 years ago
  14. 1f21782 Driver core: proper prototype for drivers/base/init.c:driver_init() by Adrian Bunk · 18 years ago
  15. 5b7b411 Pull sgi into test branch by Len Brown · 18 years ago
  16. 3be11c8 Pull bugfix into test branch by Len Brown · 18 years ago
  17. 706b75d Pull ec into test branch by Len Brown · 18 years ago
  18. 40b20c2 Pull platform-drivers into test branch by Len Brown · 18 years ago
  19. 0f0fe1a ACPI: Add support for acpi_load_table/acpi_unload_table_id by John Keller · 18 years ago
  20. 519ab5f ACPI: video: Add dev argument for backlight_device_register by Yu Luming · 18 years ago
  21. f471518 ACPI: Implement acpi_video_get_next_level() by Thomas Tuttle · 18 years ago
  22. 6796a12 ACPI: Kconfig - depend on PM rather than selecting it by Andrew Morton · 18 years ago
  23. a6fdbf9 ACPI: fix NULL check in drivers/acpi/osl.c by Adrian Bunk · 18 years ago
  24. a854e08 ACPI: make drivers/acpi/ec.c:ec_ecdt static by Adrian Bunk · 18 years ago
  25. 83822fc ACPI: prevent processor module from loading on failures by Akinobu Mita · 18 years ago
  26. f10bb25 ACPI: fix single linked list manipulation by Akinobu Mita · 18 years ago
  27. 4afaf54 ACPI: ibm_acpi: allow clean removal by Alexey Starikovskiy · 18 years ago
  28. cece901 Pull style into test branch by Len Brown · 18 years ago
  29. cfee47f Pull bugfix into test branch by Len Brown · 18 years ago
  30. 463e7c7 Pull trivial into test branch by Len Brown · 18 years ago
  31. 25c68a3 ACPI: ibm_acpi: respond to workqueue update by Len Brown · 18 years ago
  32. 6bfe5c9 Pull platform-drivers into test branch by Len Brown · 18 years ago
  33. b361735 Pull button into test branch by Len Brown · 18 years ago
  34. fb76655 Pull dock into test branch by Len Brown · 18 years ago
  35. 8ea86e0 ACPI: dock: add uevent to indicate change in device status by Kristen Carlson Accardi · 18 years ago
  36. 6ccedb1 ACPI: ec: Lindent once again by Alexey Starikovskiy · 18 years ago
  37. 3261ff4 ACPI: ec: Change #define to enums there possible. by Alexey Starikovskiy · 18 years ago
  38. 78d0af3 ACPI: ec: Style changes. by Alexey Starikovskiy · 18 years ago
  39. 523953b ACPI: ec: Acquire Global Lock under EC mutex. by Alexey Starikovskiy · 18 years ago
  40. 50c1e11 ACPI: ec: Drop udelay() from poll mode. Loop by reading status field instead. by Alexey Starikovskiy · 18 years ago
  41. a86e277 ACPI: ec: Rename gpe_bit to gpe by Alexey Starikovskiy · 18 years ago
  42. c787a85 ACPI: ec: Change semaphore to mutex. by Alexey Starikovskiy · 18 years ago
  43. 5d0c288 ACPI: ec: Query only single query at a time. by Alexey Starikovskiy · 18 years ago
  44. e41334c ACPI: ec: Remove calls to clear_gpe() and enable_gpe(), as these are handled at by Alexey Starikovskiy · 18 years ago
  45. af3fd14 ACPI: ec: Remove expect_event and all races around it. by Alexey Starikovskiy · 18 years ago
  46. bec5a1e ACPI: ec: Read status register from check_status() function by Alexey Starikovskiy · 18 years ago
  47. 5c40641 ACPI: ec: Increase timeout from 50 to 500 ms to handle old slow machines. by Alexey Starikovskiy · 18 years ago
  48. 5d57a6a ACPI: ec: Enable EC GPE at beginning of transaction by Alexey Starikovskiy · 18 years ago
  49. d91df1a ACPI: ec: Allow for write semantics in any command. by Alexey Starikovskiy · 18 years ago
  50. 2548c06 ACPI: dock: Fix symbol conflict between acpiphp and dock by Prarit Bhargava · 18 years ago
  51. c80fdbe ACPI: dock: Add a docked sysfs file to the dock driver. by brandon@ifup.org · 18 years ago
  52. e67beb3 ACPI: dock: fix build warning by Len Brown · 18 years ago
  53. 671adbe ACPI: dock: Make the dock station driver a platform device driver. by Kristen Carlson Accardi · 18 years ago
  54. f9ff43a ACPI: ibm-acpi: update version and copyright by Henrique de Moraes Holschuh · 18 years ago
  55. 9a8e173 ACPI: ibm-acpi: style fixes and cruft removal by Henrique de Moraes Holschuh · 18 years ago
  56. fb87a81 ACPI: ibm-acpi: backlight device cleanup by Henrique de Moraes Holschuh · 18 years ago
  57. 2df910b ACPI: ibm-acpi: make non-generic bay support optional by Henrique de Moraes Holschuh · 18 years ago
  58. e029899 ACPI: ibm-acpi: add support for the ultrabay on the T60,X60 by Henrique de Moraes Holschuh · 18 years ago
  59. 16663a8 ACPI: ibm-acpi: implement fan watchdog command by Henrique de Moraes Holschuh · 18 years ago
  60. 778b4d7 ACPI: ibm-acpi: workaround for EC 0x2f initialization bug by Henrique de Moraes Holschuh · 18 years ago
  61. 49a13cd ACPI: ibm-acpi: store embedded controller firmware version for matching by Henrique de Moraes Holschuh · 18 years ago
  62. a12095c ACPI: ibm-acpi: fix and extend fan control functions by Henrique de Moraes Holschuh · 18 years ago
  63. 1c6a334 ACPI: ibm-acpi: fix and extend fan enable by Henrique de Moraes Holschuh · 18 years ago
  64. bab812a ACPI: ibm-acpi: extend fan status functions by Henrique de Moraes Holschuh · 18 years ago
  65. a8b7a66 ACPI: ibm-acpi: document fan control by Henrique de Moraes Holschuh · 18 years ago
  66. 18ad799 ACPI: ibm-acpi: cleanup fan_write by Henrique de Moraes Holschuh · 18 years ago
  67. c52f0aa ACPI: ibm-acpi: break fan_read into separate functions by Henrique de Moraes Holschuh · 18 years ago
  68. 3ef8a60 ACPI: ibm-acpi: clean up fan_read by Henrique de Moraes Holschuh · 18 years ago
  69. 69ba91c ACPI: ibm-acpi: prepare to cleanup fan_read and fan_write by Henrique de Moraes Holschuh · 18 years ago
  70. 60eb0b3 ACPI: ibm-acpi: Implement direct-ec-access thermal reading modes for up to 16 sensors by Henrique de Moraes Holschuh · 18 years ago
  71. a26f878 ACPI: ibm-acpi: Use a enum to select the thermal sensor reading strategy by Henrique de Moraes Holschuh · 18 years ago
  72. 8d29726 ACPI: ibm-acpi: trivial Lindent cleanups by Henrique de Moraes Holschuh · 18 years ago
  73. 3dfd35c ACPI: ibm-acpi: do not use / in driver names by Henrique de Moraes Holschuh · 18 years ago
  74. 9db7372 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  75. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  76. 914e263 [PATCH] severing fs.h, radix-tree.h -> sched.h by Al Viro · 18 years ago
  77. 465ae64 ACPI: Change ACPI to use dev_archdata instead of firmware_data by Benjamin Herrenschmidt · 18 years ago
  78. 0916bd3 [PATCH] Correct bound checking from the value returned from _PPC method. by Dave Jones · 18 years ago
  79. 65f27f3 WorkStruct: Pass the work_struct pointer instead of context data by David Howells · 18 years ago
  80. b976fe1 Revert "ACPI: created a dedicated workqueue for notify() execution" by Linus Torvalds · 18 years ago
  81. c0968f0 ACPI: button: register with input layer by Dmitry Torokhov · 18 years ago
  82. b7b09b1 ACPI: update comment by Satoru Takeuchi · 18 years ago
  83. 6b15484 ACPI: Get rid of 'unused variable' warning in acpi_ev_global_lock_handler() by Jesper Juhl · 18 years ago
  84. 8b0dc86 ACPI: dock: use mutex instead of spinlock by Kristen Carlson Accardi · 18 years ago
  85. 2f000f5 ACPI: optimize pci_rootbridge search by Chen, Justin · 18 years ago
  86. 616362d ACPI: make ec_transaction not extern by Randy Dunlap · 18 years ago
  87. c926355 ACPI: toshiba_acpi: Add support for the generic backlight device by Holger Macht · 18 years ago
  88. 2039a6e ACPI: asus_acpi: Add support for the generic backlight device by Holger Macht · 18 years ago
  89. 8acb025 ACPI: ibm_acpi: Add support for the generic backlight device by Holger Macht · 18 years ago
  90. 965a3d4 ACPI: avoid gcc warnings in ACPI mutex debug code by Martin Bligh · 18 years ago
  91. 887b959 [PATCH] acpi memory hotplug: remove strange add_memory fail message by Yasunori Goto · 18 years ago
  92. 6cbe44c [PATCH] Change log level of a message of acpi_memhotplug to KERN_DEBUG by Yasunori Goto · 18 years ago
  93. c5a114f [PATCH] fix "ACPI: Processor native C-states using MWAIT" by Darrick J. Wong · 18 years ago
  94. 1fec74a [PATCH] acpi_processor_latency_notifier(): UP warning fix by Andrew Morton · 18 years ago
  95. 9aaed2b Pull trivial into test branch by Len Brown · 18 years ago
  96. 384bc8f Pull bugzilla-5534 into test branch by Len Brown · 18 years ago
  97. ed3269a Pull ec into test branch by Len Brown · 18 years ago
  98. d7321ad Pull mwait into test branch by Len Brown · 18 years ago
  99. 1d5b30f Pull battery into test branch by Len Brown · 18 years ago
  100. c92fd49 Pull ibm into test branch by Len Brown · 18 years ago