summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/cpufeatures.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář2018-02-011-6/+24
|\
| * Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-291-6/+16
| |\
| | * x86/cpufeatures: Clean up Spectre v2 related CPUID flagsDavid Woodhouse2018-01-271-9/+9
| | * x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) supportDavid Woodhouse2018-01-261-0/+2
| | * x86/cpufeatures: Add AMD feature bits for Speculation ControlDavid Woodhouse2018-01-261-0/+3
| | * x86/cpufeatures: Add Intel feature bits for Speculation ControlDavid Woodhouse2018-01-261-0/+3
| | * x86/cpufeatures: Add CPUID_7_EDX CPUID leafDavid Woodhouse2018-01-261-3/+5
| * | x86/intel_rdt: Enumerate L2 Code and Data Prioritization (CDP) featureFenghua Yu2018-01-181-0/+1
| |/
| * x86/cpufeature: Move processor tracing out of scattered featuresPaolo Bonzini2018-01-171-1/+1
| * x86/retpoline: Fill RSB on context switch for affected CPUsDavid Woodhouse2018-01-151-0/+1
| * x86/retpoline: Add initial retpoline supportDavid Woodhouse2018-01-121-0/+2
| * x86/cpufeatures: Add X86_BUG_SPECTRE_V[12]David Woodhouse2018-01-061-0/+2
| * x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWNThomas Gleixner2018-01-051-1/+1
| * x86/mm: Use INVPCID for __native_flush_tlb_single()Dave Hansen2017-12-231-0/+1
| * x86/cpufeatures: Add X86_BUG_CPU_INSECUREThomas Gleixner2017-12-231-1/+2
| * x86: Make X86_BUG_FXSAVE_LEAK detectable in CPUID on AMDRudolf Marek2017-12-171-0/+1
| * x86/cpufeature: Add User-Mode Instruction Prevention definitionsRicardo Neri2017-12-171-0/+1
* | Merge branch 'sev-v9-p2' of https://github.com/codomania/kvmPaolo Bonzini2018-01-161-0/+1
|\ \
| * | x86/CPU/AMD: Add the Secure Encrypted Virtualization CPU featureTom Lendacky2017-12-041-0/+1
* | | x86/cpufeatures: Make X86_BUG_FXSAVE_LEAK detectable in CPUID on AMDRudolf Marek2017-12-061-0/+1
|/ /
* | x86/cpufeature: Add User-Mode Instruction Prevention definitionsRicardo Neri2017-11-081-0/+1
|/
* x86/cpufeatures: Fix various details in the feature definitionsIngo Molnar2017-11-071-75/+74
* x86/cpufeatures: Re-tabulate the X86_FEATURE definitionsIngo Molnar2017-11-071-254/+254
* Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | x86/cpufeatures: Enable new SSE/AVX/AVX512 CPU featuresGayatri Kammela2017-10-311-0/+6
* | x86/cpuid: Add generic table for CPUID dependenciesAndi Kleen2017-10-171-0/+5
|/
* Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-09-081-0/+1
|\
| * Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Radim Krčmář2017-09-081-1/+1
| |\
| * | KVM: SVM: Add Virtual GIF feature definitionJanakarajan Natarajan2017-08-231-0/+1
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-041-0/+1
|\ \ \
| * \ \ Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar2017-08-261-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | x86/cpu/AMD: Add the Secure Memory Encryption CPU featureTom Lendacky2017-07-181-0/+1
| | |/ | |/|
* | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2017-08-241-1/+1
|\ \ \ | | |/ | |/|
| * | x86/cpufeature, kvm/svm: Rename (shorten) the new "virtualized VMSAVE/VMLOAD"...Borislav Petkov2017-08-111-1/+1
| |/
* | perf/x86/amd/uncore: Rename cpufeatures macro for cache countersJanakarajan Natarajan2017-08-101-1/+1
|/
* KVM: SVM: Add Virtual VMLOAD VMSAVE feature definitionJanakarajan Natarajan2017-07-121-0/+1
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-05-011-0/+2
|\
| * x86/intel_rdt/mba: Memory bandwith allocation feature detectVikas Shivappa2017-04-141-0/+2
* | x86/cpufeature: Detect CPUID faulting supportKyle Huey2017-03-201-0/+1
|/
* x86/cpufeature: Add 5-level paging detectionKirill A. Shutemov2017-03-091-1/+2
* Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-02-201-1/+1
|\
| * x86/cpu: Add X86_FEATURE_CPUIDBorislav Petkov2017-01-251-1/+1
* | x86/cpufeature: Move RING3MWAIT feature to avoid conflictsThomas Gleixner2017-02-161-2/+2
* | x86/cpufeature: Add RING3MWAIT to CPU featuresGrzegorz Andrejczuk2017-02-041-1/+1
* | x86/cpufeature: Add AVX512_VPOPCNTDQ featurePiotr Luc2017-01-161-1/+1
|/
* Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-221-0/+4
|\
| * x86/cpufeature: Add RDT CPUID feature bitsFenghua Yu2016-10-261-0/+4
* | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-181-0/+1
|\ \
| * | x86/tsc: Add X86_FEATURE_TSC_KNOWN_FREQ flagBin Gao2016-11-181-0/+1
| |/
OpenPOWER on IntegriCloud