Commits

Merge branches 'x86-cleanups-for-linus', 'x86-vmware-for-linus', 'x86-mtrr-for-linus', 'x86-apic-for-linus', 'x86-fpu-for-linus' and 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip * 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: x86: Clean up arch/x86/kernel/cpu/mtrr/cleanup.c: use ";" not "," to terminate statements * 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: x86, vmware: Preset lpj values when on VMware. * 'x86-mtrr-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: x86, mtrr: Use stop machine context to rendezvous all the cpu's * 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: x86/apic/es7000_32: Remove unused variable * 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: x86: Avoid unnecessary __clear_user() and xrstor in signal handling * 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: x86, vdso: Unmap vdso pages
Showing diff toce06ea8339d
- Linus Torvalds committed ce06ea8339dMMerge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux...
- Joe Perches committed b2691085d1fx86: Clean up arch/x86/kernel/cpu/mtrr/cleanup.c: use ";" not "," to terminate statemen...
- Alok Kataria committed 9f242dc10e0x86, vmware: Preset lpj values when on VMware. When running on VMware's platform, we h...
- Suresh Siddha committed 68f202e4e87x86, mtrr: Use stop machine context to rendezvous all the cpu's Use the stop machine c...
- Javier Martinez Canillas committed 5bbd4a336c8x86/apic/es7000_32: Remove unused variable In today's linux-next I got this compile wa...
- Suresh Siddha committed 8e221b6db44x86: Avoid unnecessary __clear_user() and xrstor in signal handling fxsave/xsave doesn...
- Shaohua Li committed be783a47214x86, vdso: Unmap vdso pages We mapped vdso pages but never unmapped them and the virtu...