ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt/x86_64-2.6.16-rc1-git4-060126-1.bz2 1c7f0bd965c951262b9877519cbf015e x86_64-2.6.16-rc1-git4-060126-1.bz2 VERSION=2 PATCHLEVEL=6 SUBLEVEL=16 EXTRAVERSION=-rc1-git4 Documentation/DocBook/Makefile | 2 Documentation/x86_64/boot-options.txt | 13 + 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 | 33 ++++ arch/x86_64/kernel/entry.S | 3 arch/x86_64/kernel/io_apic.c | 7 arch/x86_64/kernel/mce.c | 5 arch/x86_64/kernel/nmi.c | 31 ++-- arch/x86_64/kernel/pci-dma.c | 3 arch/x86_64/kernel/pmtimer.c | 5 arch/x86_64/kernel/setup.c | 11 + arch/x86_64/kernel/setup64.c | 9 + arch/x86_64/kernel/signal.c | 83 ++++------- arch/x86_64/kernel/smpboot.c | 3 arch/x86_64/kernel/time.c | 75 +++++++++- arch/x86_64/kernel/traps.c | 29 ++- 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 arch/x86_64/mm/srat.c | 46 +++++- arch/x86_64/pci/mmconfig.c | 4 drivers/acpi/processor_idle.c | 2 drivers/char/hangcheck-timer.c | 2 drivers/edac/Kconfig | 1 fs/binfmt_elf.c | 13 + fs/compat.c | 2 include/asm-x86_64/apic.h | 3 include/asm-x86_64/cpufeature.h | 2 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/nmi.h | 3 include/asm-x86_64/numa.h | 7 include/asm-x86_64/pgtable.h | 6 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 + mm/mempolicy.c | 2 net/core/dev.c | 2 net/core/utils.c | 2 net/socket.c | 2 52 files changed, 903 insertions(+), 183 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-ati<< Automatically enable apicmaintimer on ATI boards Andi Kleen >>hangcheck-remove-message<< Quieten hangcheck driver 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 >>tif-restore-sigmask<< Implement TIF_RESTORE_SIGMASK Andi Kleen >>add-ppoll-pselect<< Add ppoll/pselect syscalls Andi Kleen >>compat-pselect-fix<< Fix warning in compat_sys_pselect7 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 Andi Kleen >>edac-default<< Remove rogue default y in EDAC Kconfig "Chen, Kenneth W" >>mempolicy-hpage<< Fix memory policy build without CONFIG_HUGETLBFS Andi Kleen >>srat-clear-node<< Clear more state when ignoring empty node in SRAT parsing Andi Kleen >>clock-compat<< Emulate clock={pmtmr,tsc,hpet,acpi_pm} options to be compatible to i386 Don Zickus >>nmi-watchdog-good-citizen<< Don't steal all NMIs in the NMI watchdog pravin shelar >>garbage-values-in-file--proc-net-sockstat<< garbage values in file /proc/net/sockstat mita@miraclelinux.com (Akinobu Mita) >>bitops-cleanups<< {set,clear,test}_bit() related cleanup Shaohua Li >>mark-two-routines-as-__cpuinit<< mark two routines as __cpuinit Andi Kleen >>impossible-per-cpu-data-workaround<< Let impossible CPUs point to reference per cpu data Ashok.Raj@intel.com >>even-more-cpuinit<< data/functions wrongly marked as __init with cpu hotplug. Andi Kleen >>srat-check-size<< Do more checking in the SRAT header code