index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
platform
/
x86
/
asus-wmi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-10
platform/x86: asus-wmi: Refactor charge threshold to use the battery hooking API
Kristian Klausen
1
-49
/
+99
2019-09-09
platform/x86: asus-wmi: Rename CHARGE_THRESHOLD to RSOC
Kristian Klausen
1
-3
/
+3
2019-09-07
platform/x86: asus-wmi: Fix condition in charge_threshold_store()
Dan Carpenter
1
-1
/
+1
2019-08-16
platform/x86: asus-wmi: Remove unnecessary blank lines
Andy Shevchenko
1
-13
/
+1
2019-08-16
platform/x86: asus-wmi: Drop indentation level by inverting conditionals
Andy Shevchenko
1
-24
/
+19
2019-08-16
platform/x86: asus-wmi: Use clamp_val() instead of open coded variant
Andy Shevchenko
1
-6
/
+1
2019-08-16
platform/x86: asus-wmi: Replace sscanf() with kstrtoint()
Andy Shevchenko
1
-15
/
+10
2019-08-16
platform/x86: asus-wmi: Refactor charge_threshold_store()
Andy Shevchenko
1
-3
/
+5
2019-08-16
platform/x86: asus-wmi: Add support for charge threshold
Kristian Klausen
1
-0
/
+48
2019-07-30
platform/x86: asus-wmi: fix CPU fan control on recent products
Daniel Drake
1
-25
/
+100
2019-07-30
platform/x86: asus-wmi: add a helper for device presence
Daniel Drake
1
-20
/
+11
2019-07-30
platform/x86: asus-wmi: cleanup AGFN fan handling
Daniel Drake
1
-131
/
+107
2019-07-29
platform/x86: asus-wmi: Use kmemdup rather than duplicating its implementation
Fuqian Huang
1
-2
/
+1
2019-07-17
platform/x86: asus: Rename "fan mode" to "fan boost mode"
Daniel Drake
1
-56
/
+62
2019-07-15
Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-plat...
Linus Torvalds
1
-127
/
+350
2019-07-03
platform/x86: asus-wmi: Use dev_get_drvdata()
Fuqian Huang
1
-2
/
+1
2019-06-17
platform/x86: asus-wmi: Do not disable keyboard backlight on unloading
Yurii Pavlovskyi
1
-0
/
+4
2019-06-17
platform/x86: asus-wmi: Switch fan boost mode
Yurii Pavlovskyi
1
-8
/
+143
2019-06-17
platform/x86: asus-wmi: Enhance detection of thermal data
Yurii Pavlovskyi
1
-2
/
+5
2019-06-17
platform/x86: asus-wmi: Organize code into sections
Yurii Pavlovskyi
1
-42
/
+47
2019-06-17
platform/x86: asus-wmi: Refactor error handling
Yurii Pavlovskyi
1
-5
/
+1
2019-06-17
platform/x86: asus-wmi: Support WMI event queue
Yurii Pavlovskyi
1
-5
/
+68
2019-06-17
platform/x86: asus-wmi: Refactor WMI event handling
Yurii Pavlovskyi
1
-24
/
+42
2019-06-17
platform/x86: asus-wmi: Improve DSTS WMI method ID detection
Yurii Pavlovskyi
1
-3
/
+20
2019-06-17
platform/x86: asus-wmi: Increase input buffer size of WMI methods
Yurii Pavlovskyi
1
-1
/
+9
2019-06-17
platform/x86: asus-wmi: Fix preserving keyboard backlight intensity on load
Yurii Pavlovskyi
1
-2
/
+1
2019-06-17
platform/x86: asus-wmi: Fix hwmon device cleanup
Yurii Pavlovskyi
1
-3
/
+4
2019-06-17
platform/x86: asus-wmi: no need to check return value of debugfs_create funct...
Greg Kroah-Hartman
1
-36
/
+11
2019-06-12
platform/x86: asus-wmi: Only Tell EC the OS will handle display hotkeys from ...
Hans de Goede
1
-1
/
+1
2019-06-12
platform/x86: asus-wmi: Only Tell EC the OS will handle display hotkeys from ...
Hans de Goede
1
-1
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-14
/
+1
2019-05-09
platform/x86: asus-wmi: Add fn-lock mode switch support
Chris Chiu
1
-0
/
+37
2019-02-23
platform/x86: asus-wmi: Allow loading on systems without the Asus Management ...
Hans de Goede
1
-7
/
+2
2018-11-07
platform/x86: asus-wmi: Tell the EC the OS will handle the display off hotkey
João Paulo Rechi Vita
1
-1
/
+2
2018-11-01
Merge tag 'platform-drivers-x86-v4.20-1' of git://git.infradead.org/linux-pla...
Linus Torvalds
1
-100
/
+19
2018-10-31
platform/x86: asus-wmi: export function for evaluating WMI methods
Daniel Drake
1
-85
/
+3
2018-10-31
platform/x86: asus-wmi: Only notify kbd LED hw_change by fn-key pressed
Jian-Hong Pan
1
-5
/
+12
2018-10-19
platform/x86: asus-wmi: Simplify the keyboard brightness updating process
Jian-Hong Pan
1
-10
/
+4
2018-09-19
PCI: hotplug: Embed hotplug_slot
Lukas Wunner
1
-17
/
+9
2018-09-19
PCI: hotplug: Drop hotplug_slot_info
Lukas Wunner
1
-10
/
+0
2018-09-19
PCI: hotplug: Constify hotplug_slot_ops
Lukas Wunner
1
-2
/
+1
2018-08-23
Merge tag 'platform-drivers-x86-v4.19-1' of git://git.infradead.org/linux-pla...
Linus Torvalds
1
-4
/
+30
2018-07-24
PCI: hotplug: Demidlayer registration with the core
Lukas Wunner
1
-8
/
+4
2018-07-02
platform/x86: asus-wmi: Add keyboard backlight toggle support
Chris Chiu
1
-0
/
+8
2018-07-02
platform/x86: asus-wmi: Call led hw_changed API on kbd brightness change
Chris Chiu
1
-4
/
+22
2018-05-31
platform/x86: asus-wmi: Fix NULL pointer dereference
João Paulo Rechi Vita
1
-10
/
+13
2018-04-23
platform/x86: Simplify getting .drvdata
Wolfram Sang
1
-2
/
+1
2017-09-27
platform/x86: asus-wmi: Add lightbar led support
Maxime Bellengé
1
-0
/
+63
2017-08-13
platform/x86: asus-wmi: Evaluate wmi method with instance number 0x0
Pali Rohár
1
-2
/
+2
2017-07-11
platform/x86: asus-wmi: constify attribute_group structures.
Arvind Yadav
1
-2
/
+2
[next]