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