summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Library/BaseLib.h
Commit message (Expand)AuthorAgeFilesLines
* MdePkg/BaseLib: Add support for the VMGEXIT instructionTom Lendacky2020-08-161-0/+14
* MdePkg/BaseLib: Add support for the XGETBV instructionTom Lendacky2020-08-161-0/+17
* MdePkg: Fix SafeString performing assertions on runtime checksVitaly Cheptsov2020-05-221-111/+0
* MdePkg/BaseLib: BaseLib for RISCV64 architectureAbner Chang2020-05-071-0/+26
* MdePkg/BaseLib: Add linked list iteration macrosMichael Kubacki2020-04-211-0/+27
* MdePkg BaseLib.h: Update IA32_CR4 strut to include all public fieldsJason Voelz2020-01-101-3/+12
* MdePkg/BaseLib: re-specify Base64Decode(), and add temporary stub implLaszlo Ersek2019-07-161-22/+85
* MdePkg/BaseLib.h: Update IA32_CR4 structure for 5-level pagingRay Ni2019-07-121-1/+2
* Revert "MdePkg/BaseLib.h: Update IA32_CR4 structure for 5-level paging"Ray Ni2019-07-121-2/+1
* MdePkg/BaseLib.h: Update IA32_CR4 structure for 5-level pagingRay Ni2019-07-101-1/+2
* MdePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdePkg/BaseLib: Add Shadow Stack Support for X86.Yao, Jiewen2019-02-281-0/+2
* MdePkg/BaseLib: Add Base64Encode() and Base64Decode()Mike Turner2019-02-021-0/+56
* MdePkg/BaseLib: Introduce CharToUpper and AsciiCharToUpper publiclyMike Turner2019-01-311-1/+41
* MdePkg/BaseLib: Introduce new SpeculationBarrier APIHao Wu2018-12-251-0/+15
* MdePkg/BaseLib: Add new AsmLfence APIHao Wu2018-09-301-0/+13
* MdePkg: Removing ipf which is no longer supported from edk2.Chen A Chen2018-09-251-1442/+0
* MdePkg/BaseLib: Add bit field population calculating methodsTomas Pilar (tpilar)2018-07-091-0/+56
* MdePkg: Clean up source filesLiming Gao2018-06-281-181/+181
* MdePkg/BaseLib: add PatchInstructionX86()Laszlo Ersek2018-04-041-0/+56
* MdePkg/BaseLib.h: state preprocessing conditions in comments after #endifsLaszlo Ersek2018-04-041-13/+11
* MdePkg/BaseLib: add attribute 'RETURNS_TWICE' to SetJumpM1cha2018-01-101-0/+1
* MdePkg/BaseLib.h: Rollback field name changesJian J Wang2017-12-271-36/+36
* MdePkg/BaseLib.h: Coding style clean-upJian J Wang2017-12-261-37/+37
* MdePkg/BaseLib: Add stack switch related definitions for IA32Jian J Wang2017-12-081-0/+117
* MdePkg BaseLib: Add new API CalculateCrc32()Liming Gao2017-10-101-0/+19
* MdePkg/BaseLib: Add IsNodeInList() function.Marvin.Haeuser@outlook.com2017-08-161-0/+27
* MdePkg/BaseLib: Add AsciiStrToGuid/HexToBytes/ToIpv[4/6]AddressRuiyu Ni2017-02-281-0/+214
* MdePkg/BaseLib: Add StrToGuid/StrHexToBytes/StrToIpv[4/6]AddressRuiyu Ni2017-02-281-0/+231
* MdePkg/BaseLib: Add safe string functions [U|A]StrnTo[A|U]StrSHao Wu2017-01-091-0/+107
* MdePkg/BaseLib: Enhance the return value for string to uint functionsHao Wu2017-01-091-8/+8
* MdePkg/BaseLib: Add safe string functions that convert str to valueHao Wu2017-01-091-0/+462
* MdePkg/BaseLib: Add safe string functions [Ascii]StrnSizeSHao Wu2017-01-091-1/+55
* MdePkg BaseLib: API PathRemoveLastItem not handle root paths properlyHao Wu2016-11-211-2/+1
* MdePkg: Fix some typing errors in the header filesThomas Huth2016-10-071-1/+1
* MdePkg: Indicate UnicodeStrToAsciiStr/AsciiStrToUnicodeStr to be deprecatedStar Zeng2016-06-211-0/+11
* MdePkg/BaseLib: Add 2 more safe string functions.Jiewen Yao2016-06-061-1/+93
* MdePkg/BaseLib: Add more comments for safe string functions.Jiewen Yao2016-05-241-0/+36
* MdePkg: Add CPU RdRand access APIs for random number generationQin Long2015-09-211-0/+51
* Add ASSERT comment for SafeString API in BaseLib for MdePkg.Yao, Jiewen2015-05-061-1/+13
* MdePkg: Refine the format of INF files and the declaration in header file.Shumin Qiu2015-01-231-1/+1
* MdeModulePkg, MdePkg, NetworkPkg, OvmfPkg, PerformancePkg, ShellPkg: Library ...Daryl McDaniel2015-01-131-10/+47
* MdePkg: Add deprecate flag for the functions which has a replace function in ...Eric Dong2014-12-151-3/+28
* Add safe string function to base lib.jyao12014-11-071-1/+299
* Match the comments with the implementation for Baselib::GetFirstNode.Shumin Qiu2013-08-081-2/+2
* MdePkg/BaseLib: Added ARM Aarch64 architecture supportHarry Liebel2013-07-291-0/+33
* Fix minor typos in BaseLib LinkedList commentslgao42013-03-131-10/+10
* Add ASSERT() for BitField operations to make sure the input value is valid. lgao42012-12-251-0/+30
* Update the modifier of ThunkContext parameter for AsmPrepareThunk16() in Base...lgao42012-02-271-2/+2
* Move generic IA32_SEGMENT_DESCRIPTOR definition to BaseLib.h.li-elvin2011-09-021-0/+22