| Commit message (Expand) | Author | Age | Files | Lines |
* | UefiCpuPkg: Fix unchecked returns and potential integer overflows | kenlautner | 2024-11-15 | 2 | -13/+132 |
* | UefiCpuPkg/Library: Support to get processor extended info | Jiaxin Wu | 2024-05-08 | 2 | -4/+4 |
* | UefiCpuPkg: Calculate DisplayFamily correctly | Liu, Zhiguang | 2023-03-07 | 1 | -3/+3 |
* | UefiCpuPkg: Apply uncrustify changes | Michael Kubacki | 2021-12-07 | 5 | -785/+865 |
* | UefiCpuPkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END() | Michael D Kinney | 2021-12-07 | 1 | -3/+2 |
* | UefiCpuPkg: Change OPTIONAL keyword usage style | Michael D Kinney | 2021-12-07 | 1 | -5/+4 |
* | UefiCpuPkg: Cpu feature data stored in memory may be migrated | Lou, Yun | 2021-10-20 | 1 | -3/+6 |
* | UefiCpuPkg: Refactor initialization of CPU features during S3 resume | Lou, Yun | 2021-09-16 | 2 | -15/+15 |
* | UefiCpuPkg RegisterCpuFeaturesLib: NumberOfCpus may be uninitialized | Zeng, Star | 2021-01-21 | 1 | -0/+1 |
* | UefiCpuPkg/CpuFeature: Don't assume CpuS3DataDxe alloc RegisterTable | Ray Ni | 2021-01-20 | 1 | -33/+39 |
* | UefiCpuPkg/CpuFeature: reduce time complexty to calc CpuInfo.First | Ray Ni | 2020-12-14 | 1 | -49/+47 |
* | UefiCpuPkg RegisterCpuFeaturesLib: Use AllocatePages() for InitOrder | Star Zeng | 2020-12-14 | 1 | -1/+2 |
* | UefiCpuPkg/Feature: Support different thread count per core | Ray Ni | 2020-12-04 | 1 | -53/+60 |
* | UefiCpuPkg/RegisterCpuFeaturesLib: Support MpServices2 only case. | Chasel Chiu | 2020-09-14 | 3 | -44/+28 |
* | UefiCpuPkg RegisterCpuFeaturesLib: Match data type and format specifier | Zeng, Star | 2020-02-19 | 1 | -12/+12 |
* | UefiCpuPkg/CpuFeature: Introduce First to indicate 1st unit. | Ray Ni | 2020-02-14 | 1 | -1/+75 |
* | UefiCpuPkg/RegisterCpuFeaturesLib: Rename [Before|After]FeatureBitMask | Ray Ni | 2020-02-14 | 2 | -33/+41 |
* | UefiCpuPkg/RegisterCpuFeaturesLib: Delete CPU_FEATURE_[BEFORE|AFTER] | Ray Ni | 2020-02-14 | 1 | -6/+6 |
* | UefiCpuPkg/RegisterCpuFeaturesLib: Supports test then write new value logic. | Dong, Eric | 2019-08-21 | 1 | -1/+30 |
* | UefiCpuPkg/RegisterCpuFeaturesLib: Combine CR read/write action. | Dong, Eric | 2019-08-21 | 1 | -47/+63 |
* | UefiCpuPkg/RegisterCpuFeaturesLib: Add "Test Then Write" Macros. | Dong, Eric | 2019-08-21 | 1 | -3/+41 |
* | UefiCpuPkg/RegisterCpuFeaturesLib: Clean up useless ConsoleLogLock spinlock. | Eric Dong | 2019-08-09 | 2 | -2/+0 |
* | UefiCpuPkg/RegisterCpuFeaturesLib: Remove debug message. | Eric Dong | 2019-08-06 | 1 | -22/+0 |
* | UefiCpuPkg/RegisterCpuFeaturesLib: Start all processors simultaneously. | Eric Dong | 2019-07-29 | 5 | -23/+53 |
* | UefiCpuPkg/RegisterCpuFeaturesLib: avoid use dynamic PCD. | Dong, Eric | 2019-07-18 | 3 | -102/+79 |
* | UefiCpuPkg/RegisterCpuFeaturesLib: Avoid AP calls PeiServices table. | Eric Dong | 2019-07-18 | 2 | -5/+13 |
* | UefiCpuPkg DxeRegisterCpuFeaturesLib: Fix VS2012 build failure | Star Zeng | 2019-07-18 | 1 | -0/+6 |
* | UefiCpuPkg RegisterCpuFeaturesLib: Fix an ASSERTION issue | Star Zeng | 2019-07-11 | 3 | -27/+37 |
* | UefiCpuPkg: Replace BSD License with BSD+Patent License | Michael D Kinney | 2019-04-09 | 8 | -58/+12 |
* | UefiCpuPkg/RegisterCpuFeaturesLib: Correct comments. | Eric Dong | 2019-04-04 | 1 | -2/+2 |
* | UefiCpuPkg/RegisterCpuFeaturesLib: Simplify PcdCpuFeaturesSupport. | Eric Dong | 2019-04-04 | 3 | -32/+22 |
* | UefiCpuPkg/RegisterCpuFeaturesLib: Optimize PCD | Eric Dong | 2019-04-04 | 4 | -66/+24 |
* | UefiCpuPkg/RegisterCpuFeaturesLib: Remove useless functions. | Eric Dong | 2019-04-04 | 1 | -51/+1 |
* | UefiCpuPkg/RegisterCpuFeaturesLib: Replace AcquireSpinLock. | Eric Dong | 2019-01-15 | 1 | -2/+7 |
* | UefiCpuPkg/RegisterCpuFeaturesLib: Avoid AP calls PeiService. | Eric Dong | 2019-01-14 | 4 | -78/+99 |
* | UefiCpuPkg/RegisterCpuFeaturesLib: Enhance debug message. | Eric Dong | 2019-01-14 | 1 | -6/+11 |
* | UefiCpuPkg/RegisterCpuFeaturesLib: Separate semaphore container. | Eric Dong | 2018-11-11 | 2 | -6/+10 |
* | UefiCpuPkg/RegisterCpuFeaturesLib: Adjust Order. | Eric Dong | 2018-11-11 | 3 | -20/+193 |
* | UefiCpuPkg/RegisterCpuFeaturesLib: Fix build failure. | Eric Dong | 2018-10-31 | 1 | -1/+1 |
* | UefiCpuPkg/RegisterCpuFeaturesLib: Fix GCC build failure. | Dong, Eric | 2018-10-27 | 2 | -2/+2 |
* | UefiCpuPkg/RegisterCpuFeaturesLib: Support combo CPU feature style. | Eric Dong | 2018-10-26 | 3 | -67/+45 |
* | UefiCpuPkg/RegisterCpuFeaturesLib: Fix ECC issues. | Eric Dong | 2018-10-26 | 2 | -12/+14 |
* | UefiCpuPkg/RegisterCpuFeaturesLib: Fix build failure for VS2012 and GCC49. | Eric Dong | 2018-10-26 | 1 | -0/+1 |
* | UefiCpuPkg/RegisterCpuFeaturesLib: Add logic to support semaphore type. | Eric Dong | 2018-10-22 | 6 | -133/+939 |
* | UefiCpuPkg/MpInitLib: Fix ECC issues. | Eric Dong | 2018-09-06 | 1 | -1/+1 |
* | UefiCpuPkg/RegisterCpuFeaturesLib: Combine implementation. | Eric Dong | 2018-08-16 | 4 | -218/+92 |
* | UefiCpuPkg: Clean up source files | Liming Gao | 2018-06-28 | 1 | -3/+3 |
* | UefiCpuPkg: Delete redundant PcdGetSize PcdCpuFeaturesSupport | Song, BinX | 2017-12-27 | 1 | -1/+0 |
* | Revert "UefiCpuPkg: Check invalid RegisterCpuFeature parameter" | Eric Dong | 2017-12-27 | 1 | -29/+0 |
* | UefiCpuPkg: Singularize function name | Song, BinX | 2017-12-15 | 2 | -28/+28 |