1. 828857f platform/x86: asus-wmi: Fix "unsigned 'retval' is never less than zero" smatch warning by Jiapeng Chong · 3 years, 5 months ago
  2. b72067c platform/x86: asus-wmi: Delete impossible condition by Dan Carpenter · 3 years, 5 months ago
  3. c63d44a asus-wmi: Add support for platform_profile by Luke D. Jones · 3 years, 5 months ago
  4. 382b91d asus-wmi: Add egpu enable method by Luke D. Jones · 3 years, 5 months ago
  5. 98829e8 asus-wmi: Add dgpu disable method by Luke D. Jones · 3 years, 5 months ago
  6. ca91ea34 asus-wmi: Add panel overdrive functionality by Luke D. Jones · 3 years, 5 months ago
  7. ce357fd platform/x86: asus-wmi: Add param to turn fn-lock mode on by default by Luca Stefani · 3 years, 10 months ago
  8. 72ceec5 platform/x86: asus-wmi: Add userspace notification for performance mode change by Vasiliy Kupriakov · 4 years, 5 months ago
  9. ea856ec platform/x86: asus-wmi: Add support for SW_TABLET_MODE on UX360 by Samuel Čavoj · 4 years, 3 months ago
  10. 1797d58 platform/x86: asus-wmi: Fix SW_TABLET_MODE always reporting 1 on many different models by Hans de Goede · 4 years, 4 months ago
  11. 1d2dd37 platform/x86: asus-wmi: Add BATC battery name to the list of supported by Marius Iacob · 4 years, 5 months ago
  12. 9a33e37 platform/x86: asus-wmi: allow BAT1 battery name by Vasiliy Kupriakov · 4 years, 7 months ago
  13. 7b91f15 platform/x86: asus_wmi: Reserve more space for struct bias_args by Chris Chiu · 4 years, 8 months ago
  14. b0dbd97 platform/x86: asus-wmi: Add support for SW_TABLET_MODE by Hans de Goede · 4 years, 8 months ago
  15. fed5003 platform/x86: asus-wmi: Move asus_wmi_input_init and _exit lower in the file by Hans de Goede · 4 years, 8 months ago
  16. 6568d0c platform/x86: asus_wmi: remove redundant initialization of variable status by Colin Ian King · 4 years, 9 months ago
  17. 2225dba platform/x86: asus-wmi: Drop duplicate check for led_classdev_unregister() by Andy Shevchenko · 4 years, 9 months ago
  18. edeee34 platform/x86: asus_wmi: Fix return value of fan_boost_mode_store by Leonid Maksymchuk · 4 years, 11 months ago
  19. 6b3586d platform/x86: asus-wmi: Support laptops where the first battery is named BATT by Kristian Klausen · 4 years, 11 months ago
  20. f07b9fd platform/x86: asus-wmi: switch to use <linux/units.h> helpers by Akinobu Mita · 5 years ago
  21. 26e66a0 platform/x86: asus-wmi: Fix keyboard brightness cannot be set to 0 by Jian-Hong Pan · 5 years ago
  22. a282158 platform/x86: asus_wmi: Set throttle thermal policy to default by Leonid Maksymchuk · 5 years ago
  23. 2daa86e platform/x86: asus_wmi: Support throttle thermal policy by Leonid Maksymchuk · 5 years ago
  24. 7973353 platform/x86: asus-wmi: Refactor charge threshold to use the battery hooking API by Kristian Klausen · 5 years ago
  25. 0c37f44 platform/x86: asus-wmi: Rename CHARGE_THRESHOLD to RSOC by Kristian Klausen · 5 years ago
  26. 07779c3 platform/x86: asus-wmi: Fix condition in charge_threshold_store() by Dan Carpenter · 5 years ago
  27. 109e8ad platform/x86: asus-wmi: Remove unnecessary blank lines by Andy Shevchenko · 5 years ago
  28. 127e1df platform/x86: asus-wmi: Drop indentation level by inverting conditionals by Andy Shevchenko · 5 years ago
  29. 2275752 platform/x86: asus-wmi: Use clamp_val() instead of open coded variant by Andy Shevchenko · 5 years ago
  30. a5556fa platform/x86: asus-wmi: Replace sscanf() with kstrtoint() by Andy Shevchenko · 5 years ago
  31. 84d8e80 platform/x86: asus-wmi: Refactor charge_threshold_store() by Andy Shevchenko · 5 years ago
  32. d507a54 platform/x86: asus-wmi: Add support for charge threshold by Kristian Klausen · 5 years ago
  33. e3168b8 platform/x86: asus-wmi: fix CPU fan control on recent products by Daniel Drake · 5 years ago
  34. f1fc032 platform/x86: asus-wmi: add a helper for device presence by Daniel Drake · 5 years ago
  35. 2889ffc platform/x86: asus-wmi: cleanup AGFN fan handling by Daniel Drake · 5 years ago
  36. 340f25f platform/x86: asus-wmi: Use kmemdup rather than duplicating its implementation by Fuqian Huang · 6 years ago
  37. 9af93db platform/x86: asus: Rename "fan mode" to "fan boost mode" by Daniel Drake · 6 years ago
  38. 5516745 Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-platform-drivers-x86 by Linus Torvalds · 6 years ago
  39. 8e8fe44 platform/x86: asus-wmi: Use dev_get_drvdata() by Fuqian Huang · 6 years ago
  40. 3e58167 platform/x86: asus-wmi: Do not disable keyboard backlight on unloading by Yurii Pavlovskyi · 6 years ago
  41. b096f62 platform/x86: asus-wmi: Switch fan boost mode by Yurii Pavlovskyi · 6 years ago
  42. 4fd1982 platform/x86: asus-wmi: Enhance detection of thermal data by Yurii Pavlovskyi · 6 years ago
  43. 54a3121 platform/x86: asus-wmi: Organize code into sections by Yurii Pavlovskyi · 6 years ago
  44. 1827f3f platform/x86: asus-wmi: Refactor error handling by Yurii Pavlovskyi · 6 years ago
  45. 1a373d1 platform/x86: asus-wmi: Support WMI event queue by Yurii Pavlovskyi · 6 years ago
  46. 8abd752b platform/x86: asus-wmi: Refactor WMI event handling by Yurii Pavlovskyi · 6 years ago
  47. e0668f2 platform/x86: asus-wmi: Improve DSTS WMI method ID detection by Yurii Pavlovskyi · 6 years ago
  48. 98e865a platform/x86: asus-wmi: Increase input buffer size of WMI methods by Yurii Pavlovskyi · 6 years ago
  49. 8853a2f platform/x86: asus-wmi: Fix preserving keyboard backlight intensity on load by Yurii Pavlovskyi · 6 years ago
  50. cd10ee0 platform/x86: asus-wmi: Fix hwmon device cleanup by Yurii Pavlovskyi · 6 years ago
  51. d2785d3 platform/x86: asus-wmi: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  52. 1dd93f8 platform/x86: asus-wmi: Only Tell EC the OS will handle display hotkeys from asus_nb_wmi by Hans de Goede · 6 years ago
  53. 401fee8 platform/x86: asus-wmi: Only Tell EC the OS will handle display hotkeys from asus_nb_wmi by Hans de Goede · 6 years ago
  54. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  55. 487579b platform/x86: asus-wmi: Add fn-lock mode switch support by Chris Chiu · 6 years ago
  56. c994611 platform/x86: asus-wmi: Allow loading on systems without the Asus Management GUID by Hans de Goede · 6 years ago
  57. 78f3ac7 platform/x86: asus-wmi: Tell the EC the OS will handle the display off hotkey by João Paulo Rechi Vita · 6 years ago
  58. eb7046e Merge tag 'platform-drivers-x86-v4.20-1' of git://git.infradead.org/linux-platform-drivers-x86 by Linus Torvalds · 6 years ago
  59. ffb6ce7 platform/x86: asus-wmi: export function for evaluating WMI methods by Daniel Drake · 6 years ago
  60. 29f6eb5 platform/x86: asus-wmi: Only notify kbd LED hw_change by fn-key pressed by Jian-Hong Pan · 6 years ago
  61. 9fe44fc platform/x86: asus-wmi: Simplify the keyboard brightness updating process by Jian-Hong Pan · 6 years ago
  62. 125450f PCI: hotplug: Embed hotplug_slot by Lukas Wunner · 6 years ago
  63. a7da216 PCI: hotplug: Drop hotplug_slot_info by Lukas Wunner · 6 years ago
  64. 81c4b5b PCI: hotplug: Constify hotplug_slot_ops by Lukas Wunner · 6 years ago
  65. 899fbc3 Merge tag 'platform-drivers-x86-v4.19-1' of git://git.infradead.org/linux-platform-drivers-x86 by Linus Torvalds · 6 years ago
  66. 51bbf9b PCI: hotplug: Demidlayer registration with the core by Lukas Wunner · 7 years ago
  67. ed99d29 platform/x86: asus-wmi: Add keyboard backlight toggle support by Chris Chiu · 7 years ago
  68. dbb3d78 platform/x86: asus-wmi: Call led hw_changed API on kbd brightness change by Chris Chiu · 7 years ago
  69. cf48bf9 platform/x86: asus-wmi: Fix NULL pointer dereference by João Paulo Rechi Vita · 7 years ago
  70. d605ca2 platform/x86: Simplify getting .drvdata by Wolfram Sang · 7 years ago
  71. 4c05984 platform/x86: asus-wmi: Add lightbar led support by Maxime Bellengé · 7 years ago
  72. 0fe5726 platform/x86: asus-wmi: Evaluate wmi method with instance number 0x0 by Pali Rohár · 7 years ago
  73. e90d9ba platform/x86: asus-wmi: constify attribute_group structures. by Arvind Yadav · 8 years ago
  74. e9b6151 platform/x86: asus-wmi: try to set als by default by Oleksij Rempel · 8 years ago
  75. a8fe342 platform/x86: asus-wmi: fix cpufv sysfs file permission by Jérémy Lefaure · 8 years ago
  76. c2ef3a1 platform/x86: asus-wmi: remove sparse_keymap_free() calls by Michał Kępień · 8 years ago
  77. d1c4e9b platform/x86: asus-wmi: Remove quirk_no_rfkill by João Paulo Rechi Vita · 8 years ago
  78. 71050ae platform/x86: asus-wmi: Detect quirk_no_rfkill from the DSDT by João Paulo Rechi Vita · 8 years ago
  79. 8023eff platform/x86: asus-wmi: Set specified XUSB2PR value for X550LB by Kai-Chuan Hsieh · 8 years ago
  80. 999d437 platform/x86: asus-wmi: fix asus ux303ub brightness issue by zino lin · 8 years ago
  81. a977e59 asus-wmi: Create quirk for airplane_mode LED by João Paulo Rechi Vita · 9 years ago
  82. aca234f asus-wmi: provide access to ALS control by Oleksij Rempel · 9 years ago
  83. f5b3f66 asus-wmi: drop to_platform_driver macro by Geliang Tang · 9 years ago
  84. 4bfc89d Merge tag 'platform-drivers-x86-v4.4-2' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 9 years ago
  85. baf51c4 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 9 years ago
  86. b829834 asus-wmi: fix error handling in store_sys_wmi() by Dan Carpenter · 9 years ago
  87. e866a2e linux/thermal.h: rename KELVIN_TO_CELSIUS to DECI_KELVIN_TO_CELSIUS by Rasmus Villemoes · 9 years ago
  88. 3073404 asus-wmi: restore kbd led level after resume by Oleksij Rempel · 9 years ago
  89. 05fde26 Merge tag 'platform-drivers-x86-v4.2-1' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 10 years ago
  90. 62c4aa1 asus-wmi: Port to new backlight interface selection API by Hans de Goede · 10 years ago
  91. 4c27feb asus-wmi: Use acpi_video_unregister_backlight instead of acpi_video_unregister by Hans de Goede · 10 years ago
  92. 5f77065 asus-wmi: Use acpi_video_unregister_backlight instead of acpi_video_unregister by Hans de Goede · 10 years ago
  93. 53e755c asus-wmi: add fan control by Kast Bernd · 10 years ago
  94. 0098181 platform: x86: Deletion of checks before backlight_device_unregister() by Markus Elfring · 10 years ago
  95. f515623 asus-wmi: control wlan-led if wapf > 0 by AceLan Kao · 11 years ago
  96. 86ac2735 asus-wmi: backlight_init: Stop treating -ENODEV as if its not an error by Hans de Goede · 11 years ago
  97. d8c66f6 asus-wmi: Disable acpi-video backlight on desktop machines by Hans de Goede · 11 years ago
  98. 8ad3be1 platform: x86: asus-wmi.c: Cleaning up uninitialized variables by Rickard Strandqvist · 11 years ago
  99. c893d13 PCI: Make pci_bus_add_device() void by Yijing Wang · 11 years ago
  100. b7a8399 Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86 by Linus Torvalds · 11 years ago