diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2020-08-03 13:14:42 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2020-08-03 13:14:42 +0200 |
commit | db1da2f52ea5477e917957dd80c1da63affa60e6 (patch) | |
tree | c96755e5c597b9d9a44f520298a2a35f96d7e9d7 /drivers/acpi/acpica | |
parent | Merge branches 'acpi-proc', 'acpi-sysfs', 'acpi-pad', 'acpi-ec', 'acpi-pci' a... (diff) | |
parent | ACPI: OSL: Clean up the removal of unused memory mappings (diff) | |
parent | ACPI: NUMA: Remove the useless 'node >= MAX_NUMNODES' check (diff) | |
parent | ACPI: APEI: remove redundant assignment to variable rc (diff) | |
parent | ACPI: Replace HTTP links with HTTPS ones (diff) | |
download | linux-db1da2f52ea5477e917957dd80c1da63affa60e6.tar.xz linux-db1da2f52ea5477e917957dd80c1da63affa60e6.zip |
Merge branches 'acpi-mm', 'acpi-tables', 'acpi-apei' and 'acpi-misc'
* acpi-mm:
ACPI: OSL: Clean up the removal of unused memory mappings
ACPI: OSL: Use deferred unmapping in acpi_os_unmap_iomem()
ACPI: OSL: Use deferred unmapping in acpi_os_unmap_generic_address()
ACPICA: Preserve memory opregion mappings
ACPI: OSL: Implement deferred unmapping of ACPI memory
* acpi-tables:
ACPI: NUMA: Remove the useless 'node >= MAX_NUMNODES' check
ACPI: NUMA: Remove the useless sub table pointer check
ACPI: tables: Remove the duplicated checks for acpi_parse_entries_array()
ACPI: tables: avoid relocations for table signature array
* acpi-apei:
ACPI: APEI: remove redundant assignment to variable rc
* acpi-misc:
ACPI: Replace HTTP links with HTTPS ones
ACPI: Use valid link to the ACPI specification
ACPI: Use fallthrough pseudo-keyword