VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @106022   3 months vboxsync VMM/PDM: Added PDMR3DriverEnumInstances for use by …
(edit) @105998   3 months vboxsync VMM/IEM: s/ReturnZero/ReturnSuccess/ and simplifying related code. …
(edit) @105997   3 months vboxsync VMM/IEM: Introduce a ReturnZero label when using per-chunk tail code, …
(edit) @105895   3 months vboxsync VMM/IEM: Build fix re:r164572, bugref:10720
(edit) @105877   3 months vboxsync VMM/IEM: Don't flush PC prior to 64-bit relative jumps, flush it when …
(edit) @105863   3 months vboxsync Build fix for r164575 (VMM/IEM: Don't flush PC prior to indirect …
(edit) @105856   3 months vboxsync VMM/IEM: Don't flush PC prior to indirect jumps, flush it when in the …
(edit) @105855   3 months vboxsync VMM/IEM: Don't update PC during IEM_MC_REL_JMP_S[8|32]_AND_FINISH if …
(edit) @105854   3 months vboxsync VMM/IEM: Don't force PC updating during IEM_MC_ADVANCE_RIP_AND_FINISH …
(edit) @105853   3 months vboxsync VMM/IEM: Don't force PC updating before branches, nor flushing of …
(edit) @105818   3 months vboxsync VMM/IEM: Record whether any of the branches of an …
(edit) @105805   3 months vboxsync VMM/IEM: End TB if we get back to the first instruction again via an …
(edit) @105768   3 months vboxsync VMM/IEM: Eliminated an unnecessary CS.LIM check in IEM_MC_REL_JMP_XXX …
(edit) @105739   3 months vboxsync VMM/IEM: Don't try save IEMNATIVE_REG_FIXED_TMP0 together with other …
(edit) @105728   3 months vboxsync VMM/IEM: Ditch the if (pTlbe->pbMappingR3) check from the native TLB …
(edit) @105718   3 months vboxsync VMM/IEM: Take down the FLAT PC when compiling TBs the first time. …
(edit) @105702   4 months vboxsync VMM/IEM: Enabled the adaptive timer polling. bugref:10656
(edit) @105698   4 months vboxsync VMM/IEM,TM: Adaptive timer polling and running of the timer queues …
(edit) @105690   4 months vboxsync VMMArm/NEMR3Native-darwin-armv8: Some preliminary code to support the …
(edit) @105687   4 months vboxsync VMMArm/GIC: Rename GICR3Kvm to GICR3Nem and add a stub for macOS …
(edit) @105686   4 months vboxsync VMMArm/CPUM: Add the additional state required to support EL2 in the …
(edit) @105673   4 months vboxsync VMM/IEM,TM: Do full-TB looping. Redid timer polling in the recompiler. …
(edit) @105664   4 months vboxsync VMM/IEM: Implement vgather[dq]p[sd], vpgather[dq][dq] instruction …
(edit) @105652   4 months vboxsync VMM/IEM: Fix bound instruction emulation when running in the …
(edit) @105616   4 months vboxsync VMM/IEM: Another iemTlbInvalidateLargePageWorkerInner optimization …
(edit) @105579   4 months vboxsync VMM/IEM: Fixed another bug in the large page TLB invalidation code …
(edit) @105560   4 months vboxsync VMM/IEM: A few more TLB tracing events. bugref:10727
(edit) @105491   4 months vboxsync VMM/IEM: Implement native emitters for addps, addpd, mulps and subps, …
(edit) @105490   4 months vboxsync VMM/IEM: Basic infrastructure to natively recompile SIMD floating …
(edit) @105489   4 months vboxsync VMM/IEM: Introduce special IEM_MC_NATIVE_EMIT_2_EX() IEM microcode …
(edit) @105466   4 months vboxsync VMM/IEM: Some more TLB tracing related changes. [build fix] bugref:10727
(edit) @105465   4 months vboxsync VMM/IEM: Some more TLB tracing related changes. bugref:10727
(edit) @105463   4 months vboxsync VMM/TM: An automatic power off timer for debugging - disabled by …
(edit) @105449   4 months vboxsync VMM/IEM: Use correct memory fetch variants which don't throw an #AC …
(edit) @105447   4 months vboxsync VMM/IEM: Reverted accidental 16384 TLB size back to 8192 in r164097. …
(edit) @105446   4 months vboxsync VMM/IEM: Doxygen build fix after r164103
(edit) @105445   4 months vboxsync VMM/IEM: Fold IEM_MC_MAYBE_RAISE_SSE_AVX_SIMD_FP_OR_UD_XCPT() into …
(edit) @105440   4 months vboxsync VMM/IEM: Added some simple TLB tracing (disabled by default). bugref:10727
(edit) @105411   4 months vboxsync VMM/IEM: info itlb/dtlb improvements and fixes for global entries. …
(edit) @105409   4 months vboxsync VMM/DBGF: Added a /DBGF/SuspendOnBsod boolean option (default false). …
(edit) @105375   4 months vboxsync VMM/IEM: assert message fix. bugref:10725
(edit) @105359   5 months vboxsync VMM/IEM: Implement vpps and vppd instruction emulation (fallback …
(edit) @105357   5 months vboxsync VMM/IEM: Implement vstmxcsr instruction emulation (test missing), …
(edit) @105356   5 months vboxsync VMM/IEM: Implement vstmxcsr instruction emulation (test missing), …
(edit) @105355   5 months vboxsync VMM/IEM: Implement vcvtdq2pd instruction emulation, bugref:9898
(edit) @105354   5 months vboxsync VMM/IEM: Implement vcvttpd2dq and vcvtpd2dq instruction emulations, …
(edit) @105351   5 months vboxsync VMM/IEM: Implement vcvttps2dq instruction emulation, bugref:9898
(edit) @105350   5 months vboxsync VMM/IEM: Implement vcvtps2dq instruction emulation, bugref:9898
(edit) @105349   5 months vboxsync VMM/IEM: Implement vcvtdq2ps instruction emulation, bugref:9898
(edit) @105348   5 months vboxsync VMM/IEM: Implement vcvtsd2ss instruction emulation, bugref:9898
(edit) @105347   5 months vboxsync VMM/IEM: Implement vcvtss2sd instruction emulation, bugref:9898
(edit) @105346   5 months vboxsync VMM/IEM: Implement vcvtpd2ps instruction emulation, bugref:9898
(edit) @105318   5 months vboxsync VMM/IEM: Tweak for really large TLBs; save an instruction on ARM64 …
(edit) @105316   5 months vboxsync VMM/IEM: Implement vcvtps2pd instruction emulation, bugref:9898
(edit) @105315   5 months vboxsync VMM/IEM: Implement vcvttss2si, vcvttsd2si, vcvtss2si and vcvtsd2si …
(edit) @105311   5 months vboxsync VMM/IEM: Implement vcvtsi2sd instruction emulation, bugref:9898
(edit) @105309   5 months vboxsync VMM/IEM: Implement vcvtsi2ss instruction emulation, bugref:9898
(edit) @105307   5 months vboxsync VMM/IEM: Implement vpermd, vpermps instruction emulations, bugref:9898
(edit) @105306   5 months vboxsync VMM/IEM: Implement vpermq, vpermpd instruction emulations, bugref:9898
(edit) @105302   5 months vboxsync VMM/IEM: Implement vroundss, vroundsd instruction emulations, bugref:9898
(edit) @105295   5 months vboxsync VMM/IEM: Implement vaesimc, vaesenc, vaesenclast, vaesdec, vaesdeclast …
(edit) @105291   5 months vboxsync VMM/IEM: Added iemMemFetchDataU32NoAc and iemMemFetchDataU64NoAc (with …
(edit) @105284   5 months vboxsync VMM/IEM: Large page TLB optimizations for INVLPG. bugref:10687
(edit) @105283   5 months vboxsync VMM/IEM: Implement vcmpps, vcmppd, vcmpss, vcmpsd instruction …
(edit) @105277   5 months vboxsync VMM/IEM: Rework roundps/roundpd which only have two operands instead …
(edit) @105275   5 months vboxsync VMM/IEM: Implement testcase for vpcmpestrm, vpcmpestri, vpcmpistrm, …
(edit) @105274   5 months vboxsync VMM/IEM: Rework roundps/roundpd which only have two operands instead …
(edit) @105271   5 months vboxsync VMM/IEM: Replaced IEMNATIVEEXITREASON with IEMNATIVELABELTYPE, since …
(edit) @105261   5 months vboxsync VMM/IEM: Share epilog and other tail code on a per-chunk basis (due to …
(edit) @105253   5 months vboxsync VMM/IEM: Implement instruction emulation for vrcpps, vrcpss, bugref:9898
(edit) @105252   5 months vboxsync VMM/IEM: Implement instruction emulation for vrsqrtps, vrsqrtss, …
(edit) @105235   5 months vboxsync VMM/IEM: Implement vsqrtps,vsqrtpd instruction emulations, bugref:9898
(edit) @105234   5 months vboxsync VMM/IEM: Implement vaddsubp{s,d} instruction emulations, bugref:9898
(edit) @105232   5 months vboxsync VMM/IEM: Implement vhsubp{s,d} instruction emulations, bugref:9898
(edit) @105231   5 months vboxsync VMM/IEM: Implement vhaddpd instruction emulation, bugref:9898
(edit) @105229   5 months vboxsync VMM/IEM: Implement vmax{ps,pd,ss,sd} instruction emulations, bugref:9898
(edit) @105228   5 months vboxsync VMM/IEM: Implement vdiv{ps,pd,ss,sd} instruction emulations, bugref:9898
(edit) @105224   5 months vboxsync VMM/IEM: Implement vmin{ps,pd,ss,sd} instruction emulations, bugref:9898
(edit) @105220   5 months vboxsync VMM/IEM: Implement vmulpd instruction emulation, bugref:9898
(edit) @105218   5 months vboxsync VMM/IEM: Implement vmulps instruction emulation, bugref:9898
(edit) @105215   5 months vboxsync VMM/IEM: Implement vsubpd instruction emulation, bugref:9898
(edit) @105214   5 months vboxsync VMM/IEM: Implement vsubps instruction emulation, bugref:9898
(edit) @105212   5 months vboxsync VMM/IEM: Implement vhaddps instruction emulation, bugref:9898
(edit) @105200   5 months vboxsync VMM/IEM: Implement vaddpd, bugref:9898
(edit) @105191   5 months vboxsync VMM/IEM: Redo TB allocation and get rid of the allocation bitmap …
(edit) @105184   5 months vboxsync VMM/IEM: Implement vaddps instruction emulation, bugref:9898
(edit) @105183   5 months vboxsync VMM/IEM: A few new IEM MC statements required for AVX/AVX2 floating …
(edit) @105180   5 months vboxsync VMM/IEM: Introduce a small cache of recently freed TBs for immediate …
(edit) @105179   5 months vboxsync VMM/IEM: Introduce a small cache of recently freed TBs for immediate …
(edit) @105177   5 months vboxsync VMM/IEM: Increase TLB size to 8192 on arm; quick fix for 2M/4M page …
(edit) @105168   5 months vboxsync VMM/DBGF: Added a /DBGF/PowerOffOnBsod boolean option (default false). …
(edit) @105167   5 months vboxsync VMM/IEM: Fixed incorrect type for the fAlignMaskAndClt parameter of …
(edit) @105125   5 months vboxsync VMM/IEM,ValKit/bs3-cpu-weird-1: Fixed popf mistreatment of the new TF …
(edit) @105123   5 months vboxsync VMM/IEM: bugref:10656: scm fix for r162987.
(edit) @105076   5 months vboxsync VMM/IEM: Increased the TLB size from 256 to 1024 entries. bugref:10687
(edit) @105072   5 months vboxsync VMM/IEM,DBGF,bs3-cpu-weird-1: Early data breakpoint support, mostly …
(edit) @105036   5 months vboxsync VMM/IEM: Split the TLB into non-global (even) and global (odd) …
(edit) @105035   5 months vboxsync VMM/IEM,bs3-cpu-weird-1: Made bs3CpuWeird1_PcWrapping run w/o …
(edit) @104990   5 months vboxsync VMM/IEM: Added IEMTlbInvalidateAllGlobal and made the …
(edit) @104988   5 months vboxsync VMM/IEM: Use the IEM_F_X86_AC flag where we can. bugref:10687
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