summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/Library/CpuCommonFeaturesLib
Commit message (Expand)AuthorAgeFilesLines
* UefiCpuPkg/Library: Cleanup debug message in LmceSupportJiaxin Wu11 days1-4/+1
* UefiCpuPkg: Update PT code to support enable collect performanceDun Tan2023-04-262-13/+36
* UefiCpuPkg: Update code to support enable ProcTrace only on BSPDun Tan2023-04-262-65/+112
* UefiCpuPkg: Apply uncrustify changesMichael Kubacki2021-12-0715-140/+182
* UefiCpuPkg: Change OPTIONAL keyword usage styleMichael D Kinney2021-12-0714-37/+37
* UefiCpuPkg/CpuCommonFeaturesLib: Correct the CPU location checkDaoxiang Li2021-06-213-7/+7
* UefiCpuPkg/CpuCommonFeaturesLib: Fix spelling mistakeMichael D Kinney2020-08-031-1/+1
* UefiCpuPkg/RegisterCpuFeaturesLib: Delete CPU_FEATURE_[BEFORE|AFTER]Ray Ni2020-02-141-4/+4
* UefiCpuPkg/CpuCommonFeaturesLib: SMXE bit of CR4 should setJason Voelz2020-01-101-0/+9
* UefiCpuPkg/CpuCommonFeaturesLib: Remove XD enable/disable logicRay Ni2019-11-133-108/+1
* UefiCpuPkg/CpuCommonFeaturesLib: Use new macros.Dong, Eric2019-08-214-132/+61
* UefiCpuPkg: Update code to include register definitions from MdePkgNi, Ray2019-08-091-3/+3
* UefiCpuPkg CpuCommonFeaturesLib: Enhance Ppin codeStar Zeng2019-07-163-12/+72
* UefiCpuPkg CpuCommFeaturesLib: Reduce to set MSR_IA32_CLOCK_MODULATIONStar Zeng2019-06-063-26/+78
* UefiCpuPkg CpuCommFeaturesLib: Fix ASSERT if LMCE is supportedStar Zeng2019-06-062-2/+2
* UefiCpuPkg CpuCommFeaturesLib: Fix GP fault issue about ProcTraceStar Zeng2019-06-061-32/+30
* UefiCpuPkg CpuCommFeaturesLib: Disable TraceEn at the beginningStar Zeng2019-06-061-21/+21
* UefiCpuPkg CpuCommonFeaturesLib: Remove CPU generation checkStar Zeng2019-05-181-9/+3
* UefiCpuPkg: Remove double \rJoe Richey2019-05-131-1/+1
* UefiCpuPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-0918-124/+18
* UefiCpuPkg/CpuCommonFeaturesLib: Aesni.c uses BIT0 and BIT1 reversedlyStar Zeng2019-03-181-2/+2
* UefiCpuPkg/CommonFeature: Always set FEATURE_CONTROL.Lockedk2-stable201811Ruiyu Ni2018-11-141-10/+1
* UefiCpuPkg/CommonFeature: Skip locking when the feature is disabledRuiyu Ni2018-11-071-1/+10
* UefiCpuPkg/CpuCommonFeaturesLib: Remove white space at line end.Eric Dong2018-10-261-1/+1
* UefiCpuPkg/CpuCommonFeaturesLib: Register MSR base on scope Info.Eric Dong2018-10-2212-0/+190
* UefiCpuPkg/CpuCommonFeaturesLib: Remove an unused PCDshenglei2018-09-291-1/+0
* UefiCpuPkg: Clean up source filesLiming Gao2018-06-285-28/+28
* UefiCpuPkg/CpuCommonFeatures: Follow SDM for MAX CPUID feature detectRuiyu Ni2018-05-281-2/+2
* UefiCpuPkg/CpuCommonFeaturesLib: Fix coding style issueDandan Bi2018-03-081-1/+1
* UefiCpuPkg/FeaturesLib: don't init MCi_CTL/STATUS when MCA's disabledRuiyu Ni2018-02-091-15/+17
* UefiCpuPkg/FeaturesLib: Fix Haswell CPU hang with 50% throttlingRuiyu Ni2018-02-081-29/+23
* UefiCpuPkg: Enhance feature dependency checkSong, BinX2018-01-151-0/+3
* UefiCpuPkg: Update AESNI support checking logicSong, BinX2017-12-271-9/+11
* UefiCpuPkg/CpuCommonFeaturesLib: Add check for input parameter.Eric Dong2017-09-272-0/+4
* UefiCpuPkg/Lmce.c Remove useless file.Eric Dong2017-09-051-97/+0
* UefiCpuPkg/CpuCommonFeaturesLib: Remove unnecessary explicit type castHao Wu2017-08-301-1/+1
* UefiCpuPkg/CpuCommonFeaturesLib: Merge machine check code to same file.Eric Dong2017-08-282-1/+81
* UefiCpuPkg/CpuCommonFeaturesLib: Add CPUID MCA support checkEric Dong2017-08-281-0/+4
* UefiCpuPkg/CpuCommonFeaturesLib: Remove redundant definition.Eric Dong2017-08-281-9/+8
* UefiCpuPkg/CpuCommonFeaturesLib: Use MSR data structure when change MSR value.Eric Dong2017-08-281-55/+61
* UefiCpuPkg: Enable Processor Trace feature.Eric Dong2017-08-044-1/+543
* UefiCpuPkg CpuCommonFeaturesLib: Enable LMCE feature.Eric Dong2017-08-044-0/+158
* UefiCpuPkg/CpuCommonFeaturesLib: Fix the documentation of PpinSupport().Marvin.Haeuser@outlook.com2017-08-032-4/+4
* UefiCpuPkg CpuCommonFeaturesLib: Enable Ppin feature.Eric Dong2017-07-204-0/+181
* UefiCpuPkg CpuCommonFeaturesLib: Fix smx/vmx enable logic error.Eric Dong2017-07-123-117/+55
* UefiCpuPkg/CpuCommonFeaturesLib: Support X2APIC enableJeff Fan2017-05-273-10/+77
* UefiCpuPkg/CpuFeatures: Change files format to DOSJeff Fan2017-04-0516-2600/+2600
* UefiCpuPkg/CpuCommonFeaturesLib: Generate new INF GUID valueJeff Fan2017-03-281-1/+1
* UefiCpuPkg/RegisterCpuFeaturesLib: Fix meta data commentsJeff Fan2017-03-281-3/+3
* UefiCpuPkg/CpuCommonFeaturesLib: Fix case write issueJeff Fan2017-03-231-1/+1