]> git.baikalelectronics.ru Git - kernel.git/commit
acpi/hmat: Parse and report heterogeneous memory
authorKeith Busch <keith.busch@intel.com>
Mon, 11 Mar 2019 20:55:59 +0000 (14:55 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 4 Apr 2019 16:41:20 +0000 (18:41 +0200)
commita649a6c9f5aac9801e401fdf4673e62e19b05d68
tree90deb33d557cb80c9a4526a4d705c6b6b6bc6102
parenta3933f432b49b3675beda4a2f01c801d178ad230
acpi/hmat: Parse and report heterogeneous memory

Systems may provide different memory types and export this information
in the ACPI Heterogeneous Memory Attribute Table (HMAT). Parse these
tables provided by the platform and report the memory access and caching
attributes to the kernel messages.

Reviewed-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Tested-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Keith Busch <keith.busch@intel.com>
Tested-by: Brice Goglin <Brice.Goglin@inria.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/acpi/Kconfig
drivers/acpi/Makefile
drivers/acpi/hmat/Kconfig [new file with mode: 0644]
drivers/acpi/hmat/Makefile [new file with mode: 0644]
drivers/acpi/hmat/hmat.c [new file with mode: 0644]