This patchset adds the ability for the user to disable ACPI Memory Hotplug by adding "acpi_no_memhotplug" as a kernel paramaeter, and disables ACPI Memory Hotplug by default when the memmap=exactmap and mem=X parameters are used.
Signed-off-by: Prarit Bhargava <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: "H. Peter Anvin" <[email protected]> Cc: [email protected] Cc: Len Brown <[email protected]> Cc: "Rafael J. Wysocki" <[email protected]> Cc: Linn Crosetto <[email protected]> Cc: Pekka Enberg <[email protected]> Cc: Yinghai Lu <[email protected]> Cc: Andrew Morton <[email protected]> Cc: Toshi Kani <[email protected]> Cc: Tang Chen <[email protected]> Cc: Wen Congyang <[email protected]> Cc: Vivek Goyal <[email protected]> Cc: [email protected] Cc: [email protected] Cc: Toshi Kani <[email protected]> Cc: [email protected] Cc: [email protected] Prarit Bhargava (2): acpi memory hotplug, add parameter to disable memory hotplug [v2] x86, e820 disable ACPI Memory Hotplug if memory mapping is specified by user [v2] Documentation/kernel-parameters.txt | 3 +++ arch/x86/kernel/e820.c | 10 +++++++++- drivers/acpi/acpi_memhotplug.c | 17 +++++++++++++++++ include/linux/memory_hotplug.h | 3 +++ 4 files changed, 32 insertions(+), 1 deletion(-) -- 1.7.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

