Part 1: Add code to ACPI to make the DSM calls and export interface functions Part 2: Some EDAC cleanup (used to be part 3 of the earlier 5 part series) Part 3: Update skx_edac.c to use (if we have some NVDIMMs present) Qiuxu Zhuo (2): EDAC, skx_edac: Clean up debugfs EDAC, skx_edac: Add address translation for non-volatile DIMMs Tony Luck (1): ACPI / adxl: Address translation interface using ACPI DSM drivers/acpi/Kconfig | 10 ++ drivers/acpi/Makefile | 3 + drivers/acpi/acpi_adxl.c | 199 +++++++++++++++++++++++++++++++ drivers/edac/Kconfig | 1 + drivers/edac/skx_edac.c | 246 +++++++++++++++++++++++++++++++-------- include/linux/adxl.h | 25 ++++ 6 files changed, 435 insertions(+), 49 deletions(-) create mode 100644 drivers/acpi/acpi_adxl.c create mode 100644 include/linux/adxl.h -- 2.17.1