ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt/x86_64-2.6.16-rc2-git2-060207-1.bz2 46a06695e837588f9c86f5eec5a7f116 x86_64-2.6.16-rc2-git2-060207-1.bz2 VERSION=2 PATCHLEVEL=6 SUBLEVEL=16 EXTRAVERSION=-rc2-git2 arch/i386/Makefile.cpu | 4 + arch/i386/kernel/apic.c | 2 arch/x86_64/Makefile | 5 ++ arch/x86_64/ia32/ia32_signal.c | 28 +++++-------- arch/x86_64/ia32/ia32entry.S | 2 arch/x86_64/kernel/aperture.c | 2 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 | 31 ++++---------- 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 | 13 ++++-- arch/x86_64/kernel/setup64.c | 14 +++--- arch/x86_64/kernel/signal.c | 83 ++++++++++++++++----------------------- arch/x86_64/kernel/time.c | 4 - arch/x86_64/kernel/traps.c | 2 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 | 4 - drivers/char/hangcheck-timer.c | 2 fs/binfmt_elf.c | 13 ++++-- include/asm-x86_64/elf.h | 4 + include/asm-x86_64/ia32_unistd.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 | 10 +++- include/asm-x86_64/signal.h | 4 - include/asm-x86_64/suspend.h | 4 - include/asm-x86_64/system.h | 6 -- include/asm-x86_64/thread_info.h | 2 include/asm-x86_64/unistd.h | 7 ++- net/core/utils.c | 2 39 files changed, 246 insertions(+), 178 deletions(-) Detailed patch listing (individual files found in the patches tar file) 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/tif-restore-sigmask<< Implement TIF_RESTORE_SIGMASK Andi Kleen >>feature/add-ppoll-pselect<< Add ppoll/pselect syscalls 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-dma-merge<< Don't touch the non DMA members in the sg list in dma_map_sg in the IOMMU 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 Andi Kleen >>fix-bad-apic-ack<< Fix wrong ! in bad apic fix Andi Kleen >>disable-sibling-calls<< Disable sibling calls with DEBUG_KERNEL to get better backtraces