summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* platform/x86: intel_punit_ipc: Convert to use SPDX identifierAndy Shevchenko2018-09-271-4/+1
* platform/x86: intel_punit_ipc: Sort headers alphabeticallyAndy Shevchenko2018-09-271-3/+4
* platform/x86: intel_pmc: Convert to use SPDX identifierAndy Shevchenko2018-09-273-28/+6
* platform/x86: intel_pmc: Sort headers alphabeticallyAndy Shevchenko2018-09-271-12/+11
* platform/x86: intel_oaktrail: Convert to use SPDX identifierAndy Shevchenko2018-09-271-16/+2
* platform/x86: intel_oaktrail: Sort headers alphabeticallyAndy Shevchenko2018-09-271-7/+7
* platform/x86: intel_mid_thermal: Convert to use SPDX identifierAndy Shevchenko2018-09-271-18/+3
* platform/x86: intel_mid_thermal: Sort headers alphabeticallyAndy Shevchenko2018-09-271-5/+4
* platform/x86: intel_mid_powerbtn: Convert to use SPDX identifierAndy Shevchenko2018-09-271-9/+1
* platform/x86: intel_mid_powerbtn: Remove unnecessary init.h inclusionAndy Shevchenko2018-09-271-1/+0
* platform/x86: intel_menlow: Convert to use SPDX identifierAndy Shevchenko2018-09-271-18/+3
* platform/x86: intel_menlow: Sort headers alphabeticallyAndy Shevchenko2018-09-271-4/+3
* platform/x86: intel-ips: Convert to use SPDX identifierAndy Shevchenko2018-09-272-25/+3
* platform/x86: intel_int0002_vgpio: Convert to use SPDX identifierAndy Shevchenko2018-09-271-5/+2
* platform/x86: intel-hid: Convert to use SPDX identifierAndy Shevchenko2018-09-271-11/+1
* platform/x86: intel_chtdc_ti_pwrbtn: Add SPDX identifierAndy Shevchenko2018-09-271-0/+1
* platform/x86: intel_cht_int33fe: Convert to use SPDX identifierAndy Shevchenko2018-09-271-5/+2
* platform/x86: intel_bxtwc_tmu: Convert to use SPDX identifierAndy Shevchenko2018-09-271-11/+2
* firmware: dcdbas: Move dcdbas to drivers/platform/x86Stuart Hayes2018-09-277-18/+18
* firmware: dell_rbu: Move dell_rbu to drivers/platform/x86Stuart Hayes2018-09-275-13/+13
* firmware: dcdbas: Add support for WSMT ACPI tableStuart Hayes2018-09-272-6/+127
* firmware: dell_rbu: Make payload memory uncachableStuart Hayes2018-09-271-0/+8
* platform/x86: acerhdf: restructure to allow large BIOS table be __initconstPaul Gortmaker2018-09-271-13/+28
* platform/x86: acerhdf: mark appropriate content with __init prefixPaul Gortmaker2018-09-271-3/+3
* platform/x86: acerhdf: Add BIOS entry for Gateway LT31 v1.3307Paul Gortmaker2018-09-271-0/+1
* platform/x86: acerhdf: Remove cut-and-paste trap from instructionsPaul Gortmaker2018-09-272-2/+5
* platform/x86: acerhdf: Enable ability to list supported systemsPaul Gortmaker2018-09-271-0/+14
* platform/x86: acerhdf: clarify modinfo messages for BIOS overridePaul Gortmaker2018-09-271-2/+2
* platform/x86: intel_mid_powerbtn: Get rid of custom ICPU() macroAndy Shevchenko2018-09-271-5/+2
* platform/x86: intel_int0002_vgpio: Implement irq_set_wakeHans de Goede2018-09-271-0/+16
* platform/x86: intel_int0002_vgpio: Enable the driver on Bay Trail platformsHans de Goede2018-09-271-5/+1
* platform/x86: ideapad-laptop: Use __func__ instead of read_ec_cmd in pr_errZhang Xianwei2018-09-271-1/+1
* platform/x86: alienware-wmi: Correct a memory leakMario Limonciello2018-09-101-0/+1
* platform/x86: dell-smbios-wmi: Correct a memory leakMario Limonciello2018-09-101-0/+1
* Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-2611-179/+72
|\
| * target/iscsi: Allocate session IDs from an IDAMatthew Wilcox2018-08-223-30/+10
| * iscsi target: fix session creation failure handlingMike Christie2018-08-221-14/+21
| * drm/vmwgfx: Convert to new IDA APIMatthew Wilcox2018-08-221-29/+12
| * dmaengine: Convert to new IDA APIMatthew Wilcox2018-08-221-16/+7
| * media: Convert entity ID allocation to new IDA APIMatthew Wilcox2018-08-221-11/+5
| * cb710: Convert to new IDA APIMatthew Wilcox2018-08-221-18/+5
| * rsxx: Convert to new IDA APIMatthew Wilcox2018-08-221-16/+5
| * osd: Convert to new IDA APIMatthew Wilcox2018-08-221-15/+7
| * sd: Convert to new IDA APIMatthew Wilcox2018-08-221-17/+4
| * mtip32xx: Convert to new IDA APIMatthew Wilcox2018-08-221-23/+6
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-265-17/+25
|\ \
| * \ Merge tag 'irqchip-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2018-08-245-17/+25
| |\ \
| | * | irqchip/gic-v3: Allow interrupt to be configured as wake-up sourcesMarc Zyngier2018-08-201-2/+6
| | * | irqchip/tango: Set irq handler and data in one goMartin Kaiser2018-08-201-2/+1
| | * | irqchip/s3c24xx: Remove unneeded comparison of unsigned long to 0Krzysztof Kozlowski2018-08-131-1/+1