source:
vbox/trunk/src/VBox/VMM/VMMR3@
74786
Name | Size | Rev | Age | Author | Last Change |
---|---|---|---|---|---|
../ | |||||
cpus | 73257 | 6 years | VMM: Nested VMX: bugref:9180 Renamed Ia32VmxBase to Ia32VmxBasic to … | ||
APIC.cpp | 70.1 KB | 73281 | 6 years | APIC: Made APICSetBaseMsr work in ring-0 and raw-mode context without … | |
CFGM.cpp | 96.6 KB | 73912 | 6 years | CFGM: comment indent fix. | |
CPUM.cpp | 182.1 KB | 74753 | 6 years | VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; Implemented pause and … | |
CPUMDbg.cpp | 61.6 KB | 69111 | 7 years | (C) year | |
CPUMR3CpuId.cpp | 338.6 KB | 74163 | 6 years | VMM: Nested VMX: bugref:9180 vmlaunch/vmresume bits. | |
CPUMR3Db.cpp | 42.6 KB | 71805 | 7 years | VMM/CPUM: Nit - stat description typo. | |
CSAM.cpp | 110.0 KB | 73097 | 6 years | *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and … | |
DBGF.cpp | 69.1 KB | 74785 | 6 years | vm.h,VMM: Use VMCPU_FF_IS_SET instead of VMCPU_FF_IS_PENDING when … | |
DBGFAddr.cpp | 17.1 KB | 73471 | 6 years | VMM,DBGF: Improved unwinding of ring-0 assertion stacks, making the … | |
DBGFAddrSpace.cpp | 45.3 KB | 73397 | 6 years | DBGF: Unwinding PE/AMD64, considered sketches for generic unwinding … | |
DBGFBp.cpp | 43.6 KB | 69111 | 7 years | (C) year | |
DBGFCoreWrite.cpp | 24.0 KB | 69440 | 7 years | VMM: Use iprt/formats/elf*.h instead of the internal IPRT headers. | |
DBGFCpu.cpp | 5.1 KB | 72875 | 6 years | DBGFCpu: Make sure the CPU state we use is present in each of the APIs. | |
DBGFDisas.cpp | 32.9 KB | 73360 | 6 years | VMM,REM,DBGC: Use RTDBGSYMADDR_FLAGS_SKIP_ABS_IN_DEFERRED. | |
DBGFInfo.cpp | 34.2 KB | 73097 | 6 years | *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and … | |
DBGFLog.cpp | 6.2 KB | 69111 | 7 years | (C) year | |
DBGFMem.cpp | 24.4 KB | 73346 | 6 years | DBGFR3PagingDumpEx: Deal with shadow mode PGMMODE_NONE (NEM). bugref:9044 | |
DBGFModule.cpp | 10.7 KB | 69111 | 7 years | (C) year | |
DBGFOS.cpp | 20.7 KB | 73460 | 6 years | IPRT,DBGF,Diggers: Moved DBGFRETURNTYPE and the unwind state structure … | |
DBGFR3BugCheck.cpp | 69.9 KB | 73360 | 6 years | VMM,REM,DBGC: Use RTDBGSYMADDR_FLAGS_SKIP_ABS_IN_DEFERRED. | |
DBGFR3Flow.cpp | 80.0 KB | 73097 | 6 years | *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and … | |
DBGFR3ModInMem.cpp | 28.9 KB | 73491 | 6 years | DBGF,DBGPluInWinNt: Produce more useful module names (e.g. stuff that … | |
DBGFR3PlugIn.cpp | 20.1 KB | 73097 | 6 years | *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and … | |
DBGFR3Trace.cpp | 14.6 KB | 69111 | 7 years | (C) year | |
DBGFR3Type.cpp | 42.9 KB | 73097 | 6 years | *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and … | |
DBGFReg.cpp | 101.4 KB | 73417 | 6 years | VMM/DBGF: Implemented DBGFR3RegNmQueryXdtr and fixed exports, … | |
DBGFStack.cpp | 43.7 KB | 73495 | 6 years | DBGF: Use the new IPRT unwind functionality. bugref:3897 | |
EM.cpp | 120.6 KB | 74785 | 6 years | vm.h,VMM: Use VMCPU_FF_IS_SET instead of VMCPU_FF_IS_PENDING when … | |
EMHM.cpp | 19.5 KB | 73617 | 6 years | VMM/HMVMXR0: Use IEMExecOne() rather than manually interpreting a … | |
EMR3Dbg.cpp | 12.1 KB | 72606 | 6 years | HMVMXR0.cpp,EM: Code for optimizing I/O port, MMIO and CPUID exits … | |
EMR3Nem.cpp | 19.2 KB | 74786 | 6 years | vm.h,VMM: Made VMCPU_FF_CLEAR work on a single flag, introducing … | |
EMRaw.cpp | 58.3 KB | 74785 | 6 years | vm.h,VMM: Use VMCPU_FF_IS_SET instead of VMCPU_FF_IS_PENDING when … | |
FTM.cpp | 42.8 KB | 69111 | 7 years | (C) year | |
GIM.cpp | 23.1 KB | 72460 | 6 years | GIM/Hv: Need to restore hypercall instruction enable state on load. … | |
GIMHv.cpp | 85.9 KB | 73389 | 6 years | VMM, SUPDrv: Nested VMX: bugref:9180 Implement some of the VMX MSRs. | |
GIMKvm.cpp | 17.6 KB | 73340 | 6 years | VMM/GIM: Address todo mentioned in r123944. | |
GIMMinimal.cpp | 4.5 KB | 69111 | 7 years | (C) year | |
GMM.cpp | 13.6 KB | 73097 | 6 years | *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and … | |
HM.cpp | 159.1 KB | 74648 | 6 years | VMM/IEM, CPUM: Nested VMX: bugref:9180 VM-exit bits; Add TPR … | |
IEMR3.cpp | 10.7 KB | 72494 | 6 years | IEM: Dropped the IEMCPU::pCtxR3, IEMCPU::pCtxR0, and IEMCPU::pCtxRC … | |
IOM.cpp | 94.9 KB | 73097 | 6 years | *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and … | |
Makefile.kup | 0 bytes | 35406 | 14 years | VMMR3/Makefile.kup | |
MM.cpp | 30.5 KB | 73097 | 6 years | *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and … | |
MMHeap.cpp | 22.2 KB | 69111 | 7 years | (C) year | |
MMHyper.cpp | 53.5 KB | 73097 | 6 years | *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and … | |
MMPagePool.cpp | 19.0 KB | 73097 | 6 years | *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and … | |
MMUkHeap.cpp | 15.6 KB | 69111 | 7 years | (C) year | |
NEMR3.cpp | 15.1 KB | 72924 | 6 years | NEM/win: Make it possible to select between ring-0 runloop … | |
NEMR3Native-win.cpp | 135.7 KB | 74616 | 6 years | NEM/win: doc updates. bugref:9044 | |
PATM.cpp | 264.0 KB | 73097 | 6 years | *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and … | |
PATMA.asm | 82.2 KB | 69221 | 7 years | VMM: scm cleanups | |
PATMA.mac | 7.0 KB | 69221 | 7 years | VMM: scm cleanups | |
PATMGuest.cpp | 8.4 KB | 69111 | 7 years | (C) year | |
PATMPatch.cpp | 58.7 KB | 73097 | 6 years | *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and … | |
PATMPatch.h | 5.7 KB | 69474 | 7 years | *: scm updates - header files should have 'svn:keywords=Id Revision' … | |
PATMR3Dbg.cpp | 15.3 KB | 73360 | 6 years | VMM,REM,DBGC: Use RTDBGSYMADDR_FLAGS_SKIP_ABS_IN_DEFERRED. | |
PATMSSM.cpp | 71.7 KB | 71720 | 7 years | PATM: Don't try pass stuff to patmRCVirtPagePfHandle that's not … | |
PDM.cpp | 109.4 KB | 73097 | 6 years | *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and … | |
PDMAsyncCompletion.cpp | 67.0 KB | 69111 | 7 years | (C) year | |
PDMAsyncCompletionFile.cpp | 47.4 KB | 69111 | 7 years | (C) year | |
PDMAsyncCompletionFileFailsafe.cpp | 10.1 KB | 69111 | 7 years | (C) year | |
PDMAsyncCompletionFileNormal.cpp | 66.4 KB | 69111 | 7 years | (C) year | |
PDMBlkCache.cpp | 99.8 KB | 72054 | 7 years | *: RTListMove no longer need the call to init the destination list to … | |
PDMCritSect.cpp | 38.7 KB | 69111 | 7 years | (C) year | |
PDMDevHlp.cpp | 162.3 KB | 70948 | 7 years | VMM: Added a bMainExecutionEngine member to the VM structure for use … | |
PDMDevice.cpp | 40.4 KB | 73097 | 6 years | *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and … | |
PDMDevMiscHlp.cpp | 16.9 KB | 70948 | 7 years | VMM: Added a bMainExecutionEngine member to the VM structure for use … | |
PDMDriver.cpp | 73.5 KB | 73097 | 6 years | *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and … | |
PDMLdr.cpp | 62.6 KB | 73097 | 6 years | *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and … | |
PDMNetShaper.cpp | 16.9 KB | 69111 | 7 years | (C) year | |
PDMQueue.cpp | 29.0 KB | 73097 | 6 years | *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and … | |
PDMThread.cpp | 35.0 KB | 69175 | 7 years | VMM/PDMThread: Don't use MMHyperFree but MMR3HeapFree instead, that … | |
PDMUsb.cpp | 71.4 KB | 73097 | 6 years | *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and … | |
PGM.cpp | 159.2 KB | 73324 | 6 years | PGM: Introduced a special shadow paging mode for NEM that translates … | |
PGMDbg.cpp | 122.1 KB | 73073 | 6 years | PGM/DBG: Optimize page scanning to speed up 'detect'. | |
PGMHandler.cpp | 36.6 KB | 73097 | 6 years | *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and … | |
PGMMap.cpp | 51.8 KB | 73097 | 6 years | *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and … | |
PGMPhys.cpp | 203.0 KB | 73606 | 6 years | VMM: Nested VMX: bugref:9180 Various bits: - IEM: Started VMXON, … | |
PGMPhysRWTmpl.h | 2.1 KB | 69474 | 7 years | *: scm updates - header files should have 'svn:keywords=Id Revision' … | |
PGMPool.cpp | 56.0 KB | 73246 | 6 years | PGM: Working on eliminating PGMMODEDATA and the corresponding PGMCPU … | |
PGMR3DbgA.asm | 14.2 KB | 69111 | 7 years | (C) year | |
PGMSavedState.cpp | 128.6 KB | 73266 | 6 years | PGM,HM: Made PGMR3ChangeMode work in ring-0 too. This required a … | |
PGMSharedPage.cpp | 15.4 KB | 73097 | 6 years | *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and … | |
SELM.cpp | 107.5 KB | 73322 | 6 years | HM,SELM: Redefined HMIsRawModeCtxNeeded as accessor for … | |
SSM.cpp | 332.8 KB | 73097 | 6 years | *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and … | |
STAM.cpp | 105.5 KB | 73097 | 6 years | *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and … | |
TM.cpp | 158.4 KB | 73097 | 6 years | *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and … | |
TRPM.cpp | 81.6 KB | 73097 | 6 years | *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and … | |
VM.cpp | 170.6 KB | 74786 | 6 years | vm.h,VMM: Made VMCPU_FF_CLEAR work on a single flag, introducing … | |
VMEmt.cpp | 49.9 KB | 71129 | 7 years | VMM/NEM/win: Reimplemented virtual process API, optimizing the cancel … | |
VMM.cpp | 121.5 KB | 74785 | 6 years | vm.h,VMM: Use VMCPU_FF_IS_SET instead of VMCPU_FF_IS_PENDING when … | |
VMMGuruMeditation.cpp | 33.4 KB | 73483 | 6 years | DBGF,VMM: Dump sure registers for the first frame too. Display sure … | |
VMMR3.def | 9.3 KB | 73460 | 6 years | IPRT,DBGF,Diggers: Moved DBGFRETURNTYPE and the unwind state structure … | |
VMMSwitcher.cpp | 43.2 KB | 73324 | 6 years | PGM: Introduced a special shadow paging mode for NEM that translates … | |
VMMTests.cpp | 37.0 KB | 69111 | 7 years | (C) year | |
VMReq.cpp | 50.0 KB | 69111 | 7 years | (C) year |
Note:
See TracBrowser
for help on using the repository browser.