summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86
Commit message (Expand)AuthorAgeFilesLines
* dell-wmi: Ignore WMI event 0xe00ePali Rohár2016-08-081-2/+2
* Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-08-011-26/+29
|\
| * apple-gmux: Sphinxify docsLukas Wunner2016-07-281-26/+29
* | Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2016-07-311-4/+6
|\ \
| * | x86: Fix Apollo Lake Watchdog address in PMC driverYong, Jonathan2016-07-171-4/+6
| |/
* | Merge tag 'platform-drivers-x86-v4.8-1' of git://git.infradead.org/users/dvha...Linus Torvalds2016-07-2616-211/+717
|\ \
| * | intel-vbtn: new driver for Intel Virtual ButtonAceLan Kao2016-07-223-0/+201
| * | intel_pmc_core: Convert to DEFINE_DEBUGFS_ATTRIBUTEAndy Shevchenko2016-07-062-37/+11
| * | fujitsu-laptop: Rework brightness of eco ledMatej Groma2016-07-061-3/+2
| * | asus-wmi: Add quirk_no_rfkill_wapf4 for the Asus X456UAJoão Paulo Rechi Vita2016-07-011-1/+1
| * | asus-wmi: Add quirk_no_rfkill_wapf4 for the Asus X456UFJoão Paulo Rechi Vita2016-07-011-1/+6
| * | asus-wmi: Add quirk_no_rfkill for the Asus Z550MAJoão Paulo Rechi Vita2016-07-011-0/+9
| * | asus-wmi: Add quirk_no_rfkill for the Asus U303LBJoão Paulo Rechi Vita2016-07-011-0/+9
| * | asus-wmi: Add quirk_no_rfkill for the Asus N552VWJoão Paulo Rechi Vita2016-07-011-0/+9
| * | asus-wmi: Create quirk for airplane_mode LEDJoão Paulo Rechi Vita2016-07-013-3/+19
| * | asus-wireless: Toggle airplane mode LEDJoão Paulo Rechi Vita2016-07-012-1/+92
| * | intel_telemetry: Remove Monitor MWAIT feature dependencyYu, Ong Hock2016-06-282-2/+2
| * | intel-hid: Remove duplicated acpi_remove_notify_handlerAlex Hung2016-06-281-3/+2
| * | asus-wmi: Add ambient light sensor toggle keyNick Leiten2016-06-281-0/+1
| * | fujitsu-laptop: Add support for eco LEDMatej Groma2016-06-281-0/+56
| * | fujitsu-laptop: Support touchpad toggle hotkey on Skylake-based modelsMichał Kępień2016-06-281-0/+14
| * | fujitsu-laptop: Remove unused macrosMichał Kępień2016-06-281-10/+0
| * | fujitsu-laptop: Use module name in debug messagesMichał Kępień2016-06-281-1/+1
| * | hp-wmi: Fix wifi cannot be hard-unblockedAlex Hung2016-06-281-1/+6
| * | toshiba_acpi: Bump driver version and update copyright yearAzael Avalos2016-06-281-2/+2
| * | toshiba_acpi: Remove the position sysfs entryAzael Avalos2016-06-281-25/+0
| * | toshiba_acpi: Add IIO interface for accelerometer axis dataAzael Avalos2016-06-282-0/+108
| * | dell-wmi: Add a WMI event code for display on/offAlex Hung2016-06-211-0/+3
| * | dell-wmi: Generate one sparse keymap for all machinesPali Rohár2016-06-171-111/+104
| * | dell-wmi: Add information about other WMI event codesPali Rohár2016-06-171-0/+35
| * | dell-wmi: Sort WMI event codes and update commentsPali Rohár2016-06-171-13/+16
| * | dell-wmi: Ignore WMI event code 0xe045Pali Rohár2016-06-171-1/+12
* | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-07-252-2/+4
|\ \ \
| * | | x86/intel_telemetry: Use Intel family name macros for telemetry driverDave Hansen2016-06-082-2/+4
| |/ /
* | | Merge tag 'v4.7-rc5' into perf/core, to pick up fixesIngo Molnar2016-06-273-30/+69
|\ \ \ | | |/ | |/|
| * | platform/x86: Drop duplicate dependencies on X86Jean Delvare2016-06-081-6/+4
| * | thinkpad_acpi: Add support for HKEY version 0x200Dennis Wassenberg2016-06-081-24/+63
| * | ideapad_laptop: Add an event for mic mute hotkeyAlex Hung2016-06-081-0/+2
| |/
* / x86/pmc_core: Use Intel family name macros for pmc_core driverDave Hansen2016-06-081-4/+5
|/
* Merge tag 'platform-drivers-x86-v4.7-1' of git://git.infradead.org/users/dvha...Linus Torvalds2016-05-2715-52/+482
|\
| * platform/x86: Add PMC Driver for Intel Core SoCRajneesh Bhardwaj2016-05-274-0/+264
| * dell-rbtn: Ignore ACPI notifications if device is suspendedGabriele Mazzotta2016-05-271-0/+56
| * thinkpad_acpi: save kbdlight state on suspend and restore it on resumeMarco Trevisan (Treviño)2016-05-271-3/+40
| * intel_menlow: reduce code duplicationRasmus Villemoes2016-05-271-27/+22
| * asus-wmi: provide access to ALS controlOleksij Rempel2016-05-271-0/+5
| * ideapad-laptop: add a new WMI string for ESC keyArnd Bergmann2016-05-271-3/+16
| * surfacepro3_button: Add a warning when switching to tablet modeAndy Shevchenko2016-05-271-2/+7
| * sony-laptop: Avoid oops on module unload for older laptopsLawrence Yiu2016-05-051-0/+3
| * intel_telemetry: Constify telemetry_core_ops structuresJulia Lawall2016-05-052-4/+4
| * fujitsu-laptop: Use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-05-051-6/+6