1. 8a3a53e Merge branch 'acpi-video' by Rafael J. Wysocki · 11 years ago
  2. 0c58141 Merge branch 'acpi-assorted' by Rafael J. Wysocki · 11 years ago
  3. c92f56c Merge branch 'acpi-cleanup' by Rafael J. Wysocki · 11 years ago
  4. 168cf0e Revert "ACPI / video: Always call acpi_video_init_brightness() on init" by Rafael J. Wysocki · 11 years ago
  5. f3ce717 Merge back earlier 'acpi-assorted' material by Rafael J. Wysocki · 11 years ago
  6. b3b301c ACPI / video: improve quirk check in acpi_video_bqc_quirk() by Felipe Contreras · 11 years ago
  7. d8648ca ACPI / video: drop unused fields from struct acpi_video_brightness_flags by Felipe Contreras · 11 years ago
  8. 7c364e7 ACPI / video: remove unnecessary type casting by Felipe Contreras · 11 years ago
  9. 915ea7e ACPI / video: trivial style cleanups by Felipe Contreras · 11 years ago
  10. 21fcb34 ACPI / video: trivial costmetic cleanups by Felipe Contreras · 11 years ago
  11. 8e5c2b7 Revert "ACPI / video / i915: No ACPI backlight if firmware expects Windows 8" by Rafael J. Wysocki · 11 years ago
  12. ea45ea7 Merge tag 'acpi-video-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  13. 9657a56 ACPI / video: ignore BIOS initial backlight value for Fujitsu E753 by Lan Tianyu · 11 years ago
  14. efaa14c ACPI / video: no automatic brightness changes by win8-compatible firmware by Aaron Lu · 11 years ago
  15. 8c5bd7a ACPI / video / i915: No ACPI backlight if firmware expects Windows 8 by Rafael J. Wysocki · 11 years ago
  16. c04c697 ACPI / video: Always call acpi_video_init_brightness() on init by Matthew Garrett · 11 years ago
  17. 1696d9d ACPI: Remove the old /proc/acpi/event interface by Thomas Renninger · 11 years ago
  18. 0db9820 ACPI: introduce helper function acpi_execute_simple_method() by Jiang Liu · 11 years ago
  19. 952c63e ACPI: introduce helper function acpi_has_method() by Jiang Liu · 11 years ago
  20. 24071f4 ACPI / scan: Do not bind ACPI drivers to objects with scan handlers by Rafael J. Wysocki · 11 years ago
  21. 8c9b7a7 ACPI / video: Do not bind to device objects with a scan handler by Rafael J. Wysocki · 11 years ago
  22. 780a6ec ACPI / video: ignore BIOS initial backlight value for HP Pavilion g6 by Ash Willis · 11 years ago
  23. fedbe9b ACPI / video: ignore BIOS initial backlight value for HP m4 by Alex Hung · 11 years ago
  24. 4ef366c ACPI video: ignore BIOS initial backlight value for HP 1000 by Alex Hung · 11 years ago
  25. 91e13aa ACPI: video: correct acpi_video_bus_add error processing by Aaron Lu · 11 years ago
  26. a50188d acpi: video: enhance the quirk detect logic of _BQC by Aaron Lu · 11 years ago
  27. 994fa63 ACPI / video: Fix applying indexed initial brightness value. by Danny Baumann · 11 years ago
  28. 2d4128a ACPI / video: Make logic a little easier to understand. by Danny Baumann · 11 years ago
  29. a89803d ACPI / video: Fix brightness control initialization for some laptops. by Danny Baumann · 11 years ago
  30. 771d09b ACPI video: ignore BIOS backlight value for HP dm4 by Gustavo Maciel Dias Vieira · 11 years ago
  31. a68d353 Merge branch 'acpi-assorted' by Rafael J. Wysocki · 11 years ago
  32. 51fac83 ACPI: Remove useless type argument of driver .remove() operation by Rafael J. Wysocki · 11 years ago
  33. bf6787e ACPI video: remove unnecessary newline from error messages by Colin Ian King · 12 years ago
  34. 129ff8f ACPI / video: ignore BIOS initial backlight value for HP Folio 13-2000 by Zhang Rui · 12 years ago
  35. fba4e08 ACPI video: Ignore errors after _DOD evaluation. by Igor Murzov · 12 years ago
  36. 8a37c65 ACPI video: allow events handlers to veto the keypress by Luca Tettamanti · 12 years ago
  37. 6eca954 Merge branches 'acpi_pad-bugzilla-42981', 'apei-bugzilla-43282', 'video-bugzilla-43168', 'bugzilla-40002' and 'bugfix-misc' into release by Len Brown · 12 years ago
  38. b037384 ACPI video: Still use ACPI backlight control if _DOS doesn't exist by Zhang Rui · 12 years ago
  39. 301f33f ACPI video: use after input_unregister_device() by Dan Carpenter · 12 years ago
  40. c6996bd acpi_video: Intel video is not always i915 by Alan Cox · 12 years ago
  41. cfb46f4 acpi_video: fix leaking PCI references by Alan Cox · 12 years ago
  42. b60e7f6 ACPI video: Don't start video device until its associated input device has been allocated by Igor Murzov · 12 years ago
  43. ea9f885 ACPI video: Harden video bus adding. by Igor Murzov · 12 years ago
  44. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  45. c299eba Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 13 years ago
  46. 9c8b04b ACPI: constify ops structs by Vasiliy Kulikov · 13 years ago
  47. f5a3d0c i915: Fix opregion notifications by Matthew Garrett · 13 years ago
  48. 70f23fd treewide: fix a few typos in comments by Justin P. Mattock · 13 years ago
  49. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  50. 445aef3 acpi: Remove sysfs_create_link from video driver by Matthew Garrett · 13 years ago
  51. 9661e92 acpi: tie ACPI backlight devices to PCI devices if possible by Matthew Garrett · 13 years ago
  52. bb7ca74 backlight: add backlight type by Matthew Garrett · 13 years ago
  53. 52cfd50 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 14 years ago
  54. 3e09898 Merge branch 'bugzilla-21212' into release by Len Brown · 14 years ago
  55. 99fd189 ACPI video: introduce module parameter video.use_bios_initial_backlight by Zhang Rui · 14 years ago
  56. 8206955 ACPI video: check cap._DDC flag before getting EDID by Zhang Rui · 14 years ago
  57. 677bd81 ACPI video: remove output switching control by Zhang Rui · 14 years ago
  58. acc2472 backlight: constify backlight_ops by Lionel Debroux · 14 years ago
  59. 39fe394 ACPI video: remove deprecated procfs I/F by Zhang Rui · 14 years ago
  60. cfa806f gcc-4.6: ACPI: fix unused but set variables in ACPI by Andi Kleen · 14 years ago
  61. 6e37c65 ACPI video: make procfs I/F depend on CONFIG_ACPI_PROCFS by Zhang Rui · 14 years ago
  62. edbe77b Merge branch 'misc-2.6.35' into release by Len Brown · 14 years ago
  63. aeb834d drivers/acpi: use kasprintf by Julia Lawall · 14 years ago
  64. e92a716 ACPI: Export EDID blocks to the kernel by Matthew Garrett · 15 years ago
  65. c25f7cf Merge branches 'battery', 'bugzilla-14667', 'bugzilla-15096', 'bugzilla-15480', 'bugzilla-15521', 'bugzilla-15605', 'gpe-reference-counters', 'misc', 'pxm-fix' and 'video-random-key' into release by Len Brown · 14 years ago
  66. ac7729d ACPI / PM: Move ACPI video resume to a PM notifier by Rafael J. Wysocki · 14 years ago
  67. 17c452f ACPI: Don't send KEY_UNKNOWN for random video notifications by Matthew Garrett · 15 years ago
  68. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  69. a19a6ee backlight: Allow properties to be passed at registration by Matthew Garrett · 14 years ago
  70. ec28dcc Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzilla-531916-power-state', 'ht-warn-2.6.34', 'pnp', 'processor-rename', 'sony-2.6.34', 'suse-bugzilla-531547', 'tz-check', 'video' and 'misc-2.6.34' into release by Len Brown · 14 years ago
  71. 70287db ACPI video: Be more liberal in validating _BQC behaviour by Matthew Garrett · 14 years ago
  72. 439913f ACPI: replace acpi_integer by u64 by Lin Ming · 14 years ago
  73. 093e296 Merge branch 'bugzilla-13577-video' into release by Len Brown · 14 years ago
  74. c504f8c ACPI video: Prune dupe video devices, unless "video.allow_duplicates" by Zhang Rui · 15 years ago
  75. cccc67a Merge branch 'video-error-case' into release by Len Brown · 15 years ago
  76. e01ce79 ACPI video: correct error-handling code by Zhang Rui · 15 years ago
  77. 28c32e9 ACPI video: no warning message if "acpi_backlight=vendor" is used by Zhang Rui · 15 years ago
  78. 52a2b11 ACPI: clean up video.c boundary checks and types by Arjan van de Ven · 15 years ago
  79. 3a1151e ACPI: video: Loosen strictness of video bus detection code by Stefan Bader · 15 years ago
  80. 828c095 const: constify remaining file_operations by Alexey Dobriyan · 15 years ago
  81. d910fc7 Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight by Linus Torvalds · 15 years ago
  82. 3634274 backlight/acpi: Update the backlight state when we change brightness by Matthew Garrett · 15 years ago
  83. 193a6de Merge branch 'video' into release by Len Brown · 15 years ago
  84. d26f052 Merge branch 'misc-2.6.32' into release by Len Brown · 15 years ago
  85. eb27cae ACPI: linux/acpi.h should not include linux/dmi.h by Len Brown · 15 years ago
  86. 003d6a3 Merge branch 'sfi-base' into release by Len Brown · 15 years ago
  87. 90c53ca ACPI video: work-around BIOS AML bug in _BQC by Zhang Rui · 15 years ago
  88. 4a703a8 ACPI: video - rename cdev to cooling_dev -- syntax only by Dmitry Torokhov · 15 years ago
  89. 4b4fe3b ACPI: video - fix potential crash when unloading by Dmitry Torokhov · 15 years ago
  90. 4e231fa ACPI video: ignore buggy _BQC by Vladimir Serbinenko · 15 years ago
  91. a192a95 ACPI: Move definition of PREFIX from acpi_bus.h to internal..h by Len Brown · 15 years ago
  92. e29b3ee ACPI: don't free non-existent backlight in acpi video module by Keith Packard · 15 years ago
  93. 3b5e634 ACPI: video: remove unneeded memsets by Zhang Rui · 15 years ago
  94. fbe8cdd Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904', 'bugzilla-13121', 'bugzilla-13396', 'bugzilla-13533', 'bugzilla-13612', 'c3_lock', 'hid-cleanups', 'misc-2.6.31', 'pdc-leak-fix', 'pnpacpi', 'power_nocheck', 'thinkpad_acpi', 'video' and 'wmi' into release by Len Brown · 15 years ago
  95. 152a4e6 ACPI: video: DMI workaround broken Acer 7720 BIOS enabling display brightness by Zhang Rui · 15 years ago
  96. 86e437f ACPI: Add the reference count to avoid unloading ACPI video bus twice by Zhao Yakui · 15 years ago
  97. 056c308 Show the physical device node of backlight class device. by Zhang Rui · 15 years ago
  98. 1e4cffe ACPI: video: convert to acpi_get_pci_dev by Alexander Chiang · 15 years ago
  99. 6afec83 Merge branches 'bugzilla-13121+', 'bugzilla-13233', 'redhat-bugzilla-500311', 'pci-bind-oops', 'misc-2.6.30' and 'i7300_idle' into release by Len Brown · 15 years ago
  100. 1fc8d33 drm/i915: acpi/video.c fix section mismatch warning by Jaswinder Singh Rajput · 15 years ago