]> git.proxmox.com Git - mirror_edk2.git/history - MdePkg/Library/BaseLib/X64
MdePkg BaseLib: Convert X64/ReadIdtr.asm to NASM
[mirror_edk2.git] / MdePkg / Library / BaseLib / X64 /
2016-06-28 Jordan JustenMdePkg BaseLib: Convert X64/ReadIdtr.asm to NASM
2016-06-28 Jordan JustenMdePkg BaseLib: Convert X64/WriteIdtr.asm to NASM
2016-06-28 Jordan JustenMdePkg BaseLib: Convert X64/ReadLdtr.asm to NASM
2016-06-28 Jordan JustenMdePkg BaseLib: Convert X64/WriteLdtr.asm to NASM
2016-06-28 Jordan JustenMdePkg BaseLib: Convert X64/FxSave.asm to NASM
2016-06-28 Jordan JustenMdePkg BaseLib: Convert X64/FxRestore.asm to NASM
2016-06-28 Jordan JustenMdePkg BaseLib: Convert X64/ReadMm0.asm to NASM
2016-06-28 Jordan JustenMdePkg BaseLib: Convert X64/ReadMm1.asm to NASM
2016-06-28 Jordan JustenMdePkg BaseLib: Convert X64/ReadMm2.asm to NASM
2016-06-28 Jordan JustenMdePkg BaseLib: Convert X64/ReadMm3.asm to NASM
2016-06-28 Jordan JustenMdePkg BaseLib: Convert X64/ReadMm4.asm to NASM
2016-06-28 Jordan JustenMdePkg BaseLib: Convert X64/ReadMm5.asm to NASM
2016-06-28 Jordan JustenMdePkg BaseLib: Convert X64/ReadMm6.asm to NASM
2016-06-28 Jordan JustenMdePkg BaseLib: Convert X64/ReadMm7.asm to NASM
2016-06-28 Jordan JustenMdePkg BaseLib: Convert X64/WriteMm0.asm to NASM
2016-06-28 Jordan JustenMdePkg BaseLib: Convert X64/WriteMm1.asm to NASM
2016-06-28 Jordan JustenMdePkg BaseLib: Convert X64/WriteMm2.asm to NASM
2016-06-28 Jordan JustenMdePkg BaseLib: Convert X64/WriteMm3.asm to NASM
2016-06-28 Jordan JustenMdePkg BaseLib: Convert X64/WriteMm4.asm to NASM
2016-06-28 Jordan JustenMdePkg BaseLib: Convert X64/WriteMm5.asm to NASM
2016-06-28 Jordan JustenMdePkg BaseLib: Convert X64/WriteMm6.asm to NASM
2016-06-28 Jordan JustenMdePkg BaseLib: Convert X64/WriteMm7.asm to NASM
2016-06-28 Jordan JustenMdePkg BaseLib: Convert X64/ReadTsc.asm to NASM
2016-06-28 Jordan JustenMdePkg BaseLib: Convert X64/ReadPmc.asm to NASM
2016-06-28 Jordan JustenMdePkg BaseLib: Convert X64/Monitor.asm to NASM
2016-06-28 Jordan JustenMdePkg BaseLib: Convert X64/Mwait.asm to NASM
2016-06-28 Jordan JustenMdePkg BaseLib: Convert X64/DisablePaging64.asm to...
2016-06-28 Jordan JustenMdePkg BaseLib: Convert X64/Wbinvd.asm to NASM
2016-06-28 Jordan JustenMdePkg BaseLib: Convert X64/Invd.asm to NASM
2016-06-28 Jordan JustenMdePkg BaseLib: Convert X64/FlushCacheLine.asm to NASM
2016-06-28 Jordan JustenMdePkg BaseLib: Convert X64/EnableInterrupts.asm to...
2016-06-28 Jordan JustenMdePkg BaseLib: Convert X64/DisableInterrupts.asm to...
2016-06-28 Jordan JustenMdePkg BaseLib: Convert X64/EnableDisableInterrupts...
2016-06-28 Jordan JustenMdePkg BaseLib: Convert X64/CpuPause.asm to NASM
2016-06-28 Jordan JustenMdePkg BaseLib: Convert X64/RdRand.asm to NASM
2016-06-28 Jordan JustenMdePkg BaseLib: Convert X64/DisableCache.asm to NASM
2016-06-28 Jordan JustenMdePkg BaseLib: Convert X64/EnableCache.asm to NASM
2016-06-28 Jordan JustenMdePkg BaseLib: Convert X64/SwitchStack.asm to NASM
2016-06-28 Jordan JustenMdePkg BaseLib: Convert X64/SetJump.asm to NASM
2016-06-28 Jordan JustenMdePkg BaseLib: Convert X64/LongJump.asm to NASM
2016-06-28 Jordan JustenMdePkg BaseLib: Convert X64/CpuId.asm to NASM
2016-06-28 Jordan JustenMdePkg BaseLib: Convert X64/CpuIdEx.asm to NASM
2016-06-28 Jordan JustenMdePkg BaseLib: Remove unused GNU assembly files
2016-06-28 Jordan JustenMdePkg BaseLib: EXTERNDEF=>EXTERN in X64/SetJump
2015-09-21 Qin LongMdePkg: Add CPU RdRand access APIs for random number...
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-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...
2013-10-29 Elvin LiUse rsp instead of esp to save 64-bit stack pointer.
2013-01-07 li-elvinCurrent Thunk16.asm implementation clears reserved...
2011-12-15 lgao4Fix the issue to clear the high 16-bit of EAX before...
2011-10-08 andrewfishFix Xcode link failure. Relocations are not supported...
2011-08-02 geekboy15aMdePkg: Fixed hang/reset in thunk code when building...
2011-07-12 andrewfishMdePkg: Fix X64 clang compile issues.
2010-11-12 li-elvinFix the issue that the high 16-bit of EAX may contain...
2010-06-25 myronporterMinor grammatical work--mostly adding periods. Items...
2010-06-24 myronporterMinor grammatical work--mostly adding periods. Items...
2010-06-01 geekboy15aFixed issue with InternalX86ReadIdtr referencing LDT...
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-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-01 mdkinneyRemove assumption that the transition code for transiti...
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-07 eric_tianfix GCC build issue, mWait instruction need not the...
2009-12-06 AJFISHFixes for ARM build in the EdkCompatibilityPkg and...
2009-08-24 mdkinneyFix file headers
2009-08-19 qhuang8Update to make end-of-line consistent for all source...
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-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.
2009-06-05 klu2Fix the bug that if code is run above 4G, AsmDisablePag...
2009-06-05 klu2Fix the bug that if code is run above 4G, AsmDisablePag...
2009-06-03 qhuang81. Fix the bug that we should use rip relative addressi...
2009-06-03 qhuang8Save label "@F" to 64-bit register (r10) instead of...
2009-06-02 qhuang8Use rip relative addressing for x64 label for Thunk16...
2009-05-26 qhuang8Correct one minor instruction to clear the lower 4...
2009-05-26 qhuang8Fix the bug in x64 thunk code that it cannot handle...
2009-05-20 xli24Replace .globl with ASM_GLOBAL
2009-05-20 xli241. Remove .extern from GCC assembly.
2009-04-30 qhuang8Fix the bug that EnablePaging64() should assert() for...
2009-04-17 qhuang8Save segment registers on stack in case the thunk code...
2009-04-10 jljustenFix some build issues encountered with ELFGCC.
2009-01-30 mdkinneySplit out Synchronization Library from Base Library
2009-01-13 xli24Fix the bug that EntryPoint of DisablePaging64() is...
2008-12-29 qhuang8Update copyright for files modified in this year
2008-11-25 qhuang8Fix minor issues in GCC assembly. The operand is 64bit...
next