ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt/x86_64-2.6.18-rc1-060714-1.bz2 673c3753123c48faa65359c68e427fa1 x86_64-2.6.18-rc1-060714-1.bz2 VERSION=2 PATCHLEVEL=6 SUBLEVEL=16 EXTRAVERSION=-git19 Documentation/filesystems/proc.txt | 14 MAINTAINERS | 9 arch/i386/Kconfig | 10 arch/i386/kernel/apic.c | 3 arch/i386/kernel/crash.c | 22 arch/i386/kernel/io_apic.c | 1 arch/i386/kernel/mpparse.c | 1 arch/i386/kernel/nmi.c | 944 +++++++++++++++++++++---------- arch/i386/kernel/process.c | 3 arch/i386/kernel/smpboot.c | 3 arch/i386/kernel/srat.c | 8 arch/i386/kernel/time.c | 23 arch/i386/kernel/traps.c | 50 - arch/i386/mach-generic/bigsmp.c | 1 arch/i386/mach-generic/es7000.c | 1 arch/i386/mach-generic/probe.c | 2 arch/i386/mach-generic/summit.c | 1 arch/i386/oprofile/nmi_int.c | 93 ++- arch/i386/oprofile/nmi_timer_int.c | 35 - arch/i386/oprofile/op_model_athlon.c | 54 + arch/i386/oprofile/op_model_p4.c | 152 ++-- arch/i386/oprofile/op_model_ppro.c | 65 +- arch/i386/oprofile/op_x86_model.h | 1 arch/x86_64/defconfig | 36 + arch/x86_64/ia32/ia32_binfmt.c | 2 arch/x86_64/ia32/ia32_signal.c | 28 arch/x86_64/ia32/ia32entry.S | 6 arch/x86_64/ia32/ptrace32.c | 17 arch/x86_64/kernel/aperture.c | 2 arch/x86_64/kernel/apic.c | 7 arch/x86_64/kernel/crash.c | 24 arch/x86_64/kernel/entry.S | 2 arch/x86_64/kernel/head.S | 2 arch/x86_64/kernel/ioport.c | 1 arch/x86_64/kernel/mce_amd.c | 2 arch/x86_64/kernel/nmi.c | 839 ++++++++++++++++++--------- arch/x86_64/kernel/pci-calgary.c | 6 arch/x86_64/kernel/process.c | 75 +- arch/x86_64/kernel/ptrace.c | 8 arch/x86_64/kernel/signal.c | 82 +- arch/x86_64/kernel/smpboot.c | 4 arch/x86_64/kernel/tce.c | 6 arch/x86_64/kernel/time.c | 71 +- arch/x86_64/kernel/traps.c | 31 - arch/x86_64/kernel/vsyscall.c | 85 ++ drivers/acpi/Kconfig | 3 drivers/char/hpet.c | 4 drivers/ieee1394/ieee1394_core.c | 4 drivers/ieee1394/ohci1394.c | 5 fs/binfmt_elf.c | 3 include/asm-i386/genapic.h | 69 +- include/asm-i386/intel_arch_perfmon.h | 14 include/asm-i386/mach-es7000/mach_apic.h | 4 include/asm-i386/mach-summit/mach_apic.h | 11 include/asm-i386/nmi.h | 33 - include/asm-i386/ptrace.h | 4 include/asm-i386/smp.h | 19 include/asm-x86_64/calgary.h | 6 include/asm-x86_64/intel_arch_perfmon.h | 14 include/asm-x86_64/msr.h | 11 include/asm-x86_64/nmi.h | 36 - include/asm-x86_64/page.h | 2 include/asm-x86_64/proto.h | 1 include/asm-x86_64/segment.h | 5 include/asm-x86_64/signal.h | 4 include/asm-x86_64/smp.h | 22 include/asm-x86_64/tce.h | 8 include/asm-x86_64/thread_info.h | 9 include/asm-x86_64/unistd.h | 5 include/asm-x86_64/vsyscall.h | 21 include/linux/kernel.h | 1 include/linux/sysctl.h | 2 kernel/panic.c | 1 kernel/spinlock.c | 5 kernel/sysctl.c | 23 75 files changed, 2130 insertions(+), 1051 deletions(-) Detailed patch listing (individual files found in the patches tar file) Andi Kleen >>defconfig-update<< Update defconfig Andi Kleen >>i386-up-generic-arch<< i386: Allow to use GENERICARCH for UP kernels Andi Kleen >>i386-numa-summit-check<< i386: Panic the system when a NUMA kernel doesn't run on IBM NUMA Andi Kleen >>temp-revert-arch-perfmon<< Temporarily revert parts of the Core 2 nmi nmi watchdog support dzickus >>add-performance-counter-reservation-framework-for-up-kernels<< Add performance counter reservation framework for UP kernels dzickus >>utilize-performance-counter-reservation-framework-in-oprofile<< Utilize performance counter reservation framework in oprofile dzickus >>add-smp-support-on-x86_64-to-reservation-framework<< Add SMP support on x86_64 to reservation framework dzickus >>add-smp-support-on-i386-to-reservation-framework<< Add SMP support on i386 to reservation framework dzickus >>cleanup-nmi-interrupt-path<< Cleanup NMI interrupt path Andi Kleen >>tif-restore-sigmask<< Add TIF_RESTORE_SIGMASK Andi Kleen >>add-ppoll-pselect<< Add ppoll/pselect syscalls Markus Schoder >>bring-x86-64-ia32-emul-in-sync-with-i386-on-read_implies_exec-enabling<< Bring x86-64 ia32 emul in sync with i386 on READ_IMPLIES_EXEC enabling dzickus >>remove-un-set_nmi_callback-and-reserve-release_lapic_nmi-functions<< Remove un/set_nmi_callback and reserve/release_lapic_nmi functions dzickus >>add-abilty-to-enable-disable-nmi-watchdog-from-sysfs<< Add abilty to enable/disable nmi watchdog with sysctl Don Zickus >>add-abilty-to-enable-disable-nmi-watchdog-from-procfs-update<< Add abilty to enable/disable nmi watchdog from procfs (update) Andrew Morton >>x86_64-mm-remove-un-set_nmi_callback-and-reserve-release_lapic_nmi-functions-x86-fix<< x86_64-mm-remove-un-set_nmi_callback-and-reserve-release_lapic_nmi-functions-x86-fix Andrew Morton >>x86_64-mm-remove-un-set_nmi_callback-and-reserve-release_lapic_nmi-functions-x86-fix-fix<< x86_64-mm-remove-un-set_nmi_callback-and-reserve-release_lapic_nmi-functions-x86-fix-fix Andrew Morton >>x86_64-mm-remove-un-set_nmi_callback-and-reserve-release_lapic_nmi-functions-x86_64-fix<< x86_64-mm-remove-un-set_nmi_callback-and-reserve-release_lapic_nmi-functions-x86_64-fix Don Zickus >>allow-users-to-force-a-panic-on-nmi<< Allow users to force a panic on NMI Don Zickus >>x86-clean-up-nmi-panic-messages<< x86 clean up nmi panic messages Shaohua Li >>x86-nmi-fix<< i386/x86-64: x86 nmi fix Don Zickus >>x86-nmi-fix-2<< x86 nmi fix 2 Adrian Bunk >>make-functions-static<< make functions static Vivek Goyal >>kdump-x86_64-nmi-event-notification-fix<< kdump x86_64 nmi event notification fix Vivek Goyal >>kdump-i386-nmi-event-notification-fix<< Kdump i386 nmi event notification fix Andi Kleen >>i386-enable-nmi-wdog<< i386: Enable NMI watchdog by default Venkatesh Pallipadi >>add-nmi-watchdog-support-for-new-intel-cpus<< i386/x86-64 Add nmi watchdog support for new Intel CPUs Vojtech Pavlik >>rdtscp-macros<< Add macros for rdtscp Vojtech Pavlik >>init-rdtscp<< Add initalization of the RDTSCP auxilliary values Vojtech Pavlik >>getcpu-vsyscall<< Add the vgetcpu vsyscall Andi Kleen >>no-asm-smp<< Clean up asm/smp.h includes Andi Kleen >>ieee1394-early<< Initialize ieee1394 early when built in Jacob Shin >>mce-amd-fix<< Fix hotplug problem in mce amd Stephane Eranian >>tif-flags-for-debug-regs-and-io-bitmap-in-ctxsw<< x86-64 TIF flags for debug regs and io bitmap in ctxsw muli@il.ibm.com >>add-a-maintainers-entry-for-calgary<< Add a MAINTAINERS entry for Calgary muli@il.ibm.com >>fix-calgary-copyright-statements-per-ibm-guidelines<< Fix Calgary copyright statements per IBM guidelines Andi Kleen >>fix-acpi-defaults<< Fix up bogus defaults in ACPI Kconfig Andi Kleen >>oprofile-p4-model<< Allow oprofile for model P4 models Andi Kleen >>fix-ptrace32-siginfo<< Fix root hole in ptrace compat Andi Kleen >>hpet-cosmetics<< Don't print virtual address in HPET initialization "Adam Henley" >>a-few-trivial-spelling-and-grammar-fixes<< A few trivial spelling and grammar fixes Andi Kleen >>randomize-check<< i386/x86-64: Don't randomize stack top when no randomization personality is set Andi Kleen >>add-user-mode<< i386/x86-64: Add user_mode checks to profile_pc for oprofile Andi Kleen >>int80-save-args<< Don't clobber r8-r11 in int 0x80 handler Andi Kleen >>i386-profile-pc<< Account spinlocks to the caller during profiling for !FP kernels Andi Kleen >>simplify-profile-pc<< Simplify profile_pc on x86-64 "bibo,mao" >>enlarge-debug-stack<< Enlarge debug stack for nested kprobes