1. 7015558 ACPI: video: use .notify method instead of installing handler directly by Bjorn Helgaas · 15 years ago
  2. 478c6a4 Merge branch 'linus' into release by Len Brown · 15 years ago
  3. e2fae0a Merge branch 'constify' into release by Len Brown · 15 years ago
  4. 1264881 Merge branch 'video' into release by Len Brown · 15 years ago
  5. c07c9a7 video: build fix by Len Brown · 15 years ago
  6. b7171ae ACPI: constify VFTs (2/2) by Jan Engelhardt · 16 years ago
  7. 070d8eb ACPI: constify VFTs (1/2) by Jan Engelhardt · 16 years ago
  8. 99b7623 proc 2/2: remove struct proc_dir_entry::owner by Alexey Dobriyan · 15 years ago
  9. 74a365b ACPI: Populate DIDL before registering ACPI video device on Intel by Matthew Garrett · 15 years ago
  10. c60d638 ACPI video: support buggy BIOSes with _BCQ implemented by Zhang Rui · 15 years ago
  11. 1a7c618 ACPI video: support _BQC/_BCL/_BCM methods that use index values by Zhang Rui · 15 years ago
  12. d80fb99 ACPI video: support reversed _BCL method in ACPI video driver by Zhang Rui · 15 years ago
  13. d32f694 ACPI video: support _BCL packages that don't export brightness levels when machine is on AC/Battery by Zhang Rui · 15 years ago
  14. 24450c7 ACPI video: check the return value of acpi_video_device_lcd_set_level by Zhang Rui · 15 years ago
  15. c8890f9 ACPI video: check the return value of acpi_video_device_lcd_get_level_current by Zhang Rui · 15 years ago
  16. 6503e5d thermal: use integers rather than strings for thermal values by Matthew Garrett · 16 years ago
  17. 2d29c6a Merge branches 'release', 'asus', 'bugzilla-12450', 'cpuidle', 'debug', 'ec', 'misc', 'printk' and 'processor' into release by Len Brown · 16 years ago
  18. 4d93915 ACPI: add missing KERN_* constants to printks by Frank Seidel · 16 years ago
  19. f3b39f1 ACPI: proc_dir_entry 'video/VGA' already registered by Zhao Yakui · 16 years ago
  20. 0a3db1c ACPI: Skip the first two elements in the _BCL package by Zhao Yakui · 16 years ago
  21. d0302bc Merge branch 'misc' into release by Len Brown · 16 years ago
  22. 9e6dada video: always update the brightness when poking "brightness" by Zhang Rui · 16 years ago
  23. 935e5f2 ACPI: video: Fix reversed brightness behavior on ThinkPad SL series by Zhang Rui · 16 years ago
  24. f398778 Merge branch 'video' into release by Len Brown · 16 years ago
  25. c3d6de6 ACPI video: if no ACPI backlight support, use vendor drivers by Thomas Renninger · 16 years ago
  26. 22c13f9 ACPI: video: Ignore devices that aren't present in hardware by Thomas Renninger · 16 years ago
  27. 89595b8 ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.h by Bjorn Helgaas · 16 years ago
  28. 5704d62 ACPI: remove comments about debug layer/level to use by Bjorn Helgaas · 16 years ago
  29. 7674416 Merge branch 'ull' into test by Len Brown · 16 years ago
  30. 5f50ef4 Merge branch 'misc' into test by Len Brown · 16 years ago
  31. 55ac9a0 ACPI: replace ACPI_DEBUG_PRINT((ACPI_DB_ERROR, ...) with printk by Lin Ming · 16 years ago
  32. 27663c5 ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernels by Matthew Wilcox · 16 years ago
  33. db89b4f ACPI: catch calls of acpi_driver_data on pointer of wrong type by Pavel Machek · 16 years ago
  34. 1481b91 Merge branch 'release-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-acpi-2.6 by Linus Torvalds · 16 years ago
  35. fc3a882 driver core: fix a lot of printk usages of bus_id by Greg Kroah-Hartman · 16 years ago
  36. c2c7890 ACPI: Ignore _BQC object when registering backlight device by Zhao Yakui · 16 years ago
  37. 469778c ACPI: video: fix brightness allocation by Julia Jomantaite · 16 years ago
  38. d385c2a ACPI Exception (video-1721): UNKNOWN_STATUS_CODE, Cant attach device by Zhang Rui · 16 years ago
  39. e0066c4e Fix ACPI vs proc_create_data() mismerge by Alexey Dobriyan · 16 years ago
  40. 08acd4f8 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 16 years ago
  41. 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 · 16 years ago
  42. cf7acfa acpi: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  43. c46e565 ACPI: video - fix permissions on some proc entries by Dmitry Torokhov · 17 years ago
  44. 251cb0b ACPI: video - properly handle errors when registering proc elements by Dmitry Torokhov · 17 years ago
  45. 78eed02 ACPI: video - do not store invalid entries in attached_array list by Dmitry Torokhov · 17 years ago
  46. 9030062 ACPI: elide a non-zero test on a result that is never 0 by Julia Lawall · 16 years ago
  47. 797de7b Revert "ACPI: Ignore _BQC object when registering backlight device" by Linus Torvalds · 16 years ago
  48. 48d3d82 revert "ACPI: drivers/acpi: elide a non-zero test on a result that is never 0" by Ingo Molnar · 16 years ago
  49. 1192aeb ACPI: drivers/acpi: elide a non-zero test on a result that is never 0 by Julia Lawall · 16 years ago
  50. 77321e6 Revert "ACPI: video: Ignore devices that aren't present in hardware" by Len Brown · 16 years ago
  51. f0d6752 Revert "ACPI: video: Ignore ACPI video devices that aren't present in hardware" by Len Brown · 16 years ago
  52. c523aef Merge branches 'release', 'button-sysfs', 'misc', 'mismatch', 'randconfig' and 'toshiba' into release by Len Brown · 16 years ago
  53. 7c0ea45 ACPI: Ignore _BQC object when registering backlight device by Zhao Yakui · 16 years ago
  54. 96b2dd1 ACPI: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  55. 43ff39f ACPI video: check for error from thermal_cooling_device_register by Thomas Sujith · 17 years ago
  56. 52b097f Merge branches 'release' and 'video' into release by Len Brown · 17 years ago
  57. 3fa2cdc ACPI: video: Ignore ACPI video devices that aren't present in hardware by Matthew Garrett · 17 years ago
  58. 863c149 ACPI: video: reset brightness on resume by Matthew Garrett · 17 years ago
  59. 7761f63 ACPI: video: call ACPI notifier chain for ACPI video notifications by Zhang Rui · 17 years ago
  60. ba5e122 ACPI: video: delete unused display switch on hotkey event code by Zhang Rui · 17 years ago
  61. 8a681a4 ACPI: video: create "brightness_switch_enabled" modparam by Zhang Rui · 17 years ago
  62. 26b6f22 Merge branches 'release' and 'menlo' into release by Len Brown · 17 years ago
  63. 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 · 17 years ago
  64. 0119509 ACPI: video: Ignore devices that aren't present in hardware by Matthew Garrett · 17 years ago
  65. 702ed51 ACPI: register ACPI Video LCD as generic thermal cooling device by Zhang Rui · 17 years ago
  66. 38531e6 ACPI: video: Rationalise ACPI backlight implementation by Matthew Garrett · 17 years ago
  67. 98934de ACPI: video_device_list corruption by William Lee Irwin III · 17 years ago
  68. c88c578 ACPI: Video: Increase buffer size for writes to brightness proc file. by Danny Baumann · 17 years ago
  69. a4f0c27 ACPI: video - delete stray run-time printk by Len Brown · 17 years ago
  70. bbac81f ACPI: video - convert semaphore to a mutex by Dmitry Torokhov · 17 years ago
  71. ff102ea ACPI: video - remove unsafe uses of list_for_each_safe() by Dmitry Torokhov · 17 years ago
  72. f51e839 ACPI: video - add missing input_free_device() by Dmitry Torokhov · 17 years ago
  73. 91c05c6 ACPI: video - fit input device into sysfs tree by Dmitry Torokhov · 17 years ago
  74. c4ec207 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 17 years ago
  75. 6004342 Convert from class_device to device for drivers/video by tonyj@suse.de · 17 years ago
  76. 73a855f Pull video into release branch by Len Brown · 17 years ago
  77. 7f10cc4 ACPI: video: remove dmesg spam by Maik Broemme · 17 years ago
  78. a21101c ACPI: video: _DOS=0 by default to prevent hotkey hang by Zhang Rui · 17 years ago
  79. 63f0edf ACPI: VIDEO: Adjust current level to closest available one. by Alexey Starikovskiy · 17 years ago
  80. 4500ca8 ACPI: video: Don't call absent methods by Alexey Starikovskiy · 17 years ago
  81. 136c4bb Pull bugzilla-8798 into release branch by Len Brown · 17 years ago
  82. e6d9da1 ACPI: work around duplicate name "VID" problem on T61 by Zhang Rui · 17 years ago
  83. 25c87f7 Pull events into release branch by Len Brown · 17 years ago
  84. e9dab19 ACPI video hotkey: export missing ACPI video hotkey events via input layer by Luming Yu · 17 years ago
  85. a1eb96a ACPI video hotkey: remove invalid events handler for video output devices by Zhang Rui · 17 years ago
  86. 14e04fb ACPI: Schedule /proc/acpi/event for removal by Len Brown · 17 years ago
  87. 1ba90e3 ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI drivers by Thomas Renninger · 17 years ago
  88. 2fe83b3 Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight by Linus Torvalds · 17 years ago
  89. 655bfd7 backlight: Convert from struct class_device to struct device by Richard Purdie · 17 years ago
  90. f70ac0e ACPI video: Don't export sysfs backlight interface if query _BCL fail by Danny Kukawka · 17 years ago
  91. 23b0f01 ACPI: video: output switch sysfs support by Luming Yu · 17 years ago
  92. 98fb8fe ACPI: video: Fix spelling and grammar mistakes by Julius Volz · 17 years ago
  93. 599a52d backlight: Separate backlight properties from backlight ops pointers by Richard Purdie · 18 years ago
  94. dfcba20 backlight: Remove unneeded owner field by Richard Purdie · 18 years ago
  95. 7cda93e ACPI: delete extra #defines in /drivers/acpi/ drivers by Len Brown · 18 years ago
  96. c2b6705 ACPI: fix acpi_driver.name usage by Len Brown · 18 years ago
  97. f52fd66 ACPI: clean up ACPI_MODULE_NAME() use by Len Brown · 18 years ago
  98. 975a8e3 Pull sysfs into test branch by Len Brown · 18 years ago
  99. c6f4bc2 Pull bugzilla-7349 into test branch by Len Brown · 18 years ago
  100. 7e23772 Pull video into test branch by Len Brown · 18 years ago