VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @91450   3 years vboxsync VMM: Use RTR0MemObjAllocLarge w/ RTMEMOBJ_ALLOC_LARGE_F_FAST for …
(edit) @91427   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Save PAE PDPTEs from CPU context to …
(edit) @91423   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Use CPUMArePaePdpesValid in places …
(edit) @91419   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Check PAE PDPTEs when EPT is enabled.
(edit) @91386   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Build fix.
(edit) @91379   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 VM-exit handler for EPT violation. [nits]
(edit) @91378   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 VM-exit handler for EPT violation.
(edit) @91360   3 years vboxsync VMM: Nested VMX: bugref:10092 Introduced …
(edit) @91345   3 years vboxsync VMM/PGM: Move 'fUseLargePages' into PGM.
(edit) @91339   3 years vboxsync VMM/CPUM: Comment nit.
(edit) @91323   3 years vboxsync VMM: bugref:10106 Fixed IA32_FEATURE_CONTROL MSR reported to the guest.
(edit) @91305   3 years vboxsync VMM/CPUM,++: Moved the nested VT-X I/O permission bitmap allocations …
(edit) @91304   3 years vboxsync VMM/CPUM,++: Moved the nested VT-X MSR permission bitmap allocations …
(edit) @91301   3 years vboxsync VMM/CPUM,++: Moved the nested VT-X MSR load & store bitmap allocations …
(edit) @91298   3 years vboxsync VMM/CPUM,++: Moved the nested VT-X shadow VMCS allocation into …
(edit) @91297   3 years vboxsync VMM/CPUM,++: Moved the nested VT-X VMCS allocation into CPUMCTX. …
(edit) @91291   3 years vboxsync VMM/CPUM,++: Moved the nested SVM I/O permission bitmap allocation …
(edit) @91289   3 years vboxsync VMM/CPUM,++: Moved the nested SVM MSR permission bitmap allocation …
(edit) @91287   3 years vboxsync VMM/CPUM,++: Moved the nested SVM VMCB allocation into CPUMCTX. …
(edit) @91281   3 years vboxsync VMM/CPUM,++: Moved the guest's extended state (XState) from the hyper …
(edit) @91275   3 years vboxsync VMM: Added missing features checks while constructing mask of valid …
(edit) @91273   3 years vboxsync VMM: bugref:10092 Moved the PAE PDPTEs out of PGM into CPUMCTX. …
(edit) @91271   3 years vboxsync VMM: bugref:10092 Moved the PAE PDPTEs out of PGM into CPUMCTX.
(edit) @91266   3 years vboxsync VMM/CPUM: Moved CPUIDs and MSRs from the hyper heap and into the VM …
(edit) @91263   3 years vboxsync VMM/IEM: Moved instruction stats from the hyper heap and into the VM …
(edit) @91251   3 years vboxsync VMM/IEM: Add CR0.CD and CR0.NW to conditions for calling PGMFlushTLB …
(edit) @91250   3 years vboxsync VMM/PGM: Moved pStatTrap0eAttributionR0 to GVMCPU. bugref:10093
(edit) @91247   3 years vboxsync PGM: Moved the statistics into the VM and VMCPU structures (was on the …
(edit) @91246   3 years vboxsync VMM/PGM: Some cleanups around large page allocation... bugref:10093
(edit) @91243   3 years vboxsync VMM/PGMPool: Call PGMR0PoolGrow directly from ring-0 instead of going …
(edit) @91044   3 years vboxsync VMM: Nested VMX: bugref:10092 More consistent naming of VMCS fields.
(edit) @91043   3 years vboxsync VMM: Nested VMX: bugref:10092 Renamed some macros.
(edit) @91037   3 years vboxsync VMM: Nested VMX: bugref:10092 Added support for tertiary processor …
(edit) @91016   3 years vboxsync VMM/PGM,++: Kicked out VBOX_WITH_2X_4GB_ADDR_SPACE and the DynMap code …
(edit) @91014   3 years vboxsync VMM: Made VBOX_WITH_RAM_IN_KERNEL non-optional, removing all the tests …
(edit) @90998   3 years vboxsync VMM/CPU: Added todo about PAE in CPUMGetGuestCR4ValidMask.
(edit) @90997   3 years vboxsync VMM,PDM,PGM: Restrict the VMSetError and VMSetRuntimeError APIs to …
(edit) @90992   3 years vboxsync VMM: Eliminated VMMCALLRING3_PGM_LOCK. bugref:6695
(edit) @90991   3 years vboxsync VMM: Eliminated VMMCALLRING3_MMHYPER_LOCK. bugref:6695
(edit) @90981   3 years vboxsync VMM: Changed pgmLock to pass VINF_SUCCESS to PDMCritSectEnter and …
(edit) @90940   3 years vboxsync VMM/PDMAllCritSectRw: Removed blank line. bugref:6695
(edit) @90932   3 years vboxsync VMM: Nested VMX: bugref:10092 Renamed …
(edit) @90910   3 years vboxsync VMM/PDMCritSect[Rw]Enter*: Don't set cNsMaxTotal back to RT_NS_1MIN …
(edit) @90784   3 years vboxsync VMM: VALID_PTR -> RT_VALID_PTR.
(edit) @90677   3 years vboxsync VMM/PDMCritSectRwEnterShared: Implemented waiting in ring-0/HM …
(edit) @90673   3 years vboxsync VMM/PDMCritSectRwEnterShared: Some more code refactoring. bugref:6695
(edit) @90672   3 years vboxsync VMM/PDMCritSectRwEnterShared: Some more code refactoring. Added …
(edit) @90671   3 years vboxsync VMM/PDMCritSectRwEnterShared: Some more code refactoring. bugref:6695
(edit) @90670   3 years vboxsync VMM/PDMCritSectRwEnterShared: Some code refactoring. bugref:6695
(edit) @90667   3 years vboxsync VMM/PDMCritSectRwLeaveShared: Signal waiting writers from ring-0/HM. …
(edit) @90665   3 years vboxsync VMM/PDMCritSectRwEnterExcl: Tiny optimization. bugref:6695
(edit) @90660   3 years vboxsync VMM/PDMCritSectRwLeaveExcl: Code deduplication. bugref:6695
(edit) @90659   3 years vboxsync VMM/PDMCritSectRwLeaveExcl: Signal waiters from ring-0/HM. Had to …
(edit) @90658   3 years vboxsync VMM/PDMCritSectRwLeaveExcl: Some code structure changes, no actual …
(edit) @90657   3 years vboxsync VMM/PDMCritSect: Removed unnecessary #ifdef IN_RING3. bugref:6695
(edit) @90654   3 years vboxsync VMM/PDMCritSectRwLeaveExcl: Relax use of atomics. bugref:6695
(edit) @90650   3 years vboxsync VMM/PDMCritSectRwLeaveExcl: Used ASMAtomicCmpWriteU128U to optimize …
(edit) @90637   3 years vboxsync IPRT/RTCritSectRw,VMM/PDMCritSectRw: Rearranged the core members a …
(edit) @90636   3 years vboxsync VMM/PDMCritSectRwEnterExcl: Implemented waiting in most ring-0 …
(edit) @90634   3 years vboxsync VMM/PDMCritSectRwEnterExcl: Implemented waiting in most ring-0 …
(edit) @90612   3 years vboxsync VMM/PDMCritSecRw: More code refactoring. bugref:6695
(edit) @90611   3 years vboxsync VMM/PDMCritSecRw: More code refactoring. bugref:6695
(edit) @90610   3 years vboxsync VMM/PDMCritSecRw: More code refactoring. bugref:6695
(edit) @90608   3 years vboxsync VMM/PDMCritSecRw: Some code refactoring. bugref:6695
(edit) @90598   3 years vboxsync VMM: Speed up VMMGetCpuId in ring-0 by using hash table (via new …
(edit) @90597   3 years vboxsync VMM: Speed up VMMGetCpu in ring-0 by using hash table (via new …
(edit) @90573   3 years vboxsync VMM/PDMCritSectRw: Added message and LogRel to pdmCritSectRwCorrupted. …
(edit) @90572   3 years vboxsync VMM/PDMCritSect: Validate the queued pointer. bugref:6695
(edit) @90571   3 years vboxsync VMM/PDMCritSectRw: Use VMM_ASSERT_RELEASE_MSG_RETURN. Validate the …
(edit) @90570   3 years vboxsync VMM/PDMCritSectRw: Added a self pointer for use with queued-leave to …
(edit) @90558   3 years vboxsync VMM/PGMCritSect: Avoid queuing on PDMCritSectLeave contention and …
(edit) @90533   3 years vboxsync VMM/VMMGetCpu: Assert that we return the right one.
(edit) @90532   3 years vboxsync VMM/PDMCritSectBothFF: Must always clear the …
(edit) @90531   3 years vboxsync VMM/PDMCritSect: When VMCPU_FF_PDM_CRITSECT is set we must not wait on …
(edit) @90515   3 years vboxsync VMM/PDMCritSect: Use VMM_ASSERT_RELEASE_MSG_RETURN instead of …
(edit) @90513   3 years vboxsync VMM/PDMCritSectEnter: Fixed regression from r146020 due to mistaking …
(edit) @90504   3 years vboxsync VMM/PDM: Rewroted the PDMCritSectLeave code to try avoid going to …
(edit) @90486   3 years vboxsync VMM/PDM: Tighten read/write critical section code a bit. bugref:6695
(edit) @90472   3 years vboxsync VMM/PDM: Enabled new critical section enter code that'll wait in …
(edit) @90468   3 years vboxsync VMM/PDM: Fixed the VERR_INTERRUPTED w/ rcBusy=VINF_SUCCESS case. More …
(edit) @90449   3 years vboxsync VMM/PGM: PDMCritSectTryEnter return status must be checked in ring-3 …
(edit) @90446   3 years vboxsync PDM: Mark the critsect enter functions with DECL_CHECK_RETURN_NOT_R3. …
(edit) @90439   3 years vboxsync VMM/PGM: Check PGMCritSectEnter status code when we don't return it. …
(edit) @90437   3 years vboxsync VMM: More PDMCritSectEnter return code checks. bugref:6695
(edit) @90436   3 years vboxsync VMM,Dev*: Handle PDMCritSectEnter failures in relation to the PDM …
(edit) @90433   3 years vboxsync VMM/PDMCritSectEnter: Added macros for correctly asserting on …
(edit) @90428   3 years vboxsync VMM/PDMCritSectEnter: Added note about new return handling …
(edit) @90426   3 years vboxsync IOM: Be more careful checking the status of IOM_LOCK_SHARED(). bugref:6695
(edit) @90420   3 years vboxsync VMM/PDMCritSectEnter: New code for dealing with VERR_INTERRUPTED in …
(edit) @90390   3 years vboxsync VMM/PDMCritSect: @todo. bugref:6695
(edit) @90385   3 years vboxsync VMM: Doxygen fix. bugref:9218 bugref:10074
(edit) @90384   3 years vboxsync VMM: Doxygen fix. bugref:9218 bugref:10074
(edit) @90381   3 years vboxsync VMM/PDMCritSect: Don't sleep forever. bugref:6695
(edit) @90380   3 years vboxsync VMM: Moved idHostCpu and iHostCpuSet from VMCPU to GVMCPU, removing …
(edit) @90379   3 years vboxsync VMM: Implementing blocking on critical sections in ring-0 HM context …
(edit) @90348   3 years vboxsync VMM: Removed the VM pointers from the internal critsect structures. …
(edit) @90347   3 years vboxsync VMM: Pass pVM to PDMCritSectRw APIs. bugref:9218 bugref:10074
(edit) @90346   3 years vboxsync - VMM: Pass pVM to PDMCritSect APIs. bugref:9218 bugref:10074 - …
(edit) @90329   3 years vboxsync PDMDrvHlp: Put the PDMCritSect API into driver helpers just like we've …
(edit) @90305   3 years vboxsync VMM/APIC: Don't notify the calling EMT in apicSetInterruptFF ring-3. …
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