VirtualBox

source: vbox/trunk/src/VBox/VMM@ 20376

Name Size Rev Age Author Last Change
../
PATM 20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
testcase 20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
VMMAll 20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
VMMGC 20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
VMMR0 20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
VMMRZ 19288   16 years vboxsync DBGF,TRPM,HWACCM: Merged DBGFR0.cpp and DBGFGC.cpp into …
VMMSwitcher 20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
CFGM.cpp 73.0 KB 19466   16 years vboxsync tstVMM,CFGM: Hacked together a TM testcase in tstVMM.
CFGMInternal.h 3.2 KB 14070   16 years vboxsync CFGM: 64-bit MSC warning hunt.
CPUM.cpp 114.0 KB 20229   16 years vboxsync Enable multi-core VCPUs by default.
CPUMInternal.h 11.5 KB 20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
CPUMInternal.mac 13.4 KB 18927   16 years vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
DBGF.cpp 31.3 KB 19757   16 years vboxsync VMM,IPRT,DBGC: Debug address spaces.
DBGFAddr.cpp 14.5 KB 19463   16 years vboxsync dbgfsel.h,VMM,DBGC: Named the union containing the raw data to shut up …
DBGFAddrSpace.cpp 25.8 KB 20353   15 years vboxsync DBGFAddrSpace: bugfix.
DBGFBp.cpp 27.0 KB 20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
DBGFDisas.cpp 23.6 KB 19642   16 years vboxsync Fix
DBGFInfo.cpp 26.7 KB 20152   16 years vboxsync Added DBGFR3InfoLogRel and DBGFR3InfoStdErr.
DBGFInternal.h 9.3 KB 19757   16 years vboxsync VMM,IPRT,DBGC: Debug address spaces.
DBGFLog.cpp 4.8 KB 19300   16 years vboxsync VMReq,*: Replaced VMREQDEST with VMCPUID because it's a pain to have …
DBGFMem.cpp 15.7 KB 19576   16 years vboxsync Compile fix
DBGFModule.cpp 10.9 KB 19757   16 years vboxsync VMM,IPRT,DBGC: Debug address spaces.
DBGFOS.cpp 11.0 KB 19300   16 years vboxsync VMReq,*: Replaced VMREQDEST with VMCPUID because it's a pain to have …
DBGFStack.cpp 19.7 KB 19710   16 years vboxsync DBGFStack.cpp: Just return on invalid input.
DBGFSym.cpp 35.1 KB 19773   16 years vboxsync Fixed accidental commits
EM.cpp 165.1 KB 20198   16 years vboxsync Moved pending forced actions clearing.
EMInternal.h 13.5 KB 20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
GMM.cpp 10.1 KB 18204   16 years vboxsync GMM: More logging.
HWACCM.cpp 92.0 KB 20228   16 years vboxsync Fixed VT-x state loading failure.
HWACCMInternal.h 26.8 KB 20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
HWACCMInternal.mac 2.3 KB 15962   16 years vboxsync Added debugging code (inactive) for tracking the state of the 32/64 …
IOM.cpp 80.2 KB 20087   16 years vboxsync TM,*: Proper timer callback locking and pvUser for devices.
IOMInternal.h 19.0 KB 20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
Makefile.kmk 11.1 KB 20167   16 years vboxsync First part of the PDMAsyncCompletion rewrite: * The Host specific …
MM.cpp 27.8 KB 19663   16 years vboxsync Protect the MM hypervisor heap with a critical section.
MMHeap.cpp 23.7 KB 19757   16 years vboxsync VMM,IPRT,DBGC: Debug address spaces.
MMHyper.cpp 41.1 KB 19793   16 years vboxsync Deal with critical section nesting when trying to clean up after a …
MMInternal.h 25.8 KB 20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
MMPagePool.cpp 18.4 KB 20011   16 years vboxsync VMM: fix a typo in mmR3PagePoolAlloc() if the memory allocation …
MMUkHeap.cpp 15.3 KB 18792   16 years vboxsync MM,PGM: New User-kernel heap (aka MMUkHeap), use it for the …
PDM.cpp 50.3 KB 20187   16 years vboxsync Fix crash in async completion code when an error occurs during init …
PDMAsyncCompletion.cpp 36.2 KB 20187   16 years vboxsync Fix crash in async completion code when an error occurs during init …
PDMAsyncCompletionFile.cpp 35.0 KB 20168   16 years vboxsync Fix windows burns
PDMAsyncCompletionInternal.h 9.9 KB 20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
PDMCritSect.cpp 15.3 KB 20087   16 years vboxsync TM,*: Proper timer callback locking and pvUser for devices.
PDMDevHlp.cpp 133.1 KB 20153   16 years vboxsync SSM,PCI: We must restore the PCI configuration registers before PGM so …
PDMDevice.cpp 29.9 KB 14299   16 years vboxsync Corrected grammos in comments. No code changes.
PDMDevMiscHlp.cpp 16.8 KB 20092   16 years vboxsync DevAPIC,PDM: timer critsect.
PDMDriver.cpp 38.7 KB 20167   16 years vboxsync First part of the PDMAsyncCompletion rewrite: * The Host specific …
PDMInternal.h 38.5 KB 20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
PDMLdr.cpp 38.3 KB 19924   16 years vboxsync IPRT,SUP: Renamed RTPathProgram to RTPathExecDir to make it clear what …
PDMQueue.cpp 26.5 KB 20088   16 years vboxsync PDMQueue.cpp: todo for fixing assertion during DSL shutdown (smp).
PDMThread.cpp 32.9 KB 15540   16 years vboxsync pdmR3ThreadMain: Added LogRel on unexpected thread termination.
PGM.cpp 230.9 KB 20277   16 years vboxsync Removed obsolete comment
PGMBth.h 10.7 KB 20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
PGMDbg.cpp 21.0 KB 19334   16 years vboxsync DBGF,SELM,DBGC,++: Refactored the selector info querying and usage, …
PGMGst.h 5.0 KB 20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
PGMGstDefs.h 5.3 KB 17215   16 years vboxsync Split up the definitions and the guest code. Otherwise we'll end up …
PGMHandler.cpp 23.1 KB 20151   16 years vboxsync Handle pgm pool flushes a bit differently.
PGMInternal.h 186.2 KB 20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
PGMMap.cpp 47.7 KB 19679   16 years vboxsync Fixed wrong usage of HWACCMR3IsActive.
PGMPhys.cpp 116.0 KB 20135   16 years vboxsync Prevent reuse of cached larged pages with different access attributes.
PGMPhysRWTmpl.h 3.9 KB 17534   16 years vboxsync PGM: Made PGMPhysRead/Write return VERR_PGM_PHYS_WR_HIT_HANDLER when …
PGMPool.cpp 29.2 KB 20058   16 years vboxsync Deal with pool pages being modified while we wait for the pgm lock in …
PGMShw.h 9.5 KB 20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
REMInternal.h 9.2 KB 19660   16 years vboxsync TM+affected: SMP changes in progress.
SELM.cpp 101.4 KB 19463   16 years vboxsync dbgfsel.h,VMM,DBGC: Named the union containing the raw data to shut up …
SELMInternal.h 7.9 KB 20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
SSM.cpp 119.1 KB 20153   16 years vboxsync SSM,PCI: We must restore the PCI configuration registers before PGM so …
SSMInternal.h 5.0 KB 20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
STAM.cpp 68.2 KB 19707   16 years vboxsync GVMM: Count EMTs instead of VMs to determin if we've got company or …
STAMInternal.h 3.8 KB 20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
TM.cpp 111.1 KB 20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
TMInternal.h 23.2 KB 20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
TRPM.cpp 75.5 KB 19856   16 years vboxsync Fixed regression #3928
TRPMInternal.h 9.0 KB 20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
TRPMInternal.mac 3.9 KB 19286   16 years vboxsync VMM,VBoxDbg: SMP refactoring, part 1.
VBoxVMMDeps.cpp 1.8 KB 13035   16 years vboxsync #1865: More PGM…
VM.cpp 107.8 KB 20199   16 years vboxsync Always reset the CPU state during reset
VMEmt.cpp 39.5 KB 19821   16 years vboxsync TM: TMTimerPoll cleanup.
VMInternal.h 16.4 KB 20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
VMM.cpp 62.3 KB 20196   16 years vboxsync Extra logging
VMMCodingGuidelines.cpp 3.9 KB 9212   17 years vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
VMMDocsRawMode.cpp 1.1 KB 8155   17 years vboxsync The Big Sun Rebranding Header Change
VMMGuruMeditation.cpp 19.9 KB 19797   16 years vboxsync Release all taken locks in VMMR3FatalDump instead.
VMMInternal.h 19.0 KB 20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
VMMInternal.mac 1.8 KB 19577   16 years vboxsync Compile fix
VMMSwitcher.cpp 36.6 KB 18927   16 years vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
VMMTests.cpp 24.3 KB 19660   16 years vboxsync TM+affected: SMP changes in progress.
VMReq.cpp 40.1 KB 19451   16 years vboxsync No @note in body.
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette