x86_64-2.6.21-rc6-070412-1.bz2 a03f215f4761fbff8ed95e8f8007061b x86_64-2.6.21-rc6-070412-1.bz2 VERSION=2 PATCHLEVEL=6 SUBLEVEL=21 EXTRAVERSION=-rc6 Documentation/i386/boot.txt | 23 Documentation/kernel-parameters.txt | 18 Documentation/x86_64/boot-options.txt | 18 Documentation/x86_64/fake-numa-for-cpusets | 66 + MAINTAINERS | 2 Makefile | 7 arch/i386/Kconfig | 30 arch/i386/Kconfig.cpu | 13 arch/i386/Makefile | 2 arch/i386/Makefile.cpu | 9 arch/i386/boot/setup.S | 7 arch/i386/defconfig | 27 arch/i386/kernel/Makefile | 6 arch/i386/kernel/acpi/boot.c | 2 arch/i386/kernel/acpi/earlyquirk.c | 26 arch/i386/kernel/alternative.c | 74 - arch/i386/kernel/apm.c | 10 arch/i386/kernel/cpu/Makefile | 2 arch/i386/kernel/cpu/amd.c | 5 arch/i386/kernel/cpu/bugs.c | 191 ++++ arch/i386/kernel/cpu/common.c | 203 +--- arch/i386/kernel/cpu/cyrix.c | 2 arch/i386/kernel/cpu/intel_cacheinfo.c | 65 + arch/i386/kernel/cpu/mcheck/k7.c | 10 arch/i386/kernel/cpu/mcheck/mce.c | 2 arch/i386/kernel/cpu/mtrr/generic.c | 2 arch/i386/kernel/cpu/proc.c | 3 arch/i386/kernel/doublefault.c | 31 arch/i386/kernel/e820.c | 49 - arch/i386/kernel/efi.c | 16 arch/i386/kernel/entry.S | 9 arch/i386/kernel/head.S | 64 - arch/i386/kernel/io_apic.c | 30 arch/i386/kernel/ioport.c | 3 arch/i386/kernel/mpparse.c | 2 arch/i386/kernel/nmi.c | 11 arch/i386/kernel/paravirt.c | 293 ------ arch/i386/kernel/process.c | 25 arch/i386/kernel/quirks.c | 69 - arch/i386/kernel/reboot.c | 49 - arch/i386/kernel/reboot_fixups.c | 2 arch/i386/kernel/sched-clock.c | 188 ++++ arch/i386/kernel/smp.c | 225 ++-- arch/i386/kernel/smpboot.c | 102 +- arch/i386/kernel/sysenter.c | 265 ++++- arch/i386/kernel/time.c | 2 arch/i386/kernel/trampoline.S | 12 arch/i386/kernel/traps.c | 117 ++ arch/i386/kernel/tsc.c | 67 - arch/i386/kernel/unwind.S | 36 arch/i386/kernel/vmi.c | 12 arch/i386/kernel/vsyscall.lds.S | 4 arch/i386/lib/bitops.c | 4 arch/i386/lib/checksum.S | 69 + arch/i386/lib/getuser.S | 26 arch/i386/lib/putuser.S | 39 arch/i386/mach-generic/bigsmp.c | 2 arch/i386/mach-generic/es7000.c | 41 arch/i386/mach-voyager/voyager_smp.c | 16 arch/i386/mm/fault.c | 55 - arch/i386/mm/init.c | 42 arch/i386/mm/pgtable.c | 6 arch/i386/oprofile/nmi_int.c | 4 arch/i386/power/suspend.c | 14 arch/powerpc/kernel/Makefile | 1 arch/powerpc/kernel/setup_64.c | 4 arch/powerpc/kernel/suspend.c | 24 arch/sparc64/kernel/smp.c | 6 arch/um/defconfig | 1 arch/x86_64/Kconfig | 57 - arch/x86_64/Makefile | 5 arch/x86_64/boot/compressed/Makefile | 12 arch/x86_64/boot/compressed/head.S | 339 +++++-- arch/x86_64/boot/compressed/misc.c | 251 ++--- arch/x86_64/boot/setup.S | 83 - arch/x86_64/boot/video.S | 2 arch/x86_64/defconfig | 80 + arch/x86_64/ia32/ia32_binfmt.c | 10 arch/x86_64/ia32/ia32entry.S | 4 arch/x86_64/ia32/syscall32.c | 1 arch/x86_64/kernel/Makefile | 8 arch/x86_64/kernel/acpi/sleep.c | 24 arch/x86_64/kernel/acpi/wakeup.S | 288 ++---- arch/x86_64/kernel/aperture.c | 5 arch/x86_64/kernel/apic.c | 2 arch/x86_64/kernel/bugs.c | 28 arch/x86_64/kernel/e820.c | 5 arch/x86_64/kernel/early-quirks.c | 13 arch/x86_64/kernel/early_printk.c | 5 arch/x86_64/kernel/entry.S | 5 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/head.S | 332 +++---- arch/x86_64/kernel/head64.c | 41 arch/x86_64/kernel/io_apic.c | 31 arch/x86_64/kernel/ioport.c | 1 arch/x86_64/kernel/machine_kexec.c | 14 arch/x86_64/kernel/mpparse.c | 2 arch/x86_64/kernel/nmi.c | 8 arch/x86_64/kernel/pci-calgary.c | 2 arch/x86_64/kernel/pci-gart.c | 2 arch/x86_64/kernel/pci-nommu.c | 2 arch/x86_64/kernel/pci-swiotlb.c | 2 arch/x86_64/kernel/process.c | 12 arch/x86_64/kernel/setup.c | 35 arch/x86_64/kernel/setup64.c | 5 arch/x86_64/kernel/signal.c | 6 arch/x86_64/kernel/smp.c | 30 arch/x86_64/kernel/smpboot.c | 8 arch/x86_64/kernel/suspend.c | 17 arch/x86_64/kernel/suspend_asm.S | 7 arch/x86_64/kernel/time.c | 70 + arch/x86_64/kernel/trampoline.S | 123 ++ arch/x86_64/kernel/traps.c | 119 ++ arch/x86_64/kernel/tsc.c | 43 arch/x86_64/kernel/tsc_sync.c | 4 arch/x86_64/kernel/unwind.S | 38 arch/x86_64/kernel/verify_cpu.S | 110 ++ arch/x86_64/kernel/vsyscall.c | 68 + arch/x86_64/kernel/x8664_ksyms.c | 2 arch/x86_64/lib/Makefile | 1 arch/x86_64/lib/memcpy_uncached_read.S | 142 +++ arch/x86_64/mm/fault.c | 5 arch/x86_64/mm/init.c | 172 +-- arch/x86_64/mm/numa.c | 298 ++++-- arch/x86_64/mm/pageattr.c | 32 drivers/acpi/processor_idle.c | 4 drivers/char/agp/amd64-agp.c | 13 drivers/video/console/vgacon.c | 3 fs/proc/vmcore.c | 2 include/asm-generic/percpu.h | 1 include/asm-i386/Kbuild | 2 include/asm-i386/alternative.h | 7 include/asm-i386/bugs.h | 194 ---- include/asm-i386/desc.h | 92 +- include/asm-i386/e820.h | 1 include/asm-i386/elf.h | 28 include/asm-i386/fixmap.h | 8 include/asm-i386/genapic.h | 6 include/asm-i386/hpet.h | 2 include/asm-i386/io.h | 15 include/asm-i386/irq.h | 2 include/asm-i386/irqflags.h | 64 - include/asm-i386/kexec.h | 8 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 | 9 include/asm-i386/mach-es7000/mach_mpparse.h | 32 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-summit/mach_mpparse.h | 4 include/asm-i386/mach-visws/mach_apic.h | 2 include/asm-i386/module.h | 2 include/asm-i386/msr-index.h | 270 +++++ include/asm-i386/msr.h | 402 ++------ include/asm-i386/page.h | 2 include/asm-i386/paravirt.h | 17 include/asm-i386/pda.h | 7 include/asm-i386/percpu.h | 14 include/asm-i386/pgalloc.h | 1 include/asm-i386/pgtable.h | 2 include/asm-i386/processor-flags.h | 91 + include/asm-i386/processor.h | 184 ++-- include/asm-i386/reboot.h | 20 include/asm-i386/reboot_fixups.h | 6 include/asm-i386/smp.h | 60 + include/asm-i386/system.h | 137 +- include/asm-i386/timer.h | 2 include/asm-i386/tsc.h | 2 include/asm-i386/uaccess.h | 14 include/asm-i386/unwind.h | 91 + include/asm-x86_64/Kbuild | 4 include/asm-x86_64/alternative.h | 1 include/asm-x86_64/apic.h | 2 include/asm-x86_64/bugs.h | 30 include/asm-x86_64/const.h | 20 include/asm-x86_64/desc.h | 21 include/asm-x86_64/dma-mapping.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/irqflags.h | 9 include/asm-x86_64/mmzone.h | 2 include/asm-x86_64/msr-index.h | 1 include/asm-x86_64/msr.h | 274 ----- include/asm-x86_64/page.h | 39 include/asm-x86_64/pgalloc.h | 15 include/asm-x86_64/pgtable.h | 42 include/asm-x86_64/processor-flags.h | 1 include/asm-x86_64/processor.h | 55 - include/asm-x86_64/proto.h | 8 include/asm-x86_64/segment.h | 2 include/asm-x86_64/smp.h | 4 include/asm-x86_64/string.h | 2 include/asm-x86_64/suspend.h | 13 include/asm-x86_64/system.h | 7 include/asm-x86_64/timer.h | 1 include/asm-x86_64/timex.h | 3 include/asm-x86_64/tlbflush.h | 33 include/asm-x86_64/unistd.h | 1 include/asm-x86_64/unwind.h | 96 ++ include/linux/bootmem.h | 4 include/linux/cpufreq.h | 19 include/linux/crash_dump.h | 8 include/linux/elf.h | 17 include/linux/futex.h | 29 include/linux/init.h | 7 include/linux/poison.h | 3 include/linux/reboot_fixups.h | 10 include/linux/string.h | 3 include/linux/unwind.h | 63 + init/main.c | 6 kernel/Makefile | 1 kernel/fork.c | 1 kernel/futex.c | 50 - kernel/module.c | 8 kernel/power/power.h | 5 kernel/power/snapshot.c | 11 kernel/power/swap.c | 42 kernel/unwind.c | 1288 ++++++++++++++++++++++++++++ lib/Kconfig.debug | 18 mm/memory.c | 1 mm/vmalloc.c | 14 scripts/mod/modpost.c | 1 226 files changed, 6319 insertions(+), 3935 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 "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/ "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 "Jan Beulich" >>a-few-missing-entry_s-annotations<< a few missing entry.S annotations Jan Beulich >>get-user-annotations<< i386: Add dwarf2 annotations to *_user and checksum functions Jan Beulich >>unwinder<< x86: Readd dwarf2 unwinder Andi Kleen >>fix-i386-and-x86_64-fault-information-pollution<< x86: Fix i386 and x86_64 fault information pollution 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 Andi Kleen >>fam10-oprofile<< i386: Support Oprofile for AMD Family 10 CPUs Andi Kleen >>gcc3-options<< x86: Drop cc-options call for all options supported in gcc 3.2+ "Aneesh Kumar K.V" >>update-__copy_to_user_inatomic<< i386: Update __copy_to_user_inatomic Jeremy Fitzhardinge >>clean-up-mach_reboot_fixups<< i386: clean up mach_reboot_fixups Lasse Collin >>fix-usage-of-mtune-when-x86_generic=y-or-config_mcore2=y<< i386: Fix usage of -mtune when X86_GENERIC=y or CONFIG_MCORE2=y Rusty Russell >>remove-unused-set_seg_base<< Remove unused set_seg_base Glauber de Oliveira Costa >>remove-duplicated-code-for-reading-control-registers<< Remove duplicated code for reading control registers Joerg Roedel >>fix-cpu-mhz-reporting-on-constant_tsc-cpus<< fix cpu MHz reporting on constant_tsc cpus Jeremy Fitzhardinge >>simplify-smp_call_function-by-using-common-implementation<< i386: Simplify smp_call_function*() by using common implementation Stephen Hemminger >>dma_ops-as-const<< dma_ops as const Vivek Goyal >>assembly-safe-page_h-and-pgtable_h<< Assembly safe page.h and pgtable.h Vivek Goyal >>kill-temp-boot-pmds<< Kill temp boot pmds Vivek Goyal >>clean-up-the-early-boot-page-table<< Clean up the early boot page table Vivek Goyal >>fix-early-printk-to-use-standard-isa-mapping<< Fix early printk to use standard ISA mapping Vivek Goyal >>modify-copy_bootdata-to-use-virtual-addresses<< modify copy_bootdata to use virtual addresses Vivek Goyal >>cleanup-segments<< cleanup segments Vivek Goyal >>add-efer-to-the-register-set-saved-by-save_processor_state<< Add EFER to the register set saved by save_processor_state Vivek Goyal >>64bit-pic-smp-trampoline<< 64bit PIC SMP trampoline Vivek Goyal >>get-rid-of-dead-code-in-suspend-resume<< Get rid of dead code in suspend resume Vivek Goyal >>wakeup_s-rename-registers-to-reflect-right-names<< wakeup.S rename registers to reflect right names Vivek Goyal >>wakeup_s-misc-cleanups<< wakeup.S misc cleanups Vivek Goyal >>64bit-acpi-wakeup-trampoline<< 64bit ACPI wakeup trampoline Vivek Goyal >>modify-discover_ebda-to-use-virtual-addresses<< Modify discover_ebda to use virtual addresses Vivek Goyal >>remove-the-identity-mapping-as-early-as-possible<< Remove the identity mapping as early as possible Vivek Goyal >>move-swsusp-__pa-dependent-code-to-arch-portion<< x86: Move swsusp __pa() dependent code to arch portion Vivek Goyal >>do-not-use-virt_to_page-on-kernel-data-address<< do not use virt_to_page on kernel data address Vivek Goyal >>__pa-and-__pa_symbol-address-space-separation<< x86: __pa and __pa_symbol address space separation Vivek Goyal >>relocatable-kernel-support<< Relocatable Kernel Support Vivek Goyal >>build-time-checking<< build-time checking Vivek Goyal >>extend-bzimage-protocol-for-relocatable-bzimage<< Extend bzImage protocol for relocatable bzImage Vivek Goyal >>move-cpu-verification-code-to-common-file<< Move cpu verification code to common file Andrew Morton >>cpufreq-not-configured<< fix x86_64-mm-sched-clock-share Andi Kleen >>sched-clock-share<< i386: Rewrite sched_clock Andi Kleen >>sched-clock64<< Use new shared sched_clock in x86-64 too Andi Kleen >>block-reordering<< Don't disable basic block reordering Andi Kleen >>uselib-aout<< Allow sys_uselib unconditionally Andi Kleen >>traps-style<< Minor white space cleanup in traps.c Ravikiran G Thirumalai >>set-hashdist_default-to-1-for-x86_64-numa<< Set HASHDIST_DEFAULT to 1 for x86_64 NUMA Vivek Goyal >>modpost-apic-related-warning-fixes<< i386: modpost apic related warning fixes Adrian Bunk >>make-struct-vmi_ops-static<< i386: make struct vmi_ops static "Ken Chen" >>type-cast-clean-up-for-find_next_zero_bit<< i386: type cast clean up for find_next_zero_bit Adrian Bunk >>workaround-for-a-wmissing-prototypes-warning<< i386: workaround for a -Wmissing-prototypes warning john stultz >>log-reason-why-tsc-was-marked-unstable<< x86: Log reason why TSC was marked unstable Ralf Baechle >>fix-ia32_binfmt_c-build-error<< fix ia32_binfmt.c build error "Yinghai Lu" >>remove-extra-smp_processor_id-calling<< remove extra smp_processor_id calling Adrian Bunk >>make-simnow_init-static<< make simnow_init() static Adrian Bunk >>vmi_pmd_clear-static<< i386: vmi_pmd_clear() static Ahmed S. Darwish >>fix-gdts-number-of-quadwords-in-comment<< i386: fix GDT's number of quadwords in comment David Rientjes >>configurable-fake-numa-node-sizes<< configurable fake numa node sizes David Rientjes >>split-remaining-fake-nodes-equally<< split remaining fake nodes equally David Rientjes >>fixed-size-remaining-fake-nodes<< fixed size remaining fake nodes Joerg Roedel >>remove-constant_tsc-reporting-from-proc-cpuinfo-power-flags<< x86: remove constant_tsc reporting from /proc/cpuinfo' power flags David Rientjes >>fake-numa-for-cpusets-document<< fake numa for cpusets document Andrew Morton >>vdso_prelink-warning-fix<< i386: VDSO_PRELINK warning fix Rusty Russell >>initialize-esp0-properly-all-the-time<< i386: Initialize esp0 properly all the time Rusty Russell >>export_symbol_gpl-5-functions<< i386: EXPORT_SYMBOL_GPL 5 functions Rusty Russell >>get_futex_key-get_key_refs-and-drop_key_refs<< get_futex_key, get_key_refs and drop_key_refs Rusty Russell >>introduce-load_tls-to-the-for-loop_<< Introduce load_TLS to the "for" loop. Rusty Russell >>clarify-config_reorder-explanation<< Clarify CONFIG_REORDER explanation Ian Campbell >>allow-i386-crash-kernels-to-handle-x86_64-dumps<< i386: Allow i386 crash kernels to handle x86_64 dumps Thierry Vignaud >>prevent-acpi-quirk-warning-mass-spamming-in-logs<< i386: prevent ACPI quirk warning mass spamming in logs Bernhard Walle >>add-command-line-length-to-boot-protocol<< x86: add command line length to boot protocol Rusty Russell >>use-per-cpu-variables-for-gdt-pda<< i386: Use per-cpu variables for GDT, PDA Rusty Russell >>use-per-cpu-gdt-immediately-upon-boot<< i386: Use per-cpu GDT immediately upon boot Rusty Russell >>clean-up-cpu_init<< i386: clean up cpu_init() Sebastien Dugue >>rename-boot_gdt_table-to-boot_gdt<< i386: Rename boot_gdt_table to boot_gdt Rusty Russell >>rationalize-paravirt-wrappers<< i386: rationalize paravirt wrappers "Jan Beulich" >>tighten-kernel-image-page-access-rights<< x86: tighten kernel image page access rights (re-diff against firstfloor tree) Parag Warudkar >>get-rid-of-unused-variables<< i386: get rid of unused variables Rusty Russell >>i386-eflags-header<< i386: ignore vgacon if hardware not present Andi Kleen >>remove-stext<< Remove unused stext symbol "Parag Warudkar" >>remove-the-apm_rtc_is_gmt-config-option_<< i386: remove the APM_RTC_IS_GMT config option. Christoph Lameter >>use-lru-instead-of-page-index-and-page-private-for-pgd-lists-management_<< use lru instead of page->index and page->private for pgd lists management. Adrian Bunk >>sys_ioperm-prototype-cleanup<< x86: sys_ioperm() prototype cleanup Adrian Bunk >>remove-unexpected_io_apic<< x86: remove UNEXPECTED_IO_APIC() Eric Dumazet >>fix-vtime-vsyscall<< fix vtime() vsyscall Eric Dumazet >>vsyscall_gtod_data-diet-and-vgettimeofday-fix<< vsyscall_gtod_data diet and vgettimeofday() fix Konrad Rzeszutek >>inhibit-machine-from-asserting-an-nmi-when-doing-alt-sysrq-m-operation_<< Inhibit machine from asserting an NMI when doing Alt-SysRq-M operation. "Jan Beulich" >>adjust-edid-retrieval<< adjust EDID retrieval Bernhard Walle >>fix-section-mismatch-compile-warning<< Fix "Section mismatch" compile warning Rusty Russell >>cleanup-gdt-access<< i386: cleanup GDT Access Jeremy Fitzhardinge >>add-smp_ops-interface<< i386: Add smp_ops interface Jeremy Fitzhardinge >>add-machine_ops-interface-to-abstract-halting-and-rebooting<< i386: Add machine_ops interface to abstract halting and rebooting Andi Kleen >>change-email-address<< Change my email address Andi Kleen >>i386-nmi-extern<< i386: Remove unneeded externs in nmi.c Jeremy Fitzhardinge >>account-for-module-percpu-space-separately-from-kernel-percpu<< i386: Account for module percpu space separately from kernel percpu "Jan Beulich" >>fix-amd64-agp-aperture-validation<< x86: fix amd64-agp aperture validation Gerd Hoffmann >>ignore-vgacon-if-hardware-not-present<< ignore vgacon if hardware not present Andi Kleen >>x86-64-eflags-header<< Use X86_EFLAGS_IF in x86-64/irqflags.h. Avi Kivity >>fix-arithmetic-in-comment<< fix arithmetic in comment Andi Kleen >>vmalloc-32<< Fix vmalloc_32 to really allocate <4GB on 64bit platforms Jeremy Fitzhardinge >>clean-up-asm-i386-bugs_h<< i386: Clean up asm-i386/bugs.h Jeremy Fitzhardinge >>clean-up-identify_cpu<< i386: clean up identify_cpu Jeremy Fitzhardinge >>relocate-vdso-elf-headers-to-match-mapped-location-with-compat_vdso<< i386: Relocate VDSO ELF headers to match mapped location with COMPAT_VDSO Jeremy Fitzhardinge >>make-compat_vdso-runtime-selectable_<< i386: Make COMPAT_VDSO runtime selectable. Jeremy Fitzhardinge >>clean-up-asm-x86_64-bugs_h<< Clean up asm-x86_64/bugs.h Andi Kleen >>fam10-mwait-idle<< x86: Don't use MWAIT on AMD Family 10 Andi Kleen >>fam10-i386-mce<< i386: Enable machine check for AMD Family 10 Jan Engelhardt >>use-menuconfig-objects-apm<< i386: Use menuconfig objects - APM Jeremy Fitzhardinge >>update-smp_call_function-comments<< i386: Update smp_call_function* comments Andi Kleen >>mce-banks<< i386: Enable bank 0 on non K7 Athlon Jeremy Fitzhardinge >>allow-percpu-variables-to-be-page-aligned<< x86: Allow percpu variables to be page-aligned "H. Peter Anvin" >>clean-up-x86-control-register-and-msr-macros-corrected<< x86: Clean up x86 control register and MSR macros (corrected) Jeremy Fitzhardinge >>remove-smp_alt_instructions<< i386: Remove smp_alt_instructions Andi Kleen >>remove-noreplacement<< x86: Remove noreplacement option Jeremy Fitzhardinge >>allow-boot-time-disable-of-smp-altinstructions<< i386: Allow boot-time disable of SMP altinstructions Glauber de Oliveira Costa >>fix-x86_64-compilation-with-debug_sig-on<< Fix x86_64 compilation with DEBUG_SIG on James Puthukattukaran >>x86-64-system-crashes-when-no-memory-populating-node-0<< x86-64 system crashes when no memory populating Node 0 Rusty Russell >>i386-separate-hardware-defined-tss-from-linux-additions<< i386: i386 separate hardware-defined TSS from Linux additions