summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-05-1819-248/+308
| |\ \ \ \ \ \ \ \
| | * | | | | | | | x86, fpu: Use static_cpu_has() to implement use_xsave()H. Peter Anvin2010-05-111-9/+3
| | * | | | | | | | x86: Add new static_cpu_has() function using alternativesH. Peter Anvin2010-05-111-0/+57
| | * | | | | | | | x86, fpu: Use the proper asm constraint in use_xsave()H. Peter Anvin2010-05-101-1/+1
| | * | | | | | | | x86, fpu: Unbreak FPU emulationH. Peter Anvin2010-05-103-4/+4
| | * | | | | | | | x86: Introduce 'struct fpu' and related APIAvi Kivity2010-05-109-103/+160
| | * | | | | | | | x86: Eliminate TS_XSAVEAvi Kivity2010-05-105-16/+21
| | * | | | | | | | x86-32: Don't set ignore_fpu_irq in simd exceptionBrian Gerst2010-05-031-4/+0
| | * | | | | | | | x86: Merge kernel_math_error() into math_error()Brian Gerst2010-05-031-28/+16
| | * | | | | | | | x86: Merge simd_math_error() into math_error()Brian Gerst2010-05-033-70/+34
| | * | | | | | | | x86-32: Rework cache flush denied handlerBrian Gerst2010-05-033-28/+26
| * | | | | | | | | Merge branch 'x86-doc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-05-180-0/+0
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | x86, docbook: Fix errors from x86 headers mergerRandy Dunlap2010-03-012-2/+2
| * | | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-05-1824-280/+591
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | x86, hypervisor: add missing <linux/module.h>H. Peter Anvin2010-05-092-0/+2
| | * | | | | | | | | | Modify the VMware balloon driver for the new x86_hyper APIH. Peter Anvin2010-05-091-2/+2
| | * | | | | | | | | | x86, hypervisor: Export the x86_hyper* symbolsH. Peter Anvin2010-05-093-1/+3
| | * | | | | | | | | | Merge commit 'v2.6.34-rc6' into x86/cpuH. Peter Anvin2010-05-084946-9872/+36559
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | x86: Clean up the hypervisor layerH. Peter Anvin2010-05-078-107/+117
| | * | | | | | | | | | | x86, HyperV: fix up the license to mshyperv.cGreg Kroah-Hartman2010-05-071-12/+1
| | * | | | | | | | | | | x86: Detect running on a Microsoft HyperV systemKy Srinivasan2010-05-066-4/+91
| | * | | | | | | | | | | x86, cpu: Make APERF/MPERF a normal table-driven flagH. Peter Anvin2010-05-031-15/+8
| | * | | | | | | | | | | x86, k8: Fix build error when K8_NB is disabledBorislav Petkov2010-05-031-0/+5
| | * | | | | | | | | | | x86, cacheinfo: Disable index in all four subcachesBorislav Petkov2010-04-221-17/+43
| | * | | | | | | | | | | x86, cacheinfo: Make L3 cache info per nodeBorislav Petkov2010-04-221-14/+45
| | * | | | | | | | | | | x86, cacheinfo: Reorganize AMD L3 cache structureBorislav Petkov2010-04-221-21/+32
| | * | | | | | | | | | | x86, cacheinfo: Turn off L3 cache index disable feature in virtualized enviro...Frank Arnold2010-04-221-0/+4
| | * | | | | | | | | | | x86, cacheinfo: Unify AMD L3 cache index disable checkingBorislav Petkov2010-04-221-7/+10
| | * | | | | | | | | | | cpufreq: Unify sysfs attribute definition macrosBorislav Petkov2010-04-094-86/+72
| | * | | | | | | | | | | powernow-k8: Fix frequency reportingMark Langsdorf2010-04-091-1/+2
| | * | | | | | | | | | | x86, cpufreq: Add APERF/MPERF support for AMD processorsMark Langsdorf2010-04-095-44/+72
| | * | | | | | | | | | | x86: Unify APERF/MPERF supportBorislav Petkov2010-04-092-6/+8
| | * | | | | | | | | | | powernow-k8: Add core performance boost supportBorislav Petkov2010-04-092-12/+151
| | * | | | | | | | | | | x86, cpu: Add AMD core boosting feature flag to /proc/cpuinfoBorislav Petkov2010-04-092-2/+4
| * | | | | | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-05-184-38/+16
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | x86: Clean up arch/x86/Kconfig*Jan Beulich2010-04-283-37/+16
| | * | | | | | | | | | | | x86-64: Don't export init_level4_pgtJan Beulich2010-04-281-1/+0
| | | |_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'x86-atomic-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-1814-298/+895
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'x86/asm' into x86/atomicH. Peter Anvin2010-04-2911538-289064/+643731
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | x86: Fix LOCK_PREFIX_HERE for uniprocessor buildH. Peter Anvin2010-04-291-0/+1
| | * | | | | | | | | | | | | x86, atomic64: In selftest, distinguish x86-64 from 586+H. Peter Anvin2010-03-011-6/+8
| | * | | | | | | | | | | | | x86-32: Fix atomic64_inc_not_zero return value conventionLuca Barbieri2010-03-012-4/+2
| | * | | | | | | | | | | | | lib: Fix atomic64_inc_not_zero testLuca Barbieri2010-03-011-3/+3
| | * | | | | | | | | | | | | lib: Fix atomic64_add_unless return value conventionLuca Barbieri2010-03-011-2/+2
| | * | | | | | | | | | | | | x86-32: Fix atomic64_add_unless return value conventionLuca Barbieri2010-03-012-4/+4
| | * | | | | | | | | | | | | lib: Fix atomic64_add_unless testLuca Barbieri2010-03-011-2/+2
| | * | | | | | | | | | | | | x86: Implement atomic[64]_dec_if_positive()Luca Barbieri2010-03-013-1/+47
| | * | | | | | | | | | | | | lib: Only test atomic64_dec_if_positive on archs having itLuca Barbieri2010-03-011-0/+4
| | * | | | | | | | | | | | | x86-32: Rewrite 32-bit atomic64 functions in assemblyLuca Barbieri2010-02-255-290/+664
| | * | | | | | | | | | | | | lib: Add self-test for atomic64_tLuca Barbieri2010-02-253-0/+167