summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/cpufeature.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-09-011-0/+1
|\
| * x86/cpufeature: Add feature bit for Intel's Silicon Debug CPUID bitMathias Krause2015-07-311-0/+1
* | x86/asm: Add MONITORX/MWAITX instruction supportHuang Rui2015-08-221-0/+1
|/
* x86_64, asm: Work around AMD SYSRET SS descriptor attribute issueAndy Lutomirski2015-04-261-0/+1
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-141-1/+9
|\
| * x86: Add Intel Processor Trace (INTEL_PT) cpu feature detectionAlexander Shishkin2015-04-021-0/+1
| * x86: Add support for Intel Cache QoS Monitoring (CQM) detectionPeter P Waskiewicz Jr2015-02-251-1/+8
* | x86/asm: Add support for the CLWB instructionRoss Zwisler2015-04-031-0/+1
* | Merge tag 'alternatives_padding' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2015-03-041-13/+17
|\ \
| * | x86/alternatives: Make JMPs more robustBorislav Petkov2015-02-231-8/+2
| * | x86/alternatives: Add instruction paddingBorislav Petkov2015-02-231-6/+16
| |/
* | x86/asm: Add support for the pcommit instructionRoss Zwisler2015-02-201-0/+1
|/
* Merge branch 'perf/hw_breakpoints' into perf/coreIngo Molnar2015-01-281-0/+2
|\
| * perf/x86/amd: AMD support for bp_len > HW_BREAKPOINT_LEN_8Jacob Shin2014-12-031-0/+2
* | x86: Add support for Intel HWP feature detection.Dirk Brandewie2014-11-121-0/+5
|/
* Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-10-141-24/+28
|\
| * x86: Add more disabled featuresDave Hansen2014-09-111-20/+0
| * x86: Introduce disabled-featuresDave Hansen2014-09-111-0/+28
| * x86: Axe the lightly-used cpu_has_paeDave Hansen2014-09-111-4/+0
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-10-081-0/+1
|\ \
| * | x86: kvm: use alternatives for VMCALL vs. VMMCALL if kernel text is read-onlyPaolo Bonzini2014-09-241-0/+1
| |/
* | x86: Support compiling out human-friendly processor feature namesJosh Triplett2014-08-171-0/+7
|/
* x86, cpu: Kill cpu_has_mpBorislav Petkov2014-07-141-4/+0
* x86/cpufeature: Add bug flags to /proc/cpuinfoBorislav Petkov2014-07-141-2/+8
* x86, cpufeature: Convert more "features" to bugsBorislav Petkov2014-06-181-14/+17
* x86/xsaves: Detect xsaves/xrstors featureFenghua Yu2014-05-291-2/+8
* x86/cpufeature.h: Reformat x86 feature macrosFenghua Yu2014-05-291-181/+181
* Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-011-0/+7
|\
| * x86: align x86 arch with generic CPU modalias handlingArd Biesheuvel2014-02-181-0/+7
* | x86, cpufeature: Rename X86_FEATURE_CLFLSH to X86_FEATURE_CLFLUSHH. Peter Anvin2014-02-271-2/+2
* | x86: Add support for the clflushopt instructionRoss Zwisler2014-02-271-0/+1
* | x86, AVX-512: AVX-512 Feature DetectionFenghua Yu2014-02-201-0/+4
|/
* x86, cpufeature: Define the Intel MPX feature flagQiaowei Ren2013-12-061-0/+1
* compiler/gcc4: Add quirk for 'asm goto' miscompilation bugIngo Molnar2013-10-111-3/+3
* x86, cpufeature: Use new CC_HAVE_ASM_GOTOBorislav Petkov2013-06-281-6/+11
* x86: Add a static_cpu_has_safe variantBorislav Petkov2013-06-201-1/+85
* x86: Sanity-check static_cpu_has usageBorislav Petkov2013-06-201-2/+28
* x86, cpu: Add a synthetic, always true, cpu featureBorislav Petkov2013-06-201-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-05-021-0/+1
|\
| * crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipherJussi Kivilinna2013-04-251-0/+1
* | Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-04-301-0/+1
|\ \
| * | cpufreq: AMD "frequency sensitivity feedback" powersave bias for ondemand gov...Jacob Shin2013-04-101-0/+1
| |/
* | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-04-301-0/+19
|\ \
| * | x86, cpu: Convert AMD Erratum 400Borislav Petkov2013-04-021-0/+1
| * | x86, cpu: Convert AMD Erratum 383Borislav Petkov2013-04-021-0/+1
| * | x86, cpu: Convert Cyrix coma bug detectionBorislav Petkov2013-04-021-0/+1
| * | x86, cpu: Convert FDIV bug detectionBorislav Petkov2013-04-021-0/+1
| * | x86, cpu: Convert F00F bug detectionBorislav Petkov2013-04-021-0/+2
| * | x86, cpu: Expand cpufeature facility to include cpu bugsBorislav Petkov2013-04-021-0/+13
| |/
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-301-0/+1
|\ \
OpenPOWER on IntegriCloud