]> git.proxmox.com Git - mirror_edk2.git/history - UefiCpuPkg/Library/MtrrLib/MtrrLib.c
UefiCpuPkg/MtrrLib: Correct typo to change vector to vertex
[mirror_edk2.git] / UefiCpuPkg / Library / MtrrLib / MtrrLib.c
2018-01-10 Ruiyu NiUefiCpuPkg/MtrrLib: Correct typo to change vector to...
2018-01-10 Ruiyu NiUefiCpuPkg/MtrrLib: Handle one setting request covering...
2018-01-10 Ruiyu NiUefiCpuPkg/MtrrLib: Fix bug that may calculate wrong...
2018-01-10 Ruiyu NiUefiCpuPkg/MtrrLib: Refine the debug messages
2017-12-28 Song, BinXUefiCpuPkg: Fix comment typo for MtrrLibApplyFixedMtrrs...
2017-12-11 Ruiyu NiUefiCpuPkg/MtrrLib: Correct debug message
2017-10-24 Dandan BiUefiCpuPkg/MtrrLib: Make comments align with function
2017-10-23 Ruiyu NiUefiCpuPkg/MtrrLib: Use SetMem instead of SetMem64...
2017-10-20 Ruiyu NiUefiCpuPkg/MtrrLib: Fix bug that may incorrectly set...
2017-10-17 Ruiyu NiUefiCpuPkg/MtrrLib: Fix MtrrDebugPrintAllMtrrsWorker...
2017-10-16 Ruiyu NiUefiCpuPkg/MtrrLib: Skip Base MSR access when the pair...
2017-10-16 Ruiyu NiUefiCpuPkg/MtrrLib: Update algorithm to calculate optim...
2017-10-16 Ruiyu NiUefiCpuPkg/MtrrLib: Optimize MtrrLibLeastAlignment()
2017-10-16 Ruiyu NiUefiCpuPkg/MtrrLib: refine MtrrLibProgramFixedMtrr()
2017-05-08 Ruiyu NiUefiCpuPkg/MtrrLib: Don't report OutOfResource when...
2017-04-18 Ruiyu NiUefiCpuPkg/MtrrLib: Avoid running unnecessary code
2017-04-05 Dandan BiUefiCpuPkg/MtrrLib:Fix VS2012 build failure
2017-03-31 Ruiyu NiUefiCpuPkg/MtrrLib: Fix GCC build failure
2017-03-31 Ruiyu NiUefiCpuPkg/MtrrLib: All functions use definitions in...
2017-03-31 Ruiyu NiUefiCpuPkg/MtrrLib: Refine MtrrGetMemoryAttributeByAddr...
2017-03-31 Ruiyu NiUefiCpuPkg/MtrrLib: Use a better algorithm to calculate...
2017-03-31 Ruiyu NiUefiCpuPkg/MtrrLib: MtrrLibInitializeMtrrMask() uses...
2017-03-31 Ruiyu NiUefiCpuPkg/MtrrLib: Add MtrrLib prefix to several inter...
2017-03-31 Ruiyu NiUefiCpuPkg/MtrrLib: Add MtrrLib prefix to ProgramFixedMtrr
2017-03-31 Ruiyu NiUefiCpuPkg/MtrrLib: GetVariableMtrrCountWorker uses...
2017-03-31 Ruiyu NiUefiCpuPkg/MtrrLib: IsMtrrSupported uses definitions...
2017-03-31 Ruiyu NiUefiCpuPkg/MtrrLib: Correct typo in comments and remove...
2016-10-24 Gary LinUefiCpuPkg: Fix typos in comments
2016-07-20 Jeff FanUefiCpuPkg/MtrrLib: Add notes for usage by BSP/APs
2016-07-20 Jeff FanUefiCpuPkg/MtrrLib: Remove MTRRs display from MtrrSetAl...
2016-06-07 Jeff FanUefiCpuPkg/MtrrLib: Fixed bug if length is less than...
2016-04-29 Jeff FanUefiCpuPkg/MtrrLib: Remove the loop of calculating...
2016-04-29 Jeff FanUefiCpuPkg/MtrrLib: Remove the loop of calculating...
2016-04-29 Jeff FanUefiCpuPkg/MtrrLib: Reduce the loop time to get fixed...
2016-03-25 Ard BiesheuvelUefiCpuPkg/MtrrLib: remove unused but set variable
2015-12-10 Jeff FanUefiCpuPkg/MtrrLib:Initialize local variables before...
2015-12-08 Michael KinneyUefiCpuPkg/MtrrLib: Add MtrrSetMemoryAttributeInMtrrSet...
2015-12-08 Michael KinneyUefiCpuPkg/MtrrLib: Add MtrrDebugPrintAllMtrrsWorker()
2015-12-08 Michael KinneyUefiCpuPkg/MtrrLib: Add worker functions to access...
2015-12-08 Michael KinneyUefiCpuPkg/MtrrLib: Print MTRR settings when set fixed...
2015-12-08 Michael KinneyUefiCpuPkg/MtrrLib: Reduce hardware init when program...
2015-12-08 Michael KinneyUefiCpuPkg/MtrrLib: Reduce hardware init when program...
2015-12-08 Michael KinneyUefiCpuPkg/MtrrLib: Add MtrrGetMemoryAttributeInVariabl...
2015-12-08 Michael KinneyUefiCpuPkg/MtrrLib: Make use of worker functions to...
2015-12-08 Michael KinneyUefiCpuPkg/MtrrLib: Adjust functions order
2015-12-08 Michael KinneyUefiCpuPkg/MtrrLib: Add worker functions not invoke...
2015-12-08 Michael KinneyUefiCpuPkg/MtrrLib: Fix some typo and clean up code...
2015-12-08 Jeff FanUefiCpuPkg/MtrrLib: Add PCD PcdCpuNumberOfReservedVaria...
2015-09-05 Jeff FanUefiCpuPkg/MtrrLib: MtrrValidBitsMask and MtrrValidAddr...
2014-01-07 Jeff FanMtrrDebugPrintAllMtrrs() should loop until the max...
2012-10-10 vanjeffAdd missing parameter in functions header.
2012-09-27 vanjeffSave and disable CPU interrupt before programming MTRR...
2012-04-11 rsun3UefiCpuPkg MtrrLib: For MtrrSetAllMtrrs(), do not set...
2011-11-25 rsun3UefiCpuPkg MTRR Library: Remove a buggy check logic...
2011-10-28 vanjeff1. Introduce the API MtrrGetDefaultMemoryType () in...
2011-09-20 rsun3UefiCpuPkg MTRR Library: enhance MTRR Library.
2011-09-13 rsun3Enhance the MTRR lib to support the case where alignmen...
2011-01-11 mdkinneyRemove extra {} inside DEBUG_CODE() macro
2011-01-07 mdkinneyFix 32-bit build break
2011-01-06 mdkinneyAdd DEBUG() macros for DEBUG_CACHE to MTRR Library...
2010-08-10 xli24Add boundary check against variable MTRR count.
2010-07-13 xli24Code refinement.
2010-04-24 hhtianUpdate the copyright notice format
2010-04-16 geekboy15aFixed GCC 4.4 build issues due to EFIAPI not being...
2010-03-10 xli24Add Checking for MTRR existence.
2010-03-04 xli24Add array index check to avoid potential buffer overflow.
2010-02-14 mdkinneyUse atomic AsmDisableCache() and AsmDisableCache()...
2010-02-05 jyao1Revert incompatible change:
2010-02-05 jyao1Original MTRR lib hardcode VARIABLE_MTRR as 8. But...
2009-05-27 jljustenAdd MTRR library for IA32 & X64 processor architectures.