summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
* acpi/nfit: Fix user-initiated ARS to be "ARS-long" rather than "ARS-short"Dan Williams2018-12-211-1/+1
* ACPI/IORT: Fix iort_get_platform_device_domain() uninitialized pointer valueLorenzo Pieralisi2018-12-171-1/+1
* ACPICA: AML interpreter: add region addresses in global list during initializ...Erik Schmauss2018-12-011-0/+4
* ACPI / platform: Add SMB0001 HID to forbidden_id_listHans de Goede2018-11-271-0/+1
* Revert "ACPICA: AML interpreter: add region addresses in global list during i...Greg Kroah-Hartman2018-11-211-4/+0Star
* acpi, nfit: Fix ARS overflow continuationDan Williams2018-11-211-2/+2
* acpi/nfit, x86/mce: Validate a MCE's address before using itVishal Verma2018-11-211-0/+4
* acpi/nfit, x86/mce: Handle only uncorrectable machine checksVishal Verma2018-11-211-2/+2
* ACPI / LPSS: Add alternative ACPI HIDs for Cherry Trail DMA controllersHans de Goede2018-11-131-0/+2
* ACPI / processor: Fix the return value of acpi_processor_ids_walk()Dou Liyang2018-11-131-3/+4
* ACPI / PM: LPIT: Register sysfs attributes based on FADTRajneesh Bhardwaj2018-11-131-0/+6
* ACPI/PPTT: Handle architecturally unknown cache typesJeffrey Hugo2018-11-131-20/+13Star
* acpi, nfit: Fix Address Range Scrub completion trackingDan Williams2018-11-132-78/+101
* ACPICA: AML Parser: fix parse loop to correctly skip erroneous extended opcodesErik Schmauss2018-11-131-1/+13
* ACPICA: AML interpreter: add region addresses in global list during initializ...Erik Schmauss2018-11-131-0/+4
* ACPI / OSL: Use 'jiffies' as the time bassis for acpi_os_get_timer()Bart Van Assche2018-11-131-6/+9
* Merge branch 'acpi-bus'Rafael J. Wysocki2018-09-071-6/+7
|\
| * ACPI / bus: Only call dmi_check_system() on X86Jean Delvare2018-09-061-6/+7
* | ACPI / LPSS: Force LPSS quirks on bootZhang Rui2018-09-061-1/+1
|/
* Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds2018-08-262-4/+21
|\
| * acpi/nfit: queue issuing of ars when an uc error notification comes inDave Jiang2018-07-282-3/+10
| * acpi, nfit: Prefer _DSM over _LSR for namespace label readsDan Williams2018-07-141-1/+11
* | Merge tag 'acpi-4.19-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-241-3/+3
|\ \
| * | ACPI: fix menuconfig presentation of ACPI submenuArnd Bergmann2018-08-231-3/+3
* | | Merge tag 'for-linus-4.19b-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-08-231-0/+1
|\ \ \ | |/ / |/| |
| * | xen/ACPI: don't upload Px/Cx data for disabled processorsJan Beulich2018-08-201-0/+1
* | | Merge tag 'acpi-4.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-2216-54/+252
|\ \ \ | |/ / |/| |
| * | Merge branch 'acpi-pmic'Rafael J. Wysocki2018-08-211-2/+107
| |\ \
| | * | ACPI / PMIC: CrystalCove: Extend PMOP support to support all possible fieldsHans de Goede2018-08-141-2/+107
| * | | ACPICA: Clear status of all events when entering sleep statesRafael J. Wysocki2018-08-141-8/+3Star
| * | | ACPICA: acpiexec: fix a small memory leak regressionBob Moore2018-08-141-3/+2Star
| * | | ACPICA: Reference count: add additional debugging detailsErik Schmauss2018-08-141-2/+5
| * | | ACPICA: acpi_exec: fixing -fi optionErik Schmauss2018-08-144-9/+57
| * | | ACPICA: Debugger: Cleanup interface to the AML disassemblerBob Moore2018-08-143-6/+22
| * | | ACPICA: AML Parser: skip opcodes that open a scope upon parse failureErik Schmauss2018-08-141-6/+11
| * | | ACPICA: Utilities: split hex detection into smaller functionsErik Schmauss2018-08-143-4/+26
| * | | ACPICA: Update an error message for a duplicate tableBob Moore2018-08-141-2/+2
| * | | ACPICA: ACPICA: add status check for acpi_hw_read before assigning return valueErik Schmauss2018-08-141-2/+7
| * | | ACPICA: AML Parser: ignore all exceptions resulting from incorrect AML during...Erik Schmauss2018-08-141-13/+13
| |/ /
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-08-151-3/+5
|\ \ \ | |/ / |/| |
| * | arm64: fix ACPI dependenciesArnd Bergmann2018-07-241-3/+5
| * | drivers: acpi: add dependency of EFI for arm64AKASHI Takahiro2018-07-231-1/+1
* | | Merge tag 'acpi-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2018-08-1411-201/+210
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'acpi-button', 'acpi-battery' and 'acpi-osi'Rafael J. Wysocki2018-08-143-32/+62
| |\ \ \ \ \
| | | | * | | ACPI / OSI: Add OEM _OSI string to enable NVidia HDMI audioAlex Hung2018-07-201-0/+8
| | | * | | | ACPI / battery: Do not export energy_full[_design] on devices without full_ch...Hans de Goede2018-08-091-0/+19
| | | * | | | ACPI / battery: get rid of negations in conditionsDmitry Rozhkov2018-07-251-10/+12
| | | * | | | ACPI / battery: use specialized print macrosDmitry Rozhkov2018-07-251-5/+3Star
| | | * | | | ACPI / battery: reorder headers alphabeticallyDmitry Rozhkov2018-07-251-5/+6
| | | * | | | ACPI / battery: drop inclusion of init.hDmitry Rozhkov2018-07-251-1/+0Star