summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/cpufeatures.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-09-071-0/+1
|\
| * Merge tag 'kvm-x86-svm-6.6' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-08-311-0/+1
| |\
| | * KVM: SEV: Enable data breakpoints in SEV-ESAlexey Kardashevskiy2023-07-281-0/+1
* | | Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-311-0/+2
|\ \ \
| * | | x86/cpufeatures: Add CPU feature flags for shadow stacksRick Edgecombe2023-07-111-0/+2
| | |/ | |/|
* | | Merge tag 'x86_mm_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-301-1/+0
|\ \ \ | |_|/ |/| |
| * | x86/mm: Remove "INVPCID single" feature trackingDave Hansen2023-08-031-1/+0
| |/
* | x86/CPU/AMD: Do not leak quotient data after a division by 0Borislav Petkov (AMD)2023-08-091-0/+1
* | Merge tag 'gds-for-linus-2023-08-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-08-071-0/+1
|\ \
| * | x86/speculation: Add Gather Data Sampling mitigationDaniel Sneddon2023-07-191-0/+1
| |/
* | x86/srso: Add IBPB on VMEXITBorislav Petkov (AMD)2023-07-271-0/+1
* | x86/srso: Add SRSO_NO supportBorislav Petkov (AMD)2023-07-271-0/+2
* | x86/srso: Add IBPB_BRTYPE supportBorislav Petkov (AMD)2023-07-271-0/+2
* | x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)2023-07-271-0/+5
* | x86/bugs: Increase the x86 bugs vector size to two u32sBorislav Petkov (AMD)2023-07-181-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-05-011-4/+5
|\
| * Merge tag 'kvm-x86-svm-6.4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-04-261-4/+4
| |\
| | * x86/cpufeatures: Redefine synthetic virtual NMI bit as AMD's "real" vNMISean Christopherson2023-03-221-4/+4
| * | x86: KVM: Add common feature flag for AMD's PSFDSean Christopherson2023-03-231-0/+1
| |/
* / x86: CPUID and CR3/CR4 flags for Linear Address MaskingKirill A. Shutemov2023-03-161-0/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-02-251-0/+3
|\
| * x86/cpufeatures: Add macros for Intel's new fast rep string featuresJim Mattson2023-01-241-0/+3
* | Merge tag 'x86_cpu_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-02-211-2/+10
|\ \
| * | x86/cpu: Support AMD Automatic IBRSKim Phillips2023-01-251-0/+1
| * | x86/cpu, kvm: Add the SMM_CTL MSR not present featureKim Phillips2023-01-251-0/+1
| * | x86/cpu, kvm: Add the Null Selector Clears Base featureKim Phillips2023-01-251-0/+1
| * | x86/cpu, kvm: Move X86_FEATURE_LFENCE_RDTSC to its native leafKim Phillips2023-01-251-1/+2
| * | x86/cpu, kvm: Add the NO_NESTED_DATA_BP featureKim Phillips2023-01-251-0/+3
| * | x86/cpu, kvm: Add support for CPUID_80000021_EAXKim Phillips2023-01-251-1/+1
| * | x86/cpufeature: Add the CPU feature bit for LKGSH. Peter Anvin (Intel)2023-01-121-0/+1
| |/
* | Merge tag 'x86_cache_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-02-211-0/+2
|\ \
| * | x86/cpufeatures: Add Bandwidth Monitoring Event Configuration feature flagBabu Moger2023-01-231-0/+1
| * | x86/cpufeatures: Add Slow Memory Bandwidth Allocation feature flagBabu Moger2023-01-231-0/+1
| |/
* | Merge tag 'perf-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-02-201-0/+1
|\ \
| * | x86/cpufeatures: Add Architectural PerfMon Extension bitKan Liang2023-01-091-0/+1
| |/
* / x86/speculation: Identify processors vulnerable to SMT RSB predictionsTom Lendacky2023-02-101-0/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-12-151-0/+3
|\
| * x86: KVM: Advertise AVX-IFMA CPUID to user spaceJiaxi Chen2022-11-281-0/+1
| * x86: KVM: Advertise AMX-FP16 CPUID to user spaceChang S. Bae2022-11-281-0/+1
| * x86: KVM: Advertise CMPccXADD CPUID to user spaceJiaxi Chen2022-11-281-0/+1
* | Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-141-2/+1
|\ \
| * | x86/cpufeatures: Move X86_FEATURE_CALL_DEPTH from bit 18 to bit 19 of word 11...Ingo Molnar2022-11-061-1/+2
| * | x86/retbleed: Add X86_FEATURE_CALL_DEPTHThomas Gleixner2022-10-171-0/+1
| |/
* | Merge tag 'x86_sgx_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-121-0/+1
|\ \
| * | KVM/VMX: Allow exposing EDECCSSA user leaf function to KVM guestKai Huang2022-11-041-0/+1
| |/
* / x86/tsx: Add a feature bit for TSX control MSR supportPawan Gupta2022-11-211-0/+3
|/
* Merge branch 'v6.0-rc7'Peter Zijlstra2022-09-291-2/+3
|\
| * x86/bugs: Add "unknown" reporting for MMIO Stale DataPawan Gupta2022-08-181-2/+3
* | x86/cpufeatures: Add LbrExtV2 feature bitSandipan Das2022-08-271-1/+1
|/
* Merge tag 'x86_bugs_pbrsb' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-08-091-0/+2
|\