VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @105367   5 months vboxsync VMM: Expose FMA and F16C instruction set extensions if available and …
(edit) @105364   5 months vboxsync VMM: Expose FMA and F16C instruction set extensions if available and …
(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) @105352   5 months vboxsync VMM/VMR3Req,iprt/cdefs.h: Adjustments of VMR3ReqCallUV family to fit …
(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) @105332   5 months vboxsync VMM/tstVMReq: Test passing different types to make sure it all works; …
(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) @105290   5 months vboxsync VMM/IEM: Don't trust the guest to properly invalidate pages when …
(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) @105282   5 months vboxsync VMM/IEM: Build fix for the recompiler on linux.am64, bugref:10391
(edit) @105279   5 months vboxsync VMM/IEM: Implement vpcmpestrm, vpcmpestri, vpcmpistrm, vpcmpistri …
(edit) @105278   5 months vboxsync VMM/IEM: Implement vpcmpestrm, vpcmpestri, vpcmpistrm, vpcmpistri …
(edit) @105277   5 months vboxsync VMM/IEM: Rework roundps/roundpd which only have two operands instead …
(edit) @105276   5 months vboxsync VMM/IEM: Implement vpcmpestrm, vpcmpestri, vpcmpistrm, vpcmpistri …
(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) @105251   5 months vboxsync VMM/IEM: Implement native emitters for …
(edit) @105250   5 months vboxsync VMM/IEM: invlpg assertion fix + optimization. bugref:10687
(edit) @105238   5 months vboxsync VMM/IEM: Implement vsqrtss,vsqrtsd instruction emulations, bugref:9898
(edit) @105236   5 months vboxsync VMM/IEM: Implement vsqrtps,vsqrtpd instruction emulations, bugref:9898 …
(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) @105230   5 months vboxsync VMM/IEM: Fixes for vsubpd,vminpd,vdivpd, 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) @105226   5 months vboxsync VMM/IEM: Implement vmin{ps,pd,ss,sd} instruction emulations, …
(edit) @105224   5 months vboxsync VMM/IEM: Implement vmin{ps,pd,ss,sd} instruction emulations, bugref:9898
(edit) @105223   5 months vboxsync VMM/IEM: Implement vsubsd instruction emulation, bugref:9898
(edit) @105222   5 months vboxsync VMM/IEM: Implement vmulsd instruction emulation, bugref:9898
(edit) @105221   5 months vboxsync VMM/IEM: Implement vmulss instruction emulation, bugref:9898
(edit) @105220   5 months vboxsync VMM/IEM: Implement vmulpd instruction emulation, bugref:9898
(edit) @105219   5 months vboxsync VMM/IEM: Implement vaddsd instruction emulation, bugref:9898
(edit) @105218   5 months vboxsync VMM/IEM: Implement vmulps instruction emulation, bugref:9898
(edit) @105217   5 months vboxsync VMM/IEM: Implement vsubss 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) @105211   5 months vboxsync VMM/IEM: Implement vaddss 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) @105188   5 months vboxsync VMM/IEM: Implement vaddps instruction emulation, bugref:9898 [x86 …
(edit) @105187   5 months vboxsync VMM/IEM: Implement vaddps instruction emulation, bugref:9898 [x86 …
(edit) @105186   5 months vboxsync VMM/IEM: Implement vaddps instruction emulation, bugref:9898 [x86 …
(edit) @105185   5 months vboxsync VMM/IEM: Implement vaddps instruction emulation, bugref:9898 [x86 …
(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) @105178   5 months vboxsync VMM/IEM: Need to set the next hint when a TB got allocated or we start …
(edit) @105177   5 months vboxsync VMM/IEM: Increase TLB size to 8192 on arm; quick fix for 2M/4M page …
(edit) @105173   5 months vboxsync VMM/IEM: Implement native emitter for packuswb, bugref:10652
(edit) @105172   5 months vboxsync VMM/IEM: Implement native emitters for pmullw,paddusb,paddusw, bugref:10652
(edit) @105170   5 months vboxsync VMM/IEM: Implement native emitter for por,orps,orpd instructions, some …
(edit) @105169   5 months vboxsync VMM/DBGF: More BSOD 139 details. bugref:10687
(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) @105148   5 months vboxsync VMM/IEM: Logging fix. bugref:10715
(edit) @105137   5 months vboxsync VMM/IEM: Logging fix. bugref:10715
(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) @105098   5 months vboxsync VMM/IEM: iret logging. bugref:10715
(edit) @105094   5 months vboxsync VMM/IEM,ValKit/bs3-cpu-weird-1: syscall TF & debug event fixes; …
(edit) @105092   5 months vboxsync VMM/CPUM: Fixed ancient bug in CPUMRecalcHyperDRx where it would try …
(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) @105068   5 months vboxsync VMM/PDM: Quick fix for loading existing saved states after r163661
(edit) @105057   5 months vboxsync VMM/CPUM: Don't do strict CPUID checks on arm64 as we can't query what …
(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) @105020   5 months vboxsync VMM/CPUM: We need to push the ARCH_CAP MSR on arm hosts, setting all …
(edit) @104990   5 months vboxsync VMM/IEM: Added IEMTlbInvalidateAllGlobal and made the …
(edit) @104989   5 months vboxsync VMM/IEM: Better mojo for AC check. bugref:10687
(edit) @104988   5 months vboxsync VMM/IEM: Use the IEM_F_X86_AC flag where we can. bugref:10687
(edit) @104987   5 months vboxsync VMM/IEM: Make the regular access-with-in-page-check 1-2 instructions …
(edit) @104984   5 months vboxsync VMM/IEM: Relax alignment restrictions in native code TLB lookup, avoid …
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