Commits
Merge branches 'x86-detect-hyper-for-linus', 'x86-fpu-for-linus', 'x86-kexec-for-linus', 'x86-platform-for-linus', 'x86-quirks-for-linus', 'x86-tsc-for-linus' and 'x86-smpboot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip * 'x86-detect-hyper-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: x86, hyper: Change hypervisor detection order * 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: x86-32, fpu: Fix DNA exception during check_fpu() * 'x86-kexec-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: kexec, x86: Fix incorrect jump back address if not preserving context * 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: x86, config: Introduce an INTEL_MID configuration * 'x86-quirks-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: x86, quirks: Use pci_dev->revision * 'x86-tsc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: x86: tsc: Remove unneeded DMI-based blacklisting * 'x86-smpboot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: x86, boot: Wait for boot cpu to show up if nr_cpus limit is about to hit
Showing diff todf049672ddd
- Linus Torvalds committed 7080d306762MMerge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...
- Anupam Chanda committed 24a42bae685x86, hyper: Change hypervisor detection order Detect Xen before HyperV because in Viri...
- Suresh Siddha committed 3e7cf5b00ddx86-32, fpu: Fix DNA exception during check_fpu() Before check_fpu() is called, we hav...
- Huang Ying committed 050438ed5a0kexec, x86: Fix incorrect jump back address if not preserving context In kexec jump su...
- Alan Cox committed 43605ef188cx86, config: Introduce an INTEL_MID configuration We need to carve up the configuratio...
- Sergei Shtylyov committed 38175051f8ex86, quirks: Use pci_dev->revision This code uses PCI_CLASS_REVISION instead of PCI_RE...
- Tero Roponen committed df049672dddx86: tsc: Remove unneeded DMI-based blacklisting The blacklist was added in response t...
- Vivek Goyal committed 14cb6dcf0a0x86, boot: Wait for boot cpu to show up if nr_cpus limit is about to hit nr_cpus allow...