VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @103684   10 months vboxsync Linux kernel modules: Fix UBSAN warnings by switching to flexible …
(edit) @103683   10 months vboxsync VMM/IEM: Implemented iemNativeEmit_add_r_r_efl and enabled in on both …
(edit) @103682   10 months vboxsync VMM/IEM: Cleaning up IEMAllN8veEmit-x86.h a little. bugref:10376
(edit) @103678   10 months vboxsync VMM/IEM: Optimization all 'sub same,same' and 'xor same,same' register …
(edit) @103677   10 months vboxsync VMM/IEM: Implemented the iemNativeEmit_cmp_r_r_efl and enabled it on …
(edit) @103675   10 months vboxsync VMM/IEM: Implemented iemNativeEmit_sub_r_r_efl and enabled it for both …
(edit) @103671   10 months vboxsync VMM/IEM: Native translation of …
(edit) @103670   10 months vboxsync VMM/IEM: Fix debug assertions for iemNativeEmitRefXregXxx(), bugref:10371
(edit) @103669   10 months vboxsync VMM/IEM: Replace some single bit tests with …
(edit) @103667   10 months vboxsync VMM/IEM: Native translation of IEM_MC_REF_MXCSR() body, bugref:10371
(edit) @103666   10 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_FPU_XCPT() body, …
(edit) @103665   10 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_FPU_XCPT() body, …
(edit) @103664   10 months vboxsync VMM/IEM: Fix the label type for iemNativeEmitRaiseUd(), introduced …
(edit) @103663   10 months vboxsync VMM/IEM: Native translation of …
(edit) @103662   10 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_AVX_RELATED_XCPT() …
(edit) @103661   10 months vboxsync VMM/IEM: Some VMCPU/CPUMCTX access annotations for arm64 as well. …
(edit) @103660   10 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_AVX_RELATED_XCPT() …
(edit) @103659   10 months vboxsync VMM/IEM: Flush the current program counter to CPUMCTX when in the …
(edit) @103658   10 months vboxsync VMM/IEM: Enabled the iemNativeEmit_test_r_r_efl code on arm. bugref:10376
(edit) @103657   10 months vboxsync VMM/IEM: A little 'test' optimization, saving a register alloc+fetch …
(edit) @103649   10 months vboxsync VMM/IEM: Delay the RIP update for each instruction if possible to save …
(edit) @103648   10 months vboxsync VMM/IEM: Implemented iemNativeEmit_test_r_r_efl and enabled it for …
(edit) @103647   10 months vboxsync VMM/IEM: Enabled the iemNativeEmit_and_r_r_efl & …
(edit) @103646   10 months vboxsync VMM/IEM: Implemented iemNativeEmit_or_r_r_efl and enabled it for AMD64 …
(edit) @103645   10 months vboxsync VMM/IEM: Implemented iemNativeEmit_and_r_r_efl and enabled it for …
(edit) @103644   10 months vboxsync VMM/IEM: Use native emitter for the reg/reg variant in …
(edit) @103643   10 months vboxsync VMM/IEM: Use native emitter for both variants in …
(edit) @103642   10 months vboxsync VMM/IEM: Use native emitter for the memory variants in …
(edit) @103640   10 months vboxsync VMM/IEM: Prepped emitting native code for all IEMOP_BODY_BINARY_rv_rm …
(edit) @103639   10 months vboxsync VMM/IEM: Moved iemNativeEmit_xor_r_r_efl and …
(edit) @103637   10 months vboxsync VMM/IEM: Moved iemNativeEmit_xor_r_r_efl and …
(edit) @103636   10 months vboxsync VMM/IEM: Support iemNativeRecompFunc_BltIn_LogCpuState() on arm64, …
(edit) @103635   10 months vboxsync VMM/IEM: Emit native code for 64-bit and 16-bit xor reg/reg variants …
(edit) @103627   10 months vboxsync VMM/IEM: Obfuscate most variable indexes we pass around in strict …
(edit) @103625   10 months vboxsync VMM/IEM: Must produce liveness info for IEM_MC_FETCH_FSW and …
(edit) @103624   10 months vboxsync VMM/IEM: Must release variable register when done with them. bugref:10371
(edit) @103623   10 months vboxsync VMM/IEM: Corrected code buffer allocation for eflags updating after …
(edit) @103622   10 months vboxsync VMM/IEM: Obfuscate most variable indexes we pass around in strict …
(edit) @103614   10 months vboxsync VMM/IEM: Fixed liveness state layout after r161946 broke it. Added …
(edit) @103613   10 months vboxsync VMM/IEM: Experimental code for emitting native code instead of calling …
(edit) @103612   10 months vboxsync VMM/IEM: Refinement of r161881 (pbInstrBuf == NULL situation). bugref:10370
(edit) @103609   10 months vboxsync VMM/IEM: Nested VMX: bugref:10610 Fix typo with GS base.
(edit) @103597   10 months vboxsync VMM/IEM: Fix multiple issues in the pcmpXstrX instructions microcode, …
(edit) @103596   10 months vboxsync VMM/IEM: Fix emitters for IEM_MC_FETCH_FCW()/IEM_MC_FETCH_FSW(), the …
(edit) @103592   10 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_SSE_RELATED_XCPT() …
(edit) @103591   10 months vboxsync VMM/IEM: Native translation of …
(edit) @103590   10 months vboxsync VMM/IEM: Native translation of IEM_MC_FETCH_FSW() body (untested), …
(edit) @103589   10 months vboxsync VMM/IEM: Native translation of IEM_MC_FETCH_FCW() body, bugref:10371
(edit) @103588   10 months vboxsync VMM/IEM: Native translation of …
(edit) @103586   10 months vboxsync VMM/CPUM: Expose movbe instruction to the guest if available on the …
(edit) @103585   10 months vboxsync VMM/IEM: Native translation of …
(edit) @103583   10 months vboxsync VMM/PGM: Nested VMX: bugref:10607 Fix EPT permission checks when EPT …
(edit) @103561   10 months vboxsync VMM/IEM: Implement vpermilps instruction emulations. [doxygen fix] …
(edit) @103560   11 months vboxsync Try to fix build bugref:9898
(edit) @103558   11 months vboxsync VMM/IEM: Implement vpermilpd instruction emulations, bugref:9898
(edit) @103556   11 months vboxsync VMM/IEM: Implement vpermilps instruction emulations, bugref:9898
(edit) @103555   11 months vboxsync VMM/IEM: Added native translation for IEM_MC_AND_LOCAL_U8/16/32/64 and …
(edit) @103554   11 months vboxsync VMM/IEM: Some simple TB disassembly interface that can be used from …
(edit) @103548   11 months vboxsync VMM/IEM: Special case the 'xor reg32,samereg32' operation as it it …
(edit) @103542   11 months vboxsync VMM/IEM: More helpful way to make the MC block names unique. bugref:10370
(edit) @103535   11 months vboxsync VMM/IEM: Quick hack for catching and dealing with pbInstrBuf == NULL …
(edit) @103516   11 months vboxsync VMM/IEM,EM: Add all kind of exceptions to the exit history, adding a …
(edit) @103515   11 months vboxsync VMM/DBGF: Stop all VCpus on DBGFEVENT_DEV_STOP events.
(edit) @103514   11 months vboxsync VMM/IEM: The vex3 & vex2 byte prefixes must set the …
(edit) @103513   11 months vboxsync VMM/IEM: The vex3 & vex2 byte prefixes must set the …
(edit) @103443   11 months vboxsync VMM/DBGFR3PlugIn: Less strlen/strcat in dbgfR3PlugInLoadCallback. …
(edit) @103417   11 months vboxsync Devices/Graphics,VMM: Fix some unused function warnings, bugref:3409
(edit) @103415   11 months vboxsync Additions,Main,VMM,Runtime: Fix some unused expression warnings, …
(edit) @103409   11 months vboxsync VMM/PDMBlkCache.cpp: Remove redundant condition (pBlkCacheGlobal is …
(edit) @103408   11 months vboxsync VMM/DBGFR3Bp.cpp: Remove some redundant conditions (checked at the top …
(edit) @103407   11 months vboxsync VMM/IOMR3IoPort.cpp: Typo, bugref:3409
(edit) @103406   11 months vboxsync VMM/IEM: Threaded function statistics. [build fix] bugref:10376
(edit) @103404   11 months vboxsync VMM/IEM: Threaded function statistics. bugref:10376
(edit) @103393   11 months vboxsync VMM/IEM,STAM: Some more liveness experiments. Adjusted the …
(edit) @103388   11 months vboxsync VMM/IEM: Nested SVM: bugref:3409 Fixed loss of upper bits while …
(edit) @103377   11 months vboxsync VMM/IEM: Implemented iemNativeTbLongJmp and fixed the associated code …
(edit) @103376   11 months vboxsync VMM/IEM: Experimental alternative to throw/longjmp when executing …
(edit) @103375   11 months vboxsync VMM/IEM: Corrected bug in iemNativeInstrBufEnsureSlow where it would …
(edit) @103374   11 months vboxsync VMM/PGM,DBGF,GIC: Parfait pointed out some potential NULL pointer use …
(edit) @103371   11 months vboxsync VMM/DBGFR3Flow: Moved duplicate code for determining the pointer size …
(edit) @103370   11 months vboxsync VMM/DBGFReg: Mark a parfait false positive so we don't waste time …
(edit) @103361   11 months vboxsync VMM/IEM: Shut up parfait warning in …
(edit) @103359   11 months vboxsync VMM/DBGF,PDMLdr,PGM: Addressed parfait's complaints about …
(edit) @103351   11 months vboxsync VMM/IEM: Only need an uint8_t type for the extended 8-bit grp …
(edit) @103350   11 months vboxsync VMM/IEM: Added some explicit/insane casting to shut up parfait. bugref:3409
(edit) @103349   11 months vboxsync VMM/IEM: Nested VMX: bugref:3409 Fix incorrect implicit casting …
(edit) @103334   11 months vboxsync VMM/IEM: Drop the IEMLIVENESS_OLD_LAYOUT code, as clang output smaller …
(edit) @103333   11 months vboxsync VMM/IEMAllCImpl: Fix sizeof(), bugref:3409
(edit) @103318   11 months vboxsync VMM/IEM: Liveness analysis, part 10: Debugging, asserting liveness …
(edit) @103299   11 months vboxsync VMM/PGMPhys.cpp: Typo, bugref:3409
(edit) @103298   11 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Fix missing break, bugref:3409
(edit) @103290   11 months vboxsync VMM/IEMAll-armv8.cpp: Always init pStats because the caller might …
(edit) @103289   11 months vboxsync VMM/HMVMXR0: Nested VMX: bugref:10318 VMCS state 'launched' shouldn't …
(edit) @103285   11 months vboxsync Re-applied r161549 again (Got rid of a lot of deprecated strcpy / …
(edit) @103279   11 months vboxsync ansible, scm fix
(edit) @103275   11 months vboxsync Backed out r161549 again (not wanted / bloat).
(edit) @103270   11 months vboxsync VMM/HM: Partly revert r161536, RT_FALLTHROUGH is not necessary here, …
(edit) @103267   11 months vboxsync VMM/IEM: Implement vpsrl[wdq] 'reg/mem' instruction dispatch & …
(edit) @103265   11 months vboxsync VMM/IEM: Implement vpsra[wd] 'reg/mem' instruction dispatch & …
(edit) @103264   11 months vboxsync VMM/IEM: Fix psra[wd] instruction emulation (high bit must shift in …
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