VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @106409   7 months vboxsync VMM/IEM: Reduced the number of parameters for …
(edit) @106408   7 months vboxsync VMM/IEM: Inline the iemNativeVarRegisterAcquire* case that …
(edit) @106407   7 months vboxsync VMM/IEM: Reduced the number of parameters for most …
(edit) @106405   7 months vboxsync VMM/IEM: Corrected the idxFreeHint setting at the end of …
(edit) @106402   7 months vboxsync VMM/IEM: Build fix for compiling w/o the native recompiler. bugref:10720
(edit) @106401   7 months vboxsync VMM/IEM: Disable control flow guard for the core IEM jump table call …
(edit) @106381   7 months vboxsync VMM/CPUMAllRegs-armv8.cpp: Some helpers to get at the TCR_EL1 of the …
(edit) @106380   7 months vboxsync VMM/IEM: doxygen fixes. bugref:10720
(edit) @106378   7 months vboxsync VMM/IEM: Fixed assertion in exec mem allocator. bugref:10720
(edit) @106376   7 months vboxsync VMM/IEM: Fixed refactoring regression from 165123. bugref:10720
(edit) @106370   7 months vboxsync VMM/GIC: Some updates to the emulation to make Windows happy enough, …
(edit) @106369   7 months vboxsync VMM/DBGF: Prepare DBGF to support ARMv8/A64 style breakpoints for the …
(edit) @106368   7 months vboxsync VMM/TMAll: Disable annoying assertion on ARMv8, bugref:1038
(edit) @106367   7 months vboxsync VMM/DBGF: Prepare DBGF to support ARMv8/A64 style breakpoints for the …
(edit) @106362   7 months vboxsync VMM/DBGF: Prepare DBGF to support ARMv8/A64 style breakpoints for the …
(edit) @106329   7 months vboxsync VMM/IEM: Some minor perf tweaks for iemExecMemAllocatorPrune. bugref:10720
(edit) @106326   7 months vboxsync VMM/IEM: Two small perf tweaks in iemExecMemAllocatorPrune. bugref:10720
(edit) @106319   7 months vboxsync VMM/IEM: Reduced parameter count for iemNativeRegAllocTmp*. bugref:10720
(edit) @106315   7 months vboxsync VMM/IEM: Reduce the number of parameters passed to the …
(edit) @106314   7 months vboxsync VMM/IEM: Just mask out IEMNATIVE_SIMD_REG_FIXED_MASK from fHstRegs in …
(edit) @106313   7 months vboxsync VMM/IEM: Back off earlier if chunks or the allocator is very full, …
(edit) @106310   7 months vboxsync VMM/IEM: Some more exec mem tweaking. bugref:10720
(edit) @106309   7 months vboxsync VMM/IEM: Some more tweaking of the bitmap scanning. bugref:10720
(edit) @106307   7 months vboxsync VMM/IEM: Some more tweaking of the bitmap scanning. bugref:10720
(edit) @106297   7 months vboxsync VMM/IEM: Attempts at optimizing iemExecMemAllocatorAllocInChunkInt and …
(edit) @106296   7 months vboxsync VMM/IEM: Made VBOX_WITH_SAVE_THREADED_TBS_FOR_PROFILING build on arm. …
(edit) @106212   7 months vboxsync VMM/IEM: Some machinery for saving threaded TBs and a program for …
(edit) @106201   7 months vboxsync VMM/IEM: A couple of debug build fixes for arm. bugref:10720
(edit) @106200   7 months vboxsync VMM/IEM: Refactored the xxxxx_r_r_efl functions to take the constant …
(edit) @106199   7 months vboxsync VMM/IEM: Refactored the xxxxx_r_i_efl functions to take the constant …
(edit) @106198   7 months vboxsync VMM/IEM: Some minor refactoring of iemNativeEmitEFlagsForLogical. …
(edit) @106197   7 months vboxsync VMM/IEM: Use iemNativeEmitEFlagsForLogical as emitter for all cases. …
(edit) @106196   7 months vboxsync VMM/IEM: Added missing skipped eflags tracking in …
(edit) @106192   7 months vboxsync VMM/IEM: Added some basic stats & debug info for postponed EFLAGS …
(edit) @106191   7 months vboxsync VMM/IEM: Liveness fix for IEM_MC_SET_EFL_BIT and IEM_MC_CLEAR_EFL_BIT …
(edit) @106187   7 months vboxsync VMM/IEM: Injecting postponed eflags calculations into the TLB miss …
(edit) @106181   7 months vboxsync VMM/IEM: Check that IEM_MC_REF_EFLAGS is used correctly and won't …
(edit) @106180   7 months vboxsync VMM/IEM: Refactoring TbExits and other early eflags calculation …
(edit) @106179   7 months vboxsync VMM/IEM: Reworked the div, idiv, mul and imul assembly workers and how …
(edit) @106144   8 months vboxsync VMM/IEM: Relaxed iemNativeEmitGprByVCpuSignedDisp assertions to avoid …
(edit) @106136   8 months vboxsync VMM/IEM: # padding. bugref:10720
(edit) @106134   8 months vboxsync VMM/IEM: Eliminated the #ifndef …
(edit) @106128   8 months vboxsync VMM/IEM: Docs. bugref:10720
(edit) @106126   8 months vboxsync VMM/IEM: Eliminated the #ifndef …
(edit) @106125   8 months vboxsync VMM/IEM: Eliminated the #ifndef …
(edit) @106123   8 months vboxsync VMM/IEM: More work on recompilation-time checks of skipped & postponed …
(edit) @106117   8 months vboxsync VMM/IEM: Recompilation-time checks of skipped EFLAGS. bugref:10720
(edit) @106114   8 months vboxsync VMM/IEM: Some liveness corrections for fEflOther (anything that writes …
(edit) @106113   8 months vboxsync VMM/IEM: Added special register allocator functions for EFLAGS so we …
(edit) @106101   8 months vboxsync VMM/IEM: More native eflag stats. Added …
(edit) @106099   8 months vboxsync VMM/IEM: Moved the kIemNativeGstReg_Pc to the end of the enum to …
(edit) @106097   8 months vboxsync VMM/IEM: Liveness fix for MXCSR modifying in addps and friends. …
(edit) @106090   8 months vboxsync VMM/IEM: More liveness work for delayed eflags updating. bugref:10720 …
(edit) @106078   8 months vboxsync VMM/IEM: Liveness work for bugref:10720. bugref:10372
(edit) @106061   8 months vboxsync Copyright year updates by scm.
(edit) @106037   8 months vboxsync VMM/IEM: Quick liveness fix for iemOp_pmovmskb_Gd_Ux. bugref:10652 …
(edit) @106036   8 months vboxsync VMM/IEM: Changed the IEMNATIVEMITEFLOP/enmOp argument to …
(edit) @106006   8 months vboxsync VMM/IEM: Extended iemNativeEmitFetchEFlags (IEM_MC_FETCH_EFLAGS_EX) to …
(edit) @106001   8 months vboxsync doc/manual/man_VBoxManage-*: Updated a variety of the VBoxManage help …
(edit) @105998   8 months vboxsync VMM/IEM: s/ReturnZero/ReturnSuccess/ and simplifying related code. …
(edit) @105997   8 months vboxsync VMM/IEM: Introduce a ReturnZero label when using per-chunk tail code, …
(edit) @105878   8 months vboxsync VMM/IEM: Don't flush PC prior to 64-bit relative jumps, flush it when …
(edit) @105877   8 months vboxsync VMM/IEM: Don't flush PC prior to 64-bit relative jumps, flush it when …
(edit) @105856   9 months vboxsync VMM/IEM: Don't flush PC prior to indirect jumps, flush it when in the …
(edit) @105855   9 months vboxsync VMM/IEM: Don't update PC during IEM_MC_REL_JMP_S[8|32]_AND_FINISH if …
(edit) @105854   9 months vboxsync VMM/IEM: Don't force PC updating during IEM_MC_ADVANCE_RIP_AND_FINISH …
(edit) @105853   9 months vboxsync VMM/IEM: Don't force PC updating before branches, nor flushing of …
(edit) @105834   9 months vboxsync Fix emulation of 'vmovq' instruction in 16/32-bit modes (acts as …
(edit) @105818   9 months vboxsync VMM/IEM: Record whether any of the branches of an …
(edit) @105805   9 months vboxsync VMM/IEM: End TB if we get back to the first instruction again via an …
(edit) @105797   9 months vboxsync VMM/IEM: Split up IEMAllN8veLiveness.cpp into 6 parts to speed up …
(edit) @105770   9 months vboxsync VMM/IEM: Prepping to split up the generated liveness code. bugref:10372
(edit) @105768   9 months vboxsync VMM/IEM: Eliminated an unnecessary CS.LIM check in IEM_MC_REL_JMP_XXX …
(edit) @105739   9 months vboxsync VMM/IEM: Don't try save IEMNATIVE_REG_FIXED_TMP0 together with other …
(edit) @105732   9 months vboxsync VMM/CPUM-armv8: Add some helpers tp query current guest EL and whether …
(edit) @105724   9 months vboxsync Disassembler,VMM,HostDrivers,Debugger,MakeAlternativeSource: Convert …
(edit) @105723   9 months vboxsync VMM/IEM: Put name on jump targets when there are matching labels for …
(edit) @105718   9 months vboxsync VMM/IEM: Take down the FLAT PC when compiling TBs the first time. …
(edit) @105717   9 months vboxsync VMM/IEM: Used the new iemPollTimers in …
(edit) @105715   9 months vboxsync VMM/TM: Removed unused TMTimerPollBoolWith32BitMilliTS API. bugref:10656
(edit) @105714   9 months vboxsync VMM/IEM: Used the new iemPollTimers in …
(edit) @105712   9 months vboxsync VMM/IEM: Kicked out some debug tracing code from iemPollTimers. …
(edit) @105711   9 months vboxsync VMM/IEM: Ensure that the required segment is up to date in CPUM when …
(edit) @105699   9 months vboxsync VMM/IEM: Fix disassembly metadata for movq_Pq_Qq, vcmpss, vcmpsd …
(edit) @105698   9 months vboxsync VMM/IEM,TM: Adaptive timer polling and running of the timer queues …
(edit) @105697   9 months vboxsync Main,VMMArm/GIC: Fixes for linux.arm64, bugref:10747
(edit) @105687   9 months vboxsync VMMArm/GIC: Rename GICR3Kvm to GICR3Nem and add a stub for macOS …
(edit) @105673   9 months vboxsync VMM/IEM,TM: Do full-TB looping. Redid timer polling in the recompiler. …
(edit) @105664   9 months vboxsync VMM/IEM: Implement vgather[dq]p[sd], vpgather[dq][dq] instruction …
(edit) @105657   9 months vboxsync VMM/IEM: Fix bound instruction emulation when running in the …
(edit) @105656   9 months vboxsync VMM/IEM: Fix bound instruction emulation when running in the …
(edit) @105655   9 months vboxsync VMM/IEM: Fix adjusting the stack pointer when recompiling a pop …
(edit) @105652   9 months vboxsync VMM/IEM: Fix bound instruction emulation when running in the …
(edit) @105616   9 months vboxsync VMM/IEM: Another iemTlbInvalidateLargePageWorkerInner optimization …
(edit) @105607   9 months vboxsync VMM/IEM: Optimized out the cbInstrBufTotal zapping in …
(edit) @105606   9 months vboxsync VMM/IEM: Some more prefetch experimentation in …
(edit) @105593   9 months vboxsync VMM/IEM: Some loop unroll and prefetch experimentation in …
(edit) @105592   9 months vboxsync VMM/IEM: Removed ad-hoc TLB trace statement in …
(edit) @105591   9 months vboxsync VMM/IEM: Fixed a bug in iemTlbInvalidateLargePageWorkerInner for TLB …
(edit) @105589   9 months vboxsync VMM/IEMAllN8veHlpA.asm: Fixed iemNativeFpCtrlRegRestore on windows …
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette