VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @104131   12 months vboxsync VMM/TM: Allow linear scaling of the guest TSC; primarily required for …
(edit) @104108   12 months vboxsync VMM/IEM: Slap a header on the exec mem allocations. This simplifies …
(edit) @104095   12 months vboxsync VMM/IEM: Release statistics on how often the exec memory allocator …
(edit) @104064   12 months vboxsync VMM/IEM: Made the IEMTB::cUsage value the native recompilation is done …
(edit) @103964   12 months vboxsync VMM/IEM: Some statistics on the SIMD register allocator and some …
(edit) @103888   12 months vboxsync VMM/IEM: Enabled wholesale EFLAGS skipping in …
(edit) @103838   12 months vboxsync VMM/IEM: Emit the …
(edit) @103828   12 months vboxsync VMM/IEM: Implemented simple (whole sale) status flag up update …
(edit) @103752   12 months vboxsync VMM/CPUMR3CpuId: Enable XSAVE for IEM, it is fully supported, enables …
(edit) @103739   12 months vboxsync VMM/IEM: Implemented native emitter for ADD instructions taking …
(edit) @103737   12 months vboxsync VMM/IEM: Some simple TB disassembly interface that can be used from …
(edit) @103649   13 months vboxsync VMM/IEM: Delay the RIP update for each instruction if possible to save …
(edit) @103586   13 months vboxsync VMM/CPUM: Expose movbe instruction to the guest if available on the …
(edit) @103554   13 months vboxsync VMM/IEM: Some simple TB disassembly interface that can be used from …
(edit) @103516   13 months vboxsync VMM/IEM,EM: Add all kind of exceptions to the exit history, adding a …
(edit) @103515   13 months vboxsync VMM/DBGF: Stop all VCpus on DBGFEVENT_DEV_STOP events.
(edit) @103443   13 months vboxsync VMM/DBGFR3PlugIn: Less strlen/strcat in dbgfR3PlugInLoadCallback. …
(edit) @103415   13 months vboxsync Additions,Main,VMM,Runtime: Fix some unused expression warnings, …
(edit) @103409   13 months vboxsync VMM/PDMBlkCache.cpp: Remove redundant condition (pBlkCacheGlobal is …
(edit) @103408   13 months vboxsync VMM/DBGFR3Bp.cpp: Remove some redundant conditions (checked at the top …
(edit) @103407   13 months vboxsync VMM/IOMR3IoPort.cpp: Typo, bugref:3409
(edit) @103406   13 months vboxsync VMM/IEM: Threaded function statistics. [build fix] bugref:10376
(edit) @103404   13 months vboxsync VMM/IEM: Threaded function statistics. bugref:10376
(edit) @103393   13 months vboxsync VMM/IEM,STAM: Some more liveness experiments. Adjusted the …
(edit) @103374   13 months vboxsync VMM/PGM,DBGF,GIC: Parfait pointed out some potential NULL pointer use …
(edit) @103371   13 months vboxsync VMM/DBGFR3Flow: Moved duplicate code for determining the pointer size …
(edit) @103370   13 months vboxsync VMM/DBGFReg: Mark a parfait false positive so we don't waste time …
(edit) @103359   13 months vboxsync VMM/DBGF,PDMLdr,PGM: Addressed parfait's complaints about …
(edit) @103318   13 months vboxsync VMM/IEM: Liveness analysis, part 10: Debugging, asserting liveness …
(edit) @103299   13 months vboxsync VMM/PGMPhys.cpp: Typo, bugref:3409
(edit) @103298   13 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Fix missing break, bugref:3409
(edit) @103285   13 months vboxsync Re-applied r161549 again (Got rid of a lot of deprecated strcpy / …
(edit) @103275   13 months vboxsync Backed out r161549 again (not wanted / bloat).
(edit) @103270   13 months vboxsync VMM/HM: Partly revert r161536, RT_FALLTHROUGH is not necessary here, …
(edit) @103260   13 months vboxsync Got rid of a lot of deprecated strcpy / strcat calls; now using the …
(edit) @103247   13 months vboxsync VMM: More implicit fallthrough fixes (found by Parfait). bugref:3409
(edit) @103234   13 months vboxsync VMM/IEM: Liveness analysis, part 8: Propagating EFLAGS annotations to …
(edit) @103233   13 months vboxsync VMM/IEM: Liveness analysis, part 8: Propagating EFLAGS annotations to …
(edit) @103195   13 months vboxsync VMM/DBGFR3FlowTrace.cpp: Fix possible write to NULL pointer, bugref:3409
(edit) @103194   13 months vboxsync VMM: Nested VMX: bugref:10318 Distinguish NMI vs. hardware exception 2 …
(edit) @103175   14 months vboxsync VMM/CPUMR3Db-armv8.cpp: Make cpumR3SysRegRangesInsert static, bugref:3409
(edit) @103152   14 months vboxsync VMM/IOM: Enable I/O port info handlers for the ARMv8 target because it …
(edit) @103053   14 months vboxsync VMM: Nested VMX: bugref:10318 Fixed nested-guest (Hyper-V enabled …
(edit) @103046   14 months vboxsync VMM/CPUM: Advertise SSE3, SSE4.1, SSE4.2 and LAHF/SAHF instruction set …
(edit) @103025   14 months vboxsync *: Replaced some ASMMemZero32 uses with RT_BZERO. bugref:10588
(edit) @103018   14 months vboxsync VMM/CPUM: bugref:10498 Typo.
(edit) @103015   14 months vboxsync iprt/asm-mem.h: Eliminated the ASMMemZeroPage function, replaced the …
(edit) @103014   14 months vboxsync iprt/asm-mem.h: Eliminated the ASMMemZeroPage function, replaced the …
(edit) @103005   14 months vboxsync iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
(edit) @102987   14 months vboxsync VMM/HM: Nested VMX: bugref:10318 Log host CR0 and a couple of MSRs for …
(edit) @102977   14 months vboxsync VMM/IEM: Implemented generic fallback for misaligned x86 locking that …
(edit) @102963   14 months vboxsync VMM/CPUM: bugref:10498 Fix incorrect assertion while mapping MTRRs and …
(edit) @102949   14 months vboxsync VMM/EM: Check whether it is possible to reschedule after IEMExecLots() …
(edit) @102947   14 months vboxsync VMM/EM: Check whether it is possible to reschedule after IEMExecLots() …
(edit) @102943   14 months vboxsync VMM/HM: LogRel nit.
(edit) @102942   14 months vboxsync VMM/CPUM: bugref:10498 Addressed MTRR todo, code was enabled since r160962.
(edit) @102902   14 months vboxsync VMM/CPUI: Advertise ADX on ARM64. bugref:9898
(edit) @102892   14 months vboxsync VMM/CPUM: We've got ABM (and BMI1+BMI2) on ARM64.
(edit) @102889   14 months vboxsync VMM/CPUM: enable cmpxchg16b and popcnt on arm hosts.
(edit) @102859   14 months vboxsync PGM: Relaxed needle size assertions to match actual usage.
(edit) @102853   14 months vboxsync VMM/STAM: Fixed bug in the binary tail search in …
(edit) @102851   14 months vboxsync VMM/CPUM: bugref:10498 MTRR CFGM setting naming nit and comment.
(edit) @102850   14 months vboxsync VMM/IEM: Implemented the first of two code TLB lookups. bugref:10371
(edit) @102842   14 months vboxsync VMM/STAM: Doxygen fix. bugref:10371
(edit) @102841   14 months vboxsync VMM/IEM: More stats. bugref:10371
(edit) @102829   14 months vboxsync VMM/IEM: More statistics. bugref:10371
(edit) @102828   14 months vboxsync VMM/STAM: Added two new aggregate sample types. bugref:10371
(edit) @102807   14 months vboxsync VMM/CPUM: bugref:10498 Comment and nit.
(edit) @102806   14 months vboxsync VMM/CPUM: bugref:10498 Comment nit.
(edit) @102805   14 months vboxsync VMM/CPUM: bugref:10498 Comment nit.
(edit) @102804   14 months vboxsync VMM/CPUM: bugref:10498 Fix LogRel parameters.
(edit) @102801   14 months vboxsync VMM/IEM: Stats, go straight for the safe fallback functions in the …
(edit) @102800   14 months vboxsync VMM/IEM: Stats, go straight for the safe fallback functions in the …
(edit) @102799   14 months vboxsync VMM/CPUM: bugref:10498 Check if the physical address fits before …
(edit) @102781   14 months vboxsync VMM/CPUM: bugref:10498 Try re-enable MTRR read/write support.
(edit) @102693   15 months vboxsync VMM/CPUM: bugref:10498 Doxygen.
(edit) @102692   15 months vboxsync VMM/CPUM: bugref:10498 Doxygen.
(edit) @102691   15 months vboxsync VMM/CPUM: bugref:10498 Doxygen.
(edit) @102690   15 months vboxsync VMM/CPUM: bugref:10498 Implemented using a virtualized number of …
(edit) @102689   15 months vboxsync VMM/CPUM: bugref:10498 Align guest RAM to 4K pages prior to mapping it …
(edit) @102677   15 months vboxsync fix scm burns, win64dep win64dep2
(edit) @102676   15 months vboxsync VMM/CPUM: bugref:10498 MTRR mapping nits.
(edit) @102665   15 months vboxsync VMM/CPUM: Nested VMX: bugref:10498 Implemented mapping of guest memory …
(edit) @102645   15 months vboxsync VMM/MM: bugref:10498 Fix typo in Assert message.
(edit) @102630   15 months vboxsync CPUID: Pass through and by default set the ARAT bit so that Windows 11 …
(edit) @102621   15 months vboxsync VMM/CPUM: bugref:10498 whitespace
(edit) @102620   15 months vboxsync VMM/CPUM: bugref:10498 Doxygen fix.
(edit) @102610   15 months vboxsync VMM/CPUM: bugref:10498 Doxygen fix.
(edit) @102606   15 months vboxsync VMM/CPUM: bugref:10498 Fix assertion.
(edit) @102605   15 months vboxsync VMM/CPUM: bugref:10498 Slight optimization to the fix in r160758.
(edit) @102604   15 months vboxsync VMM/CPUM: bugref:10498 Fix the maximum physical address width …
(edit) @102588   15 months vboxsync VMM/CPUM: Disabled MTRR read/write stuff as grub seems to guru with a …
(edit) @102560   15 months vboxsync VMM/DBGFDisas: Convert AssertReleaseFailed() -> AssertFailed() to make …
(edit) @102559   15 months vboxsync VMM/DBGFStack: Convert AssertReleaseFailed() -> AssertFailed() to make …
(edit) @102557   15 months vboxsync VMM/IEM: Try deal with running out of executable memory. bugref:10371
(edit) @102545   15 months vboxsync VMM/DBGFStack: Convert AssertReleaseFailed() to AssertFailed() in …
(edit) @102523   15 months vboxsync VMM/CPUM: bugref:10498 Enable MTRR storage without populating …
(edit) @102410   16 months vboxsync VMM/CPUM: Nested VMX: bugref:10498 Use zero as the physical-base value …
(edit) @102391   16 months vboxsync VMM: Nested VMX: bugref:10318 Disable MTRR reporting until Linux …
(edit) @102386   16 months vboxsync VMM/CPUMR3CpuId.cpp: Don't assert for HostFeatures.fMtrr on non-x86 …
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