[PULL][Unstable] Parse the ACPI PPTT table
dann frazier
dann.frazier at canonical.com
Wed May 30 20:19:35 UTC 2018
Sync up the unstable branch with the changes in my "[PULL][SRU Bionic]
Parse the ACPI PPTT table" PR.
BugLink: https://bugs.launchpad.net/bugs/1770231
The following changes since commit ab39fc7c699f367ea9c86fa9f7e51779672e6558:
UBUNTU: Config: pstore zlib support was renamed (2018-05-25 16:53:06 -0300)
are available in the Git repository at:
git://git.launchpad.net/~dannf/ubuntu/+source/linux/+git/linux pptt-unstable
for you to fetch changes up to 1ee9a79be97a7981af6634caf54a7eecf6db7742:
arm64: topology: divorce MC scheduling domain from core_siblings (2018-05-25 14:54:24 -0600)
----------------------------------------------------------------
Jeremy Linton (12):
drivers: base: cacheinfo: move cache_setup_of_node()
drivers: base: cacheinfo: setup DT cache properties early
cacheinfo: rename of_node to fw_token
arm64/acpi: Create arch specific cpu to acpi id helper
ACPI/PPTT: Add Processor Properties Topology Table parsing
ACPI: Enable PPTT support on ARM64
drivers: base cacheinfo: Add support for ACPI based firmware tables
arm64: Add support for ACPI based firmware tables
arm64: topology: rename cluster_id
arm64: topology: enable ACPI/PPTT based CPU topology
ACPI: Add PPTT to injectable table list
arm64: topology: divorce MC scheduling domain from core_siblings
dann frazier (1):
UBUNTU: [Config] CONFIG_ACPI_PPTT=y
arch/arm64/Kconfig | 1 +
arch/arm64/include/asm/acpi.h | 4 +
arch/arm64/include/asm/topology.h | 6 +-
arch/arm64/kernel/cacheinfo.c | 15 +-
arch/arm64/kernel/topology.c | 107 ++++-
arch/riscv/kernel/cacheinfo.c | 1 -
debian.master/config/config.common.ubuntu | 1 +
drivers/acpi/Kconfig | 3 +
drivers/acpi/Makefile | 1 +
drivers/acpi/pptt.c | 655 ++++++++++++++++++++++++++++++
drivers/acpi/tables.c | 2 +-
drivers/base/cacheinfo.c | 157 +++----
include/linux/acpi.h | 4 +
include/linux/cacheinfo.h | 25 +-
14 files changed, 875 insertions(+), 107 deletions(-)
create mode 100644 drivers/acpi/pptt.c
More information about the kernel-team
mailing list