VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @105713   3 months vboxsync VMM/IEM: Statistics fixes. bugref:10656
(edit) @105712   3 months vboxsync VMM/IEM: Kicked out some debug tracing code from iemPollTimers. …
(edit) @105711   3 months vboxsync VMM/IEM: Ensure that the required segment is up to date in CPUM when …
(edit) @105702   4 months vboxsync VMM/IEM: Enabled the adaptive timer polling. bugref:10656
(edit) @105701   4 months vboxsync Undid inadvertent commit.
(edit) @105700   4 months vboxsync CPUM: Copied MTRR MSR entries from X6800 profile to the T2600 profile …
(edit) @105699   4 months vboxsync VMM/IEM: Fix disassembly metadata for movq_Pq_Qq, vcmpss, vcmpsd …
(edit) @105698   4 months vboxsync VMM/IEM,TM: Adaptive timer polling and running of the timer queues …
(edit) @105697   4 months vboxsync Main,VMMArm/GIC: Fixes for linux.arm64, bugref:10747
(edit) @105695   4 months vboxsync VMMArm/NEM: Resolve hv_vm_config_create() dynamically as it is only …
(edit) @105693   4 months vboxsync VMMArm/NEMR3Native-darwin-armv8: Some preliminary code to support the …
(edit) @105692   4 months vboxsync VMMArm/NEMR3Native-darwin-armv8: Some preliminary code to support the …
(edit) @105690   4 months vboxsync VMMArm/NEMR3Native-darwin-armv8: Some preliminary code to support the …
(edit) @105689   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) @105663   4 months vboxsync VMM/IEM: Corrected missing uRegFpCtrl initialization. bugref:10652
(edit) @105657   4 months vboxsync VMM/IEM: Fix bound instruction emulation when running in the …
(edit) @105656   4 months vboxsync VMM/IEM: Fix bound instruction emulation when running in the …
(edit) @105655   4 months vboxsync VMM/IEM: Fix adjusting the stack pointer when recompiling a pop …
(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) @105607   4 months vboxsync VMM/IEM: Optimized out the cbInstrBufTotal zapping in …
(edit) @105606   4 months vboxsync VMM/IEM: Some more prefetch experimentation in …
(edit) @105593   4 months vboxsync VMM/IEM: Some loop unroll and prefetch experimentation in …
(edit) @105592   4 months vboxsync VMM/IEM: Removed ad-hoc TLB trace statement in …
(edit) @105591   4 months vboxsync VMM/IEM: Fixed a bug in iemTlbInvalidateLargePageWorkerInner for TLB …
(edit) @105589   4 months vboxsync VMM/IEMAllN8veHlpA.asm: Fixed iemNativeFpCtrlRegRestore on windows …
(edit) @105579   4 months vboxsync VMM/IEM: Fixed another bug in the large page TLB invalidation code …
(edit) @105572   4 months vboxsync VMM/IEM: Fixed some bugs in the 2MB/4MB page invalidation code. …
(edit) @105571   4 months vboxsync VMM/IEMAllN8veHlpA.asm: Build fix and adjustments for …
(edit) @105560   4 months vboxsync VMM/IEM: A few more TLB tracing events. bugref:10727
(edit) @105559   4 months vboxsync VMM/IEM: Compile fix for large TLB on windows hosts. bugref:10727
(edit) @105557   4 months vboxsync VMM/PGM: Do a LogRel when enabling of NEM mode. 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) @105488   4 months vboxsync VMM/IEM/IEMAllInstTwoByte0f.cpp.h: Fix the register flush mask for …
(edit) @105486   4 months vboxsync VMM/IEM: Fix for r164115, bugref:10652
(edit) @105484   4 months vboxsync VMM/IEM: Better fix for the pmov* emitters when the guest source …
(edit) @105479   4 months vboxsync VMM/TM: Build fix for automatic power off timer. bugref:10727
(edit) @105476   4 months vboxsync VMM/DBGFR3BugCheck: More 13a and 139 details. [build fix] bugref:10727
(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) @105464   4 months vboxsync VMM/DBGFR3BugCheck: More 13a and 139 details. bugref:10727
(edit) @105463   4 months vboxsync VMM/TM: An automatic power off timer for debugging - disabled by …
(edit) @105462   4 months vboxsync VMM/IEM: Simplify the MXCSR exception calculation a tiny bit, bugref:10652
(edit) @105456   4 months vboxsync VMM/IEM: Need to clear PE if either OE/UE is set and not masked by the …
(edit) @105450   4 months vboxsync VMM/IEM: Exception flags generation fixes for the SIMD floating point …
(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) @105428   4 months vboxsync VMM/IEM: More 'info dtlb/itlb' details. [build fix] bugref:10727
(edit) @105427   4 months vboxsync VMM/IEM: More 'info dtlb/itlb' details. [build fix] bugref:10727
(edit) @105423   4 months vboxsync VMM/IEM: More 'info dtlb/itlb' details. bugref:10727
(edit) @105414   4 months vboxsync VMM/IEM: Log how many bytes of executable memory are not usable due to …
(edit) @105413   4 months vboxsync VMM/IEM: When pruning exec memory set the hint to the start of the …
(edit) @105411   4 months vboxsync VMM/IEM: info itlb/dtlb improvements and fixes for global entries. …
(edit) @105410   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) @105407   4 months vboxsync VMM/IEM: Implement native emitters for …
(edit) @105399   4 months vboxsync VMM/IEM: Implement native emitters for …
(edit) @105379   4 months vboxsync VMM/DBGF: Fixed VMR3Req call. bugref:10725
(edit) @105376   4 months vboxsync VMM/IEM: Format string fix. bugref:10725
(edit) @105375   4 months vboxsync VMM/IEM: assert message fix. bugref:10725
(edit) @105371   5 months vboxsync VMM/IEM: Implement fallbacks for dpps/dppd instructions, bugref:9898
(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 …
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