VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @105423   6 months vboxsync VMM/IEM: More 'info dtlb/itlb' details. bugref:10727
(edit) @105410   6 months vboxsync VMM/IEM: info itlb/dtlb improvements and fixes for global entries. …
(edit) @105409   6 months vboxsync VMM/DBGF: Added a /DBGF/SuspendOnBsod boolean option (default false). …
(edit) @105379   6 months vboxsync VMM/DBGF: Fixed VMR3Req call. bugref:10725
(edit) @105376   6 months vboxsync VMM/IEM: Format string fix. bugref:10725
(edit) @105367   6 months vboxsync VMM: Expose FMA and F16C instruction set extensions if available and …
(edit) @105364   6 months vboxsync VMM: Expose FMA and F16C instruction set extensions if available and …
(edit) @105352   6 months vboxsync VMM/VMR3Req,iprt/cdefs.h: Adjustments of VMR3ReqCallUV family to fit …
(edit) @105284   6 months vboxsync VMM/IEM: Large page TLB optimizations for INVLPG. bugref:10687
(edit) @105261   6 months vboxsync VMM/IEM: Share epilog and other tail code on a per-chunk basis (due to …
(edit) @105177   7 months vboxsync VMM/IEM: Increase TLB size to 8192 on arm; quick fix for 2M/4M page …
(edit) @105169   7 months vboxsync VMM/DBGF: More BSOD 139 details. bugref:10687
(edit) @105168   7 months vboxsync VMM/DBGF: Added a /DBGF/PowerOffOnBsod boolean option (default false). …
(edit) @105068   7 months vboxsync VMM/PDM: Quick fix for loading existing saved states after r163661
(edit) @105057   7 months vboxsync VMM/CPUM: Don't do strict CPUID checks on arm64 as we can't query what …
(edit) @105036   7 months vboxsync VMM/IEM: Split the TLB into non-global (even) and global (odd) …
(edit) @105020   7 months vboxsync VMM/CPUM: We need to push the ARCH_CAP MSR on arm hosts, setting all …
(edit) @104990   7 months vboxsync VMM/IEM: Added IEMTlbInvalidateAllGlobal and made the …
(edit) @104957   7 months vboxsync VMM/IEM: TLB statistics tweaks & fixes. bugref:10687
(edit) @104956   7 months vboxsync VMM/IEM: TLB statistics reorg. bugref:10687
(edit) @104941   7 months vboxsync VMM/IEM: Stats. bugref:10687
(edit) @104911   7 months vboxsync VMM/GIM: bugref:10703 Fix/re-implemented Hyper-V paravirt …
(edit) @104910   7 months vboxsync VMM/PGM: bugref:10703 Add PGM API for retreiving boot zeroed RAM …
(edit) @104885   7 months vboxsync VMM/PGM: Lockless PGMPhysIemGCPhys2PtrNoLock. bugref:10687
(edit) @104870   8 months vboxsync VMM/PGM: Missing pgmPhysInvalidatePageMapTLB & …
(edit) @104859   8 months vboxsync VMM/PGM: Moved the apRamRangesTlbR0 out of the shared PGM structure …
(edit) @104857   8 months vboxsync VMM/IOM: Assertion text typo.
(edit) @104855   8 months vboxsync VMM/PGM: Build fix (doxygen). bugref:10687 bugref:10093
(edit) @104854   8 months vboxsync lnx64dep2 burn fix, documented GCPhys parameter for …
(edit) @104843   8 months vboxsync VMM/PGM: Build fix. bugref:10687 bugref:10093
(edit) @104840   8 months vboxsync VMM/PGM: Refactored RAM ranges, MMIO2 ranges and ROM ranges and added …
(edit) @104796   8 months vboxsync VMM/GIMHv: @todo about incorrect HvExtCallGetBootZeroedMemory …
(edit) @104767   8 months vboxsync VMM/PGM,IOM,PDM: MMIO cleanups. bugref:10687
(edit) @104740   8 months vboxsync VMM/NEMR3Native-linux.cpp: Make it use the template code shared with …
(edit) @104739   8 months vboxsync VMM/NEMR3Native-linux.cpp: Make it compile again, bugref:9044
(edit) @104729   8 months vboxsync VMM/NEMR3Native-linux-armv8.cpp: Sync the PAuth system registers, …
(edit) @104727   8 months vboxsync VMM/NEMR3Native-linux-armv8.cpp: Sync the debug system registers, …
(edit) @104725   8 months vboxsync VMM/NEM: Factor some bits common between x86 and arm64 KVM out into a …
(edit) @104672   8 months vboxsync VMM/NEM: Pretty much work in progress Hyper-V on win.arm64 experiment, …
(edit) @104557   9 months vboxsync VMM/PGMSavedState.cpp: Check status code for errors and return on …
(edit) @104556   9 months vboxsync src/VBox/VMM/VMMR3/PDMAsyncCompletionFileNormal.cpp: Simplify …
(edit) @104516   9 months vboxsync VMM/GCM,IEM,HM: Integrate GCM with IEM, extending it to cover the mesa …
(edit) @104511   9 months vboxsync VMM: Some more GCM cleanup. bugref:9735 bugref:10683
(edit) @104508   9 months vboxsync VMM: Some more GCM cleanup. bugref:9735 bugref:10683
(edit) @104507   9 months vboxsync VMM,Main: Some GCM adjustments. bugref:9735 bugref:10683
(edit) @104468   9 months vboxsync VMM/IEM: Deal with the simples direct 'linking' of TBs scenario for …
(edit) @104412   9 months vboxsync VMM/IEM: Adjusted the TB exit statistics a bit more, adding a few new …
(edit) @104408   9 months vboxsync VMM/IEM: Adjusted the TB exit statistics a bit more, adding a few new …
(edit) @104407   9 months vboxsync VMM/IEM: Adjusted the TB exit statistics a bit more, adding a few new …
(edit) @104399   9 months vboxsync VMM/NEMR3Native-linux-armv8.cpp: Add PSCI handling which enables SMP + …
(edit) @104392   9 months vboxsync VMM/GIC: Add a dedicated GIC device implementation for linux.arm64 …
(edit) @104387   9 months vboxsync VMM/NEM: More work for the linux.arm64 support, only update interrupt …
(edit) @104386   9 months vboxsync VMM/GIC: Add a dedicated GIC device implementation for linux.arm64 …
(edit) @104385   9 months vboxsync VMM/NEM: More work for the linux.arm64 support, only update interrupt …
(edit) @104362   9 months vboxsync VMM/IEM: Don't unroll loops in TBs. bugref:10653
(edit) @104361   9 months vboxsync VMM/IEM: Moved the native TB exit statistics on g_aSimpleTailLabels to …
(edit) @104357   9 months vboxsync VMM/IEM: Adding a TB lookup table to each TB, so we can cache which TB …
(edit) @104336   9 months vboxsync VMM/NEM: Skeleton of backend for linux.arm64 using KVM, able to …
(edit) @104334   9 months vboxsync VMM/NEM: Skeleton of backend for linux.arm64 using KVM, able to …
(edit) @104321   9 months vboxsync VMM/IEM: Drop the IEMTHRDEDCALLENTRY::idxRange field as nobody uses …
(edit) @104281   9 months vboxsync VMM/IEM: Gather statistics on the exit behavior of native TBs, bugref:10653
(edit) @104271   9 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @104131   10 months vboxsync VMM/TM: Allow linear scaling of the guest TSC; primarily required for …
(edit) @104108   10 months vboxsync VMM/IEM: Slap a header on the exec mem allocations. This simplifies …
(edit) @104095   10 months vboxsync VMM/IEM: Release statistics on how often the exec memory allocator …
(edit) @104064   10 months vboxsync VMM/IEM: Made the IEMTB::cUsage value the native recompilation is done …
(edit) @103964   10 months vboxsync VMM/IEM: Some statistics on the SIMD register allocator and some …
(edit) @103888   10 months vboxsync VMM/IEM: Enabled wholesale EFLAGS skipping in …
(edit) @103838   10 months vboxsync VMM/IEM: Emit the …
(edit) @103828   10 months vboxsync VMM/IEM: Implemented simple (whole sale) status flag up update …
(edit) @103752   10 months vboxsync VMM/CPUMR3CpuId: Enable XSAVE for IEM, it is fully supported, enables …
(edit) @103739   11 months vboxsync VMM/IEM: Implemented native emitter for ADD instructions taking …
(edit) @103737   11 months vboxsync VMM/IEM: Some simple TB disassembly interface that can be used from …
(edit) @103649   11 months vboxsync VMM/IEM: Delay the RIP update for each instruction if possible to save …
(edit) @103586   11 months vboxsync VMM/CPUM: Expose movbe instruction to the guest if available on the …
(edit) @103554   11 months vboxsync VMM/IEM: Some simple TB disassembly interface that can be used from …
(edit) @103516   11 months vboxsync VMM/IEM,EM: Add all kind of exceptions to the exit history, adding a …
(edit) @103515   11 months vboxsync VMM/DBGF: Stop all VCpus on DBGFEVENT_DEV_STOP events.
(edit) @103443   11 months vboxsync VMM/DBGFR3PlugIn: Less strlen/strcat in dbgfR3PlugInLoadCallback. …
(edit) @103415   11 months vboxsync Additions,Main,VMM,Runtime: Fix some unused expression warnings, …
(edit) @103409   11 months vboxsync VMM/PDMBlkCache.cpp: Remove redundant condition (pBlkCacheGlobal is …
(edit) @103408   11 months vboxsync VMM/DBGFR3Bp.cpp: Remove some redundant conditions (checked at the top …
(edit) @103407   11 months vboxsync VMM/IOMR3IoPort.cpp: Typo, bugref:3409
(edit) @103406   11 months vboxsync VMM/IEM: Threaded function statistics. [build fix] bugref:10376
(edit) @103404   11 months vboxsync VMM/IEM: Threaded function statistics. bugref:10376
(edit) @103393   11 months vboxsync VMM/IEM,STAM: Some more liveness experiments. Adjusted the …
(edit) @103374   11 months vboxsync VMM/PGM,DBGF,GIC: Parfait pointed out some potential NULL pointer use …
(edit) @103371   11 months vboxsync VMM/DBGFR3Flow: Moved duplicate code for determining the pointer size …
(edit) @103370   11 months vboxsync VMM/DBGFReg: Mark a parfait false positive so we don't waste time …
(edit) @103359   11 months vboxsync VMM/DBGF,PDMLdr,PGM: Addressed parfait's complaints about …
(edit) @103318   11 months vboxsync VMM/IEM: Liveness analysis, part 10: Debugging, asserting liveness …
(edit) @103299   11 months vboxsync VMM/PGMPhys.cpp: Typo, bugref:3409
(edit) @103298   11 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Fix missing break, bugref:3409
(edit) @103285   12 months vboxsync Re-applied r161549 again (Got rid of a lot of deprecated strcpy / …
(edit) @103275   12 months vboxsync Backed out r161549 again (not wanted / bloat).
(edit) @103270   12 months vboxsync VMM/HM: Partly revert r161536, RT_FALLTHROUGH is not necessary here, …
(edit) @103260   12 months vboxsync Got rid of a lot of deprecated strcpy / strcat calls; now using the …
(edit) @103247   12 months vboxsync VMM: More implicit fallthrough fixes (found by Parfait). bugref:3409
(edit) @103234   12 months vboxsync VMM/IEM: Liveness analysis, part 8: Propagating EFLAGS annotations to …
(edit) @103233   12 months vboxsync VMM/IEM: Liveness analysis, part 8: Propagating EFLAGS annotations to …
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