summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* platform/x86: wmi: Probe data objects for read and write capabilitiesAndy Lutomirski2017-06-062-4/+103
* platform/x86: wmi: Split devices into types and add basic sysfs attributesAndy Lutomirski2017-06-061-1/+77
* platform/x86: wmi: Fix error handling when creating devicesAndy Lutomirski2017-06-061-13/+15
* platform/x86: wmi: Turn WMI into a bus driverAndy Lutomirski2017-06-062-43/+201
* platform/x86: wmi: Track wmi devices per ACPI deviceAndy Lutomirski2017-06-061-22/+36
* platform/x86: wmi: Clean up acpi_wmi_addAndy Lutomirski2017-06-061-5/+9
* platform/x86: wmi: Pass the acpi_device through to parse_wdgAndy Lutomirski2017-06-061-6/+7
* platform/x86: wmi: Drop "Mapper (un)loaded" messagesAndy Lutomirski2017-06-061-3/+0
* platform/x86: dell-rbtn: Improve explanation about DELLABC6Andy Lutomirski2017-06-031-9/+20
* platform/x86: dell-wmi: Add a better description for "stealth mode"Andy Lutomirski2017-06-031-1/+6
* platform/x86: dell-wmi: Add a comment explaining the 0xb2 magic numberAndy Lutomirski2017-06-031-0/+1
* platform/x86: fujitsu-laptop: use device-specific data in remaining module codeMichał Kępień2017-06-031-59/+64
* platform/x86: fujitsu-laptop: use device-specific data in LED-related codeMichał Kępień2017-06-031-50/+52
* platform/x86: fujitsu-laptop: explicitly pass ACPI device to call_fext_func()Michał Kępień2017-06-031-39/+42
* platform/x86: fujitsu-laptop: track the last instantiated FUJ02E3 ACPI deviceMichał Kępień2017-06-031-0/+4
* platform/x86: fujitsu-laptop: allocate fujitsu_laptop in acpi_fujitsu_laptop_...Michał Kępień2017-06-031-12/+8
* platform/x86: fujitsu-laptop: use device-specific data in backlight codeMichał Kępień2017-06-031-37/+38
* platform/x86: fujitsu-laptop: allocate fujitsu_bl in acpi_fujitsu_bl_add()Michał Kępień2017-06-031-11/+9
* platform/x86: fujitsu-laptop: distinguish current uses of device-specific dataMichał Kępień2017-06-031-24/+24
* platform/x86: intel_cht_int33fe: Set supplied-from property on max17047 devHans de Goede2017-05-311-0/+8
* platform/x86: intel_pmc_ipc: Mark ipc_data_readb() as __maybe_unusedMatthias Kaehlcke2017-05-261-1/+1
* platform/x86: ideapad-laptop: Squelch ACPI event 1Hao Wei Tee2017-05-231-1/+7
* platform/x86: ideapad-laptop: hide unused 'touchpad_store'Arnd Bergmann2017-05-231-4/+4
* platform/x86: topstar-laptop: Add new device idGuillaume Douézan-Grard2017-05-161-0/+1
* platform/x86: peaq-wmi: Add new peaq-wmi driverHans de Goede2017-05-153-0/+108
* platform/x86: thinkpad_acpi: Add a comment about 0 in module_param_call()Andy Shevchenko2017-05-151-0/+1
* platform/x86: thinkpad_acpi: Join string literals backAndy Shevchenko2017-05-151-117/+65
* platform/x86: silead_dmi: Add touchscreen info for GP-electronic T701Hans de Goede2017-05-151-0/+22
* platform/x86: toshiba_acpi: use memdup_user_nulGeliang Tang2017-05-151-8/+3
* platform/x86: ideapad-laptop: Switch touchpad attribute to be ROAndy Shevchenko2017-05-151-1/+2
* platform/x86: ideapad-laptop: Add sysfs interface for touchpad stateRitesh Raj Sarraf2017-05-152-0/+41
* Linux 4.12-rc1v4.12-rc1Linus Torvalds2017-05-131-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-05-135-7/+445
|\
| * Input: cros_ec_keyb - remove extraneous 'const'Arnd Bergmann2017-05-121-1/+1
| * Input: add support for PlayStation 1/2 joypads connected via SPITomohiro Yoshidomi2017-05-103-0/+423
| * Input: xpad - add USB IDs for Mad Catz Brawlstick and Razer SabertoothBenjamin Valentin2017-05-071-0/+2
| * Input: xpad - sync supported devices with xboxdrvBenjamin Valentin2017-05-071-0/+13
| * Input: xpad - sort supported devices by USB IDBenjamin Valentin2017-05-071-6/+6
* | Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2017-05-139-18/+195
|\ \
| * | ubi: Add debugfs file for tracking PEB stateBen Shelton2017-05-081-1/+125
| * | ubifs: Fix a typo in comment of ioctl2ubifs & ubifs2ioctlRock Lee2017-05-081-3/+3
| * | ubifs: Remove unnecessary assignmentStefan Agner2017-05-081-1/+0
| * | ubifs: Fix cut and paste error on sb type comparisonsColin Ian King2017-05-081-2/+2
| * | ubi: fastmap: Fix slab corruptionRabin Vincent2017-05-081-4/+29
| * | ubifs: Add CONFIG_UBIFS_FS_SECURITY to disable/enable security labelsHyunchul Lee2017-05-083-2/+31
| * | ubi: Make mtd parameter readableAndy Shevchenko2017-05-081-1/+1
| * | ubi: Fix section mismatchAndy Shevchenko2017-05-081-4/+4
* | | Merge branch 'for-linus-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-137-19/+17
|\ \ \
| * | | um: Add missing NR_CPUS includeRichard Weinberger2017-05-041-0/+1
| * | | um: Fix to call read_initrd after init_bootmemMasami Hiramatsu2017-05-032-3/+7