VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @107449   12 days vboxsync VMM/include/IEMN8veRecompilerEmit.h: Fix unsequenced operation parfait …
(edit) @107315   5 weeks vboxsync VMM: bugref:10759 Refactor GIC for use with different backends. [build fix]
(edit) @107314   5 weeks vboxsync VMM: bugref:10759 Refactor GIC for use with different backends. …
(edit) @107308   5 weeks vboxsync VMM: bugref:10759 Refactor GIC for use with different backends.
(edit) @107227   7 weeks vboxsync VMM: Cleaning up ARMv8 / x86 split. jiraref:VBP-1470
(edit) @107220   7 weeks vboxsync VMM/CPUM,TM: Removed obsolete raw-mode CR4 masks. jiraref:VBP-1466
(edit) @107218   7 weeks vboxsync ValidationKit/bootsectors: fix IEM implementation of vcmpp[sd]; …
(edit) @107200   7 weeks vboxsync VMM/IEM: Deal with hidden pointer to VBOXSTRICTRC return struct on …
(edit) @107199   7 weeks vboxsync VMM/IEM: Avoid gcc warning in IEMN8veRecompilerTlbLookup.h.
(edit) @107194   7 weeks vboxsync VMM: More adjustments for VBOX_WITH_ONLY_PGM_NEM_MODE, …
(edit) @107171   7 weeks vboxsync VMM/PGM: Introducing VBOX_WITH_ONLY_PGM_NEM_MODE to disable lots …
(edit) @107115   2 months vboxsync VMM: bugref:10759 APIC restructure [build fix for 32-bit host and …
(edit) @107113   2 months vboxsync VMM: bugref:10759 Restructure the APIC to allow different backends to …
(edit) @107052   2 months vboxsync VMM/IEM: fix IEM vmovlhps instruction emulation; bugref:9898; …
(edit) @106988   2 months vboxsync VMM/NEMR3Native-win-armv8.cpp: Some cleanups, bugref:10392
(edit) @106983   2 months vboxsync VMM/NEMR3Native-win-armv8.cpp: More state syncing, it is now possible …
(edit) @106952   2 months vboxsync VMM/ARM: Implement configuring the GICv3 emulated by Hyper-V. This API …
(edit) @106743   3 months vboxsync VMM/ARM: Make the control flow graph generator work with ARMv8 A64 to …
(edit) @106622   3 months vboxsync VMM/IEM: linux build fixes. bugref:10720
(edit) @106478   3 months vboxsync VMM/IEM: Some IEMNATIVEVAR / iemNativeVarAllocInt optimization tweaks. …
(edit) @106476   3 months vboxsync VMMArm: Skeleton of the PMU device emulation enough to make …
(edit) @106465   3 months vboxsync VMM/IEM: Added iemNativeEmitLoadGprWithGstReg[Ex]T and …
(edit) @106453   3 months vboxsync VMM/IEM: Eliminated the IEMNATIVE_WITH_SIMD_REG_ALLOCATOR define. …
(edit) @106445   3 months vboxsync VMM/IEM: Pass down a_fFlat to the IEMNATIVEEMITTLBSTATE constructor …
(edit) @106443   3 months vboxsync VMM/IEM: Reduced the number of arguments for iemNativeEmitTlbLookup. …
(edit) @106427   3 months vboxsync VMM/IEM: Reduced the paramters for iemNativeEmitRetn. bugref:10720
(edit) @106419   3 months vboxsync VMMArm: Add a GIC NEM backend skeleton for Windows, bugref:10392 …
(edit) @106408   3 months vboxsync VMM/IEM: Inline the iemNativeVarRegisterAcquire* case that …
(edit) @106407   3 months vboxsync VMM/IEM: Reduced the number of parameters for most …
(edit) @106406   3 months vboxsync VMM/IEM: Reduced the number of parameters for most …
(edit) @106401   3 months vboxsync VMM/IEM: Disable control flow guard for the core IEM jump table call …
(edit) @106400   3 months vboxsync VMMArm: Add a GIC NEM backend skeleton for Windows, bugref:10392 …
(edit) @106374   3 months vboxsync VMM/GIC: Some updates to the emulation to make Windows happy enough, …
(edit) @106362   3 months vboxsync VMM/DBGF: Prepare DBGF to support ARMv8/A64 style breakpoints for the …
(edit) @106329   3 months vboxsync VMM/IEM: Some minor perf tweaks for iemExecMemAllocatorPrune. bugref:10720
(edit) @106319   3 months vboxsync VMM/IEM: Reduced parameter count for iemNativeRegAllocTmp*. bugref:10720
(edit) @106315   3 months vboxsync VMM/IEM: Reduce the number of parameters passed to the …
(edit) @106297   3 months vboxsync VMM/IEM: Attempts at optimizing iemExecMemAllocatorAllocInChunkInt and …
(edit) @106286   3 months vboxsync VMM/IEM: Tested the expand down limit checking code. bugref:10371
(edit) @106212   4 months vboxsync VMM/IEM: Some machinery for saving threaded TBs and a program for …
(edit) @106203   4 months vboxsync VMM/IEM: Enabled the IEMNATIVE_WITH_EFLAGS_POSTPONING feature (logical …
(edit) @106202   4 months vboxsync VMM/IEM: A couple of debug build fixes for arm. bugref:10720
(edit) @106199   4 months vboxsync VMM/IEM: Refactored the xxxxx_r_i_efl functions to take the constant …
(edit) @106192   4 months vboxsync VMM/IEM: Added some basic stats & debug info for postponed EFLAGS …
(edit) @106187   4 months vboxsync VMM/IEM: Injecting postponed eflags calculations into the TLB miss …
(edit) @106180   4 months vboxsync VMM/IEM: Refactoring TbExits and other early eflags calculation …
(edit) @106179   4 months vboxsync VMM/IEM: Reworked the div, idiv, mul and imul assembly workers and how …
(edit) @106144   4 months vboxsync VMM/IEM: Relaxed iemNativeEmitGprByVCpuSignedDisp assertions to avoid …
(edit) @106127   4 months vboxsync VMM/IEM: doxygen build fix. bugref:10720
(edit) @106126   4 months vboxsync VMM/IEM: Eliminated the #ifndef …
(edit) @106125   4 months vboxsync VMM/IEM: Eliminated the #ifndef …
(edit) @106124   4 months vboxsync VMM/IEM: More work on recompilation-time checks of skipped & postponed …
(edit) @106123   4 months vboxsync VMM/IEM: More work on recompilation-time checks of skipped & postponed …
(edit) @106117   4 months vboxsync VMM/IEM: Recompilation-time checks of skipped EFLAGS. bugref:10720
(edit) @106113   4 months vboxsync VMM/IEM: Added special register allocator functions for EFLAGS so we …
(edit) @106101   4 months vboxsync VMM/IEM: More native eflag stats. Added …
(edit) @106099   4 months vboxsync VMM/IEM: Moved the kIemNativeGstReg_Pc to the end of the enum to …
(edit) @106097   4 months vboxsync VMM/IEM: Liveness fix for MXCSR modifying in addps and friends. …
(edit) @106090   4 months vboxsync VMM/IEM: More liveness work for delayed eflags updating. bugref:10720 …
(edit) @106078   4 months vboxsync VMM/IEM: Liveness work for bugref:10720. bugref:10372
(edit) @106061   4 months vboxsync Copyright year updates by scm.
(edit) @106054   4 months vboxsync GCM: Made saved state loading a bit more flexible so we can load 7.0.x …
(edit) @106049   4 months vboxsync GCM: Made saved state loading a bit more flexible so we can load 7.0.x …
(edit) @106037   4 months vboxsync VMM/IEM: Quick liveness fix for iemOp_pmovmskb_Gd_Ux. bugref:10652 …
(edit) @106022   4 months vboxsync VMM/PDM: Added PDMR3DriverEnumInstances for use by …
(edit) @105998   4 months vboxsync VMM/IEM: s/ReturnZero/ReturnSuccess/ and simplifying related code. …
(edit) @105997   4 months vboxsync VMM/IEM: Introduce a ReturnZero label when using per-chunk tail code, …
(edit) @105895   5 months vboxsync VMM/IEM: Build fix re:r164572, bugref:10720
(edit) @105877   5 months vboxsync VMM/IEM: Don't flush PC prior to 64-bit relative jumps, flush it when …
(edit) @105863   5 months vboxsync Build fix for r164575 (VMM/IEM: Don't flush PC prior to indirect …
(edit) @105856   5 months vboxsync VMM/IEM: Don't flush PC prior to indirect jumps, flush it when in the …
(edit) @105855   5 months vboxsync VMM/IEM: Don't update PC during IEM_MC_REL_JMP_S[8|32]_AND_FINISH if …
(edit) @105854   5 months vboxsync VMM/IEM: Don't force PC updating during IEM_MC_ADVANCE_RIP_AND_FINISH …
(edit) @105853   5 months vboxsync VMM/IEM: Don't force PC updating before branches, nor flushing of …
(edit) @105818   5 months vboxsync VMM/IEM: Record whether any of the branches of an …
(edit) @105805   5 months vboxsync VMM/IEM: End TB if we get back to the first instruction again via an …
(edit) @105768   5 months vboxsync VMM/IEM: Eliminated an unnecessary CS.LIM check in IEM_MC_REL_JMP_XXX …
(edit) @105739   5 months vboxsync VMM/IEM: Don't try save IEMNATIVE_REG_FIXED_TMP0 together with other …
(edit) @105728   5 months vboxsync VMM/IEM: Ditch the if (pTlbe->pbMappingR3) check from the native TLB …
(edit) @105718   5 months vboxsync VMM/IEM: Take down the FLAT PC when compiling TBs the first time. …
(edit) @105702   5 months vboxsync VMM/IEM: Enabled the adaptive timer polling. bugref:10656
(edit) @105698   5 months vboxsync VMM/IEM,TM: Adaptive timer polling and running of the timer queues …
(edit) @105690   5 months vboxsync VMMArm/NEMR3Native-darwin-armv8: Some preliminary code to support the …
(edit) @105687   5 months vboxsync VMMArm/GIC: Rename GICR3Kvm to GICR3Nem and add a stub for macOS …
(edit) @105686   5 months vboxsync VMMArm/CPUM: Add the additional state required to support EL2 in the …
(edit) @105673   5 months vboxsync VMM/IEM,TM: Do full-TB looping. Redid timer polling in the recompiler. …
(edit) @105664   5 months vboxsync VMM/IEM: Implement vgather[dq]p[sd], vpgather[dq][dq] instruction …
(edit) @105652   5 months vboxsync VMM/IEM: Fix bound instruction emulation when running in the …
(edit) @105616   5 months vboxsync VMM/IEM: Another iemTlbInvalidateLargePageWorkerInner optimization …
(edit) @105579   6 months vboxsync VMM/IEM: Fixed another bug in the large page TLB invalidation code …
(edit) @105560   6 months vboxsync VMM/IEM: A few more TLB tracing events. bugref:10727
(edit) @105491   6 months vboxsync VMM/IEM: Implement native emitters for addps, addpd, mulps and subps, …
(edit) @105490   6 months vboxsync VMM/IEM: Basic infrastructure to natively recompile SIMD floating …
(edit) @105489   6 months vboxsync VMM/IEM: Introduce special IEM_MC_NATIVE_EMIT_2_EX() IEM microcode …
(edit) @105466   6 months vboxsync VMM/IEM: Some more TLB tracing related changes. [build fix] bugref:10727
(edit) @105465   6 months vboxsync VMM/IEM: Some more TLB tracing related changes. bugref:10727
(edit) @105463   6 months vboxsync VMM/TM: An automatic power off timer for debugging - disabled by …
(edit) @105449   6 months vboxsync VMM/IEM: Use correct memory fetch variants which don't throw an #AC …
(edit) @105447   6 months vboxsync VMM/IEM: Reverted accidental 16384 TLB size back to 8192 in r164097. …
(edit) @105446   6 months vboxsync VMM/IEM: Doxygen build fix after r164103
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