x86_64-2.6.20-git15-070220-1.bz2 2c1dc8db1ec516dec8b422c44b31ca0c x86_64-2.6.20-git15-070220-1.bz2 VERSION=2 PATCHLEVEL=6 SUBLEVEL=20 EXTRAVERSION=-git15 Makefile | 5 arch/i386/Kconfig.cpu | 13 arch/i386/Makefile.cpu | 1 arch/i386/boot/video.S | 14 arch/i386/defconfig | 33 arch/i386/kernel/Makefile | 3 arch/i386/kernel/acpi/boot.c | 2 arch/i386/kernel/acpi/earlyquirk.c | 21 arch/i386/kernel/cpu/cyrix.c | 2 arch/i386/kernel/cpu/intel_cacheinfo.c | 65 + arch/i386/kernel/cpu/mtrr/generic.c | 2 arch/i386/kernel/e820.c | 29 arch/i386/kernel/entry.S | 2 arch/i386/kernel/mpparse.c | 2 arch/i386/kernel/nmi.c | 8 arch/i386/kernel/quirks.c | 69 - arch/i386/kernel/smp.c | 70 - arch/i386/kernel/smpboot.c | 7 arch/i386/kernel/sysenter.c | 2 arch/i386/kernel/time.c | 2 arch/i386/kernel/traps.c | 107 ++ arch/i386/kernel/unwind.S | 36 arch/i386/lib/Makefile | 2 arch/i386/lib/msr-on-cpu.c | 70 + arch/i386/mach-generic/bigsmp.c | 2 arch/i386/mm/fault.c | 55 - arch/um/defconfig | 1 arch/x86_64/Kconfig | 4 arch/x86_64/Makefile | 2 arch/x86_64/boot/video.S | 14 arch/x86_64/defconfig | 35 arch/x86_64/ia32/syscall32.c | 1 arch/x86_64/kernel/Makefile | 4 arch/x86_64/kernel/early-quirks.c | 13 arch/x86_64/kernel/genapic.c | 104 -- arch/x86_64/kernel/genapic_cluster.c | 137 --- arch/x86_64/kernel/genapic_flat.c | 1 arch/x86_64/kernel/io_apic.c | 63 + arch/x86_64/kernel/irq.c | 19 arch/x86_64/kernel/mpparse.c | 2 arch/x86_64/kernel/nmi.c | 8 arch/x86_64/kernel/smp.c | 28 arch/x86_64/kernel/smpboot.c | 8 arch/x86_64/kernel/time.c | 5 arch/x86_64/kernel/traps.c | 114 ++ arch/x86_64/kernel/unwind.S | 38 arch/x86_64/kernel/x8664_ksyms.c | 2 arch/x86_64/lib/Makefile | 3 arch/x86_64/lib/memcpy_uncached_read.S | 142 +++ arch/x86_64/lib/msr-on-cpu.c | 1 include/asm-i386/genapic.h | 6 include/asm-i386/hpet.h | 2 include/asm-i386/irq.h | 2 include/asm-i386/kexec.h | 5 include/asm-i386/mach-bigsmp/mach_apic.h | 2 include/asm-i386/mach-default/mach_apic.h | 2 include/asm-i386/mach-es7000/mach_apic.h | 2 include/asm-i386/mach-generic/mach_apic.h | 2 include/asm-i386/mach-numaq/mach_apic.h | 2 include/asm-i386/mach-summit/mach_apic.h | 2 include/asm-i386/mach-visws/mach_apic.h | 2 include/asm-i386/module.h | 2 include/asm-i386/msr.h | 3 include/asm-i386/percpu.h | 4 include/asm-i386/pgalloc.h | 1 include/asm-i386/smp.h | 7 include/asm-i386/timer.h | 2 include/asm-i386/unwind.h | 91 ++ include/asm-x86_64/apic.h | 2 include/asm-x86_64/fixmap.h | 1 include/asm-x86_64/genapic.h | 4 include/asm-x86_64/ipi.h | 4 include/asm-x86_64/msr.h | 2 include/asm-x86_64/pgalloc.h | 1 include/asm-x86_64/pgtable.h | 1 include/asm-x86_64/proto.h | 3 include/asm-x86_64/smp.h | 4 include/asm-x86_64/string.h | 2 include/asm-x86_64/unwind.h | 96 ++ include/linux/init.h | 7 include/linux/string.h | 3 include/linux/unwind.h | 63 + kernel/Makefile | 1 kernel/unwind.c | 1288 ++++++++++++++++++++++++++++++ lib/Kconfig.debug | 18 lib/fault-inject.c | 32 86 files changed, 2504 insertions(+), 540 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 Andrew Morton >>revert-i386-fix-the-verify_quirk_intel_irqbalance<< i386: revert i386-fix-the-verify_quirk_intel_irqbalance Andrew Morton >>revert-x86_64-mm-add-genapic_force<< revert x86_64-mm-add-genapic_force Andrew Morton >>revert-x86_64-mm-fix-the-irqbalance-quirk-for-e7320-e7520-e7525<< x86: revert x86_64-mm-fix-the-irqbalance-quirk-for-e7320-e7520-e7525 Ingo Molnar >>optimize-fix-apic-mode-setup<< optimize & fix APIC mode setup Ingo Molnar >>always-use-physical-delivery-mode-on-8-cpus<< always use physical delivery mode on > 8 CPUs Ingo Molnar >>remove-clustered-apic-mode<< remove clustered APIC mode Ingo Molnar >>default-to-physical-mode-on-hotplug-cpu-kernels<< x86: default to physical mode on hotplug CPU kernels "Bryan O'Sullivan" >>a-memcpy-that-tries-to-reduce-cache-pressure<< a memcpy that tries to reduce cache pressure Andi Kleen >>fam10-l3cache<< i386: Add L3 cache support to AMD CPUID4 emulation Andi Kleen >>fix-i386-and-x86_64-fault-information-pollution<< x86: Fix i386 and x86_64 fault information pollution "Jan Beulich" >>adjustments-to-page-table-dump-during-oops-v4<< i386: adjustments to page table dump during oops (v4) "Jan Beulich" >>adjust-inclusion-of-asm-fixmap_h<< x86: adjust inclusion of asm/fixmap.h "Jan Beulich" >>adjust-inclusion-of-asm-vsyscall32_h<< adjust inclusion of asm/vsyscall32.h "Jan Beulich" >>consolidate-smp_send_stop<< x86: consolidate smp_send_stop() Jeremy Fitzhardinge >>no-need-to-use-traditional-for-processing-asm-in-i386-kernel<< i386: No need to use -traditional for processing asm in i386/kernel/ Alexey Dobriyan >>rwmsr-on-cpu<< x86: rdmsr_on_cpu, wrmsr_on_cpu Eric W. Biederman >>simplfy-__assign_irq_vector<< Simplfy __assign_irq_vector Eric W. Biederman >>handle-irqs-pending-in-irr-during-irq-migration<< handle irqs pending in IRR during irq migration "Jan Beulich" >>mtrr-range-check-correction<< i386: mtrr range check correction takada >>pit_latch_buggy-has-no-effect<< i386: pit_latch_buggy has no effect Simon Arlott >>add-an-option-for-the-via-c7-which-sets-appropriate-l1-cache<< i386: Add an option for the VIA C7 which sets appropriate L1 cache Rene Herman >>probe_roms-cleanup<< i386: probe_roms() cleanup Zwane Mwaikambo >>dont-probe-for-ddc-on-vbe1_2<< x86: Don't probe for DDC on VBE1.2 Jan Beulich >>unwinder<< x86: Readd dwarf2 unwinder Andi Kleen >>timer-prototype-cleanup<< Some cleanup in time.c Stephane Eranian >>i386-make-nmi-use-perfctr1-for-architectural-perfmon-take-2<< i386: i386 make NMI use PERFCTR1 for architectural perfmon (take 2) Stephane Eranian >>x86_64-make-nmi-use-perfctr1-for-architectural-perfmon-take-2<< x86_64 make NMI use PERFCTR1 for architectural perfmon (take 2) Prarit Bhargava >>add-__init-to-probe_bigsmp<< i386: Add __init to probe_bigsmp Prarit Bhargava >>change-sysenter_setup-to-__cpuinit-improve-__init-__initdata<< i386: Change sysenter_setup to __cpuinit & improve __INIT, __INITDATA Andi Kleen >>number-of-cpus<< Correct max number of CPUs in Kconfig