Age | Commit message (Expand) | Author | Files | Lines |
2016-04-27 | Merge tag 'platform-drivers-x86-v4.6-3' of git://git.infradead.org/users/dvha... | Linus Torvalds | 1 | -1/+1 |
2016-04-25 | toshiba_acpi: Fix regression caused by hotkey enabling value | Azael Avalos | 1 | -1/+1 |
2016-04-21 | Merge tag 'platform-drivers-x86-v4.6-2' of git://git.infradead.org/users/dvha... | Linus Torvalds | 6 | -45/+65 |
2016-04-19 | platform:x86 decouple telemetry driver from the optional IPC resources | Aubrey Li | 2 | -42/+54 |
2016-04-15 | thinkpad_acpi: Silence an uninitialized variable warning | Dan Carpenter | 1 | -1/+3 |
2016-04-15 | intel_telemetry_pltdrv: Silence an uninitialized variable warning | Dan Carpenter | 1 | -1/+1 |
2016-04-15 | hp_accel: Silence an uninitialized variable warning | Dan Carpenter | 1 | -1/+3 |
2016-04-15 | hp_accel: Add support for HP ProBook 440 G3 | Martin Vajnar | 1 | -0/+2 |
2016-04-03 | Convert straggling drivers to new six-argument get_user_pages() | Linus Torvalds | 1 | -2/+1 |
2016-03-28 | intel-hid: add a workaround to ignore an event after waking up from S4. | Alex Hung | 1 | -0/+2 |
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 |
2016-03-23 | toshiba_acpi: Add support for cooling method feature | Azael Avalos | 1 | -0/+54 |
2016-03-23 | thinkpad_acpi: Remove ambiguous logging for "Unsupported brightness interface" | Eric Curtin | 1 | -3/+1 |
2016-03-21 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -23/+88 |