ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt/x86_64-2.6.16-rc3-git9-060218-1.bz2 845e6e2721e3eedc8a873f25f50ab47f x86_64-2.6.16-rc3-git9-060218-1.bz2 VERSION=2 PATCHLEVEL=6 SUBLEVEL=16 EXTRAVERSION=-rc3-git9 Makefile | 3 - arch/i386/Makefile | 3 + arch/i386/Makefile.cpu | 4 ++ arch/x86_64/Makefile | 1 arch/x86_64/defconfig | 6 +-- arch/x86_64/kernel/aperture.c | 2 - arch/x86_64/kernel/head.S | 25 +++++++------ arch/x86_64/kernel/mce.c | 3 - arch/x86_64/kernel/mpparse.c | 19 ++++------ arch/x86_64/kernel/nmi.c | 1 arch/x86_64/kernel/pci-gart.c | 29 +++++---------- arch/x86_64/kernel/pmtimer.c | 3 + arch/x86_64/kernel/process.c | 9 ++-- arch/x86_64/kernel/ptrace.c | 6 +-- arch/x86_64/kernel/setup.c | 65 +++++++++++++++++++--------------- arch/x86_64/kernel/setup64.c | 16 ++++---- arch/x86_64/kernel/time.c | 4 +- arch/x86_64/kernel/traps.c | 21 +++++------ arch/x86_64/kernel/x8664_ksyms.c | 3 - arch/x86_64/lib/thunk.S | 1 arch/x86_64/mm/fault.c | 73 ++++++++++++++++++++++++++++++++------- arch/x86_64/mm/init.c | 2 - arch/x86_64/mm/k8topology.c | 2 - arch/x86_64/mm/numa.c | 6 +-- arch/x86_64/mm/srat.c | 8 ++-- arch/x86_64/pci/mmconfig.c | 18 +++------ drivers/char/agp/amd64-agp.c | 2 - drivers/char/hangcheck-timer.c | 2 - fs/binfmt_elf.c | 13 ++++-- include/asm-x86_64/elf.h | 4 ++ include/asm-x86_64/mmu_context.h | 6 +-- include/asm-x86_64/numa.h | 4 +- include/asm-x86_64/pci.h | 2 - include/asm-x86_64/pgalloc.h | 28 ++++++++++++++ include/asm-x86_64/pgtable.h | 12 ++++-- include/asm-x86_64/proto.h | 2 - include/asm-x86_64/string.h | 17 +-------- include/asm-x86_64/suspend.h | 4 -- include/asm-x86_64/system.h | 6 --- mm/page_alloc.c | 22 +++++------ 40 files changed, 261 insertions(+), 196 deletions(-) Detailed patch listing (individual files found in the patches tar file) Andi Kleen >>defconfig-update<< Don't set CONFIG_DEBUG_INFO in defconfig Andi Kleen >>feature/hangcheck-remove-message<< Quieten hangcheck driver Jan Beulich >>feature/hotadd-pud<< Use correct PUD for memory hotadd Andi Kleen >>feature/tune-generic<< x86-64: Use -mtune=generic for generic kernels Andi Kleen >>feature/stack-random-large<< Increase the variability of the process stack on 64bit architectures mita@miraclelinux.com (Akinobu Mita) >>feature/bitops-cleanups<< {set,clear,test}_bit() related cleanup Andi Kleen >>feature/rename-node<< Rename struct node in x86-64 NUMA code to struct boot node Jan Beulich >>feature/cpu_pda-array-to-macro-followup-correction<< cpu_pda array to macro followup correction Jan Beulich >>feature/disallow-multi-byte-hardware-execution-breakpoints<< disallow multi-byte hardware execution breakpoints Jan Beulich >>feature/eliminate-set_debug<< eliminate set_debug() Jan Beulich >>feature/save-fpu-context-slightly-later<< save FPU context slightly later Ashok Raj >>feature/cleanup-allocating-logical-cpu-numbers-in-x86_64<< cleanup allocating logical cpu numbers in x86_64 Andi Kleen >>feature/pmtimer-dont-touch-pit<< Don't need to read PIT in timer handler when PM timer is used Andi Kleen >>feature/boot-report-apicid<< Report local APIC ID when initializing CPU Jon Mason >>feature/no_iommu-removal-in-pci-gartc<< no_iommu removal in pci-gart.c Andi Kleen >>gart-relax<< Use cpu_relax in poll loop in GART IOMMU Jan Beulich >>actively-synchronize-vmalloc-area-when-registering-certain-callbacks<< actively synchronize vmalloc area when registering certain callbacks Jan Beulich >>remove-dead-do_softirq_thunk<< remove dead do_softirq_thunk Jan Beulich >>fix-user_ptrs_per_pgd<< fix USER_PTRS_PER_PGD Andi Kleen >>argument-check<< Check that early arguments are words on their own Andi Kleen >>fix-string<< Don't define string functions to builtin Henrik Kretzschmar >>agp-ali-m1695<< Fix wrong PCI ID for ALI M1695 AGP bridge Roberto Nibali >>traps-whitespace<< Clean up white space in traps.c Andi Kleen >>early-num-physpages<< Make pfn_valid work early in boot Jan Beulich >>miscellaneous-cleanup<< miscellaneous cleanup Linus Torvalds >>handle-holes-in-node-mask-in-node-fallback<< Handle holes in node mask in node fallback Ravikiran G Thirumalai >>to-use-lapic-ids-instead-of-initial-apic-ids<< to use lapic ids instead of initial apic ids