aboutsummaryrefslogtreecommitdiffstats
path: root/tools/power/cpupower
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2020-08-03 13:14:42 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2020-08-03 13:14:42 +0200
commitdb1da2f52ea5477e917957dd80c1da63affa60e6 (patch)
treec96755e5c597b9d9a44f520298a2a35f96d7e9d7 /tools/power/cpupower
parentMerge branches 'acpi-proc', 'acpi-sysfs', 'acpi-pad', 'acpi-ec', 'acpi-pci' and 'acpi-prop' (diff)
parentACPI: OSL: Clean up the removal of unused memory mappings (diff)
parentACPI: NUMA: Remove the useless 'node >= MAX_NUMNODES' check (diff)
parentACPI: APEI: remove redundant assignment to variable rc (diff)
parentACPI: Replace HTTP links with HTTPS ones (diff)
downloadlinux-dev-db1da2f52ea5477e917957dd80c1da63affa60e6.tar.xz
linux-dev-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