aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/cpufeature.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-14Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-24/+28
2014-10-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2014-09-24x86: kvm: use alternatives for VMCALL vs. VMMCALL if kernel text is read-onlyPaolo Bonzini1-0/+1
2014-09-11x86: Add more disabled featuresDave Hansen1-20/+0
2014-09-11x86: Introduce disabled-featuresDave Hansen1-0/+28
2014-09-11x86: Axe the lightly-used cpu_has_paeDave Hansen1-4/+0
2014-08-17x86: Support compiling out human-friendly processor feature namesJosh Triplett1-0/+7
2014-07-14x86, cpu: Kill cpu_has_mpBorislav Petkov1-4/+0
2014-07-14x86/cpufeature: Add bug flags to /proc/cpuinfoBorislav Petkov1-2/+8
2014-06-18x86, cpufeature: Convert more "features" to bugsBorislav Petkov1-14/+17
2014-05-29x86/xsaves: Detect xsaves/xrstors featureFenghua Yu1-2/+8
2014-05-29x86/cpufeature.h: Reformat x86 feature macrosFenghua Yu1-181/+181
2014-04-01Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+7
2014-02-27x86, cpufeature: Rename X86_FEATURE_CLFLSH to X86_FEATURE_CLFLUSHH. Peter Anvin1-2/+2
2014-02-27x86: Add support for the clflushopt instructionRoss Zwisler1-0/+1
2014-02-20x86, AVX-512: AVX-512 Feature DetectionFenghua Yu1-0/+4
2014-02-18x86: align x86 arch with generic CPU modalias handlingArd Biesheuvel1-0/+7
2013-12-06x86, cpufeature: Define the Intel MPX feature flagQiaowei Ren1-0/+1
2013-10-11compiler/gcc4: Add quirk for 'asm goto' miscompilation bugIngo Molnar1-3/+3
2013-06-28x86, cpufeature: Use new CC_HAVE_ASM_GOTOBorislav Petkov1-6/+11
2013-06-20x86: Add a static_cpu_has_safe variantBorislav Petkov1-1/+85
2013-06-20x86: Sanity-check static_cpu_has usageBorislav Petkov1-2/+28
2013-06-20x86, cpu: Add a synthetic, always true, cpu featureBorislav Petkov1-1/+1
2013-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+1
2013-04-30Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+1
2013-04-30Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+19
2013-04-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2013-04-25crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipherJussi Kivilinna1-0/+1
2013-04-21perf/x86/amd: Add support for AMD NB and L2I "uncore" countersJacob Shin1-0/+2
2013-04-10cpufreq: AMD "frequency sensitivity feedback" powersave bias for ondemand governorJacob Shin1-0/+1
2013-04-02x86, cpu: Convert AMD Erratum 400Borislav Petkov1-0/+1
2013-04-02x86, cpu: Convert AMD Erratum 383Borislav Petkov1-0/+1
2013-04-02x86, cpu: Convert Cyrix coma bug detectionBorislav Petkov1-0/+1
2013-04-02x86, cpu: Convert FDIV bug detectionBorislav Petkov1-0/+1
2013-04-02x86, cpu: Convert F00F bug detectionBorislav Petkov1-0/+2
2013-04-02x86, cpu: Expand cpufeature facility to include cpu bugsBorislav Petkov1-0/+13
2013-03-15x86: Add cpu capability flag X86_FEATURE_NONSTOP_TSC_S3Feng Tang1-0/+1
2013-02-16perf/x86/amd: Enable northbridge performance counters on AMD family 15hJacob Shin1-0/+2
2012-12-13Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2012-12-11Merge branch 'x86-nuke386-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+0
2012-11-30KVM: x86: Emulate IA32_TSC_ADJUST MSRWill Auld1-0/+1
2012-11-29x86, 386 removal: Remove CONFIG_INVLPGH. Peter Anvin1-6/+0
2012-11-13x86: Add cpu_has_topoextAndreas Herrmann1-0/+1
2012-10-02UAPI: Partition the header include path sets and add uapi/ header directoriesDavid Howells1-0/+2
2012-10-01Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2012-09-18x86, fpu: enable eagerfpu by default for xsaveoptSuresh Siddha1-0/+1
2012-09-18x86, fpu: decouple non-lazy/eager fpu restore from xsaveSuresh Siddha1-0/+2
2012-09-09x86, cpufeature: Add feature bit for SMAPH. Peter Anvin1-0/+1
2012-07-20x86, cpufeature: Add the RDSEED and ADX featuresH. Peter Anvin1-0/+2
2012-06-25x86, cpufeature: Rename X86_FEATURE_DTS to X86_FEATURE_DTHERMH. Peter Anvin1-1/+1