summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2017-06-14Merge tag 'v4.12-rc5' into ras/core, to pick up fixesIngo Molnar8-51/+35
2017-06-12ACPICA: Remove extraneous status checkBob Moore1-3/+0
2017-06-12ACPICA: Export the public mutex interfacesBob Moore1-1/+4
2017-06-12ACPICA: Disassembler: Abort on an invalid/unknown AML opcodeBob Moore1-0/+14
2017-06-12ACPICA: Dispatcher: Remove unnecessary call to debuggerLv Zheng1-9/+0
2017-06-12ACPICA: Debugger/acpiexec: Cleanup error messagesBob Moore2-3/+4
2017-06-12ACPICA: Explicitly cast 1 to u32Erik Schmauss1-3/+9
2017-06-12ACPICA: Update error message for field beyond buffer caseBob Moore1-6/+5
2017-06-12ACPICA: Events: Add runtime stub support for event APIsLv Zheng1-0/+18
2017-06-12ACPICA: Core: Always set GPIO VendorOffsetMika Westerberg1-3/+1
2017-06-12ACPICA: Fix a type value overlap in the AML support fileBob Moore1-28/+33
2017-06-12ACPICA: ACPI 6.2: Add support for PinGroupConfig() resourceMika Westerberg8-1/+162
2017-06-12ACPICA: ACPI 6.2: Add support for PinGroupFunction() resourceMika Westerberg9-1/+168
2017-06-12ACPICA: ACPI 6.2: Add support for PinGroup() resourceMika Westerberg9-2/+173
2017-06-12ACPICA: ACPI 6.2: Add support for PinConfig() resourceMika Westerberg9-3/+190
2017-06-12ACPICA: ACPI 6.2: Add support for PinFunction() resourceMika Westerberg8-3/+165
2017-06-12ACPICA: disassembler: improve Switch supportDavid E. Box3-2/+8
2017-06-12ACPICA: Add support for _HMA as a predefined methodErik Schmauss1-0/+3
2017-06-12ACPICA: Add support for _LSW as a predefined methodErik Schmauss1-0/+4
2017-06-12ACPICA: Add support for _LSR as a predefined methodErik Schmauss1-0/+5
2017-06-12ACPICA: Add support for _LSI as a predefined methodErik Schmauss1-0/+4
2017-06-12ACPICA: Utilities: Make a notify value reservedBob Moore1-2/+2
2017-06-12ACPICA: Add new notify value for memory attributes updateBob Moore1-1/+3
2017-06-12ACPICA: Change path's type from u8* to char*Erik Schmauss2-2/+2
2017-06-12ACPICA: Tables: Mechanism to handle late stage acpi_get_table() imbalanceLv Zheng1-9/+25
2017-06-09Merge tag 'iommu-fixes-v4.12-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-10/+16
2017-06-09Merge branches 'intel_pstate' and 'pm-sleep'Rafael J. Wysocki4-34/+4
2017-06-07ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()Andy Shevchenko4-36/+13
2017-06-07Revert "ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idle"Rafael J. Wysocki4-34/+4
2017-06-05Revert "ACPICA: Disassembler: Enhance resource descriptor detection"Rafael J. Wysocki1-9/+0
2017-06-05ACPI / extlog: Switch to use new generic UUID APIAndy Shevchenko1-10/+10
2017-06-05ACPI / bus: Switch to use new generic UUID APIAndy Shevchenko1-3/+3
2017-06-05ACPI / APEI: Switch to use new generic UUID APIAndy Shevchenko1-4/+4
2017-06-05acpi, nfit: Switch to use new generic UUID APIAndy Shevchenko2-29/+28
2017-06-03Merge branches 'acpi-button', 'acpica' and 'acpi-sysfs'Rafael J. Wysocki3-7/+6
2017-05-30ACPI/IORT: Move the check to get iommu_ops from translated fwspecLorenzo Pieralisi1-8/+8
2017-05-30ACPI/IORT: Ignore all errors except EPROBE_DEFERSricharan R2-2/+8
2017-05-29ACPICA: Tables: Fix regression introduced by a too early mechanism enablingLv Zheng1-4/+0
2017-05-29Revert "ACPI / button: Change default behavior to lid_init_state=open"Benjamin Tissoires1-1/+1
2017-05-27Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2017-05-26acpi/processor: Prevent cpu hotplug deadlockThomas Gleixner1-8/+8
2017-05-26ACPI/processor: Use cpu_hotplug_disable() instead of get_online_cpus()Thomas Gleixner1-2/+2
2017-05-23ACPI: Adjust system_state checkThomas Gleixner1-1/+1
2017-05-22Merge branches 'acpi-button' and 'acpi-tools'Rafael J. Wysocki1-0/+9
2017-05-21ACPI/APEI: Handle GSIV and GPIO notification typesShiju Jose1-14/+25
2017-05-21acpi, nfit: Fix the memory error check in nfit_handle_mce()Vishal Verma1-1/+1
2017-05-12Revert "ACPI / button: Remove lid_init_state=method mode"Lv Zheng1-0/+9
2017-05-10Merge tag 'acpi-extra-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds51-220/+810
2017-05-10Merge tag 'pm-extra-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-4/+34
2017-05-09Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-11/+77