]> git.proxmox.com Git - mirror_edk2.git/history - MdePkg/Library/BaseLib
MdePkg/BaseLib: Support IA32 processors without CLFLUSH
[mirror_edk2.git] / MdePkg / Library / BaseLib /
2015-04-27 Michael KinneyMdePkg/BaseLib: Support IA32 processors without CLFLUSH
2015-03-27 Ard BiesheuvelMdePkg: fix ARM version of InternalMathSwapBytes64 ()
2015-01-13 Daryl McDanielMdeModulePkg, MdePkg, NetworkPkg, OvmfPkg, PerformanceP...
2014-12-15 Eric DongMdePkg: Add deprecate flag for the functions which...
2014-11-07 jyao1Add safe string function to base lib.
2014-09-04 Jordan JustenMdePkg NASM Thunk16: Add missing ASM_PFX for InternalAs...
2014-09-04 Jordan JustenMdePkg NASM Thunk16: Work around NASM 2.09.04 - 2.10rc1 bug
2014-09-03 Gao, LimingMdePkg: Convert non DOS format files to DOS format
2014-09-01 Jordan JustenMdePkg BaseLib NASM Thunk16: Initialize _16GdtrBase...
2014-09-01 Jordan JustenMdePkg BaseLib NASM Thunk16: Remove remaining 'DB'...
2014-09-01 Jordan JustenMdePkg BaseLib NASM Thunk16: Use bits 16 for 16-bit...
2014-09-01 Jordan JustenMdePkg BaseLib NASM Thunk16: Use NASM local labels
2014-09-01 Jordan JustenMdePkg BaseLib Thunk16: Replace X64 GAS Thunk16 with...
2014-09-01 Jordan JustenMdePkg BaseLib Thunk16: Replace IA32 GAS Thunk16 with...
2014-08-27 Gao, LimingMdePkg: INF/DEC file updates to EDK II packages
2014-08-27 Gao, LimingMdePkg: INF/DEC file updates to EDK II packages
2014-08-16 Laszlo ErsekMdePkg: library INF files should reference feature...
2014-08-11 Gao, LimingMdePkg: Fix Clang build failure
2014-07-21 Star ZengMdePkg BaseLib: Fix a corner case of Source and Destina...
2014-06-24 Gao, LimingCorrect comment typo in AsmReadCr0() function.
2014-01-22 Tian, HotFix CRLF format
2013-12-30 David WoodhouseMdePkg: First instruction after clearing CR0.PE must...
2013-12-30 David WoodhouseClean up hard-coded offsets and other utter bogosity...
2013-10-29 Elvin LiUse rsp instead of esp to save 64-bit stack pointer.
2013-09-02 Olivier MartinAdd Memory fence for ARM Architecture (32 and 64 bit)
2013-08-08 Shumin QiuMatch the comments with the implementation for Baselib...
2013-07-29 Harry LiebelMdePkg/BaseLib: Added ARM Aarch64 architecture support
2013-07-22 Liming GaoCorrectly character in comments of BaseLib BitField.
2013-07-22 Liming GaoFixed the issue that BitFieldWrite32, BitFieldAnd32...
2013-03-13 lgao4Fix minor typos in BaseLib LinkedList comments
2013-02-17 niruiyuFix CpuIdEx.asm to return correct ECX/EDX value.
2013-01-07 li-elvinCurrent Thunk16.asm implementation clears reserved...
2012-12-25 lgao4Add ASSERT() for BitField operations to make sure the...
2012-10-30 lgao4Fix memory out of band access in AsmFxSave() and AsmFxR...
2012-05-25 niruiyuCorrect a bug in AsmCpuidEx() to return correct ECX...
2012-04-11 li-elvinCurrent IPF version SwitchStack implementation uses...
2012-02-27 lgao4Update the modifier of ThunkContext parameter for AsmPr...
2011-12-28 lgao4Roll back the previous change in MdePkg BaseLib Ia32...
2011-12-20 lgao4Clean up the hard code offset in MdePkg BaseLib Ia32...
2011-12-15 lgao4Fix the issue to clear the high 16-bit of EAX before...
2011-11-25 hhtianadd missing <BR>
2011-11-08 oliviermartinMdePkg/BaseLib: Replaced inline assembly for ARMGCC...
2011-10-08 andrewfishFix Xcode link failure. Relocations are not supported...
2011-09-13 hhtianMinor copyright format update
2011-09-02 li-elvinMove generic IA32_SEGMENT_DESCRIPTOR definition to...
2011-08-02 geekboy15aMdePkg: Fixed hang/reset in thunk code when building...
2011-07-12 andrewfishMdePkg: Fix X64 clang compile issues.
2011-06-28 jcarseyClarify the requirements for the Destination parameter...
2011-06-15 lgao4For BaseLib IsNull() function , update retval value...
2011-02-01 andrewfishReplace INTERWORK_FUNC, with GCC_ASM_EXPORT() and GCC_A...
2010-12-15 andrewfishFix issue with CodeSourcery gcc requiring assembly...
2010-12-06 jljustenMdePkg: Fix GCC Thunk support for IA32
2010-11-12 li-elvinFix the issue that the high 16-bit of EAX may contain...
2010-08-16 sfu5Refine code.
2010-08-13 sfu5Refine code.
2010-08-09 hhuan13Fixed K9 scan issues.
2010-06-25 myronporterMinor grammatical work--mostly adding periods. Items...
2010-06-24 myronporterMinor grammatical work--mostly adding periods. Items...
2010-06-22 myronporterMinor grammatical work--mostly adding periods. Items...
2010-06-22 MyronPorterMinor grammatical work--mostly adding periods. Items...
2010-06-11 myronporterMinor grammatical work--mostly adding periods. Sending...
2010-06-01 geekboy15aFixed issue with InternalX86ReadIdtr referencing LDT...
2010-05-20 jljustenMdePkg BaseLib: Fix GCC build break
2010-05-20 qhuang8Fix GCC build break as MemoryFence() API has already...
2010-05-20 qhuang8Fix some typos
2010-05-18 hhtianUpdate copyright format
2010-05-18 qhuang81. Restore the inline C implementation of GCC assembly...
2010-05-10 xdu2Fix bug in AsmCpuVirtual() to return 1 instead of 0...
2010-05-07 mdkinneyFix ICC 11.1 build break
2010-04-23 hhtianUpdate the copyright notice format
2010-04-16 geekboy15aFixed GCC 4.4 build issue due to incorrect prefix....
2010-04-16 geekboy15aFixed GCC 4.4 build issue. Also fixed issue where...
2010-03-17 andrewfishAdd Math64.S to reduce the number of compiler intrinsic...
2010-03-01 mdkinneyRemove assumption that the transition code for transiti...
2010-02-24 lgao41. Correct File header to ## @file
2010-02-23 klu2Disable interrupt when changing IDTR register.
2010-02-23 qhuang8Temporarily remove the C implementation of some GCC...
2010-01-27 qhuang8Clean up MdePkg source to correct some coding style...
2009-12-23 qhuang8Fix a bug in MdePkg BaseLib: StrnCat() and AsciiStrnCat...
2009-12-07 eric_tianaccording to IA32 intel architecture spec, mwait instuc...
2009-12-07 eric_tianfix GCC build issue, mWait instruction need not the...
2009-12-06 AJFISHFixes for ARM build in the EdkCompatibilityPkg and...
2009-11-21 mdkinney1) Add new BaseLib API GetPreviousNode()
2009-11-17 klu2Add ASM_PFX() for exposed symoble from assemble to C
2009-09-01 qhuang8Split AsmReadKr7() and AsmWriteKr7() from AccessKr...
2009-08-24 mdkinneyFix file headers
2009-08-20 qhuang81. Use .p2align directive instead of ambiguous .align...
2009-08-19 qhuang8Remove tabs in source code in MdePkg.
2009-08-19 qhuang8Update to make end-of-line consistent for all source...
2009-08-18 mdkinneyMake EOL consistent
2009-08-18 mdkinneyAdd ARM support
2009-08-11 qhuang8Minor update source to make end-of-line consistent.
2009-08-11 qhuang8Remove all unnecessary .align directives in MdePkg
2009-07-28 klu2Add PcdVerifyNoteInList for judge whether do verificati...
2009-07-23 lgao4Rename BaseLib internal functions by adding InternalBas...
2009-06-10 gikidyFor X64 BASE_LIBRARY_JUMP_BUFFER is 64-bit aligned...
2009-06-10 gikidySave/Restore xmm6-xmm15 in function setJump/longJump...
2009-06-10 gikidySave/Restore xmm6-xmm15 in function setJump/longJump.
2009-06-05 klu2 Need use 32-bit register to hold 32-bit stack address.
2009-06-05 klu2 Need use 32-bit register to hold 32-bit stack address.
next