1. cf7acfa acpi: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  2. d7a0e1f Revert "ACPI: EC: Handle IRQ storm on Acer laptops" by Alexey Starikovskiy · 16 years ago
  3. 1ca721c Merge branches 'release', 'bugzilla-8570', 'bugzilla-9966', 'bugzilla-9998', 'bugzilla-10100', 'bugzilla-10132', 'bugzilla-10138' and 'bugzilla-10206' into release by Len Brown · 16 years ago
  4. 2c81ce4 ACPI: EC: Handle IRQ storm on Acer laptops by Alexey Starikovskiy · 16 years ago
  5. 4af8e10 Revert "ACPI: EC: Use proper handle for boot EC" by Len Brown · 16 years ago
  6. 208c70a ACPI: EC: Use proper handle for boot EC by Alexey Starikovskiy · 16 years ago
  7. c64768a Merge branches 'release', 'bugzilla-6217', 'bugzilla-6629', 'bugzilla-6933', 'bugzilla-7186', 'bugzilla-8269', 'bugzilla-8570', 'bugzilla-9139', 'bugzilla-9277', 'bugzilla-9341', 'bugzilla-9444', 'bugzilla-9614', 'bugzilla-9643' and 'bugzilla-9644' into release by Len Brown · 16 years ago
  8. d772b3b ACPI: EC: "DEBUG" needs to be defined earlier by Márton Németh · 16 years ago
  9. 86dae01 ACPI: EC: add leading zeros to debug messages by Márton Németh · 16 years ago
  10. 03d1d99 ACPI: EC: fix dmesg spam regression by Alexey Starikovskiy · 16 years ago
  11. b3b233c ACPI: EC: Some hardware requires burst mode to operate properly by Alexey Starikovskiy · 16 years ago
  12. 3e71a87 ACPI: EC: Do the byte access with a fast path by Alexey Starikovskiy · 16 years ago
  13. c04209a ACPI: EC: Enable boot EC before bus_scan by Alexey Starikovskiy · 17 years ago
  14. a3f095a Pull bugzilla-9327 into release branch by Len Brown · 17 years ago
  15. e790cc8 ACPI: EC: Workaround for optimized controllers (version 3) by Alexey Starikovskiy · 17 years ago
  16. 3ebe08a ACPI: EC: use printk_ratelimit(), add some DEBUG mode messages by Márton Németh · 17 years ago
  17. 0af2f65 Revert "ACPI: EC: Workaround for optimized controllers" by Len Brown · 17 years ago
  18. e6532b8 Pull fluff into release branch by Len Brown · 17 years ago
  19. 22201f7 Pull bugzilla-9327 into release branch by Len Brown · 17 years ago
  20. 4fdb2a0 ACPI: Add missing spaces to printk format by Joe Perches · 17 years ago
  21. 5870a8c ACPI: EC: Don't init EC early if it has no _INI by Alexey Starikovskiy · 17 years ago
  22. f2d6893 ACPI: EC: Workaround for optimized controllers by Alexey Starikovskiy · 17 years ago
  23. 1544fdb ACPI: EC: fix use-after-free by Adrian Bunk · 17 years ago
  24. 95b937e ACPI: EC: Output changes to operational mode by Alexey Starikovskiy · 17 years ago
  25. 66c5f4e ACPI: EC: Add workaround for "optimized" controllers by Alexey Starikovskiy · 17 years ago
  26. 1c55053 ACPI: EC: Don't re-enable GPE for each transaction. by Alexey Starikovskiy · 17 years ago
  27. 7843932 ACPI: EC: auto select interrupt mode by Alexey Starikovskiy · 17 years ago
  28. 0c5d31f ACPI: EC: Don't expect interrupt after last read by Alexey Starikovskiy · 17 years ago
  29. 080e412 ACPI: EC: Replace atomic variables with bits by Alexey Starikovskiy · 17 years ago
  30. 731aa5f Pull bugzilla-8709 into release branch by Len Brown · 17 years ago
  31. 30c0857 ACPI: EC: Add new query handler to list head. by Alexey Starikovskiy · 17 years ago
  32. 4c61106 ACPI: EC: Drop ECDT-based boot_ec as soon as we find DSDT-based one. by Alexey Starikovskiy · 17 years ago
  33. 2d8348b ACPI: EC: Check if boot_ec was really found in DSDT by Alexey Starikovskiy · 17 years ago
  34. f9319f9 ACPI: EC: revert fix for bugzilla 8709 by Alexey Starikovskiy · 17 years ago
  35. c019b19 ACPI: EC: Fix "no battery" regression by Alexey Starikovskiy · 17 years ago
  36. 199e9e7 ACPI EC: remove potential deadlock from EC by Alexey Starikovskiy · 17 years ago
  37. 0a524509 ACPI: EC: fix run-together printk lines by Meelis Roos · 17 years ago
  38. 07ddf76 ACPI: EC: acpi_ec_remove(): fix use-after-free by Adrian Bunk · 17 years ago
  39. 7c010de ACPI: EC: Switch from boot_ec as soon as we find its desc in DSDT. by Alexey Starikovskiy · 17 years ago
  40. 52fe4bd ACPI: EC: fix build warning by Len Brown · 17 years ago
  41. cd8c93a ACPI: EC: If ECDT is not found, look up EC in DSDT. by Alexey Starikovskiy · 17 years ago
  42. f1cd1fe ACPI: EC: Remove noisy debug printk fron EC driver. by Alexey Starikovskiy · 17 years ago
  43. 1ba90e3 ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI drivers by Thomas Renninger · 17 years ago
  44. 837012e ACPI EC: Add support for non-AML EC query handlers by Alexey Starikovskiy · 17 years ago
  45. 4350933 ACPI EC: drop usage of ACPI_DEBUG_PRINT as too heavy weight by Alexey Starikovskiy · 17 years ago
  46. 5b7734b ACPI EC: Re-factor EC space handler to avoid using label/goto for cycle. by Alexey Starikovskiy · 17 years ago
  47. 00eb43a acpi,msi-laptop: Fall back to EC polling mode for MSI laptop specific EC commands by Lennart Poettering · 17 years ago
  48. 9fd9f8e ACPI: EC: Block queries until EC is fully initialized by Alexey Starikovskiy · 17 years ago
  49. 01f2246 ACPI: EC: Cleanup of EC initialization by Alexey Starikovskiy · 17 years ago
  50. d033879 ACPI: EC: first_ec is better to be acpi_ec than acpi_device. by Alexey Starikovskiy · 17 years ago
  51. d66d969 ACPI: EC: Rename ec_ecdt to more informative boot_ec by Alexey Starikovskiy · 17 years ago
  52. c0900c3 ACPI: EC: Clean ECDT and namespace parsing. by Alexey Starikovskiy · 17 years ago
  53. e828432 ACPI: EC: Put install handlers into separate function. by Alexey Starikovskiy · 17 years ago
  54. 3d02b90 ACPI: EC: Remove casts to/from void* from ec.c by Alexey Starikovskiy · 17 years ago
  55. c45aac4 ACPI: EC: enable burst functionality in EC. by Alexey Starikovskiy · 17 years ago
  56. 33c7a07 ACPI: EC: "Fake ECDT" workaround is not needed any longer. by Alexey Starikovskiy · 17 years ago
  57. a5f8dee ACPI: EC: Don't use Global Lock if not asked to do so by Alexey Starikovskiy · 17 years ago
  58. 9e19721 ACPI: ec: fix race in status register access by Alexey Starikovskiy · 17 years ago
  59. c0cd79d Pull fluff into release branch by Len Brown · 17 years ago
  60. c24e912 ACPI: ec: add unlock in error path by Alexey Starikovskiy · 17 years ago
  61. 7cda93e ACPI: delete extra #defines in /drivers/acpi/ drivers by Len Brown · 17 years ago
  62. c2b6705 ACPI: fix acpi_driver.name usage by Len Brown · 17 years ago
  63. f52fd66 ACPI: clean up ACPI_MODULE_NAME() use by Len Brown · 17 years ago
  64. 15a58ed ACPICA: Remove duplicate table definitions (non-conflicting), cont by Alexey Starikovskiy · 17 years ago
  65. ad363f8 ACPICA: Remove duplicate table definitions. by Alexey Starikovskiy · 17 years ago
  66. ad71860a ACPICA: minimal patch to integrate new tables into Linux by Alexey Starikovskiy · 17 years ago
  67. 723fe2c ACPI: ec: enable printk on cmdline use by Len Brown · 18 years ago
  68. c6e1919 ACPI: EC: move verbose printk to debug build only by Guillaume Chazarain · 18 years ago
  69. 36bcbec ACPI: replace kmalloc+memset with kzalloc by Burman Yan · 18 years ago
  70. 706b75d Pull ec into test branch by Len Brown · 18 years ago
  71. a854e08 ACPI: make drivers/acpi/ec.c:ec_ecdt static by Adrian Bunk · 18 years ago
  72. 463e7c7 Pull trivial into test branch by Len Brown · 18 years ago
  73. 6ccedb1 ACPI: ec: Lindent once again by Alexey Starikovskiy · 18 years ago
  74. 3261ff4 ACPI: ec: Change #define to enums there possible. by Alexey Starikovskiy · 18 years ago
  75. 78d0af3 ACPI: ec: Style changes. by Alexey Starikovskiy · 18 years ago
  76. 523953b ACPI: ec: Acquire Global Lock under EC mutex. by Alexey Starikovskiy · 18 years ago
  77. 50c1e11 ACPI: ec: Drop udelay() from poll mode. Loop by reading status field instead. by Alexey Starikovskiy · 18 years ago
  78. a86e277 ACPI: ec: Rename gpe_bit to gpe by Alexey Starikovskiy · 18 years ago
  79. c787a85 ACPI: ec: Change semaphore to mutex. by Alexey Starikovskiy · 18 years ago
  80. 5d0c288 ACPI: ec: Query only single query at a time. by Alexey Starikovskiy · 18 years ago
  81. e41334c ACPI: ec: Remove calls to clear_gpe() and enable_gpe(), as these are handled at by Alexey Starikovskiy · 18 years ago
  82. af3fd14 ACPI: ec: Remove expect_event and all races around it. by Alexey Starikovskiy · 18 years ago
  83. bec5a1e ACPI: ec: Read status register from check_status() function by Alexey Starikovskiy · 18 years ago
  84. 5c40641 ACPI: ec: Increase timeout from 50 to 500 ms to handle old slow machines. by Alexey Starikovskiy · 18 years ago
  85. 5d57a6a ACPI: ec: Enable EC GPE at beginning of transaction by Alexey Starikovskiy · 18 years ago
  86. d91df1a ACPI: ec: Allow for write semantics in any command. by Alexey Starikovskiy · 18 years ago
  87. 616362d ACPI: make ec_transaction not extern by Randy Dunlap · 18 years ago
  88. ab9e43c ACPI: EC: export ec_transaction() for msi-laptop driver by Lennart Poettering · 18 years ago
  89. 6ffb221 ACPI: EC: Simplify acpi_hw_low_level*() with inb()/outb(). by Denis M. Sadykov · 18 years ago
  90. 8e0341b ACPI: EC: Unify poll and interrupt gpe handlers by Denis M. Sadykov · 18 years ago
  91. 3576cf6 ACPI: EC: Unify poll and interrupt mode transaction functions by Denis M. Sadykov · 18 years ago
  92. 703959d ACPI: EC: Remove unused variables and duplicated code by Denis M. Sadykov · 18 years ago
  93. 7c6db5e ACPI: EC: Remove unnecessary delay added by previous transation patch. by Denis M. Sadykov · 18 years ago
  94. d7a76e4 ACPI: consolidate functions in acpi ec driver by Lennart Poettering · 18 years ago
  95. d750803 ACPI: add 'const' to several ACPI file_operations by Arjan van de Ven · 18 years ago
  96. 49fee981 ACPI: fix battery on HP NX6125 by Vladimir Lebedev · 18 years ago
  97. d550d98 ACPI: delete tracing macros from drivers/acpi/*.c by Patrick Mochel · 18 years ago
  98. 6468463 ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...) by Len Brown · 18 years ago
  99. a6fc672 ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUG by Thomas Renninger · 18 years ago
  100. 5b542e4 Pull bugzilla-5764 into release branch by Len Brown · 18 years ago