summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86
Commit message (Expand)AuthorAgeFilesLines
* intel_scu_ipcutil: underflow in scu_reg_access()Dan Carpenter2016-01-301-1/+1
* intel-hid: fix incorrect entries in intel_hid_keymapAlex Hung2016-01-301-2/+1Star
* ideapad-laptop: Add Lenovo Yoga 700 to no_hw_rfkill dmi listJosh Boyer2016-01-241-0/+7
* intel_telemetry_debugfs: Fix unused warnings in telemetry debugfsSouvik Kumar Chakravarty2016-01-241-0/+2
* Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-211-1/+1
|\
| * ACPI / video: Revert "thinkpad_acpi: Use acpi_video_handles_brightness_key_pr...Hans de Goede2016-01-151-1/+1
* | Merge tag 'platform-drivers-x86-v4.5-1' of git://git.infradead.org/users/dvha...Linus Torvalds2016-01-2019-110/+4308
|\ \
| * | surface pro 4: fix compare_const_fl.cocci warningsJulia Lawall2016-01-201-1/+1
| * | surface pro 4: Add support for Surface Pro 4 ButtonsWeng Xuetian2016-01-202-6/+8
| * | platform:x86: Add Intel Telemetry Debugfs interfacesSouvik Kumar Chakravarty2016-01-202-1/+1032
| * | platform:x86: Add Intel telemetry platform deviceSouvik Kumar Chakravarty2016-01-201-0/+96
| * | platform:x86: Add Intel telemetry platform driverSouvik Kumar Chakravarty2016-01-202-1/+1208
| * | platform/x86: Add Intel Telemetry Core DriverSouvik Kumar Chakravarty2016-01-203-0/+476
| * | intel_punit_ipc: add NULL check for input parametersQipeng Zha2016-01-201-6/+10
| * | thinkpad_acpi: Add support for keyboard backlightPali Rohár2016-01-201-0/+206
| * | dell-wmi: Process only one event on devices with interface version 0Pali Rohár2016-01-201-0/+16
| * | dell-wmi: Check if Dell WMI descriptor structure is validPali Rohár2016-01-201-2/+78
| * | tc1100-wmi: fix build warning when CONFIG_PM not enabledColin Ian King2016-01-201-0/+2
| * | asus-wireless: Add ACPI HID ATK4001João Paulo Rechi Vita2016-01-201-0/+1
| * | platform/x86: Add Asus Wireless Radio Control driverJoão Paulo Rechi Vita2016-01-203-0/+98
| * | asus-wmi: drop to_platform_driver macroGeliang Tang2016-01-201-3/+0Star
| * | intel-hid: new hid event driver for hotkeysAlex Hung2016-01-203-0/+302
| * | Keyboard backlight control for some Vaio Fit modelsMattia Dongili2016-01-201-20/+45
| * | platform/x86: Add rfkill dependency to ACPI_TOSHIBA entryAzael Avalos2016-01-201-0/+1
| * | platform:x86: add Intel P-Unit mailbox IPC driverQipeng Zha2016-01-203-0/+345
| * | intel_pmc_ipc: update acpi resource structure for PunitQipeng Zha2016-01-201-40/+78
| * | ideapad-laptop: Add Lenovo ideapad Y700-17ISK to no_hw_rfkill dmi listJosh Boyer2016-01-201-0/+7
| * | dell-wmi: Improve unknown hotkey handlingAndy Lutomirski2016-01-201-4/+20
| * | apple-gmux: Assign apple_gmux_data before registeringMatthew Garrett2016-01-201-4/+6
| * | toshiba_acpi: Fix keyboard backlight sysfs entries not being updatedAzael Avalos2016-01-201-4/+43
| * | toshiba_acpi: Add WWAN RFKill supportAzael Avalos2015-11-231-3/+76
| * | toshiba_acpi: Add support for WWAN devicesAzael Avalos2015-11-231-0/+109
| * | toshiba_acpi: Fix blank screen at boot if transflective backlight is supportedAzael Avalos2015-11-211-0/+8
| * | toshiba_acpi: Propagate the hotkey value via genetlinkAzael Avalos2015-11-211-1/+2
| * | dell_wmi: Use a C99-style array for bios_to_linux_keycodeAndy Lutomirski2015-11-211-21/+40
| * | toshiba_bluetooth: Add missing newline in toshiba_bluetooth_present functionAzael Avalos2015-11-211-1/+1
* | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-01-171-0/+113
|\ \ \
| * | | apple-gmux: Add initial documentationLukas Wunner2016-01-111-0/+113
| |/ /
* | | Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-01-171-2/+2
|\ \ \ | |_|/ |/| |
| * | gpio: change member .dev to .parentLinus Walleij2015-11-191-2/+2
| |/
* | thinkpad_acpi: Use acpi_video_handles_brightness_key_presses()Hans de Goede2016-01-011-1/+1
* | dell-wmi: Use acpi_video_handles_brightness_key_presses()Hans de Goede2016-01-011-4/+2Star
|/
* Merge tag 'platform-drivers-x86-v4.4-2' of git://git.infradead.org/users/dvha...Linus Torvalds2015-11-144-8/+47
|\
| * asus-wmi: fix error handling in store_sys_wmi()Dan Carpenter2015-11-111-1/+1
| * ideapad-laptop: Add Lenovo Yoga 900 to no_hw_rfkill dmi listHans de Goede2015-11-091-0/+7
| * ideapad-laptop: include Yoga 3 1170 in add rfkill whitelistArnd Bergmann2015-11-091-5/+5
| * ideapad-laptop: add support for Yoga 3 ESC keyArnd Bergmann2015-11-092-0/+33
| * thinkpad_acpi: Don't yell on unsupported brightness interfacesDavid Herrmann2015-11-061-2/+1Star
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2015-11-112-5/+5
|\ \
| * | linux/thermal.h: rename KELVIN_TO_CELSIUS to DECI_KELVIN_TO_CELSIUSRasmus Villemoes2015-10-102-5/+5