1. 82023bb Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  2. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
  3. 3a83f99 ACPI: Eliminate the DEVICE_ACPI_HANDLE() macro by Rafael J. Wysocki · 11 years ago
  4. f9300ea Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  5. eeab517 Merge tag 'sound-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 11 years ago
  6. dba538f Merge branch 'x86-intel-mid-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  7. ebfe106 Merge tag 'asoc-v3.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-next by Takashi Iwai · 11 years ago
  8. 975bcab Merge branch 'acpi-video' by Rafael J. Wysocki · 11 years ago
  9. 31c466c Merge branch 'acpi-conversion' by Rafael J. Wysocki · 11 years ago
  10. 8e32e47 Merge branch 'acpi-cleanup' by Rafael J. Wysocki · 11 years ago
  11. ea89e1d platform/x86: fix asus-wmi build error by Randy Dunlap · 11 years ago
  12. 294d31e sony-laptop: don't change keyboard backlight settings by Mattia Dongili · 11 years ago
  13. 712b6aa intel_mid: Renamed *mrst* to *intel_mid* by Kuppuswamy Sathyanarayanan · 11 years ago
  14. 05454c2 intel_mid: Renamed *mrst* to *intel_mid* by Kuppuswamy Sathyanarayanan · 11 years ago
  15. 420f973 thinkpad-acpi: Add mute and mic-mute LED functionality by David Henningsson · 11 years ago
  16. 46445b6 thinkpad-acpi: fix handle locate for video and query of _BCL by Aaron Lu · 11 years ago
  17. b5c37b7 ideapad_laptop: convert ideapad device/driver to platform bus by Zhang Rui · 11 years ago
  18. 331e0ea ideapad_laptop: remove ideapad_handle and ideapad_priv by Zhang Rui · 11 years ago
  19. 75a11f1 ideapad_laptop: convert internal function calls to use ideapad_private as parameter by Zhang Rui · 11 years ago
  20. 469f643 ideapad_laptop: introduce struct acpi_device pointer to ideapad_private structure by Zhang Rui · 11 years ago
  21. 11fa8da ideapad_laptop: introduce #ifdef CONFIG_PM_SLEEP for PM specific code by Zhang Rui · 11 years ago
  22. 74facaf toshiba_acpi: convert acpi_evaluate_object() to acpi_evaluate_integer() by Zhang Rui · 11 years ago
  23. 4a2d6f6 intel-smartconnect: convert acpi_evaluate_object() to acpi_evaluate_integer() by Zhang Rui · 11 years ago
  24. c7c878a intel-rst: convert acpi_evaluate_object() to acpi_evaluate_integer() by Zhang Rui · 11 years ago
  25. 29c29a9 fujitsu-laptop: convert acpi_evaluate_object() to acpi_evaluate_integer() by Zhang Rui · 11 years ago
  26. 54f14c2 wmi: convert acpi_get_handle() to acpi_has_method() by Zhang Rui · 11 years ago
  27. e2e1960 toshiba_acpi: convert acpi_get_handle() to acpi_has_method() by Zhang Rui · 11 years ago
  28. 8a8bce1 sony-laptop: convert acpi_get_handle() to acpi_has_method() by Zhang Rui · 11 years ago
  29. 70122e3 intel_menlow: convert acpi_get_handle() to acpi_has_method() by Zhang Rui · 11 years ago
  30. dd13b9a fujitsu-laptop: convert acpi_get_handle() to acpi_has_method() by Zhang Rui · 11 years ago
  31. 8122ab6 wmi: convert acpi_evaluate_object() to acpi_execute_simple_method() by Zhang Rui · 11 years ago
  32. 619400d toshiba_acpi: convert acpi_evaluate_object() to acpi_execute_simple_method() by Zhang Rui · 11 years ago
  33. a7f6451 topstar-laptop: convert acpi_evaluate_object() to acpi_execute_simple_method() by Zhang Rui · 11 years ago
  34. 77c3985 intel-smartconnect: convert acpi_evaluate_object() to acpi_execute_simple_method() by Zhang Rui · 11 years ago
  35. b92f7a9 intel-rst: convert acpi_evaluate_object() to acpi_execute_simple_method() by Zhang Rui · 11 years ago
  36. 6c7fe47a fujitsu-laptop: convert acpi_evaluate_object() to acpi_execute_simple_method() by Zhang Rui · 11 years ago
  37. fca4199 eeepc-laptop: convert acpi_evaluate_object() to acpi_execute_simple_method() by Zhang Rui · 11 years ago
  38. cd619e2 Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86 by Linus Torvalds · 11 years ago
  39. 8aa6c21 platform: convert apple-gmux driver to dev_pm_ops from legacy pm_ops by Shuah Khan · 11 years ago
  40. 5c07eae platform/x86: panasonic-laptop: reuse module_acpi_driver by Andy Shevchenko · 11 years ago
  41. 5ff67df samsung-laptop: fix config build error by Randy Dunlap · 11 years ago
  42. 18a0393 platform: x86: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  43. 0be18a8 amilo-rfkill: Enable using amilo-rfkill with the FSC Amilo L1310. by Jerome Meinke · 11 years ago
  44. 0a018a6 wmi: parse_wdg() should return kernel error codes by Dan Carpenter · 11 years ago
  45. 5b5c2b3 hp_wmi: Fix unregister order in hp_wmi_rfkill_setup() by Kirill Tkhai · 11 years ago
  46. 0db7fd9 platform: replace strict_strto*() with kstrto*() by Jingoo Han · 11 years ago
  47. 2ff1af7 x86: irst: use module_acpi_driver to simplify the code by Wei Yongjun · 11 years ago
  48. 4d26353 x86: smartconnect: use module_acpi_driver to simplify the code by Wei Yongjun · 11 years ago
  49. aa3b88a platform samsung-q10: use ACPI instead of direct EC calls by Frederick van der Wyck · 11 years ago
  50. fcb44e1 thinkpad_acpi: add the ability setting TPACPI_LED_NONE by quirk by Adam Lee · 11 years ago
  51. edf2d77 thinkpad_acpi: return -NODEV while operating uninitialized LEDs by Adam Lee · 11 years ago
  52. 27703bb Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  53. 40031da Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  54. 542a086 Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  55. 0c58141 Merge branch 'acpi-assorted' by Rafael J. Wysocki · 11 years ago
  56. 3db0d4d Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  57. 93dbc1b drivers/platform/olpc/olpc-ec.c: initialise earlier by Daniel Drake · 11 years ago
  58. e80b89a x86: wmi: convert class code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  59. 41c8bd1 Revert "hp-wmi: Enable hotkeys on some systems" by Matthew Garrett · 11 years ago
  60. 0b8cb62 sony-laptop: Fix reporting of gfx_switch_status by Daniel Serpell · 11 years ago
  61. 03a174b sony-laptop: return a negative error code in sonypi_compat_init() by Wei Yongjun · 11 years ago
  62. 8b5301c platform / thinkpad: Remove deprecated hotkey_report_mode parameter by Thomas Renninger · 11 years ago
  63. 1696d9d ACPI: Remove the old /proc/acpi/event interface by Thomas Renninger · 11 years ago
  64. 8c6ffba PTR_RET is now PTR_ERR_OR_ZERO(): Replace most. by Rusty Russell · 11 years ago
  65. fef8ce16 x86 platform drivers: fix gpio leak by Libo Chen · 11 years ago
  66. 283672e toshiba_acpi: Add dependency on SERIO_I8042 by Seth Forshee · 11 years ago
  67. 144a19a asus-nb-wmi: set wapf=4 for ASUSTeK COMPUTER INC. 1015E/U by AceLan Kao · 11 years ago
  68. 5c7f80f Add trivial driver to disable Intel Smart Connect by Matthew Garrett · 11 years ago
  69. 34a956d Add support driver for Intel Rapid Start Technology by Matthew Garrett · 11 years ago
  70. 8667ca9 hp-wmi: add supports for POST code error by Alex Hung · 11 years ago
  71. e8f56c8 asus-wmi: control wlan-led only if wapf == 4 by AceLan Kao · 11 years ago
  72. b5f4f9e drivers/platform/x86/intel_ips: Convert to module_pci_driver by Libo Chen · 11 years ago
  73. 3aabf44 asus-nb-wmi: ignore ALS notification key code by Viktar Vauchkevich · 11 years ago
  74. 0ed6065 asus-wmi: append newline to messages by vic · 11 years ago
  75. 38bdd72 x86: asus-laptop: fix invalid point access by Libo Chen · 11 years ago
  76. 4c241b3 x86: msi-laptop: fix memleak by Libo Chen · 11 years ago
  77. e1a98e6 amilo-rfkill: Add dependency on SERIO_I8042 by Ben Hutchings · 11 years ago
  78. 9f20820 dell-laptop: fix error return code in dell_init() by Wei Yongjun · 11 years ago
  79. b253c9d hp-wmi: Enable hotkeys on some systems by Matthew Garrett · 11 years ago
  80. 02aa2a3 drivers: avoid format string in dev_set_name by Kees Cook · 11 years ago
  81. af1d486 x86 / platform / hp_wmi: Fix bluetooth_rfkill misuse in hp_wmi_rfkill_setup() by lan,Tianyu · 11 years ago
  82. a1ec56e Add support for fan button on Ideapad Z580 by Maxim Mikityanskiy · 11 years ago
  83. 8b10acd pvpanic: pvpanic device driver by Hu Tao · 11 years ago
  84. a849e00 asus-nb-wmi: set wapf=4 for ASUSTeK COMPUTER INC. X75A by AceLan Kao · 11 years ago
  85. 2fbaf9b drivers: platform: x86: Use PTR_RET function by Alexandru Gheorghiu · 11 years ago
  86. 0572b12 sony-laptop: SVS151290S kbd backlight and gfx switch support by Arthur Wirski · 11 years ago
  87. d9e290a hp-wmi: add more definitions for new event_id's by Alex Hung · 11 years ago
  88. a30450c dell-laptop: Fix krealloc() misuse in parse_da_table() by David Woodhouse · 11 years ago
  89. 7783819 hp_accel: Ignore the error from lis3lv02d_poweron() at resume by Shuah Khan · 11 years ago
  90. 5dd760b dell: add new dell WMI format for the AIO machines by AceLan Kao · 11 years ago
  91. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  92. 0ad4991 Merge branch 'acpica' by Rafael J. Wysocki · 11 years ago
  93. a86d526 Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86 by Linus Torvalds · 11 years ago
  94. c857b7f Revert "hp-wmi: Add support for SMBus hotkeys" by Matthew Garrett · 11 years ago
  95. 355f1ec thinkpad-acpi: kill hotkey_thread_mutex by Oleg Nesterov · 11 years ago
  96. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  97. f084dbb ACPI: Set length even for TYPE_END_TAG acpi resource by Yinghai Lu · 11 years ago
  98. 2ef3920 Platform: x86: chromeos_laptop : Add basic platform data for atmel devices by Benson Leung · 11 years ago
  99. 23caaee Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86 by Linus Torvalds · 11 years ago
  100. 445e8d0 ideapad-laptop: Depend on BACKLIGHT_CLASS_DEVICE instead of selecting it by Matthew Garrett · 11 years ago