VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @83209   5 years vboxsync VMM/HMSVMR0: If the #NPF exit handler requested emulation of the …
(edit) @83197   5 years vboxsync VMM/CPUM: Fix the Timer description string outliving the stack, …
(edit) @83196   5 years vboxsync VMM/PDMUsb: Always include the device name and instance number to …
(edit) @83122   5 years vboxsync VMM/DBGF: Add TSC Aux MSR to the DBGF core dump.
(edit) @83105   5 years vboxsync VMM/HM: LogRel nit.
(edit) @83103   5 years vboxsync VMM/NEM: Use mostly vanialla API for now so we've something that at …
(edit) @83092   5 years vboxsync VMM/CPUM: bugref:9630: Ignore writes to MSR_IA32_TSX_CTRL.
(edit) @83085   5 years vboxsync IPRT,VMM,DBGPlugInDarwin: Implemented in-memory guest kernel and kext …
(edit) @83067   5 years vboxsync VMM/HM: Cleanup nits.
(edit) @83066   5 years vboxsync VMM/HM: SVM: Drop 32-bit guest switcher and use the 64-bit switcher …
(edit) @83057   5 years vboxsync VMM/HM: VMX: Drop 32-bit guest switcher and use the 64-bit switcher …
(edit) @83031   5 years vboxsync VMM/tstSSM-2: Call RTR3InitExe() before doing anything else
(edit) @83030   5 years vboxsync VMM/HMVMXR0: Always use the 64-bit VMX context switcher for 64-bit …
(edit) @83029   5 years vboxsync HM: Always use the 64-bit SVM context switcher for 64-bit capable VMs …
(edit) @83026   5 years vboxsync VMM/HM: Build fix.
(edit) @83025   5 years vboxsync VMM/HM: Separate interrupt and exception injected stats.
(edit) @83014   5 years vboxsync VMM/HM: Use X86_XCPT_LAST.
(edit) @82992   5 years vboxsync VMM/GMMR0: Added a per-VM chunk TLB to avoid having everyone hammer …
(edit) @82991   5 years vboxsync VMM/GMMR0: Added TLB statistics for GMMR0PageIdToVirt. [oops] bugref:9627
(edit) @82990   5 years vboxsync VMM/GMMR0: Added TLB statistics for GMMR0PageIdToVirt. bugref:9627
(edit) @82989   5 years vboxsync VMM/GMMR0: Added a per-VM chunk TLB to avoid having everyone hammer …
(edit) @82978   5 years vboxsync VMM/GMMR0: Introduce a spinlock to protect the AVL tree and associated …
(edit) @82977   5 years vboxsync VMM/GMMR0: Use the chunk list rather than the AVL tree in …
(edit) @82976   5 years vboxsync VMM/GMMR0: Use the chunk list rather than the AVL tree in …
(edit) @82975   5 years vboxsync VMM/GMMR0: Use the chunk list rather than the AVL tree in …
(edit) @82969   5 years vboxsync Copyright year updates - manual ones.
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82965   5 years vboxsync VMM: Space nit.
(edit) @82949   5 years vboxsync VMM/HMVMXR0: Fix losing the instruction length of a faulting ICEBP …
(edit) @82948   5 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 Don't duplicate timer names for the …
(edit) @82930   5 years vboxsync tstMMHyperHeap: some tweaking. [build fix]
(edit) @82929   5 years vboxsync PGMPool: Undid the OS X debug instrumentation. bugref:9627
(edit) @82928   5 years vboxsync tstMMHyperHeap: some tweaking.
(edit) @82919   5 years vboxsync VMM/HMVMXR0: AssertMsg, need more info on such an assertion.
(edit) @82916   5 years vboxsync VMM/darwin: Enable mapping/allocating guest RAM into host ring-0. …
(edit) @82897   5 years vboxsync PGMPool: PGMR0PoolGrow should return failure when allocating the first …
(edit) @82896   5 years vboxsync PGMPool: PGMR0PoolGrow should return failure when allocating the first …
(edit) @82895   5 years vboxsync VMM/PGMPool: Instrumenting code for debugging OS X issue. bugref:9627
(edit) @82888   5 years vboxsync PGMAllPool: More details on corruption.
(edit) @82876   5 years vboxsync VMM/GMMR0: Working on eliminating legacy-mode (locking user memory …
(edit) @82866   5 years vboxsync VMM/GMMR0: Allow large page in legacy allocation mode too. bugref:5324
(edit) @82862   5 years vboxsync VMM/GMMR0: Darwin must use critsects for the giant lock too as we can …
(edit) @82819   5 years vboxsync PGMInternal.h: doxygen fix.
(edit) @82817   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Use x2APIC range defines from x86.h …
(edit) @82814   5 years vboxsync VMM/HM: Implement last-branch-record (LBR) support for guests executed …
(edit) @82801   5 years vboxsync VMM/PDMDevHlp: Remove space in timer description to fix debug …
(edit) @82792   5 years vboxsync VMM/APIC: Add statistics counter for APIC-ID MSR (x2APIC only).
(edit) @82754   5 years vboxsync VMM: More cleanup fixes (bird specific ones).
(edit) @82744   5 years vboxsync VMM,IPRT,VBoxDTrace: More cleanup fixes.
(edit) @82706   5 years vboxsync VMM/CPUM: Nested SVM: bugref:7243 Clarify comment on allocation of …
(edit) @82705   5 years vboxsync VMM/IEM: Removed obsolete todo.
(edit) @82683   5 years vboxsync VMM/HMVMXR0: Removed my temporary debug code no longer necessary.
(edit) @82658   5 years vboxsync VMM/HMSVMR0: Fix PAT MSR to treat all guest memory as WB, regression …
(edit) @82614   5 years vboxsync VMM/HM: Comment typo.
(edit) @82612   5 years vboxsync VMM/HM: Disable LBR virtualization by default. Only enable when set …
(edit) @82591   5 years vboxsync VMM: Changing how we access guest RAM when in ring-0 (disabled). …
(edit) @82578   5 years vboxsync CPUMR3CpuId: Some related stuff. tickref:19146
(edit) @82577   5 years vboxsync CPUMR0InitVM: Make sure MSR_IA32_ARCH_CAP_F_IBRS_ALL only is set when …
(edit) @82576   5 years vboxsync VMM/HMSVMR0: Padding and verify size of SVMTRANSIENT. Avoid function …
(edit) @82575   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VMX_EXIT_APIC_ACCESS emulation is …
(edit) @82572   5 years vboxsync VMM/HMVMXR0: Space and obsolete todo.
(edit) @82567   5 years vboxsync PGMR0PoolGrow: Fixed wrong assertion. bugref:9528
(edit) @82565   5 years vboxsync MM: Eliminated all but the MMR3PageDummyHC* functions for the …
(edit) @82558   5 years vboxsync PGMPool,MM: Use ring-0 mapping while in ring-0, so let the page pool …
(edit) @82557   5 years vboxsync PGMPool,MM: Use ring-0 mapping while in ring-0, so let the page pool …
(edit) @82556   5 years vboxsync PGMPool,MM: Use ring-0 mapping while in ring-0, so let the page pool …
(edit) @82555   5 years vboxsync PGMPool,MM: Use ring-0 mapping while in ring-0, so let the page pool …
(edit) @82544   5 years vboxsync VMMR0: No SrvPciRawR0 stuff.
(edit) @82533   5 years vboxsync VMM/HMVMXR0: Comments and todo.
(edit) @82532   5 years vboxsync VMM/HMVMXR0: Make side-effect clear.
(edit) @82531   5 years vboxsync VMM/HMVMXR0: Move validation of guest-interruptibility state inside …
(edit) @82457   5 years vboxsync PDM: Require PDM_DEVREG_FLAGS_NEW_STYLE to be set now. bugref:9218
(edit) @82380   5 years vboxsync IOM: More stats cleanups (mostly MMIO). bugref:9218
(edit) @82378   5 years vboxsync IOM: Better I/O port statistics. bugref:9218
(edit) @82353   5 years vboxsync NEMR3: fix context info in error message
(edit) @82341   5 years vboxsync PDM: Doxygen fix. bugref:9218
(edit) @82339   5 years vboxsync PDM: Doxygen fixes. bugref:9218
(edit) @82333   5 years vboxsync TM: Added timer statistics. bugref:9218
(edit) @82329   5 years vboxsync PDM,DevACPI,DevHPET,DevPit-i8254,DevRTC,APIC: Added device helpers for …
(edit) @82316   5 years vboxsync VMM(PDM,PGM,MM): MMIO2 cleanups. bugref:9218
(edit) @82314   5 years vboxsync HMVMXR0.cpp: Added todo about optimizing MMIO.
(edit) @82313   5 years vboxsync IOM,PDMDevHlp: Kicked out the old MMIO code. bugref:9218
(edit) @82312   5 years vboxsync IOM: Removed unused function iomR3IOPortGetStandardName(). bugref:9218
(edit) @82311   5 years vboxsync IOM,PDMDevHlp: Kicked out the old I/O port code. bugref:9218
(edit) @82277   5 years vboxsync IOMR0: Table initialization bug in the two function growing the …
(edit) @82264   5 years vboxsync VMM/HMVMXR0: Comment typo.
(edit) @82261   5 years vboxsync vmm/pdmaudioifs.h: doxygen adjustments. bugref:9218
(edit) @82239   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 LogRel VM-entry/VM-exit failures.
(edit) @82238   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Use the APIC-access page handler type …
(edit) @82237   5 years vboxsync VMM/HMVMXR0: Fix TPR shadow feature check.
(edit) @82224   5 years vboxsync PDMDevHlp: Adding PDMDevHlpDriverReconfigure[|1|2] for the audio …
(edit) @82210   5 years vboxsync GIM,GIMDev: Converted GIMDev to new style. bugref:9218
(edit) @82159   5 years vboxsync VMM/HMVMXR0: Fix single-stepping in the hypervisor debugger using MTF …
(edit) @82124   5 years vboxsync PGM: Doxygen fixes. bugref:9218
(edit) @82119   5 years vboxsync PGM: nit. bugref:9218
(edit) @82118   5 years vboxsync PGM: Doxygen fixes. bugref:9218
(edit) @82094   5 years vboxsync DevVGA,PGM,IOM: Conveted the legacy MMIO region to the new style, …
(edit) @82092   5 years vboxsync PGM/pgmPhysGetPageEx: Use the 'off' local.
(edit) @82091   5 years vboxsync PGM/pgmR3PhysMMIOExLink: Corrected apMmio2RangesR3/R0 updating and an …
(edit) @82067   5 years vboxsync PDM: Doxygen fix. bugref:9218
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