VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @106198   4 months vboxsync VMM/IEM: Some minor refactoring of iemNativeEmitEFlagsForLogical. …
(edit) @106197   4 months vboxsync VMM/IEM: Use iemNativeEmitEFlagsForLogical as emitter for all cases. …
(edit) @106196   4 months vboxsync VMM/IEM: Added missing skipped eflags tracking in …
(edit) @106192   4 months vboxsync VMM/IEM: Added some basic stats & debug info for postponed EFLAGS …
(edit) @106191   4 months vboxsync VMM/IEM: Liveness fix for IEM_MC_SET_EFL_BIT and IEM_MC_CLEAR_EFL_BIT …
(edit) @106187   4 months vboxsync VMM/IEM: Injecting postponed eflags calculations into the TLB miss …
(edit) @106181   4 months vboxsync VMM/IEM: Check that IEM_MC_REF_EFLAGS is used correctly and won't …
(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) @106171   4 months vboxsync VMM/PDMThread: More thread failure details in the release log.
(edit) @106168   4 months vboxsync VMM/PDMThread: More thread failure details in the release log.
(edit) @106145   5 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Need to skip past the wfi …
(edit) @106144   5 months vboxsync VMM/IEM: Relaxed iemNativeEmitGprByVCpuSignedDisp assertions to avoid …
(edit) @106136   5 months vboxsync VMM/IEM: # padding. bugref:10720
(edit) @106134   5 months vboxsync VMM/IEM: Eliminated the #ifndef …
(edit) @106128   5 months vboxsync VMM/IEM: Docs. bugref:10720
(edit) @106127   5 months vboxsync VMM/IEM: doxygen build fix. bugref:10720
(edit) @106126   5 months vboxsync VMM/IEM: Eliminated the #ifndef …
(edit) @106125   5 months vboxsync VMM/IEM: Eliminated the #ifndef …
(edit) @106124   5 months vboxsync VMM/IEM: More work on recompilation-time checks of skipped & postponed …
(edit) @106123   5 months vboxsync VMM/IEM: More work on recompilation-time checks of skipped & postponed …
(edit) @106117   5 months vboxsync VMM/IEM: Recompilation-time checks of skipped EFLAGS. bugref:10720
(edit) @106114   5 months vboxsync VMM/IEM: Some liveness corrections for fEflOther (anything that writes …
(edit) @106113   5 months vboxsync VMM/IEM: Added special register allocator functions for EFLAGS so we …
(edit) @106101   5 months vboxsync VMM/IEM: More native eflag stats. Added …
(edit) @106099   5 months vboxsync VMM/IEM: Moved the kIemNativeGstReg_Pc to the end of the enum to …
(edit) @106097   5 months vboxsync VMM/IEM: Liveness fix for MXCSR modifying in addps and friends. …
(edit) @106090   5 months vboxsync VMM/IEM: More liveness work for delayed eflags updating. bugref:10720 …
(edit) @106078   5 months vboxsync VMM/IEM: Liveness work for bugref:10720. bugref:10372
(edit) @106072   5 months vboxsync VMM/GCM: fSuccess should start out as true, not flase. duh. bugref:10683
(edit) @106061   5 months vboxsync Copyright year updates by scm.
(edit) @106054   5 months vboxsync GCM: Made saved state loading a bit more flexible so we can load 7.0.x …
(edit) @106049   5 months vboxsync GCM: Made saved state loading a bit more flexible so we can load 7.0.x …
(edit) @106037   5 months vboxsync VMM/IEM: Quick liveness fix for iemOp_pmovmskb_Gd_Ux. bugref:10652 …
(edit) @106036   5 months vboxsync VMM/IEM: Changed the IEMNATIVEMITEFLOP/enmOp argument to …
(edit) @106034   5 months vboxsync VMM/IEM: Build fix for 'tbtop' info item. bugref:10720
(edit) @106030   5 months vboxsync VMM/DBGF: Use RTCritSectInitRwNamed.
(edit) @106029   5 months vboxsync VMM/VM,SSM: Use RTCritSectInitNamed
(edit) @106022   5 months vboxsync VMM/PDM: Added PDMR3DriverEnumInstances for use by …
(edit) @106006   5 months vboxsync VMM/IEM: Extended iemNativeEmitFetchEFlags (IEM_MC_FETCH_EFLAGS_EX) to …
(edit) @106001   5 months vboxsync doc/manual/man_VBoxManage-*: Updated a variety of the VBoxManage help …
(edit) @105998   5 months vboxsync VMM/IEM: s/ReturnZero/ReturnSuccess/ and simplifying related code. …
(edit) @105997   5 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) @105878   5 months vboxsync VMM/IEM: Don't flush PC prior to 64-bit relative jumps, flush it when …
(edit) @105877   5 months vboxsync VMM/IEM: Don't flush PC prior to 64-bit relative jumps, flush it when …
(edit) @105863   6 months vboxsync Build fix for r164575 (VMM/IEM: Don't flush PC prior to indirect …
(edit) @105856   6 months vboxsync VMM/IEM: Don't flush PC prior to indirect jumps, flush it when in the …
(edit) @105855   6 months vboxsync VMM/IEM: Don't update PC during IEM_MC_REL_JMP_S[8|32]_AND_FINISH if …
(edit) @105854   6 months vboxsync VMM/IEM: Don't force PC updating during IEM_MC_ADVANCE_RIP_AND_FINISH …
(edit) @105853   6 months vboxsync VMM/IEM: Don't force PC updating before branches, nor flushing of …
(edit) @105843   6 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Don't throw an error if the NEM …
(edit) @105834   6 months vboxsync Fix emulation of 'vmovq' instruction in 16/32-bit modes (acts as …
(edit) @105818   6 months vboxsync VMM/IEM: Record whether any of the branches of an …
(edit) @105805   6 months vboxsync VMM/IEM: End TB if we get back to the first instruction again via an …
(edit) @105797   6 months vboxsync VMM/IEM: Split up IEMAllN8veLiveness.cpp into 6 parts to speed up …
(edit) @105770   6 months vboxsync VMM/IEM: Prepping to split up the generated liveness code. bugref:10372
(edit) @105768   6 months vboxsync VMM/IEM: Eliminated an unnecessary CS.LIM check in IEM_MC_REL_JMP_XXX …
(edit) @105745   6 months vboxsync VMM/PGM: Some preparations for ARMv8 page table walking, introduce …
(edit) @105739   6 months vboxsync VMM/IEM: Don't try save IEMNATIVE_REG_FIXED_TMP0 together with other …
(edit) @105732   6 months vboxsync VMM/CPUM-armv8: Add some helpers tp query current guest EL and whether …
(edit) @105728   6 months vboxsync VMM/IEM: Ditch the if (pTlbe->pbMappingR3) check from the native TLB …
(edit) @105724   6 months vboxsync Disassembler,VMM,HostDrivers,Debugger,MakeAlternativeSource: Convert …
(edit) @105723   6 months vboxsync VMM/IEM: Put name on jump targets when there are matching labels for …
(edit) @105718   6 months vboxsync VMM/IEM: Take down the FLAT PC when compiling TBs the first time. …
(edit) @105717   6 months vboxsync VMM/IEM: Used the new iemPollTimers in …
(edit) @105716   6 months vboxsync VMM/IEM: Added a 'tbtop' info item for getting details on the most …
(edit) @105715   6 months vboxsync VMM/TM: Removed unused TMTimerPollBoolWith32BitMilliTS API. bugref:10656
(edit) @105714   6 months vboxsync VMM/IEM: Used the new iemPollTimers in …
(edit) @105713   6 months vboxsync VMM/IEM: Statistics fixes. bugref:10656
(edit) @105712   6 months vboxsync VMM/IEM: Kicked out some debug tracing code from iemPollTimers. …
(edit) @105711   6 months vboxsync VMM/IEM: Ensure that the required segment is up to date in CPUM when …
(edit) @105702   6 months vboxsync VMM/IEM: Enabled the adaptive timer polling. bugref:10656
(edit) @105701   6 months vboxsync Undid inadvertent commit.
(edit) @105700   6 months vboxsync CPUM: Copied MTRR MSR entries from X6800 profile to the T2600 profile …
(edit) @105699   6 months vboxsync VMM/IEM: Fix disassembly metadata for movq_Pq_Qq, vcmpss, vcmpsd …
(edit) @105698   6 months vboxsync VMM/IEM,TM: Adaptive timer polling and running of the timer queues …
(edit) @105697   6 months vboxsync Main,VMMArm/GIC: Fixes for linux.arm64, bugref:10747
(edit) @105695   6 months vboxsync VMMArm/NEM: Resolve hv_vm_config_create() dynamically as it is only …
(edit) @105693   6 months vboxsync VMMArm/NEMR3Native-darwin-armv8: Some preliminary code to support the …
(edit) @105692   6 months vboxsync VMMArm/NEMR3Native-darwin-armv8: Some preliminary code to support the …
(edit) @105690   6 months vboxsync VMMArm/NEMR3Native-darwin-armv8: Some preliminary code to support the …
(edit) @105689   6 months vboxsync VMMArm/NEMR3Native-darwin-armv8: Some preliminary code to support the …
(edit) @105687   6 months vboxsync VMMArm/GIC: Rename GICR3Kvm to GICR3Nem and add a stub for macOS …
(edit) @105686   6 months vboxsync VMMArm/CPUM: Add the additional state required to support EL2 in the …
(edit) @105673   6 months vboxsync VMM/IEM,TM: Do full-TB looping. Redid timer polling in the recompiler. …
(edit) @105664   6 months vboxsync VMM/IEM: Implement vgather[dq]p[sd], vpgather[dq][dq] instruction …
(edit) @105663   6 months vboxsync VMM/IEM: Corrected missing uRegFpCtrl initialization. bugref:10652
(edit) @105657   6 months vboxsync VMM/IEM: Fix bound instruction emulation when running in the …
(edit) @105656   6 months vboxsync VMM/IEM: Fix bound instruction emulation when running in the …
(edit) @105655   6 months vboxsync VMM/IEM: Fix adjusting the stack pointer when recompiling a pop …
(edit) @105652   6 months vboxsync VMM/IEM: Fix bound instruction emulation when running in the …
(edit) @105616   6 months vboxsync VMM/IEM: Another iemTlbInvalidateLargePageWorkerInner optimization …
(edit) @105607   6 months vboxsync VMM/IEM: Optimized out the cbInstrBufTotal zapping in …
(edit) @105606   6 months vboxsync VMM/IEM: Some more prefetch experimentation in …
(edit) @105593   6 months vboxsync VMM/IEM: Some loop unroll and prefetch experimentation in …
(edit) @105592   6 months vboxsync VMM/IEM: Removed ad-hoc TLB trace statement in …
(edit) @105591   6 months vboxsync VMM/IEM: Fixed a bug in iemTlbInvalidateLargePageWorkerInner for TLB …
(edit) @105589   6 months vboxsync VMM/IEMAllN8veHlpA.asm: Fixed iemNativeFpCtrlRegRestore on windows …
(edit) @105579   6 months vboxsync VMM/IEM: Fixed another bug in the large page TLB invalidation code …
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