ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt/x86_64-2.6.15-git9-060113-2.bz2 b9d725dd67688a0a3e7920bb369cbeea x86_64-2.6.15-git9-060113-2.bz2 VERSION=2 PATCHLEVEL=6 SUBLEVEL=15 EXTRAVERSION=-git9 Documentation/x86_64/boot-options.txt | 4 Makefile | 4 arch/i386/kernel/cpu/cpufreq/powernow-k8.c | 4 arch/i386/mm/init.c | 2 arch/x86_64/Kconfig | 9 + arch/x86_64/defconfig | 5 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 | 32 +++-- arch/x86_64/kernel/entry.S | 12 - arch/x86_64/kernel/head.S | 108 ++++++----------- arch/x86_64/kernel/setup64.c | 2 arch/x86_64/kernel/time.c | 43 ++++++- arch/x86_64/mm/Makefile | 2 arch/x86_64/mm/init.c | 176 +++++++++++++++++++++-------- arch/x86_64/mm/mmap.c | 30 ++++ include/asm-x86_64/apic.h | 1 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/proto.h | 3 include/linux/init.h | 12 + lib/Kconfig.debug | 10 + mm/page_alloc.c | 14 +- 26 files changed, 411 insertions(+), 180 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 Matt Tolentino >>add-__meminit-for-memory-hotplug<< add __meminit for memory hotplug Jan Beulich >>config-unwind-info<< Add CONFIG_UNWIND_INFO Shaohua Li >>lapic-resume-uses-correct-base-address<< lapic resume uses correct base address Jan Beulich >>remove-empty-bad-xxx<< eliminate empty_bad_{page,{pte,pmd}_table} Andi Kleen >>set-do_not_nx-as-cpuinitdata<< set do_not_nx as cpuinitdata Matt Tolentino >>add-x86-64-support-for-memory-hot-add<< add x86-64 support for memory hot-add Andi Kleen >>apic-main-timer<< Allow to run main time keeping from the local APIC interrupt 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 Andi Kleen >>remove-elf32-map<< Remove elf32_map in 32bit ELF loader Andi Kleen >>flexmmap-32bit<< Flexmap for 32bit and randomized mappings for 64bit Andi Kleen >>pmtimer-embedded<< Only let user select PM timer support when EMBEDDED Andi Kleen >>debug-nest<< Allow nesting of int3 by default for kprobes