]> git.proxmox.com Git - mirror_edk2.git/history - UefiCpuPkg/CpuDxe
UefiCpuPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / UefiCpuPkg / CpuDxe /
2019-04-09 Michael D KinneyUefiCpuPkg: Replace BSD License with BSD+Patent License
2019-03-01 Jian J WangUefiCpuPkg: restore strict page attributes via #DB...
2018-10-26 Jian J WangUefiCpuPkg/CpuDxe: prevent recursive calling of Initial...
2018-10-26 Jian J WangUefiCpuPkg/CpuDxe: consider freed-memory guard in non...
2018-09-21 shengleiUefiCpuPkg: Remove redundant library classes, Ppis...
2018-09-10 Jian J WangUefiCpuPkg/CpuDxe: fix an incorrect bit-wise operation
2018-09-10 Jian J WangUefiCpuPkg/CpuDxe: fix ECC reported issues
2018-08-29 Jian J WangUefiCpuPkg/CpuDxe: change level of DEBUG message
2018-08-29 Jian J WangUefiCpuPkg/CpuDxe: implement non-stop mode for uefi
2018-07-20 Jian J WangUefiCpuPkg/CpuDxe: fix incorrect check of SMM mode
2018-06-28 Liming GaoUefiCpuPkg: Clean up source files
2018-06-19 Jian J WangUefiCpuPkg/CpuDxe: make register access more readable
2018-06-19 Jian J WangUefiCpuPkg/CpuDxe: allow accessing (DXE) page table...
2018-06-07 Liming GaoUefiCpuPkg: Remove X86 ASM and S files
2018-01-29 Jian J WangUefiCpuPkg/CpuDxe: remove all code to flush TLB for APs
2018-01-19 Jian J WangUefiCpuPkg/CpuDxe: fix bad boot performance
2018-01-18 Jian J WangUefiCpuPkg/CpuDxe: clear NX attr for page directory
2018-01-18 Jian J WangUefiCpuPkg/CpuDxe: fix SetMemoryAttributes issue in...
2017-12-13 Jian J WangUefiCpuPkg/CpuDxe: suppress invalid warning about unini...
2017-12-12 Jian J WangUefiCpuPkg/CpuDxe: Enable protection for newly added...
2017-12-08 Jian J WangUefiCpuPkg/CpuDxe: Initialize stack switch for MP
2017-11-24 Jian J WangUefiCpuPkg/CpuDxe: Fix multiple entries of RT_CODE...
2017-11-21 Jian J WangUefiCpuPkg: Fix unix style of EOL
2017-11-17 Jian J WangUefiCpuPkg/CpuDxe: Reduce debug message
2017-09-30 Jian J WangUefiCpuPkg/CpuDxe: Fix assert issue on IA32 platform
2017-09-27 Dandan BiUefiCpuPkg/CpuDxe: Add missing function description...
2017-09-22 Jian J WangUefiCpuPkg/CpuDxe: Fix GCC build warning
2017-09-21 Jian J WangUefiCpuPkg/CpuDxe: Fix out-of-sync issue in page attributes
2017-09-11 Laszlo ErsekUefiCpuPkg/CpuDxe: log informative message at DEBUG_INF...
2017-08-07 Eric DongUefiCpuPkg CpuDxe: Remove reference deprecated macro.
2017-08-07 Eric DongUefiCpuPkg CpuDxe: Enhance get mtrr mask logic.
2017-07-07 Eric DongUefiCpuPkg CpuDxe: Update return status to follow spec.
2017-04-26 Jeff FanUefiCpuPkg: Move ProgramVirtualWireMode() to MpInitLib
2017-04-12 Jeff FanUefiCpuPkg: Error Level is not used correctly
2017-03-17 Jeff FanUefiCpuPkg/CpuDxe: Remove MSR_IA32_MISC_ENABLE check
2017-03-06 Leo DuranUefiCpuPkg/CpuDxe: Add support for PCD PcdPteMemoryEncr...
2017-02-27 Jeff FanUefiCpuPkg/CpuDxe: Do not ASSERT on AllocateMemorySpace...
2017-02-24 Jeff FanUefiCpuPkg/CpuDxe: Replace EFI_D_xxx with DEBUG_xxx...
2017-02-22 Jeff FanUefiCpuPkg/CpuDxe: Fix hard code actual TimerPeriod...
2017-02-22 Jeff FanUefiCpuPkg/CpuDxe: Add Local APIC memory mapped space...
2017-02-22 Jeff FanUefiCpuPkg/CpuDxe: Copy two functions from PciHostBridge
2017-02-22 Jiewen YaoUefiCpuPkg/CpuDxe: Add memory attribute setting.
2016-12-14 Dandan BiUefiCpuPkg: Make the comments align with the functions
2016-09-14 Jeff FanUefiCpuPkg/CpuDxe: Fix duplicated status code report
2016-08-17 Jeff FanUefiCpuPkg/CpuDxe: Fixed typo in function header to...
2016-08-17 Jeff FanUefiCpuPkg/CpuDxe: Remove PcdCpuMaxLogicalProcessorNumb...
2016-08-17 Jeff FanUefiCpuPkg/CpuDxe: Remove unused codes and files
2016-08-17 Jeff FanUefiCpuPkg/CpuDxe: Move SetMtrrsFromBuffer() location.
2016-08-17 Jeff FanUefiCpuPkg/CpuDxe: Consume MpInitLib to produce CPU...
2016-07-20 Jeff FanUefiCpuPkg/CpuDxe: StartupAllAPs in parallel mode
2016-06-28 Liming GaoUefiCpuPkg CpuDxe: Add nasm source file in CpuDxe.inf
2016-06-28 Liming GaoUefiCpuPkg CpuDxe: Convert Ia32/CpuAsm.asm to NASM
2015-12-15 Jordan JustenUefiCpuPkg: Convert all .uni files to utf-8
2015-11-20 Jordan JustenUefiCpuPkg/CpuDxe: Don't use gBS->Stall
2015-10-30 Michael KinneyUefiCpuPkg: CpuDxe: Update GDT to be consistent with...
2015-10-19 Laszlo ErsekUefiCpuPkg: CpuDxe: broadcast MTRR changes to APs
2015-10-19 Michael KinneyUefiCpuPkg: CpuDxe: Wait for APs to enter idle loop
2015-10-19 Michael KinneyUefiCpuPkg: CpuDxe: Use PCD for AP detection timeout
2015-10-19 Michael KinneyUefiCpuPkg: Update CPU MP drivers to support single...
2015-08-08 Star ZengUefiCpuPkg CpuDxe: Sync up the settings of Execute...
2015-06-19 Jeff FanUefiCpuPkg/CpuDxe: NumberOfData is not BOOLEAN type
2015-06-16 Jeff FanUefiCpuPkg/CpuDxe: Get CPU BIST information from Guided HOB
2015-04-09 Scott DuplichanUefiCpuPkg: Avoid "error A2085" when DDK3790 tool chain...
2015-03-09 Chen FanUefiCpuPkg/MpSerivce: add volatile qualifiers
2015-03-09 Chen FanUefiCpuPkg/MpService: Put APs to sleep when not busy.
2015-03-09 Chen FanUefiCpuPkg/MpService: put AP to busy state when execution
2015-03-09 Chen FanUefiCpuPkg/MpService: fix trivial typo in cpu state
2014-11-24 Jeff FanAdd typecast to fix VS2005 build issue.
2014-11-19 Jeff FanUefiCpuPkg : Fix CpuDxe build issue with VS2005 tool...
2014-11-17 Chen FanUefiCpuPkg/CpuDxe: Put APs in wait for SIPI state at...
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: install Mp Service protocol
2014-11-13 Jordan JustenUefiCpuPkg/CpuDxe: Startup APs
2014-11-13 Chen FanUefiCpuPkg/MpService: avoid dead lock caused by CheckAl...
2014-11-13 Chen FanUefiCpuPkg/MpService: avoid reset AP still hold a lock
2014-11-13 Chen FanUefiCpuPkg/MpService: free the unused cpu data buffer
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: introduce ResetApStackless()
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: split out StartupCode from StartApsS...
2014-11-13 Chen FanUefiCpuPkg/MpService: avoid next timer getting into...
2014-11-13 Chen FanUefiCpuPkg/MpService: Simply Lock usage
2014-11-13 Chen FanUefiCpuPkg/MpService: move settimer out to InitMpSystemData
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: Ap do loop routine to execute procedure
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: implement Mp Services:SwitchBSP()
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: implement Mp Services:StartupAllAPs()
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: implement Mp Protocol:StartupThisAP()
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: implement Mp Protocol:EnableDisableAP()
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: implement Mp Services:GetProcessorInfo()
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: implement Mp Protocol:GetNumberOfPro...
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: implement Mp Protocol: WhoAmI()
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: introduce MP_SYSTEM_DATA for Mp...
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: introduce EFI_MP_SERVICES_PROTOCOL
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: Switch Ap Stack to NewStack
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: introduce two PCD value
2014-11-13 Jordan JustenUefiCpuPkg/CpuDxe: Add StartApsStackless routine
2014-11-13 Jordan JustenUefiCpuPkg/CpuDxe: Move GDT structures into CpuGdt.h
2014-11-13 Jordan JustenUefiCpuPkg/CpuDxe: Add stackless assembly AP entry...
2014-11-13 Jordan JustenUefiCpuPkg/CpuDxe: Add ApEntryPointInC
2014-11-13 Jordan JustenUefiCpuPkg/CpuDxe: Add no-op InitializeMpSupport
2014-09-03 Gao, LimingUefiCpuPkg: Convert non DOS format files to DOS format
2014-08-28 Gao, LimingUefiCpuPkg: INF/DEC file updates to EDK II packages
2014-08-28 Gao, LimingUefiCpuPkg: INF/DEC file updates to EDK II packages
next