x86_64-2.6.19-rc2-git7-061022-1.bz2 04635ed4da3490856ed1d4cb0b8d9403 x86_64-2.6.19-rc2-git7-061022-1.bz2 VERSION=2 PATCHLEVEL=6 SUBLEVEL=19 EXTRAVERSION=-rc2-git7 Documentation/kernel-parameters.txt | 7 arch/i386/defconfig | 4 arch/i386/kernel/cpu/common.c | 209 +++++++++++++++++++++-------- arch/i386/kernel/cpu/intel.c | 8 - arch/i386/kernel/cpu/mtrr/generic.c | 4 arch/i386/kernel/cpu/mtrr/main.c | 4 arch/i386/kernel/entry.S | 252 +++++++++++++++++------------------ arch/i386/kernel/head.S | 33 +++- arch/i386/kernel/hpet.c | 7 arch/i386/kernel/i8259.c | 26 ++- arch/i386/kernel/io_apic.c | 16 +- arch/i386/kernel/ldt.c | 4 arch/i386/kernel/nmi.c | 26 +++ arch/i386/kernel/pci-dma.c | 4 arch/i386/kernel/process.c | 75 +++++----- arch/i386/kernel/ptrace.c | 18 -- arch/i386/kernel/signal.c | 6 arch/i386/kernel/smpboot.c | 28 +++ arch/i386/kernel/time_hpet.c | 15 +- arch/i386/kernel/traps.c | 83 ++++------- arch/i386/kernel/vm86.c | 121 ++++++++++------ arch/i386/mach-default/setup.c | 30 ---- arch/i386/mach-visws/setup.c | 9 - arch/i386/mach-visws/visws_apic.c | 7 arch/i386/mach-voyager/setup.c | 13 - arch/i386/mach-voyager/voyager_smp.c | 14 + arch/i386/math-emu/fpu_emu.h | 1 arch/i386/math-emu/fpu_entry.c | 3 arch/i386/math-emu/fpu_system.h | 1 arch/i386/math-emu/load_store.c | 2 arch/i386/math-emu/reg_ld_str.c | 15 +- arch/i386/pci/irq.c | 4 arch/x86_64/defconfig | 4 arch/x86_64/kernel/apic.c | 78 ++++++++++ arch/x86_64/kernel/entry.S | 36 ----- arch/x86_64/kernel/i387.c | 7 arch/x86_64/kernel/nmi.c | 29 +++- arch/x86_64/kernel/pci-calgary.c | 2 arch/x86_64/kernel/pci-gart.c | 3 arch/x86_64/kernel/process.c | 30 +--- arch/x86_64/kernel/setup.c | 7 arch/x86_64/kernel/traps.c | 34 ++-- arch/x86_64/kernel/x8664_ksyms.c | 1 arch/x86_64/lib/Makefile | 2 arch/x86_64/lib/copy_user_nocache.S | 217 ++++++++++++++++++++++++++++++ fs/compat_ioctl.c | 1 include/asm-i386/arch_hooks.h | 1 include/asm-i386/cpufeature.h | 5 include/asm-i386/current.h | 7 include/asm-i386/desc.h | 77 +++++----- include/asm-i386/elf.h | 2 include/asm-i386/i387.h | 5 include/asm-i386/irq_regs.h | 28 +++ include/asm-i386/mmu_context.h | 8 - include/asm-i386/msr.h | 13 + include/asm-i386/nmi.h | 3 include/asm-i386/page.h | 2 include/asm-i386/pda.h | 99 +++++++++++++ include/asm-i386/percpu.h | 25 +++ include/asm-i386/pgtable-2level.h | 5 include/asm-i386/pgtable-3level.h | 5 include/asm-i386/pgtable.h | 14 + include/asm-i386/processor.h | 7 include/asm-i386/ptrace.h | 2 include/asm-i386/segment.h | 5 include/asm-i386/smp.h | 3 include/asm-i386/unwind.h | 1 include/asm-i386/vm86.h | 17 -- include/asm-x86_64/cpufeature.h | 5 include/asm-x86_64/msr.h | 13 + include/asm-x86_64/nmi.h | 3 include/asm-x86_64/smp.h | 5 include/asm-x86_64/spinlock.h | 29 +++- include/asm-x86_64/uaccess.h | 14 + include/linux/nmi.h | 5 kernel/fork.c | 2 lib/spinlock_debug.c | 4 77 files changed, 1323 insertions(+), 591 deletions(-) Detailed patch listing (individual files found in the patches tar file) Andi Kleen >>defconfig-update<< Update defconfig Andi Kleen >>i386-defconfig-update<< i386: Update defconfig Andi Kleen >>copy-user-nocache<< Add __copy_from_user_nocache Andreas Mohr >>fix-buggy-mtrr-address-checks<< i386: fix buggy MTRR address checks Andi Kleen >>dump-80cols<< x86: shorten lines in unwinder to be <= 80 characters Andi Kleen >>dump-remove-newlines<< x86: Compress stack unwinder output Randy Dunlap >>i386-mathemu-must-check<< i386: fix must_checks Dave Jones >>i386-remove-pointless-printk<< i386: remove pointless printk from i386 oops output Andi Kleen >>spin-irqs-disabled<< Don't keep interrupts disabled while spinning in spinlocks Stephane Eranian >>x86_64-rename-x86_feature_dtes-to-x86_feature_ds<< x86_64 rename X86_FEATURE_DTES to X86_FEATURE_DS Stephane Eranian >>add-x86_feature_pebs-and-detection<< add X86_FEATURE_PEBS and detection "Yinghai Lu" >>remove-duplicated-cpu_mask_to_apicid-in-x86_64-smp.h<< remove duplicated cpu_mask_to_apicid in x86_64 smp.h Stephane Eranian >>i386-rename-x86_feature_dtes-to-x86_feature_ds<< i386: i386 rename X86_FEATURE_DTES to X86_FEATURE_DS Stephane Eranian >>i386-add-x86_feature_pebs-and-detection<< i386: i386 add X86_FEATURE_PEBS and detection Alexey Dobriyan >>i386-math-emu-build-bug-on<< use BUILD_BUG_ON in FPU code Jeremy Fitzhardinge >>i386-default-ldt<< i386: remove default_ldt, and simplify ldt-setting. Andrew Morton >>all-cpu-backtrace<< x86: all cpu backtrace Stas Sergeev >>espfix-cleanup<< i386: espfix cleanup Chuck Ebbert <76306.1226@compuserve.com> >>i386-sleazy-fpu<< i386: i386 support Aaron Durbin >>insert-local-and-io-apics-into-resource-map<< Insert Local and IO APIC(s) into resource map Amol Lad >>i386-hpet-ioremap<< i386: ioremap balanced with Amol Lad >>i386-hpet-cs-iounmap<< i386: ioremap balanced with iounmap Amol Lad >>i386-pci-dma-iounmap<< i386: ioremap balanced with iounmap Stephane Eranian >>x86-64-add-intel-core-related-pmu-msrs<< x86-64 add Intel Core related PMU MSRs Stephane Eranian >>i386-add-intel-core-related-pmu-msrs<< i386: add Intel Core related PMU MSRs Andrew Morton >>dump_trace-atomicity-fix<< dump_trace() atomicity fix "Jan Beulich" >>entry-cleanup<< miscellaneous entry.S adjustments Jeremy Fitzhardinge >>pda-asm-offset<< i386: Use asm-offsets for the offsets of registers into the pt_regs struct, rather than having hard-coded constants Jeremy Fitzhardinge >>pda-basics<< i386: Basic definitions for i386-pda Jeremy Fitzhardinge >>pda-percpu-init<< i386: Initialize the per-CPU data area Jeremy Fitzhardinge >>pda-gs-base<< i386: Use %gs as the PDA base-segment in the kernel Jeremy Fitzhardinge >>pda-interface<< i386: Fix places where using %gs changes the usermode ABI Jeremy Fitzhardinge >>pda-vm86<< i386: Update sys_vm86 to cope with changed pt_regs and %gs usage Jeremy Fitzhardinge >>pda-smp-processor-id<< i386: Implement smp_processor_id() with the PDA Jeremy Fitzhardinge >>pda-current<< i386: Implement "current" with the PDA Jeremy Fitzhardinge >>pda-int-regs<< i386: Store the interrupt regs pointer in the PDA Zachary Amsden >>paravirt-skip-timer<< i386: skip timer works Zachary Amsden >>paravirt-subarch-cleanup<< i386: interrupts subarch cleanup Andi Kleen >>no-nested-idle-loops<< x86: Don't use nested idle loops Zachary Amsden >>paravirt-pte-update-common<< i386: fix missing pte update Zachary Amsden >>paravirt-pte-update-prep<< i386: fix bad mmu names Zachary Amsden >>paravirt-header-cleanup<< i386: mmu header movement Alan Cox >>remove-pci_find<< x86: remove last two pci_find offenders in the core code Andi Kleen >>nmi-message<< x86: Mention PCI instead of RAM in NMI parity error message Andi Kleen >>compat-siocsifhwbroadcast<< Implement compat code for SIOCSIFHWBROADCAST