ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt/x86_64-2.6.15-git12-060116-1.bz2 eaf183990de2bc78e12873f2dcbecdff x86_64-2.6.15-git12-060116-1.bz2 VERSION=2 PATCHLEVEL=6 SUBLEVEL=15 EXTRAVERSION=-git12 arch/i386/kernel/cpu/cpufreq/powernow-k8.c | 4 arch/i386/mm/init.c | 2 arch/x86_64/Kconfig | 9 + arch/x86_64/defconfig | 21 ++- arch/x86_64/ia32/Makefile | 3 arch/x86_64/ia32/ia32_binfmt.c | 17 -- arch/x86_64/ia32/mmap32.c | 78 ++++++++++++ arch/x86_64/kernel/apic.c | 5 arch/x86_64/kernel/entry.S | 12 - arch/x86_64/kernel/setup64.c | 2 arch/x86_64/mm/Makefile | 2 arch/x86_64/mm/init.c | 181 +++++++++++++++++++++-------- arch/x86_64/mm/mmap.c | 30 ++++ include/asm-x86_64/ia32.h | 2 include/asm-x86_64/irq.h | 2 include/asm-x86_64/page.h | 7 + include/asm-x86_64/processor.h | 9 - include/asm-x86_64/system.h | 10 - include/linux/init.h | 12 + mm/page_alloc.c | 14 +- 20 files changed, 316 insertions(+), 106 deletions(-) Detailed patch listing (individual files found in the patches tar file) Andi Kleen >>defconfig-update<< Update defconfig Andi Kleen >>powernow-init<< Mark powernow k8 init functions as __cpuinit Andi Kleen >>debug-nest<< Allow nesting of int3 by default for kprobes Andi Kleen >>pmtimer-embedded<< Only let user select PM timer support when EMBEDDED Shaohua Li >>lapic-resume-uses-correct-base-address<< lapic resume uses correct base address Andi Kleen >>set-do_not_nx-as-cpuinitdata<< set do_not_nx as cpuinitdata Andi Kleen >>page-table-setup<< Don't try to put kernel page tables beyond ZONE_DMA32. Andi Kleen >>increase-nr-vectors<< Increase NR_IRQ_VECTORS to 32 * NR_CPUS Haren Myneni >>initrd-free<< Fix freeing of initrd Andi Kleen >>remove-elf32-map<< Remove elf32_map in 32bit ELF loader Andi Kleen >>flexmmap-32bit<< Flexmap for 32bit and randomized mappings for 64bit Matt Tolentino >>add-x86-64-support-for-memory-hot-add<< add x86-64 support for memory hot-add Matt Tolentino >>add-__meminit-for-memory-hotplug<< add __meminit for memory hotplug Ravikiran G Thirumalai >>vsmp-build<< Fix VSMP build