|
|
@105231
|
5 months |
vboxsync |
VMM/IEM: Implement vhaddpd instruction emulation, bugref:9898
|
|
|
@105229
|
5 months |
vboxsync |
VMM/IEM: Implement vmax{ps,pd,ss,sd} instruction emulations, bugref:9898
|
|
|
@105228
|
5 months |
vboxsync |
VMM/IEM: Implement vdiv{ps,pd,ss,sd} instruction emulations, bugref:9898
|
|
|
@105224
|
5 months |
vboxsync |
VMM/IEM: Implement vmin{ps,pd,ss,sd} instruction emulations, bugref:9898
|
|
|
@105220
|
5 months |
vboxsync |
VMM/IEM: Implement vmulpd instruction emulation, bugref:9898
|
|
|
@105218
|
5 months |
vboxsync |
VMM/IEM: Implement vmulps instruction emulation, bugref:9898
|
|
|
@105215
|
5 months |
vboxsync |
VMM/IEM: Implement vsubpd instruction emulation, bugref:9898
|
|
|
@105214
|
5 months |
vboxsync |
VMM/IEM: Implement vsubps instruction emulation, bugref:9898
|
|
|
@105212
|
5 months |
vboxsync |
VMM/IEM: Implement vhaddps instruction emulation, bugref:9898
|
|
|
@105200
|
5 months |
vboxsync |
VMM/IEM: Implement vaddpd, bugref:9898
|
|
|
@105191
|
5 months |
vboxsync |
VMM/IEM: Redo TB allocation and get rid of the allocation bitmap …
|
|
|
@105184
|
5 months |
vboxsync |
VMM/IEM: Implement vaddps instruction emulation, bugref:9898
|
|
|
@105183
|
5 months |
vboxsync |
VMM/IEM: A few new IEM MC statements required for AVX/AVX2 floating …
|
|
|
@105180
|
5 months |
vboxsync |
VMM/IEM: Introduce a small cache of recently freed TBs for immediate …
|
|
|
@105179
|
5 months |
vboxsync |
VMM/IEM: Introduce a small cache of recently freed TBs for immediate …
|
|
|
@105177
|
5 months |
vboxsync |
VMM/IEM: Increase TLB size to 8192 on arm; quick fix for 2M/4M page …
|
|
|
@105168
|
5 months |
vboxsync |
VMM/DBGF: Added a /DBGF/PowerOffOnBsod boolean option (default false). …
|
|
|
@105167
|
5 months |
vboxsync |
VMM/IEM: Fixed incorrect type for the fAlignMaskAndClt parameter of …
|
|
|
@105125
|
5 months |
vboxsync |
VMM/IEM,ValKit/bs3-cpu-weird-1: Fixed popf mistreatment of the new TF …
|
|
|
@105123
|
5 months |
vboxsync |
VMM/IEM: bugref:10656: scm fix for r162987.
|
|
|
@105076
|
5 months |
vboxsync |
VMM/IEM: Increased the TLB size from 256 to 1024 entries. bugref:10687
|
|
|
@105072
|
5 months |
vboxsync |
VMM/IEM,DBGF,bs3-cpu-weird-1: Early data breakpoint support, mostly …
|
|
|
@105036
|
5 months |
vboxsync |
VMM/IEM: Split the TLB into non-global (even) and global (odd) …
|
|
|
@105035
|
5 months |
vboxsync |
VMM/IEM,bs3-cpu-weird-1: Made bs3CpuWeird1_PcWrapping run w/o …
|
|
|
@104990
|
5 months |
vboxsync |
VMM/IEM: Added IEMTlbInvalidateAllGlobal and made the …
|
|
|
@104988
|
5 months |
vboxsync |
VMM/IEM: Use the IEM_F_X86_AC flag where we can. bugref:10687
|
|
|
@104987
|
5 months |
vboxsync |
VMM/IEM: Make the regular access-with-in-page-check 1-2 instructions …
|
|
|
@104984
|
5 months |
vboxsync |
VMM/IEM: Relax alignment restrictions in native code TLB lookup, avoid …
|
|
|
@104956
|
5 months |
vboxsync |
VMM/IEM: TLB statistics reorg. bugref:10687
|
|
|
@104947
|
5 months |
vboxsync |
VMM/IEM,tstVMStructSize: Made the IEM TLB size more easily …
|
|
|
@104941
|
5 months |
vboxsync |
VMM/IEM: Stats. bugref:10687
|
|
|
@104935
|
6 months |
vboxsync |
VMM/PGM: Lockless pgmPhysGCPhys2R3Ptr variant for use in …
|
|
|
@104932
|
6 months |
vboxsync |
VMM/PGM,IEM: Refactored+copied PGMGstGetPage into PGMGstQueryPage that …
|
|
|
@104911
|
6 months |
vboxsync |
VMM/GIM: bugref:10703 Fix/re-implemented Hyper-V paravirt …
|
|
|
@104886
|
6 months |
vboxsync |
VMM/PGM: Tweaked the RAM range TLB hashing and quadrupled the size to …
|
|
|
@104885
|
6 months |
vboxsync |
VMM/PGM: Lockless PGMPhysIemGCPhys2PtrNoLock. bugref:10687
|
|
|
@104882
|
6 months |
vboxsync |
VMM/PGM: Made the apRamRangesTlb users handle stale entries (the TLB …
|
|
|
@104881
|
6 months |
vboxsync |
VMM/PGM: Made the apRamRangesTlb users handle stale entries (the TLB …
|
|
|
@104870
|
6 months |
vboxsync |
VMM/PGM: Missing pgmPhysInvalidatePageMapTLB & …
|
|
|
@104859
|
6 months |
vboxsync |
VMM/PGM: Moved the apRamRangesTlbR0 out of the shared PGM structure …
|
|
|
@104858
|
6 months |
vboxsync |
VMM/IEM: Optimize executable memory allocation on macOS by removing …
|
|
|
@104840
|
6 months |
vboxsync |
VMM/PGM: Refactored RAM ranges, MMIO2 ranges and ROM ranges and added …
|
|
|
@104802
|
6 months |
vboxsync |
VMM/IEM: Introduce IEMNATIVE_WITH_RECOMPILER_EPILOGUE_SINGLETON as an …
|
|
|
@104798
|
6 months |
vboxsync |
VMM/IEM: Introduce IEMNATIVE_WITH_RECOMPILER_EPILOGUE_SINGLETON as an …
|
|
|
@104797
|
6 months |
vboxsync |
VMM/IEM: Introduce special helpers for generating code to exit a TB in …
|
|
|
@104784
|
6 months |
vboxsync |
VMM/IEM: Add helper to ignore the VEX.W prefix for non 64-bit code as …
|
|
|
@104722
|
7 months |
vboxsync |
VMM/IEM: Implement vmaskmovp[sd], vpmaskmov[dq] instruction decoding, …
|
|
|
@104672
|
7 months |
vboxsync |
VMM/NEM: Pretty much work in progress Hyper-V on win.arm64 experiment, …
|
|
|
@104521
|
7 months |
vboxsync |
VMM/IEM: Corrected cvtps2pd memory access from 128 to 64 bits. …
|
|
|
@104516
|
7 months |
vboxsync |
VMM/GCM,IEM,HM: Integrate GCM with IEM, extending it to cover the mesa …
|
|
|
@104509
|
7 months |
vboxsync |
VMM: Some more GCM cleanup. bugref:9735 bugref:10683
|
|
|
@104507
|
7 months |
vboxsync |
VMM,Main: Some GCM adjustments. bugref:9735 bugref:10683
|
|
|
@104506
|
7 months |
vboxsync |
VMM/IEM: Deal with direct 'linking' of TBs when requiring a TLB load …
|
|
|
@104468
|
7 months |
vboxsync |
VMM/IEM: Deal with the simples direct 'linking' of TBs scenario for …
|
|
|
@104439
|
7 months |
vboxsync |
VMM/IEM: Implement maskmovq, [v]maskmovdqu instruction decoding, …
|
|
|
@104424
|
7 months |
vboxsync |
VMM/IEM: Convert near return (retn) and relative/indirect call …
|
|
|
@104419
|
7 months |
vboxsync |
VMM/IEM: Convert near return (retn) and relative/indirect call …
|
|
|
@104415
|
7 months |
vboxsync |
VMM/IEM: Fixed another regression from r162896. bugreg:10370 bugref:10376
|
|
|
@104407
|
7 months |
vboxsync |
VMM/IEM: Adjusted the TB exit statistics a bit more, adding a few new …
|
|
|
@104404
|
7 months |
vboxsync |
VMM/IEM: Fixed regression from r162896. bugreg:10370 bugref:10376
|
|
|
@104403
|
7 months |
vboxsync |
VMM/IEM: Extend add/sub immediate range on arm64, fixed a couple of …
|
|
|
@104402
|
7 months |
vboxsync |
VMM/IEM: Improved loading 32-bit constants via …
|
|
|
@104386
|
7 months |
vboxsync |
VMM/GIC: Add a dedicated GIC device implementation for linux.arm64 …
|
|
|
@104385
|
7 months |
vboxsync |
VMM/NEM: More work for the linux.arm64 support, only update interrupt …
|
|
|
@104383
|
7 months |
vboxsync |
VMM/IEM: Automtically convert IEMInternal.h & IEMN8veRecompiler.h into …
|
|
|
@104380
|
7 months |
vboxsync |
VMM/IEM: Removed unused IEMMODEX type. bugref:10369
|
|
|
@104379
|
7 months |
vboxsync |
VMM/IEM: Automtically convert IEMInternal.h & IEMN8veRecompiler.h into …
|
|
|
@104378
|
7 months |
vboxsync |
VMM/IEM: Automtically convert IEMInternal.h & IEMN8veRecompiler.h into …
|
|
|
@104372
|
7 months |
vboxsync |
VMM/IEM: Bugfixes in iemNativeEmitSimdLoadGprFromVecRegU64() and …
|
|
|
@104367
|
7 months |
vboxsync |
VMM/IEM: Use IEMInternal.h from IEMAllN8veHlpA-arm64.S and produce …
|
|
|
@104362
|
7 months |
vboxsync |
VMM/IEM: Don't unroll loops in TBs. bugref:10653
|
|
|
@104361
|
7 months |
vboxsync |
VMM/IEM: Moved the native TB exit statistics on g_aSimpleTailLabels to …
|
|
|
@104359
|
8 months |
vboxsync |
VMM/IEM: Fix store size (word means 32-bit, dword 64-bit on arm64), …
|
|
|
@104357
|
8 months |
vboxsync |
VMM/IEM: Adding a TB lookup table to each TB, so we can cache which TB …
|
|
|
@104341
|
8 months |
vboxsync |
VMM/IEM: Improved iemNativeEmitMarker on arm64. bugref:10375
|
|
|
@104340
|
8 months |
vboxsync |
VMM/IEM: Implement native emitters for psubb, psubw, psubd and psubdq, …
|
|
|
@104335
|
8 months |
vboxsync |
VMM/NEM: Skeleton of backend for linux.arm64 using KVM, able to …
|
|
|
@104332
|
8 months |
vboxsync |
VMM/IEM: Fix iemNativeTbEntry() prototype so it doesn't get any hidden …
|
|
|
@104322
|
8 months |
vboxsync |
VMM/IEM: Have a single TB prologue which serves as an entry point to …
|
|
|
@104321
|
8 months |
vboxsync |
VMM/IEM: Drop the IEMTHRDEDCALLENTRY::idxRange field as nobody uses …
|
|
|
@104298
|
8 months |
vboxsync |
VMM/IEM: Implement native emitters for paddb,paddw,paddd,paddq, …
|
|
|
@104292
|
8 months |
vboxsync |
VMM/IEM: Implement native emitters for psrlw,psrld,psrlq, bugref:10652
|
|
|
@104281
|
8 months |
vboxsync |
VMM/IEM: Gather statistics on the exit behavior of native TBs, bugref:10653
|
|
|
@104274
|
8 months |
vboxsync |
VMM/IEM: Implement native emitter for …
|
|
|
@104272
|
8 months |
vboxsync |
VMM: bugref:9898 VEX.W opcode decoding helper and its usage for …
|
|
|
@104269
|
8 months |
vboxsync |
VMM/IEM: Rework pcmpistri emulation to pass the new ECX value as …
|
|
|
@104268
|
8 months |
vboxsync |
VMM: bugref:9898 Fixed Python generator breakage with r162727 by …
|
|
|
@104263
|
8 months |
vboxsync |
VMM: bugref:9898 Implemented vtestp[s|d] instructions and their testcases.
|
|
|
@104238
|
8 months |
vboxsync |
VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
|
|
|
@104217
|
8 months |
vboxsync |
VMM/EMInternal.h: linux.arm64 requires a bigger jump buffer padding, …
|
|
|
@104209
|
8 months |
vboxsync |
VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
|
|
|
@104208
|
8 months |
vboxsync |
VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
|
|
|
@104207
|
8 months |
vboxsync |
VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
|
|
|
@104206
|
8 months |
vboxsync |
VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
|
|
|
@104195
|
8 months |
vboxsync |
VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
|
|
|
@104188
|
8 months |
vboxsync |
VMM/IEM: Implement vpslldq, vpsrldq, instruction dispatch & emulation, …
|
|
|
@104183
|
8 months |
vboxsync |
VMM/IEM: Get rid of IEM_MC_IF_MXCSR_XCPT_PENDING() and …
|
|
|
@104177
|
8 months |
vboxsync |
VMM/IEM: Get rid of IEM_MC_STORE_SSE_RESULT(), by checking for pending …
|
|
|
@104174
|
8 months |
vboxsync |
VMM/IEM: Get rid of IEM_MC_REF_MXCSR() and convert the users to use …
|
|
|
@104168
|
8 months |
vboxsync |
VMM/IEM: Fix the interpreter implementation of IEM_MC_FETCH_YREG_U64, …
|
|
|