summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/cpufeatures.h
AgeCommit message (Expand)AuthorFilesLines
2020-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2020-12-14x86/cpu: Add VM page flush MSR availablility as a CPUID featureTom Lendacky1-0/+1
2020-12-12x86: Enumerate AVX512 FP16 CPUID feature flagKyung Min Park1-0/+1
2020-11-17x86/{cpufeatures,msr}: Add Intel SGX Launch Control hardware bitsSean Christopherson1-0/+1
2020-11-17x86/cpufeatures: Add Intel SGX hardware bitsSean Christopherson1-0/+1
2020-10-14Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2020-10-12Merge tag 'x86_cache_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2020-10-12Merge tag 'x86_pasid_for_5.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2020-09-18x86/cpu: Add hardware-enforced cache coherency as a CPUID featureKrish Sadhukhan1-1/+1
2020-09-17x86/cpufeatures: Enumerate ENQCMD and ENQCMDS instructionsFenghua Yu1-0/+1
2020-09-07x86/cpufeatures: Add SEV-ES CPU featureTom Lendacky1-0/+1
2020-08-30x86/cpufeatures: Enumerate TSX suspend load address tracking instructionsKyung Min Park1-0/+1
2020-08-26x86/resctrl: Enumerate per-thread MBA controlsFenghua Yu1-0/+1
2020-08-04Merge tag 'x86-cpu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2020-08-04Merge tag 'x86-cleanups-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2020-07-27x86/cpufeatures: Add enumeration for SERIALIZE instructionRicardo Neri1-0/+1
2020-07-08x86/cpufeatures: Add Architectural LBRs feature bitKan Liang1-0/+1
2020-06-15x86/cpufeatures: Mark two free bits in word 3Borislav Petkov1-0/+2
2020-04-20x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross1-0/+2
2020-03-31Merge tag 'x86-splitlock-2020-03-30' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2020-03-31Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2020-03-22x86/mce/amd: Add PPIN support for AMD MCEWei Huang1-0/+1
2020-03-12x86/cpu/amd: Call init_amd_zn() om Family 19h processors tooKim Phillips1-1/+1
2020-02-20x86/split_lock: Enable split lock detection by kernelPeter Zijlstra (Intel)1-0/+2
2020-01-28Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2020-01-13x86/cpufeatures: Add flag to track whether MSR IA32_FEAT_CTL is configuredSean Christopherson1-0/+1
2020-01-08x86/cpufeatures: Add support for fast short REP; MOVSBTony Luck1-0/+1
2019-11-26Merge branches 'x86-cpu-for-linus' and 'x86-fpu-for-linus' of git://git.kerne...Linus Torvalds1-0/+1
2019-11-04x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli1-0/+1
2019-10-28x86/speculation/taa: Add mitigation for TSX Async AbortPawan Gupta1-0/+1
2019-10-08x86/cpufeatures: Add feature bit RDPRU on AMDBabu Moger1-0/+1
2019-09-17Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2019-08-28x86/vmware: Add a header file for hypercall definitionsThomas Hellstrom1-0/+2
2019-08-26Merge tag 'v5.3-rc6' into x86/cpu, to pick up fixesIngo Molnar1-0/+3
2019-07-28x86/speculation/swapgs: Exclude ATOMs from speculation through SWAPGSThomas Gleixner1-0/+1
2019-07-22x86: Remove X86_FEATURE_MFENCE_RDTSCJosh Poimboeuf1-1/+0
2019-07-22x86/cpufeatures: Enable a new AVX512 CPU featureGayatri Kammela1-0/+1
2019-07-09x86/speculation: Prepare entry code for Spectre v1 swapgs mitigationsJosh Poimboeuf1-0/+2
2019-06-24x86/cpufeatures: Enumerate user wait instructionsFenghua Yu1-0/+1
2019-06-20x86/cpufeatures: Enumerate the new AVX512 BFLOAT16 instructionsFenghua Yu1-0/+3
2019-06-20x86/cpufeatures: Combine word 11 and 12 into a new scattered features wordFenghua Yu1-7/+10
2019-06-14x86/cpufeatures: Add FDP_EXCPTN_ONLY and ZERO_FCS_FDSAaron Lewis1-0/+2
2019-05-14Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+3
2019-03-06x86/speculation/mds: Add BUG_MSBDS_ONLYThomas Gleixner1-0/+1
2019-03-06x86/speculation/mds: Add basic bug infrastructure for MDSAndi Kleen1-0/+2
2019-03-06x86: Add TSX Force Abort CPUID/MSRPeter Zijlstra (Intel)1-0/+1
2018-12-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2018-12-21KVM: x86: Add CPUID support for new instruction WBNOINVDRobert Hoo1-0/+1
2018-12-18x86/speculation: Add support for STIBP always-on preferred modeThomas Lendacky1-0/+1
2018-10-25x86/cpufeatures: Enumerate MOVDIR64B instructionFenghua Yu1-0/+1