VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @84170   5 years vboxsync AMD IOMMU: bugref:9654 Bits.
(edit) @84139   5 years vboxsync GIMKvm: nit
(edit) @84071   5 years vboxsync Regression fix from r137575 (VMMR0: Move the PDM R0 device helper into …
(edit) @84055   5 years vboxsync IPRT,++: Apply bldprog-strtab.h and friends to the IPRT status message …
(edit) @84054   5 years vboxsync IPRT,++: Apply bldprog-strtab.h and friends to the IPRT status message …
(edit) @84044   5 years vboxsync GIM/KVM: Instead of reading the time and TSC separately, only read the …
(edit) @84007   5 years vboxsync VMMR0: Move the PDM R0 device helper into its own file like it is done …
(edit) @83987   5 years vboxsync AMD IOMMU: bugref:9654 Naming nit.
(edit) @83941   5 years vboxsync AMD IOMMU: bugref:9654 Hook into PCIPhys[Read|Write] for intercepting …
(edit) @83890   5 years vboxsync VMM/IEM: VC++ 14.1 release build adjuments. bugref:8489
(edit) @83850   5 years vboxsync AMD IOMMU: bugref:9654 R0 registration bits.
(edit) @83772   5 years vboxsync VMM: VC++ 14.1 warning fixes. bugref:8489
(edit) @83771   5 years vboxsync VMM: VC++ 14.1 warning fixes. bugref:8489
(edit) @83770   5 years vboxsync VMM: VC++ 14.1 build tweaking. bugref:8489
(edit) @83564   5 years vboxsync VMM/MMR3Heap: Zero on free and realloc. Always unlink _before_ …
(edit) @83485   5 years vboxsync SVM: Emulate intercepted IRET to avoid injecting a pending NMI too …
(edit) @83477   5 years vboxsync VMM/HMSVMR0: Add VINF_EM_DBG_STEPPED to the list of return codes to …
(edit) @83474   5 years vboxsync VMM/NEM: Added more VERR_NEM_MISSING_KERNEL_API status codes so we can …
(edit) @83372   5 years vboxsync GIM/KVM: Update system-time struct on demand. Fixes guests that rely …
(edit) @83283   5 years vboxsync PDMDevHlp,tstDevice: Create two more wrappers used by the graphics …
(edit) @83281   5 years vboxsync PDMDevHlp,tstDevice: Create two more wrappers used by the graphics …
(edit) @83265   5 years vboxsync AMD IOMMU: bugref:9654: Unintended line change, reverted.
(edit) @83263   5 years vboxsync AMD IOMMU: bugref:9654 Skeletal bits.
(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
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