VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @99988   22 months vboxsync VMM/IEM: Externalized prefetch queue flushing from IEMAllCImpl.cpp so …
(edit) @99985   22 months vboxsync VMM/IEM: Fixed a few places in IEMAllCImpl.cpp and …
(edit) @99984   22 months vboxsync VMM/IEM: Fixed a few places in IEMAllCImpl.cpp and …
(edit) @99983   22 months vboxsync VMM/IEM: Removed (finally) the need to call CPUMGetGuestCPL and …
(edit) @99982   22 months vboxsync VMM/IEM: More plotting on the IEM recompiler. bugref:10369
(edit) @99976   22 months vboxsync VMM/NEMR3Native-darwin-armv8: Set the vTimer offset to account for …
(edit) @99958   22 months vboxsync IEM: Consistently use DONE_VEX_DECODING_EX macros to check for CPU …
(edit) @99956   22 months vboxsync VMM/CPUM-armv8: Implement OSDLR_EL1, OSLAR_EL1 and OSLSR_EL1 accessed …
(edit) @99935   22 months vboxsync VMM/GIC: Always set DS bit in the CTRL register to indicate we only …
(edit) @99933   22 months vboxsync VMM/IEM: A couple of clang warning fixes.
(edit) @99932   22 months vboxsync VMM/IEM: scm fix. bugref:10369
(edit) @99930   22 months vboxsync VMM/IEM: More recompiler work. bugref:10369
(edit) @99926   22 months vboxsync Config.kmk: Enable ARMv8 virtualization now that we have something …
(edit) @99924   22 months vboxsync VMM/EM: scm fix
(edit) @99923   22 months vboxsync VMM/EM: scm fix
(edit) @99920   22 months vboxsync VMM/EM: Time slice cleanups. Scm fixes.
(edit) @99919   22 months vboxsync VMM: The ARMv8 variant needs the right disassembler of course, bugref:10385
(edit) @99911   22 months vboxsync VMM/MM: make it possible to prepopulate a RAM region with data from a …
(edit) @99907   22 months vboxsync VMM/MM: make it possible to prepopulate a RAM region with data from a …
(edit) @99900   22 months vboxsync VMM/EM: Added .iemrecompiled debugger command. bugref:10369
(edit) @99899   22 months vboxsync VMM/EM,DBGF: Removed the EMSTATE_IEM_THEN_REM stuff as it makes no …
(edit) @99898   22 months vboxsync VMM/EM,DBGF: Repurposing the inner REM execution loop for …
(edit) @99897   22 months vboxsync VMM/EM,DBGF: Repurposing the inner REM execution loop for …
(edit) @99891   22 months vboxsync VMM/PGM: Docs correction for PGMInvalidatePage.
(edit) @99888   22 months vboxsync VMM/NEMR3Native-darwin-armv8: Workaround for WFI/WFE leading to a …
(edit) @99885   22 months vboxsync VMM/GIC: Updates to the emulation implementation, some basic SPI …
(edit) @99863   22 months vboxsync scm fixes for src\platform\nix\VBoxUtils-nix.h Config.kmk …
(edit) @99832   22 months vboxsync VMM/IEM: More recompiler work. bugref:10369
(edit) @99828   22 months vboxsync *: A bunch of adjustments that allows using /permissive- with Visual …
(edit) @99821   22 months vboxsync VMM/GIC: Implement interrupt forwarding to the GIC from shared …
(edit) @99819   22 months vboxsync VMM/IEM: More recompiler work. bugref:10369
(edit) @99814   22 months vboxsync IEM: Added a separate CPU flag to enable VEX decoding to allow BMI1/2 …
(edit) @99812   22 months vboxsync VMM/PGM: Nested VMX: bugref:10318 Fixes to flushing of large page page …
(edit) @99809   22 months vboxsync VMM/HM: Nested VMX: bugref:10318 Stat name change to make it easier to …
(edit) @99806   22 months vboxsync VMM/PDMR3Task: Fix wrong AssertPtrReturn() usage, bugref:3409
(edit) @99800   22 months vboxsync VMM/IEM: More work on recompiler. bugref:10369
(edit) @99790   22 months vboxsync IEM: Fixed iemAImpl_rorx_u64 copy/paste error.
(edit) @99788   22 months vboxsync VMM/PGM: Nested VMX: bugref:10318 Don't need to get the physical page …
(edit) @99775   22 months vboxsync *: Mark functions as static if not used outside of a given compilation …
(edit) @99765   22 months vboxsync VMM/IEM: Nested VMX: bugref:10318 Nits.
(edit) @99756   22 months vboxsync VMM/CPUMR3Db: Fix harmless range check, bugref:3409
(edit) @99753   22 months vboxsync VMM: More Clang 13 build fixes (warnings as errors).
(edit) @99749   22 months vboxsync VMM/NEMR3Native-darwin-armv8: Remove some unused code, bugref:10390
(edit) @99748   22 months vboxsync VMM/PGM: Nested VMX: bugref:10318 Ensure we don't modify the leaf bit …
(edit) @99743   22 months vboxsync VMM: Add full support for reading/writing I/O ports on ARMv8 in order …
(edit) @99740   22 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @99739   22 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @99737   22 months vboxsync VMM/GIC: Updates to the implementation, implement forwarding of SGIs …
(edit) @99735   22 months vboxsync VMM/NEMR3Native-darwin-armv8: Set and clear the PPI interrupt of the …
(edit) @99734   22 months vboxsync VMM/GIC: Updates to the implementation, implement forwarding of SGIs …
(edit) @99725   22 months vboxsync VMM/EM: Nested VMX: bugref:10318 Clarify comment regarding priority of …
(edit) @99724   22 months vboxsync VMM/EM: Nested VMX: bugref:10318 Comment nit.
(edit) @99690   23 months vboxsync VMM/IEM: scm fix. bugref:10369
(edit) @99687   23 months vboxsync VMM: Nested VMX: bugref:10318 Moved vmxHCGetGuestIntrStateWithUpdate() …
(edit) @99686   23 months vboxsync VMM/IEM: More work on the decoder/recompiler part. bugref:10369
(edit) @99685   23 months vboxsync VMM/IEM: Backed the iemOpHlpCalcRmEffAddrEx functionality into the …
(edit) @99681   23 months vboxsync VMM/IEM: Mark iemAImpl_sha1rnds4_fX as not throwing any exceptions to …
(edit) @99674   23 months vboxsync VMM/PDMQueue: Fix PDMQueueAllocEx() to respect the multiple of 32 …
(edit) @99671   23 months vboxsync VMM/tstVMStructSize: Use X86_PAGE_4K_SIZE instead of PAGE_SIZE which …
(edit) @99665   23 months vboxsync VMM: Nested VMX: bugref:10318 Comment.
(edit) @99663   23 months vboxsync VMM: Nested VMX: bugref:10318 Moved vmxHCGetGuestIntrStateAndUpdateFFs …
(edit) @99659   23 months vboxsync VMM: Nested VMX: bugref:10318 Fix external interrupt delivery/VM-exits …
(edit) @99657   23 months vboxsync VMM: Nested VMX: bugref:10318 Fix inverted condition in r157185.
(edit) @99656   23 months vboxsync VMM: Nested VMX: bugref:10318 NMI inhibition also blocks external …
(edit) @99655   23 months vboxsync VMM: Nested VMX: bugref:10318 Darwin build fix.
(edit) @99654   23 months vboxsync VMM: Nested VMX: bugref:10318 Doxygen.
(edit) @99653   23 months vboxsync VMM: Nested VMX: bugref:10318 Separate injection of events between …
(edit) @99652   23 months vboxsync VMM/EM: Nested VMX: bugref:10318 Handle NMI-window and …
(edit) @99651   23 months vboxsync VMM/IEM: Nested VMX: bugref:10318 Clear "NMI unblocked due to IRET" …
(edit) @99650   23 months vboxsync VMM/IEM: Nested VMX: bugref:10318 Clear "NMI unblocked due to IRET" …
(edit) @99649   23 months vboxsync VMM/TRPM: Nested VMX: bugref:10318 Don't invoke IEMExecVmxVmexitExtInt …
(edit) @99647   23 months vboxsync VMM/IEM: Started modifying the input/decode side of the threaded …
(edit) @99583   23 months vboxsync VMM/IEM: Fixed regression from r156691, where a …
(edit) @99578   23 months vboxsync VMM/GIC: Continue implementation, bugref:10404
(edit) @99576   23 months vboxsync VMM: Preparations for getting interrupts injected into the guest. With …
(edit) @99575   23 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Fixes and stubbing the hvc exception …
(edit) @99557   23 months vboxsync VMM/NEMR3Native-darwin: Cleanup the memory state tracking, since macOS …
(edit) @99492   2 years vboxsync VMM/GIC: Register the MMIO region handlers for the distributor and …
(edit) @99388   2 years vboxsync VMM/ArmV8: Skeleton of the GICv3 interrupt controller emulation, …
(edit) @99387   2 years vboxsync VMM/ArmV8: Skeleton of the GICv3 interrupt controller emulation, …
(edit) @99386   2 years vboxsync VMM/ARMv8: Add ability to insert new system register ranges (based on …
(edit) @99385   2 years vboxsync VMM/ArmV8: Skeleton of the GICv3 interrupt controller emulation, …
(edit) @99383   2 years vboxsync VMM/ARMv8: Add ability to insert new system register ranges (based on …
(edit) @99379   2 years vboxsync VMM/ARMv8: Sync and log the TCR_EL1 register as well, bugref:10390, …
(edit) @99377   2 years vboxsync VMM/ARMv8: Sync and log the SCTLR/TTBR0/TTBR1 registers, bugref:10390, …
(edit) @99376   2 years vboxsync VMM/ARMv8: Sync and log the SCTLR/TTBR0/TTBR1 registers, bugref:10390, …
(edit) @99370   2 years vboxsync VMM/NEM-win: Disable MONITOR/MWAIT CPUID flag as it seems Hyper-V …
(edit) @99369   2 years vboxsync VMM/IEM: @todo regarding nested VMX APIC page access handler …
(edit) @99362   2 years vboxsync VMM/IEM: Nested VMX: bugref:10318 Use IEM_VMX_VMENTRY_FAILED_RET_2 to …
(edit) @99361   2 years vboxsync VMM/IEM: Nested VMX: bugref:10318 Added IEM_VMX_VMENTRY_FAILED_RET_2 …
(edit) @99360   2 years vboxsync VMM/PGM: Nested VMX: bugref:10318 Skip some redundant checks while …
(edit) @99359   2 years vboxsync VMM/IEM: Eliminate some unused parameters/references in the threaded …
(edit) @99355   2 years vboxsync VMM/IEM: Mojo improvments for IEM_MC_MAYBE_RAISE_FSGSBASE_XCPT. …
(edit) @99354   2 years vboxsync VMM/IEM: Mojo improvments for IEM_MC_MAYBE_RAISE_MMX_RELATED_XCPT. …
(edit) @99353   2 years vboxsync VMM/IEM: Mojo improvments for IEM_MC_MAYBE_RAISE_AVX_RELATED_XCPT. …
(edit) @99352   2 years vboxsync VMM/IEM: Mojo improvments of the IEM_MC_MAYBE_RAISE_XXXX macros. …
(edit) @99351   2 years vboxsync VMM/IEM: Mojo improvments of the IEM_MC_MAYBE_RAISE_XXXX macros. …
(edit) @99343   2 years vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_PCLMUL_RELATED_XCPT -> …
(edit) @99342   2 years vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_AESNI_RELATED_XCPT -> …
(edit) @99341   2 years vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_SHA_RELATED_XCPT -> …
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