Age | Commit message (Expand) | Author |
2015-11-11 | MdePkg: BaseLib don't require NASM with Xcode | Andrew Fish |
2015-09-21 | MdePkg: Add CPU RdRand access APIs for random number generation | Qin Long |
2015-07-13 | MdePkg: ensure SafeString length functions don't access beyond MaxSize | Leif Lindholm |
2015-07-09 | MdePkg/AArch64: use GCC_ASM_EXPORT to export functions | Olivier Martin |
2015-05-06 | Add ASSERT comment for SafeString API in BaseLib for MdePkg. | Yao, Jiewen |
2015-04-30 | MdePkg/BaseLib: Preserve EBX register and fix stack offset to LinearAddress i... | Michael Kinney |
2015-04-27 | MdePkg/BaseLib: Support IA32 processors without CMOVx | Michael Kinney |
2015-04-27 | MdePkg/BaseLib: Support IA32 processors without CLFLUSH | Michael Kinney |
2015-03-27 | MdePkg: fix ARM version of InternalMathSwapBytes64 () | Ard Biesheuvel |
2015-01-13 | MdeModulePkg, MdePkg, NetworkPkg, OvmfPkg, PerformancePkg, ShellPkg: Library ... | Daryl McDaniel |
2014-12-15 | MdePkg: Add deprecate flag for the functions which has a replace function in ... | Eric Dong |
2014-11-07 | Add safe string function to base lib. | jyao1 |
2014-09-04 | MdePkg NASM Thunk16: Add missing ASM_PFX for InternalAsmThunk16 | Jordan Justen |
2014-09-04 | MdePkg NASM Thunk16: Work around NASM 2.09.04 - 2.10rc1 bug | Jordan Justen |
2014-09-03 | MdePkg: Convert non DOS format files to DOS format | Gao, Liming |
2014-09-01 | MdePkg BaseLib NASM Thunk16: Initialize _16GdtrBase to 0 | Jordan Justen |
2014-09-01 | MdePkg BaseLib NASM Thunk16: Remove remaining 'DB' code | Jordan Justen |
2014-09-01 | MdePkg BaseLib NASM Thunk16: Use bits 16 for 16-bit code | Jordan Justen |
2014-09-01 | MdePkg BaseLib NASM Thunk16: Use NASM local labels | Jordan Justen |
2014-09-01 | MdePkg BaseLib Thunk16: Replace X64 GAS Thunk16 with NASM version | Jordan Justen |
2014-09-01 | MdePkg BaseLib Thunk16: Replace IA32 GAS Thunk16 with NASM version | Jordan Justen |
2014-08-27 | MdePkg: INF/DEC file updates to EDK II packages | Gao, Liming |
2014-08-27 | MdePkg: INF/DEC file updates to EDK II packages | Gao, Liming |
2014-08-16 | MdePkg: library INF files should reference feature PCDs under [FeaturePcd] | Laszlo Ersek |
2014-08-11 | MdePkg: Fix Clang build failure | Gao, Liming |
2014-07-21 | MdePkg BaseLib: Fix a corner case of Source and Destination overlap. | Star Zeng |
2014-06-24 | Correct comment typo in AsmReadCr0() function. | Gao, Liming |
2014-01-22 | Fix CRLF format | Tian, Hot |
2013-12-30 | MdePkg: First instruction after clearing CR0.PE must be a far jmp. | David Woodhouse |
2013-12-30 | Clean up hard-coded offsets and other utter bogosity in Thunk16.S | David Woodhouse |
2013-10-29 | Use rsp instead of esp to save 64-bit stack pointer. | Elvin Li |
2013-09-02 | Add Memory fence for ARM Architecture (32 and 64 bit) | Olivier Martin |
2013-08-08 | Match the comments with the implementation for Baselib::GetFirstNode. | Shumin Qiu |
2013-07-29 | MdePkg/BaseLib: Added ARM Aarch64 architecture support | Harry Liebel |
2013-07-22 | Correctly character in comments of BaseLib BitField. | Liming Gao |
2013-07-22 | Fixed the issue that BitFieldWrite32, BitFieldAnd32, BitFieldOr32, BitFieldAn... | Liming Gao |
2013-03-13 | Fix minor typos in BaseLib LinkedList comments | lgao4 |
2013-02-17 | Fix CpuIdEx.asm to return correct ECX/EDX value. | niruiyu |
2013-01-07 | Current Thunk16.asm implementation clears reserved bits, which does not follo... | li-elvin |
2012-12-25 | Add ASSERT() for BitField operations to make sure the input value is valid. | lgao4 |
2012-10-30 | Fix memory out of band access in AsmFxSave() and AsmFxRestore(). | lgao4 |
2012-05-25 | Correct a bug in AsmCpuidEx() to return correct ECX and EDX. | niruiyu |
2012-04-11 | Current IPF version SwitchStack implementation uses loadrs instruction to res... | li-elvin |
2012-02-27 | Update the modifier of ThunkContext parameter for AsmPrepareThunk16() in Base... | lgao4 |
2011-12-28 | Roll back the previous change in MdePkg BaseLib Ia32 Thunk16.S and EcpPkg Glu... | lgao4 |
2011-12-20 | Clean up the hard code offset in MdePkg BaseLib Ia32 Thunk16.S and EcpPkg Glu... | lgao4 |
2011-12-15 | Fix the issue to clear the high 16-bit of EAX before use it Thunk code. | lgao4 |
2011-11-25 | add missing <BR> | hhtian |
2011-11-08 | MdePkg/BaseLib: Replaced inline assembly for ARMGCC by GCC assembly source file | oliviermartin |
2011-10-08 | Fix Xcode link failure. Relocations are not supported in .text sections. | andrewfish |