aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-26Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2-15/+14
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-59/+23
2018-10-23Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-5/+5
2018-10-18ACPI / scan: Create platform device for INT33FE ACPI nodesHans de Goede1-15/+9
2018-10-02x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra4-5/+5
2018-09-30Merge 4.19-rc6 into usb-nextGreg Kroah-Hartman2-0/+2
2018-09-20platform: x86: intel_cht_int33fe: Remove the old connections for the muxesHeikki Krogerus1-14/+4
2018-09-20platform: x86: intel_cht_int33fe: Add connections for the USB Type-C portHeikki Krogerus1-1/+11
2018-09-20platform: x86: intel_cht_int33fe: Add connection for the DP alt modeHeikki Krogerus1-3/+6
2018-09-20platform: x86: intel_cht_int33fe: Register all connections at onceHeikki Krogerus1-10/+4
2018-09-20platform: x86: intel_cht_int33fe: Add dependency on muxesHeikki Krogerus1-0/+2
2018-09-18PCI: hotplug: Embed hotplug_slotLukas Wunner2-35/+21
2018-09-18PCI: hotplug: Drop hotplug_slot_infoLukas Wunner2-20/+0
2018-09-18PCI: hotplug: Constify hotplug_slot_opsLukas Wunner2-4/+2
2018-09-10platform/x86: alienware-wmi: Correct a memory leakMario Limonciello1-0/+1
2018-09-10platform/x86: dell-smbios-wmi: Correct a memory leakMario Limonciello1-0/+1
2018-08-22Merge tag 'platform-drivers-x86-v4.19-1' of git://git.infradead.org/linux-platform-drivers-x86Linus Torvalds21-401/+1359
2018-08-22platform/x86: acer-wmi: Silence "unsupported" message a bitBenjamin Herrenschmidt1-1/+1
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+1
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+1
2018-08-17platform/x86: intel_punit_ipc: fix build errorsRandy Dunlap1-0/+1
2018-08-16Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-16/+8
2018-08-15Merge tag 'media/v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-0/+1
2018-08-15platform/x86: ideapad: Add Y520-15IKBM and Y720-15IKBM to no_hw_rfkillIke Panhc1-0/+14
2018-08-15platform/x86: asus-nb-wmi: Add keymap entry for lid flip action on UX360Aleh Filipovich1-0/+1
2018-08-15platform/x86: acer-wmi: refactor function has_capGustavo A. R. Silva1-4/+1
2018-08-15platform/x86: thinkpad_acpi: Fix multi-battery bugThomas Weißschuh1-1/+5
2018-08-15platform/x86: thinkpad_acpi: extend battery quirk coverageJouke Witteveen1-0/+4
2018-08-15platform/x86: touchscreen_dmi: Add info for the Cube KNote i1101 tabletyouling2571-0/+26
2018-08-15platform/x86: mlx-platform: Fix copy-paste error in mlxplat_init()Wei Yongjun1-2/+2
2018-08-09platform/x86: Add ACPI i2c-multi-instantiate pseudo driverHans de Goede3-0/+144
2018-08-02media: headers: fix linux/mod_devicetable.h inclusionsArnd Bergmann1-0/+1
2018-08-01platform/x86: mlx-platform: Remove unused defineVadim Pasternak1-1/+0
2018-08-01platform/x86: mlx-platform: Change mlxreg-io configuration for MSN274x systemsVadim Pasternak1-2/+2
2018-08-01platform/x86: mlx-platform: Allow mlxreg-io driver activation for more systemsVadim Pasternak1-0/+96
2018-08-01platform/x86: mlx-platform: Add ASIC hotplug device configurationVadim Pasternak1-3/+71
2018-08-01platform/x86: mlx-platform: Add mlxreg-fan platform driver activationVadim Pasternak1-1/+143
2018-07-31platform/x86: dell-laptop: Fix backlight detectionDamien Thébault1-1/+1
2018-07-23PCI: hotplug: Demidlayer registration with the coreLukas Wunner2-16/+8
2018-07-21platform/x86: toshiba_acpi: Fix defined but not used build warningsRandy Dunlap1-1/+2
2018-07-21pids: Compute task_tgid using signal->leader_pidEric W. Biederman1-0/+1
2018-07-20platform/x86: dell-laptop: Fix backlight detectionDamien Thébault1-1/+1
2018-07-18platform/x86: thinkpad_acpi: Support battery quirkJouke Witteveen1-2/+21
2018-07-18platform/x86: thinkpad_acpi: Proper model/release matchingJouke Witteveen1-50/+48
2018-07-18platform/x86: intel_ips: remove redundant variables slope and offsetColin Ian King1-4/+1
2018-07-10headers: fix linux/mod_devicetable.h inclusionsArnd Bergmann1-0/+1
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap1-0/+1
2018-07-02platform/x86: asus-wireless: Fix uninitialized symbol usageJoão Paulo Rechi Vita1-10/+13
2018-07-02platform/x86: asus-wireless: Toggle airplane mode LEDJoão Paulo Rechi Vita1-0/+1
2018-07-02platform/x86: dell-smbios-wmi: make function dell_smbios_wmi_call staticColin Ian King1-1/+1