summaryrefslogtreecommitdiff
path: root/UefiCpuPkg/CpuDxe
AgeCommit message (Expand)AuthorFilesLines
2019-04-09UefiCpuPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney13-91/+13
2019-03-01UefiCpuPkg: restore strict page attributes via #DB in nonstop mode onlyJian J Wang1-1/+10
2018-10-26UefiCpuPkg/CpuDxe: prevent recursive calling of InitializePageTablePoolJian J Wang1-2/+21
2018-10-26UefiCpuPkg/CpuDxe: consider freed-memory guard in non-stop modeJian J Wang1-1/+1
2018-09-21UefiCpuPkg: Remove redundant library classes, Ppis and GUIDsshenglei1-7/+0
2018-09-10UefiCpuPkg/CpuDxe: fix an incorrect bit-wise operationJian J Wang1-1/+1
2018-09-10UefiCpuPkg/CpuDxe: fix ECC reported issuesJian J Wang1-2/+2
2018-08-30UefiCpuPkg/CpuDxe: change level of DEBUG messageJian J Wang2-3/+3
2018-08-30UefiCpuPkg/CpuDxe: implement non-stop mode for uefiJian J Wang4-6/+237
2018-07-20UefiCpuPkg/CpuDxe: fix incorrect check of SMM modeJian J Wang1-1/+8
2018-06-28UefiCpuPkg: Clean up source filesLiming Gao3-9/+9
2018-06-19UefiCpuPkg/CpuDxe: make register access more readableJian J Wang1-15/+29
2018-06-19UefiCpuPkg/CpuDxe: allow accessing (DXE) page table in SMM modeJian J Wang2-35/+106
2018-06-07UefiCpuPkg: Remove X86 ASM and S filesLiming Gao5-234/+1
2018-01-29UefiCpuPkg/CpuDxe: remove all code to flush TLB for APsJian J Wang1-80/+5
2018-01-19UefiCpuPkg/CpuDxe: fix bad boot performanceJian J Wang1-2/+0
2018-01-18UefiCpuPkg/CpuDxe: clear NX attr for page directoryJian J Wang1-3/+3
2018-01-18UefiCpuPkg/CpuDxe: fix SetMemoryAttributes issue in 32-bit modeJian J Wang1-0/+4
2017-12-13UefiCpuPkg/CpuDxe: suppress invalid warning about uninitialized variableJian J Wang1-0/+5
2017-12-12UefiCpuPkg/CpuDxe: Enable protection for newly added page tableJian J Wang4-9/+267
2017-12-08UefiCpuPkg/CpuDxe: Initialize stack switch for MPJian J Wang2-0/+192
2017-11-24UefiCpuPkg/CpuDxe: Fix multiple entries of RT_CODE in memory mapJian J Wang1-21/+73
2017-11-21UefiCpuPkg: Fix unix style of EOLJian J Wang1-2/+2
2017-11-17UefiCpuPkg/CpuDxe: Reduce debug messageJian J Wang1-2/+2
2017-09-30UefiCpuPkg/CpuDxe: Fix assert issue on IA32 platformJian J Wang1-10/+40
2017-09-27UefiCpuPkg/CpuDxe: Add missing function description commentsDandan Bi1-0/+3
2017-09-22UefiCpuPkg/CpuDxe: Fix GCC build warningJian J Wang1-2/+6
2017-09-21UefiCpuPkg/CpuDxe: Fix out-of-sync issue in page attributesJian J Wang3-0/+113
2017-09-11UefiCpuPkg/CpuDxe: log informative message at DEBUG_INFO levelLaszlo Ersek1-1/+1
2017-08-07UefiCpuPkg CpuDxe: Remove reference deprecated macro.Eric Dong2-11/+12
2017-08-07UefiCpuPkg CpuDxe: Enhance get mtrr mask logic.Eric Dong1-7/+6
2017-07-07UefiCpuPkg CpuDxe: Update return status to follow spec.Eric Dong2-2/+2
2017-04-26UefiCpuPkg: Move ProgramVirtualWireMode() to MpInitLibJeff Fan1-5/+0
2017-04-12UefiCpuPkg: Error Level is not used correctlyJeff Fan1-1/+1
2017-03-17UefiCpuPkg/CpuDxe: Remove MSR_IA32_MISC_ENABLE checkJeff Fan1-6/+3
2017-03-06UefiCpuPkg/CpuDxe: Add support for PCD PcdPteMemoryEncryptionAddressOrMaskLeo Duran2-9/+26
2017-02-27UefiCpuPkg/CpuDxe: Do not ASSERT on AllocateMemorySpace() errorJeff Fan1-1/+9
2017-02-24UefiCpuPkg/CpuDxe: Replace EFI_D_xxx with DEBUG_xxx in DEBUG()Jeff Fan2-7/+7
2017-02-22UefiCpuPkg/CpuDxe: Fix hard code actual TimerPeriod valueJeff Fan3-3/+25
2017-02-22UefiCpuPkg/CpuDxe: Add Local APIC memory mapped space in GCDJeff Fan1-0/+35
2017-02-22UefiCpuPkg/CpuDxe: Copy two functions from PciHostBridgeJeff Fan1-0/+148
2017-02-22UefiCpuPkg/CpuDxe: Add memory attribute setting.Jiewen Yao4-61/+977
2016-12-14UefiCpuPkg: Make the comments align with the functionsDandan Bi1-1/+1
2016-09-14UefiCpuPkg/CpuDxe: Fix duplicated status code reportJeff Fan1-14/+15
2016-08-17UefiCpuPkg/CpuDxe: Fixed typo in function header to match PI specJeff Fan1-18/+18
2016-08-17UefiCpuPkg/CpuDxe: Remove PcdCpuMaxLogicalProcessorNumber consumingJeff Fan2-16/+5
2016-08-17UefiCpuPkg/CpuDxe: Remove unused codes and filesJeff Fan9-1359/+1
2016-08-17UefiCpuPkg/CpuDxe: Move SetMtrrsFromBuffer() location.Jeff Fan2-16/+15
2016-08-17UefiCpuPkg/CpuDxe: Consume MpInitLib to produce CPU MP Protocol servicesJeff Fan7-815/+76
2016-07-20UefiCpuPkg/CpuDxe: StartupAllAPs in parallel modeJeff Fan1-2/+2