ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt/x86_64-2.6.16-git10-060326-1.bz2 29f0f068d860920095300ed06ac328f4 x86_64-2.6.16-git10-060326-1.bz2 VERSION=2 PATCHLEVEL=6 SUBLEVEL=16 EXTRAVERSION=-git10 Documentation/x86_64/boot-options.txt | 3 arch/i386/kernel/setup.c | 30 ++++++++ arch/i386/pci/mmconfig.c | 11 +++ arch/x86_64/defconfig | 20 ----- arch/x86_64/kernel/aperture.c | 2 arch/x86_64/kernel/e820.c | 36 ++++++++++ arch/x86_64/kernel/process.c | 24 +++++++ arch/x86_64/kernel/time.c | 21 +++--- arch/x86_64/mm/init.c | 24 ++++++- arch/x86_64/mm/numa.c | 44 ++++++++++--- arch/x86_64/mm/srat.c | 115 ++++++++++++++++++++++++++++++++-- arch/x86_64/pci/mmconfig.c | 10 ++ drivers/acpi/Kconfig | 2 drivers/char/agp/Kconfig | 2 drivers/char/hangcheck-timer.c | 2 include/asm-i386/e820.h | 4 + include/asm-x86_64/e820.h | 3 include/asm-x86_64/numa.h | 2 include/asm-x86_64/system.h | 7 +- include/linux/bootmem.h | 1 include/linux/init.h | 3 include/linux/memory_hotplug.h | 9 ++ mm/bootmem.c | 9 ++ 23 files changed, 330 insertions(+), 54 deletions(-) Detailed patch listing (individual files found in the patches tar file) Andi Kleen >>defconfig-update<< Update defconfig Andi Kleen >>feature/hangcheck-remove-message<< Quieten hangcheck driver Andi Kleen >>lost-cli-debug<< Add debugging support for lost CLI Andi Kleen >>hotadd-reserve<< Support memory hotadd without sparsemem Keith Mannthey, Andi Kleen >>srat-hotadd-reserve<< Reserve SRAT hotadd memory on x86-64 Andi Kleen >>empty-pxm<< Handle empty PXMs that only contain hotplug memory Andi Kleen >>sis-agp<< Enable SIS AGP driver on x86-64 for EM64T systems Arjan van de Ven >>rename-e820-mapped<< Rename e820_mapped to e820_any_mapped Arjan van de Ven >>e820-all-mapped<< Introduce e820_all_mapped Arjan van de Ven >>mcfg-e820<< MCFG sanity check