ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt/x86_64-2.6.16-rc1-git4-060122-1.bz2 a9b2193308f38ded638ec31e20e815c1 x86_64-2.6.16-rc1-git4-060122-1.bz2 VERSION=2 PATCHLEVEL=6 SUBLEVEL=16 EXTRAVERSION=-rc1-git4 Documentation/x86_64/boot-options.txt | 4 Makefile | 4 arch/i386/Makefile.cpu | 4 arch/x86_64/Kconfig.debug | 7 arch/x86_64/Makefile | 1 arch/x86_64/defconfig | 21 +- arch/x86_64/ia32/ia32_signal.c | 28 +-- arch/x86_64/ia32/ia32entry.S | 4 arch/x86_64/kernel/apic.c | 25 +++ arch/x86_64/kernel/entry.S | 3 arch/x86_64/kernel/nmi.c | 7 arch/x86_64/kernel/pci-dma.c | 3 arch/x86_64/kernel/pmtimer.c | 5 arch/x86_64/kernel/setup.c | 8 - arch/x86_64/kernel/signal.c | 83 ++++------- arch/x86_64/kernel/smpboot.c | 3 arch/x86_64/kernel/time.c | 55 ++++++- arch/x86_64/kernel/traps.c | 21 +- arch/x86_64/lib/clear_page.S | 38 +++++ arch/x86_64/lib/copy_page.S | 87 +++++++++++ arch/x86_64/lib/copy_user.S | 251 ++++++++++++++++++++++++++++++---- arch/x86_64/lib/memcpy.S | 93 ++++++++++++ arch/x86_64/lib/memset.S | 94 ++++++++++++ arch/x86_64/mm/init.c | 2 fs/binfmt_elf.c | 15 +- include/asm-x86_64/apic.h | 1 include/asm-x86_64/cpufeature.h | 2 include/asm-x86_64/ia32_unistd.h | 4 include/asm-x86_64/numa.h | 7 include/asm-x86_64/proto.h | 4 include/asm-x86_64/signal.h | 4 include/asm-x86_64/thread_info.h | 2 include/asm-x86_64/unistd.h | 7 lib/Kconfig.debug | 10 + 34 files changed, 768 insertions(+), 139 deletions(-) Detailed patch listing (individual files found in the patches tar file) Andi Kleen >>defconfig-update<< Update defconfig Jan Beulich >>config-unwind-info<< Add CONFIG_UNWIND_INFO Jan Beulich >>vsyscall-patch-xen<< Don't use direct mapping to patch kernel text Andi Kleen >>nmi-kprobes<< Disallow kprobes on NMI handlers Andi Kleen >>apic-main-timer<< Allow to run main time keeping from the local APIC interrupt Andi Kleen >>apic-main-timer-default<< Enable apic main timer mode by default for better testing Shaohua Li >>timer-resume<< [PATCH] timer resume Jan Beulich >>hotadd-pud<< Use correct PUD for memory hotadd Andi Kleen >>tune-generic<< x86-64: Use -mtune=generic for generic kernels Andi Kleen >>generic-sigsuspend<< Use generic rt_sigsuspend Andi Kleen >>tif-restore-sigmask<< Implement TIF_RESTORE_SIGMASK Andi Kleen >>add-ppoll-pselect<< Add ppoll/pselect syscalls Heiko Carstens >>fix-futimesat32<< Fix futimesat for 32bit programs Andi Kleen >>swiotlb-dma32<< Fix swiotlb dma_alloc_coherent fallback Andi Kleen >>stack-random-large<< Increase the variability of the process stack on 64bit architectures Andi Kleen >>copy-memset-revert<< Undo the earlier changes to remove unrolled copy/memset functions Ravikiran G Thirumalai >>fix-the-node-cpumask-of-a-cpu-going-down<< Fix the node cpumask of a cpu going down Andi Kleen >>remove-config-init-debug<< Remove CONFIG_INIT_DEBUG