VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @104911   10 months vboxsync VMM/GIM: bugref:10703 Fix/re-implemented Hyper-V paravirt …
(edit) @104910   10 months vboxsync VMM/PGM: bugref:10703 Add PGM API for retreiving boot zeroed RAM …
(edit) @104885   10 months vboxsync VMM/PGM: Lockless PGMPhysIemGCPhys2PtrNoLock. bugref:10687
(edit) @104870   10 months vboxsync VMM/PGM: Missing pgmPhysInvalidatePageMapTLB & …
(edit) @104859   10 months vboxsync VMM/PGM: Moved the apRamRangesTlbR0 out of the shared PGM structure …
(edit) @104857   10 months vboxsync VMM/IOM: Assertion text typo.
(edit) @104855   10 months vboxsync VMM/PGM: Build fix (doxygen). bugref:10687 bugref:10093
(edit) @104854   10 months vboxsync lnx64dep2 burn fix, documented GCPhys parameter for …
(edit) @104843   10 months vboxsync VMM/PGM: Build fix. bugref:10687 bugref:10093
(edit) @104840   10 months vboxsync VMM/PGM: Refactored RAM ranges, MMIO2 ranges and ROM ranges and added …
(edit) @104796   10 months vboxsync VMM/GIMHv: @todo about incorrect HvExtCallGetBootZeroedMemory …
(edit) @104767   10 months vboxsync VMM/PGM,IOM,PDM: MMIO cleanups. bugref:10687
(edit) @104740   10 months vboxsync VMM/NEMR3Native-linux.cpp: Make it use the template code shared with …
(edit) @104739   10 months vboxsync VMM/NEMR3Native-linux.cpp: Make it compile again, bugref:9044
(edit) @104729   10 months vboxsync VMM/NEMR3Native-linux-armv8.cpp: Sync the PAuth system registers, …
(edit) @104727   10 months vboxsync VMM/NEMR3Native-linux-armv8.cpp: Sync the debug system registers, …
(edit) @104725   10 months vboxsync VMM/NEM: Factor some bits common between x86 and arm64 KVM out into a …
(edit) @104672   11 months vboxsync VMM/NEM: Pretty much work in progress Hyper-V on win.arm64 experiment, …
(edit) @104557   11 months vboxsync VMM/PGMSavedState.cpp: Check status code for errors and return on …
(edit) @104556   11 months vboxsync src/VBox/VMM/VMMR3/PDMAsyncCompletionFileNormal.cpp: Simplify …
(edit) @104516   11 months vboxsync VMM/GCM,IEM,HM: Integrate GCM with IEM, extending it to cover the mesa …
(edit) @104511   11 months vboxsync VMM: Some more GCM cleanup. bugref:9735 bugref:10683
(edit) @104508   11 months vboxsync VMM: Some more GCM cleanup. bugref:9735 bugref:10683
(edit) @104507   11 months vboxsync VMM,Main: Some GCM adjustments. bugref:9735 bugref:10683
(edit) @104468   11 months vboxsync VMM/IEM: Deal with the simples direct 'linking' of TBs scenario for …
(edit) @104412   11 months vboxsync VMM/IEM: Adjusted the TB exit statistics a bit more, adding a few new …
(edit) @104408   11 months vboxsync VMM/IEM: Adjusted the TB exit statistics a bit more, adding a few new …
(edit) @104407   11 months vboxsync VMM/IEM: Adjusted the TB exit statistics a bit more, adding a few new …
(edit) @104399   11 months vboxsync VMM/NEMR3Native-linux-armv8.cpp: Add PSCI handling which enables SMP + …
(edit) @104392   11 months vboxsync VMM/GIC: Add a dedicated GIC device implementation for linux.arm64 …
(edit) @104387   11 months vboxsync VMM/NEM: More work for the linux.arm64 support, only update interrupt …
(edit) @104386   11 months vboxsync VMM/GIC: Add a dedicated GIC device implementation for linux.arm64 …
(edit) @104385   11 months vboxsync VMM/NEM: More work for the linux.arm64 support, only update interrupt …
(edit) @104362   12 months vboxsync VMM/IEM: Don't unroll loops in TBs. bugref:10653
(edit) @104361   12 months vboxsync VMM/IEM: Moved the native TB exit statistics on g_aSimpleTailLabels to …
(edit) @104357   12 months vboxsync VMM/IEM: Adding a TB lookup table to each TB, so we can cache which TB …
(edit) @104336   12 months vboxsync VMM/NEM: Skeleton of backend for linux.arm64 using KVM, able to …
(edit) @104334   12 months vboxsync VMM/NEM: Skeleton of backend for linux.arm64 using KVM, able to …
(edit) @104321   12 months vboxsync VMM/IEM: Drop the IEMTHRDEDCALLENTRY::idxRange field as nobody uses …
(edit) @104281   12 months vboxsync VMM/IEM: Gather statistics on the exit behavior of native TBs, bugref:10653
(edit) @104271   12 months vboxsync VMM/IEM: Implement native emitter for …
(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   13 months vboxsync VMM/IEM: Some statistics on the SIMD register allocator and some …
(edit) @103888   13 months vboxsync VMM/IEM: Enabled wholesale EFLAGS skipping in …
(edit) @103838   13 months vboxsync VMM/IEM: Emit the …
(edit) @103828   13 months vboxsync VMM/IEM: Implemented simple (whole sale) status flag up update …
(edit) @103752   13 months vboxsync VMM/CPUMR3CpuId: Enable XSAVE for IEM, it is fully supported, enables …
(edit) @103739   13 months vboxsync VMM/IEM: Implemented native emitter for ADD instructions taking …
(edit) @103737   13 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   14 months vboxsync VMM/DBGFR3PlugIn: Less strlen/strcat in dbgfR3PlugInLoadCallback. …
(edit) @103415   14 months vboxsync Additions,Main,VMM,Runtime: Fix some unused expression warnings, …
(edit) @103409   14 months vboxsync VMM/PDMBlkCache.cpp: Remove redundant condition (pBlkCacheGlobal is …
(edit) @103408   14 months vboxsync VMM/DBGFR3Bp.cpp: Remove some redundant conditions (checked at the top …
(edit) @103407   14 months vboxsync VMM/IOMR3IoPort.cpp: Typo, bugref:3409
(edit) @103406   14 months vboxsync VMM/IEM: Threaded function statistics. [build fix] bugref:10376
(edit) @103404   14 months vboxsync VMM/IEM: Threaded function statistics. bugref:10376
(edit) @103393   14 months vboxsync VMM/IEM,STAM: Some more liveness experiments. Adjusted the …
(edit) @103374   14 months vboxsync VMM/PGM,DBGF,GIC: Parfait pointed out some potential NULL pointer use …
(edit) @103371   14 months vboxsync VMM/DBGFR3Flow: Moved duplicate code for determining the pointer size …
(edit) @103370   14 months vboxsync VMM/DBGFReg: Mark a parfait false positive so we don't waste time …
(edit) @103359   14 months vboxsync VMM/DBGF,PDMLdr,PGM: Addressed parfait's complaints about …
(edit) @103318   14 months vboxsync VMM/IEM: Liveness analysis, part 10: Debugging, asserting liveness …
(edit) @103299   14 months vboxsync VMM/PGMPhys.cpp: Typo, bugref:3409
(edit) @103298   14 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Fix missing break, bugref:3409
(edit) @103285   14 months vboxsync Re-applied r161549 again (Got rid of a lot of deprecated strcpy / …
(edit) @103275   14 months vboxsync Backed out r161549 again (not wanted / bloat).
(edit) @103270   14 months vboxsync VMM/HM: Partly revert r161536, RT_FALLTHROUGH is not necessary here, …
(edit) @103260   14 months vboxsync Got rid of a lot of deprecated strcpy / strcat calls; now using the …
(edit) @103247   14 months vboxsync VMM: More implicit fallthrough fixes (found by Parfait). bugref:3409
(edit) @103234   14 months vboxsync VMM/IEM: Liveness analysis, part 8: Propagating EFLAGS annotations to …
(edit) @103233   14 months vboxsync VMM/IEM: Liveness analysis, part 8: Propagating EFLAGS annotations to …
(edit) @103195   14 months vboxsync VMM/DBGFR3FlowTrace.cpp: Fix possible write to NULL pointer, bugref:3409
(edit) @103194   14 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   15 months vboxsync VMM/IEM: Implemented generic fallback for misaligned x86 locking that …
(edit) @102963   15 months vboxsync VMM/CPUM: bugref:10498 Fix incorrect assertion while mapping MTRRs and …
(edit) @102949   15 months vboxsync VMM/EM: Check whether it is possible to reschedule after IEMExecLots() …
(edit) @102947   15 months vboxsync VMM/EM: Check whether it is possible to reschedule after IEMExecLots() …
(edit) @102943   15 months vboxsync VMM/HM: LogRel nit.
(edit) @102942   15 months vboxsync VMM/CPUM: bugref:10498 Addressed MTRR todo, code was enabled since r160962.
(edit) @102902   15 months vboxsync VMM/CPUI: Advertise ADX on ARM64. bugref:9898
(edit) @102892   15 months vboxsync VMM/CPUM: We've got ABM (and BMI1+BMI2) on ARM64.
(edit) @102889   15 months vboxsync VMM/CPUM: enable cmpxchg16b and popcnt on arm hosts.
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