VirtualBox

source: vbox/trunk/src/VBox/VMM/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @104507   7 months vboxsync VMM,Main: Some GCM adjustments. bugref:9735 bugref:10683
(edit) @104506   7 months vboxsync VMM/IEM: Deal with direct 'linking' of TBs when requiring a TLB load …
(edit) @104468   7 months vboxsync VMM/IEM: Deal with the simples direct 'linking' of TBs scenario for …
(edit) @104439   7 months vboxsync VMM/IEM: Implement maskmovq, [v]maskmovdqu instruction decoding, …
(edit) @104424   7 months vboxsync VMM/IEM: Convert near return (retn) and relative/indirect call …
(edit) @104419   7 months vboxsync VMM/IEM: Convert near return (retn) and relative/indirect call …
(edit) @104415   7 months vboxsync VMM/IEM: Fixed another regression from r162896. bugreg:10370 bugref:10376
(edit) @104407   7 months vboxsync VMM/IEM: Adjusted the TB exit statistics a bit more, adding a few new …
(edit) @104404   7 months vboxsync VMM/IEM: Fixed regression from r162896. bugreg:10370 bugref:10376
(edit) @104403   7 months vboxsync VMM/IEM: Extend add/sub immediate range on arm64, fixed a couple of …
(edit) @104402   7 months vboxsync VMM/IEM: Improved loading 32-bit constants via …
(edit) @104386   7 months vboxsync VMM/GIC: Add a dedicated GIC device implementation for linux.arm64 …
(edit) @104385   7 months vboxsync VMM/NEM: More work for the linux.arm64 support, only update interrupt …
(edit) @104383   7 months vboxsync VMM/IEM: Automtically convert IEMInternal.h & IEMN8veRecompiler.h into …
(edit) @104380   7 months vboxsync VMM/IEM: Removed unused IEMMODEX type. bugref:10369
(edit) @104379   7 months vboxsync VMM/IEM: Automtically convert IEMInternal.h & IEMN8veRecompiler.h into …
(edit) @104378   7 months vboxsync VMM/IEM: Automtically convert IEMInternal.h & IEMN8veRecompiler.h into …
(edit) @104372   7 months vboxsync VMM/IEM: Bugfixes in iemNativeEmitSimdLoadGprFromVecRegU64() and …
(edit) @104367   7 months vboxsync VMM/IEM: Use IEMInternal.h from IEMAllN8veHlpA-arm64.S and produce …
(edit) @104362   7 months vboxsync VMM/IEM: Don't unroll loops in TBs. bugref:10653
(edit) @104361   8 months vboxsync VMM/IEM: Moved the native TB exit statistics on g_aSimpleTailLabels to …
(edit) @104359   8 months vboxsync VMM/IEM: Fix store size (word means 32-bit, dword 64-bit on arm64), …
(edit) @104357   8 months vboxsync VMM/IEM: Adding a TB lookup table to each TB, so we can cache which TB …
(edit) @104341   8 months vboxsync VMM/IEM: Improved iemNativeEmitMarker on arm64. bugref:10375
(edit) @104340   8 months vboxsync VMM/IEM: Implement native emitters for psubb, psubw, psubd and psubdq, …
(edit) @104335   8 months vboxsync VMM/NEM: Skeleton of backend for linux.arm64 using KVM, able to …
(edit) @104332   8 months vboxsync VMM/IEM: Fix iemNativeTbEntry() prototype so it doesn't get any hidden …
(edit) @104322   8 months vboxsync VMM/IEM: Have a single TB prologue which serves as an entry point to …
(edit) @104321   8 months vboxsync VMM/IEM: Drop the IEMTHRDEDCALLENTRY::idxRange field as nobody uses …
(edit) @104298   8 months vboxsync VMM/IEM: Implement native emitters for paddb,paddw,paddd,paddq, …
(edit) @104292   8 months vboxsync VMM/IEM: Implement native emitters for psrlw,psrld,psrlq, bugref:10652
(edit) @104281   8 months vboxsync VMM/IEM: Gather statistics on the exit behavior of native TBs, bugref:10653
(edit) @104274   8 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @104272   8 months vboxsync VMM: bugref:9898 VEX.W opcode decoding helper and its usage for …
(edit) @104269   8 months vboxsync VMM/IEM: Rework pcmpistri emulation to pass the new ECX value as …
(edit) @104268   8 months vboxsync VMM: bugref:9898 Fixed Python generator breakage with r162727 by …
(edit) @104263   8 months vboxsync VMM: bugref:9898 Implemented vtestp[s|d] instructions and their testcases.
(edit) @104238   8 months vboxsync VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
(edit) @104217   8 months vboxsync VMM/EMInternal.h: linux.arm64 requires a bigger jump buffer padding, …
(edit) @104209   8 months vboxsync VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
(edit) @104208   8 months vboxsync VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
(edit) @104207   8 months vboxsync VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
(edit) @104206   8 months vboxsync VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
(edit) @104195   8 months vboxsync VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
(edit) @104188   8 months vboxsync VMM/IEM: Implement vpslldq, vpsrldq, instruction dispatch & emulation, …
(edit) @104183   8 months vboxsync VMM/IEM: Get rid of IEM_MC_IF_MXCSR_XCPT_PENDING() and …
(edit) @104177   8 months vboxsync VMM/IEM: Get rid of IEM_MC_STORE_SSE_RESULT(), by checking for pending …
(edit) @104174   8 months vboxsync VMM/IEM: Get rid of IEM_MC_REF_MXCSR() and convert the users to use …
(edit) @104168   8 months vboxsync VMM/IEM: Fix the interpreter implementation of IEM_MC_FETCH_YREG_U64, …
(edit) @104163   8 months vboxsync VMM/IEMMc.h: Fixed Doxygen burns. bugref:10614
(edit) @104156   8 months vboxsync VMM/IEM: Rework microcode of …
(edit) @104155   8 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_CLEAR_EFL_BIT(), …
(edit) @104151   8 months vboxsync VMM/IEM: Deal with iemNativeDbgInfoAddGuestRegWriteback assertion. …
(edit) @104150   8 months vboxsync VMM/IEM: Rework the [v][u]comis[sd] instruction emulations to work by …
(edit) @104148   8 months vboxsync VMM/IEM: Enabled the LDP & STP optimization for the TLB code on ARM64. …
(edit) @104147   8 months vboxsync VMM/IEM: Optimize (?) the TLB code on ARM64 by using LDP and (for …
(edit) @104145   8 months vboxsync VMM/IEM: Correct canonical check on arm64 hosts, wrong shift (both …
(edit) @104135   8 months vboxsync VMM/IEM: Rework MXCSR handling for AVX instructions. See r162550 for …
(edit) @104134   8 months vboxsync VMM/IEM: Convert the 256-bit vmovsldup/vmovshdup/vmovddup emulations …
(edit) @104133   8 months vboxsync VMM/IEM: Convert the 256-bit vmovsldup/vmovshdup/vmovddup emulations …
(edit) @104132   8 months vboxsync VMM/IEM: Convert some AVX instruction emulation helpers to the …
(edit) @104131   8 months vboxsync VMM/TM: Allow linear scaling of the guest TSC; primarily required for …
(edit) @104129   8 months vboxsync VMM/IEM: Rework MXCSR handling for SSE instructions, bugref:10641 …
(edit) @104115   8 months vboxsync VMM/IEM: Split out the executable memory allocator from …
(edit) @104114   8 months vboxsync VMM/IEM: Implemented a very simple alternative to …
(edit) @104103   8 months vboxsync VMM/IEM: Convert assembly helpers for MMX/SSE instructions who not …
(edit) @104100   8 months vboxsync VMM/IEM: Optimize kIemTbDbgEntryType_NativeOffset emitting, caching …
(edit) @104099   8 months vboxsync VMM/IEM: Emit native code for shl Ev,CL. bugref:10376
(edit) @104095   8 months vboxsync VMM/IEM: Release statistics on how often the exec memory allocator …
(edit) @104088   8 months vboxsync VMM/IEM: Fix the instruction legnth for amd64 in …
(edit) @104087   8 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_STORE_XREG_U8() and …
(edit) @104084   8 months vboxsync VMM/IEM: Implement support for automatically flushing all call …
(edit) @104079   8 months vboxsync VMM/IEM: Can't access the high byte of a register when a VEX prefix is …
(edit) @104076   8 months vboxsync VMM/IEM: Implement 'microcoded' vpinsr[bwdq] instruction decode, …
(edit) @104073   8 months vboxsync VMM/IEM: Made the code compile without …
(edit) @104064   8 months vboxsync VMM/IEM: Made the IEMTB::cUsage value the native recompilation is done …
(edit) @104059   8 months vboxsync VMM/IEM: Implement vextracti128/vextractf128 instruction emulation, …
(edit) @104058   8 months vboxsync VMM/IEM: Make IEM_MC_FETCH_YREG_U128() take a iDQWord parameter to …
(edit) @104056   8 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_LOCAL_ASSIGN(), …
(edit) @104050   8 months vboxsync VMM/IEM: Enable the delayed register writeback feature, bugref:10629
(edit) @104047   8 months vboxsync VMM/IEM: Straighten the code flushing dirty guest registers, …
(edit) @104036   8 months vboxsync VMM/IEM: Add some more detailed debug info when a guest register …
(edit) @104035   8 months vboxsync VMM/IEM: Implement experimental (disabled by default) delaying …
(edit) @104034   8 months vboxsync VMM/IEM: Implement experimental (disabled by default) delaying …
(edit) @104033   8 months vboxsync VMM/IEM: Implement loading the missing part from CPUMCTX when the …
(edit) @104030   8 months vboxsync VMM/IEM: Build fix for linux.arm64 (gcc complains about unsequenced …
(edit) @104021   8 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_CALL_AVX_AIMPL_2() and …
(edit) @104020   8 months vboxsync VMM/IEM: Call the correct inline function for the …
(edit) @104019   8 months vboxsync VMM/IEM: Made IEM_MC_CALL_AVX_AIMPL_[34] deal with its hidden …
(edit) @104018   8 months vboxsync VMM/IEM: Dropped the argument and local variable counts from …
(edit) @104017   8 months vboxsync VMM/IEM: Modified the IEM_MC_ARG_LOCAL_EFLAGS behaviour to also …
(edit) @104016   8 months vboxsync VMM/IEM: IEM_MC_LOCAL_EFLAGS. bugref:10376
(edit) @103993   8 months vboxsync VMM/IEM: Implement native emitters for …
(edit) @103984   8 months vboxsync VMM/IEM: Need to use iemMemFlatFetchDataU128AlignedSseJmp() for the …
(edit) @103973   8 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_STORE_YREG_U128(), …
(edit) @103965   8 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103964   8 months vboxsync VMM/IEM: Some statistics on the SIMD register allocator and some …
(edit) @103959   8 months vboxsync VMM/IEM: vpblendvb is supposed to raise #UD if VEX.W isn't zero. …
(edit) @103956   8 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103955   8 months vboxsync VMM/IEM,DIS: Another mnemonic todo in vex map 3. bugref:9898
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette