ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt/x86_64-2.6.16-rc1-git2-060120-1.bz2 513b663343c1e9f3a671c4081f31afdd x86_64-2.6.16-rc1-git2-060120-1.bz2 VERSION=2 PATCHLEVEL=6 SUBLEVEL=16 EXTRAVERSION=-rc1-git2 Documentation/x86_64/boot-options.txt | 4 + Makefile | 4 + arch/i386/Makefile.cpu | 4 + 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 | 2 arch/x86_64/kernel/signal.c | 83 ++++++++++++++-------------------- arch/x86_64/kernel/time.c | 55 ++++++++++++++++++++-- arch/x86_64/kernel/traps.c | 21 ++++---- arch/x86_64/mm/init.c | 2 include/asm-x86_64/apic.h | 1 include/asm-x86_64/ia32_unistd.h | 4 + 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 ++++ 24 files changed, 202 insertions(+), 102 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