summaryrefslogtreecommitdiff
path: root/UefiCpuPkg/Library/CpuCommonFeaturesLib
AgeCommit message (Expand)AuthorFilesLines
2023-04-26UefiCpuPkg: Update PT code to support enable collect performanceDun Tan2-13/+36
2023-04-26UefiCpuPkg: Update code to support enable ProcTrace only on BSPDun Tan2-65/+112
2021-12-07UefiCpuPkg: Apply uncrustify changesMichael Kubacki15-140/+182
2021-12-07UefiCpuPkg: Change OPTIONAL keyword usage styleMichael D Kinney14-37/+37
2021-06-21UefiCpuPkg/CpuCommonFeaturesLib: Correct the CPU location checkDaoxiang Li3-7/+7
2020-08-03UefiCpuPkg/CpuCommonFeaturesLib: Fix spelling mistakeMichael D Kinney1-1/+1
2020-02-14UefiCpuPkg/RegisterCpuFeaturesLib: Delete CPU_FEATURE_[BEFORE|AFTER]Ray Ni1-4/+4
2020-01-10UefiCpuPkg/CpuCommonFeaturesLib: SMXE bit of CR4 should setJason Voelz1-0/+9
2019-11-13UefiCpuPkg/CpuCommonFeaturesLib: Remove XD enable/disable logicRay Ni3-108/+1
2019-08-21UefiCpuPkg/CpuCommonFeaturesLib: Use new macros.Dong, Eric4-132/+61
2019-08-09UefiCpuPkg: Update code to include register definitions from MdePkgNi, Ray1-3/+3
2019-07-16UefiCpuPkg CpuCommonFeaturesLib: Enhance Ppin codeStar Zeng3-12/+72
2019-06-06UefiCpuPkg CpuCommFeaturesLib: Reduce to set MSR_IA32_CLOCK_MODULATIONStar Zeng3-26/+78
2019-06-06UefiCpuPkg CpuCommFeaturesLib: Fix ASSERT if LMCE is supportedStar Zeng2-2/+2
2019-06-06UefiCpuPkg CpuCommFeaturesLib: Fix GP fault issue about ProcTraceStar Zeng1-32/+30
2019-06-06UefiCpuPkg CpuCommFeaturesLib: Disable TraceEn at the beginningStar Zeng1-21/+21
2019-05-18UefiCpuPkg CpuCommonFeaturesLib: Remove CPU generation checkStar Zeng1-9/+3
2019-05-13UefiCpuPkg: Remove double \rJoe Richey1-1/+1
2019-04-09UefiCpuPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney18-124/+18
2019-03-18UefiCpuPkg/CpuCommonFeaturesLib: Aesni.c uses BIT0 and BIT1 reversedlyStar Zeng1-2/+2
2018-11-14UefiCpuPkg/CommonFeature: Always set FEATURE_CONTROL.Lockedk2-stable201811Ruiyu Ni1-10/+1
2018-11-07UefiCpuPkg/CommonFeature: Skip locking when the feature is disabledRuiyu Ni1-1/+10
2018-10-26UefiCpuPkg/CpuCommonFeaturesLib: Remove white space at line end.Eric Dong1-1/+1
2018-10-22UefiCpuPkg/CpuCommonFeaturesLib: Register MSR base on scope Info.Eric Dong12-0/+190
2018-09-29UefiCpuPkg/CpuCommonFeaturesLib: Remove an unused PCDshenglei1-1/+0
2018-06-28UefiCpuPkg: Clean up source filesLiming Gao5-28/+28
2018-05-28UefiCpuPkg/CpuCommonFeatures: Follow SDM for MAX CPUID feature detectRuiyu Ni1-2/+2
2018-03-08UefiCpuPkg/CpuCommonFeaturesLib: Fix coding style issueDandan Bi1-1/+1
2018-02-09UefiCpuPkg/FeaturesLib: don't init MCi_CTL/STATUS when MCA's disabledRuiyu Ni1-15/+17
2018-02-08UefiCpuPkg/FeaturesLib: Fix Haswell CPU hang with 50% throttlingRuiyu Ni1-29/+23
2018-01-15UefiCpuPkg: Enhance feature dependency checkSong, BinX1-0/+3
2017-12-27UefiCpuPkg: Update AESNI support checking logicSong, BinX1-9/+11
2017-09-27UefiCpuPkg/CpuCommonFeaturesLib: Add check for input parameter.Eric Dong2-0/+4
2017-09-05UefiCpuPkg/Lmce.c Remove useless file.Eric Dong1-97/+0
2017-08-30UefiCpuPkg/CpuCommonFeaturesLib: Remove unnecessary explicit type castHao Wu1-1/+1
2017-08-28UefiCpuPkg/CpuCommonFeaturesLib: Merge machine check code to same file.Eric Dong2-1/+81
2017-08-28UefiCpuPkg/CpuCommonFeaturesLib: Add CPUID MCA support checkEric Dong1-0/+4
2017-08-28UefiCpuPkg/CpuCommonFeaturesLib: Remove redundant definition.Eric Dong1-9/+8
2017-08-28UefiCpuPkg/CpuCommonFeaturesLib: Use MSR data structure when change MSR value.Eric Dong1-55/+61
2017-08-04UefiCpuPkg: Enable Processor Trace feature.Eric Dong4-1/+543
2017-08-04UefiCpuPkg CpuCommonFeaturesLib: Enable LMCE feature.Eric Dong4-0/+158
2017-08-03UefiCpuPkg/CpuCommonFeaturesLib: Fix the documentation of PpinSupport().Marvin.Haeuser@outlook.com2-4/+4
2017-07-20UefiCpuPkg CpuCommonFeaturesLib: Enable Ppin feature.Eric Dong4-0/+181
2017-07-12UefiCpuPkg CpuCommonFeaturesLib: Fix smx/vmx enable logic error.Eric Dong3-117/+55
2017-05-27UefiCpuPkg/CpuCommonFeaturesLib: Support X2APIC enableJeff Fan3-10/+77
2017-04-05UefiCpuPkg/CpuFeatures: Change files format to DOSJeff Fan16-2600/+2600
2017-03-28UefiCpuPkg/CpuCommonFeaturesLib: Generate new INF GUID valueJeff Fan1-1/+1
2017-03-28UefiCpuPkg/RegisterCpuFeaturesLib: Fix meta data commentsJeff Fan1-3/+3
2017-03-23UefiCpuPkg/CpuCommonFeaturesLib: Fix case write issueJeff Fan1-1/+1
2017-03-22UefiCpuPkg: Add NULL CPU Common Features Library instanceJeff Fan16-0/+2600