Age | Commit message (Expand) | Author | Files | Lines |
2016-05-27 | dell-rbtn: Ignore ACPI notifications if device is suspended | Gabriele Mazzotta | 1 | -0/+56 |
2016-05-27 | thinkpad_acpi: save kbdlight state on suspend and restore it on resume | Marco Trevisan (Treviño) | 1 | -3/+40 |
2016-05-27 | intel_menlow: reduce code duplication | Rasmus Villemoes | 1 | -27/+22 |
2016-05-27 | asus-wmi: provide access to ALS control | Oleksij Rempel | 1 | -0/+5 |
2016-05-27 | ideapad-laptop: add a new WMI string for ESC key | Arnd Bergmann | 1 | -3/+16 |
2016-05-27 | surfacepro3_button: Add a warning when switching to tablet mode | Andy Shevchenko | 1 | -2/+7 |
2016-05-06 | sony-laptop: Avoid oops on module unload for older laptops | Lawrence Yiu | 1 | -0/+3 |
2016-05-05 | intel_telemetry: Constify telemetry_core_ops structures | Julia Lawall | 2 | -4/+4 |
2016-05-05 | fujitsu-laptop: Use IS_ENABLED() instead of checking for built-in or module | Javier Martinez Canillas | 1 | -6/+6 |
2016-04-25 | asus-laptop: correct error handling in sysfs_acpi_set | Giedrius Statkevičius | 1 | -3/+2 |
2016-04-25 | asus-laptop: remove redundant initializers | Giedrius Statkevičius | 1 | -3/+3 |
2016-04-25 | asus-laptop: correct error handling in asus_read_brightness() | Giedrius Statkevičius | 1 | -1/+3 |
2016-04-15 | fujitsu-laptop: Support radio LED | Michał Kępień | 1 | -0/+51 |
2016-03-24 | Merge tag 'platform-drivers-x86-v4.6-1' of git://git.infradead.org/users/dvha... | Linus Torvalds | 18 | -424/+995 |
2016-03-23 | hp-wmi: Remove GPS rfkill support via pre-2009 interface | Maciej S. Szmigiero | 1 | -37/+1 |
2016-03-23 | hp-wmi: fix unregister order in hp_wmi_rfkill_setup() once again | Maciej S. Szmigiero | 1 | -7/+7 |
2016-03-23 | dell-wmi: support Dell Inspiron M5110 | Michał Kępień | 1 | -1/+12 |
2016-03-23 | dell-wmi: properly process Dell Instant Launch hotkey | Michał Kępień | 1 | -1/+4 |
2016-03-23 | dell-wmi: enable receiving WMI events on Dell Vostro V131 | Michał Kępień | 2 | -0/+67 |
2016-03-23 | dell-smbios: rename dell_smi_error() to dell_smbios_error() | Michał Kępień | 3 | -11/+11 |
2016-03-23 | dell-laptop: move dell_smi_error() to dell-smbios | Michał Kępień | 3 | -14/+18 |
2016-03-23 | ideapad-laptop: Add ideapad Y700 (15) to the no_hw_rfkill DMI list | John Dahlstrom | 1 | -0/+14 |
2016-03-23 | fujitsu-laptop: Support radio toggle button | Michał Kępień | 1 | -1/+7 |
2016-03-23 | intel-hid: allocate correct amount of memory for private struct | Wolfram Sang | 1 | -2/+1 |
2016-03-23 | platform/x86: Make intel_scu_ipc explicitly non-modular | Paul Gortmaker | 1 | -31/+4 |
2016-03-23 | intel_pmc_ipc: Avoid pending IPC1 command during legacy suspend | Qipeng Zha | 1 | -1/+2 |
2016-03-23 | intel_pmc_ipc: Fix GCR register base address and length | Qipeng Zha | 1 | -2/+3 |
2016-03-23 | asus-nb-wmi: add wapf=4 quirk for ASUS X75VD | Oleksandr Natalenko | 1 | -0/+9 |
2016-03-23 | intel_telemetry_pltdrv: Change verbosity control bits | Souvik Kumar Chakravarty | 1 | -1/+12 |
2016-03-23 | dell-rbtn: Add a comment about the XPS 13 9350 | Andy Lutomirski | 1 | -0/+15 |
2016-03-23 | dell-wmi: Support new hotkeys on the XPS 13 9350 (Skylake) | Andy Lutomirski | 1 | -7/+64 |
2016-03-23 | dell-wmi: Clean up hotkey table size check | Andy Lutomirski | 1 | -2/+13 |
2016-03-23 | dell-wmi, dell-laptop: depends DMI | Andy Lutomirski | 1 | -0/+2 |
2016-03-23 | dell-wmi: Stop storing pointers to DMI tables | Andy Lutomirski | 1 | -28/+46 |
2016-03-23 | dell-smbios: make da_tokens static | Michał Kępień | 2 | -4/+1 |
2016-03-23 | dell-smbios: remove find_token_{id,location}() | Michał Kępień | 2 | -28/+0 |
2016-03-23 | dell-laptop: use dell_smbios_find_token() instead of find_token_location() | Michał Kępień | 1 | -12/+12 |
2016-03-23 | dell-laptop: use dell_smbios_find_token() instead of find_token_id() | Michał Kępień | 1 | -11/+11 |
2016-03-23 | dell-smbios: implement new function for finding DMI table 0xDA tokens | Michał Kępień | 2 | -0/+15 |
2016-03-23 | dell-smbios: make the SMBIOS buffer static | Michał Kępień | 2 | -3/+1 |
2016-03-23 | dell-smbios: return the SMBIOS buffer from dell_smbios_get_buffer() | Michał Kępień | 3 | -19/+35 |
2016-03-23 | dell-smbios: don't return an SMBIOS buffer from dell_smbios_send_request() | Michał Kępień | 2 | -6/+2 |
2016-03-23 | dell-smbios: don't pass an SMBIOS buffer to dell_smbios_send_request() | Michał Kępień | 3 | -25/+23 |
2016-03-23 | dell-smbios: rename dell_send_request() to dell_smbios_send_request() | Michał Kępień | 3 | -26/+26 |
2016-03-23 | dell-smbios: rename release_buffer() to dell_smbios_release_buffer() | Michał Kępień | 3 | -17/+17 |
2016-03-23 | dell-smbios: rename clear_buffer() to dell_smbios_clear_buffer() | Michał Kępień | 3 | -10/+10 |
2016-03-23 | dell-smbios: rename get_buffer() to dell_smbios_get_buffer() | Michał Kępień | 3 | -16/+16 |
2016-03-23 | dell-laptop: extract SMBIOS-related code to a separate module | Michał Kępień | 5 | -163/+257 |
2016-03-23 | toshiba_acpi: Add a module parameter to disable hotkeys registration | Azael Avalos | 1 | -0/+10 |
2016-03-23 | toshiba_acpi: Add sysfs entries for the Cooling Method feature | Azael Avalos | 1 | -0/+51 |