|
|
@26635
|
15 years |
vboxsync |
PAE and AMD64 paging modes support large pages regardless of CR4.PSE.
|
|
|
@26625
|
15 years |
vboxsync |
Large page code cleanup
|
|
|
@26622
|
15 years |
vboxsync |
Statistics
|
|
|
@26621
|
15 years |
vboxsync |
Some counters
|
|
|
@26620
|
15 years |
vboxsync |
Wrong mask
|
|
|
@26619
|
15 years |
vboxsync |
Logging
|
|
|
@26616
|
15 years |
vboxsync |
More large page work (disabled)
|
|
|
@26606
|
15 years |
vboxsync |
Large page work
|
|
|
@26577
|
15 years |
vboxsync |
More large page work
|
|
|
@26570
|
15 years |
vboxsync |
PGM lock has already been taken by caller
|
|
|
@26564
|
15 years |
vboxsync |
Remove mutex lock release
|
|
|
@26563
|
15 years |
vboxsync |
Started with large page support
|
|
|
@26562
|
15 years |
vboxsync |
*: Added svn:keywords where missing.
|
|
|
@26542
|
15 years |
vboxsync |
Preparations for large page use
|
|
|
@26535
|
15 years |
vboxsync |
Cleaned up
|
|
|
@26527
|
15 years |
vboxsync |
dang
|
|
|
@26526
|
15 years |
vboxsync |
VMM,asm.h,Config.kmk: win.amd64 warnings; fixed the ASMAtomicSubU32 …
|
|
|
@26523
|
15 years |
vboxsync |
VBoxRc,VBoxR0: Added RuntimeR?Stub libraries for the stub entrypoint …
|
|
|
@26522
|
15 years |
vboxsync |
warnings.
|
|
|
@26517
|
15 years |
vboxsync |
*: RTGetOpt cleanup related to --help and --version (now standard …
|
|
|
@26510
|
15 years |
vboxsync |
VMM: tabs -> spaces.
|
|
|
@26491
|
15 years |
vboxsync |
VMM: whitespace cleanup.
|
|
|
@26479
|
15 years |
vboxsync |
AsyncCompletion: Don't spawn a new I/O manager if only one endpoint …
|
|
|
@26461
|
15 years |
vboxsync |
Fixed raw mode regression caused by r57572
|
|
|
@26437
|
15 years |
vboxsync |
VMM: VBOX_WITH_RAW_MODE fixes
|
|
|
@26413
|
15 years |
vboxsync |
Bounding mode off by default for win64
|
|
|
@26412
|
15 years |
vboxsync |
Compile fix
|
|
|
@26411
|
15 years |
vboxsync |
Wrong parameter for gmmR0AllocateOneChunk
|
|
|
@26376
|
15 years |
vboxsync |
HPET: reworking locking per Knut suggestions
|
|
|
@26365
|
15 years |
vboxsync |
vmR3SetErrorUV: Log the status code too.
|
|
|
@26364
|
15 years |
vboxsync |
Flush the PGM pool cache as we might have stale references to pages …
|
|
|
@26348
|
15 years |
vboxsync |
Must use VMMR3EmtRendezvous in PGMR3PhysFreeRamPages
|
|
|
@26338
|
15 years |
vboxsync |
AsyncCompletion: Introduce range locks to prevent concurrent access to …
|
|
|
@26334
|
15 years |
vboxsync |
AsyncCompletion: Fix a few bugs which could result in cache exceeding …
|
|
|
@26330
|
15 years |
vboxsync |
Introducing PGMR3PhysFreeRamPages
|
|
|
@26315
|
15 years |
vboxsync |
gcc false positive warning
|
|
|
@26303
|
15 years |
vboxsync |
PGMAllBth.h: warnings
|
|
|
@26302
|
15 years |
vboxsync |
SELMGC.cpp: warning.
|
|
|
@26296
|
15 years |
vboxsync |
more warnings.
|
|
|
@26282
|
15 years |
vboxsync |
another gcc warning
|
|
|
@26280
|
15 years |
vboxsync |
VMM: More warnings.
|
|
|
@26279
|
15 years |
vboxsync |
VMM: More warnings.
|
|
|
@26278
|
15 years |
vboxsync |
VMM: More warnings.
|
|
|
@26277
|
15 years |
vboxsync |
VMM: more RC/GC warnings - CSAMDoesPageNeedScanning and CSAMMarkPage …
|
|
|
@26274
|
15 years |
vboxsync |
VMM: more RC/GC warnings.
|
|
|
@26273
|
15 years |
vboxsync |
VMM: more RC/GC warnings.
|
|
|
@26272
|
15 years |
vboxsync |
VMM: more RC/GC warnings.
|
|
|
@26271
|
15 years |
vboxsync |
VMM: warnings. Changed PATMIsPatchGCAddr and CSAMIsKnownDangerousInstr …
|
|
|
@26270
|
15 years |
vboxsync |
VMMSwitcher.cpp: More warnings.
|
|
|
@26268
|
15 years |
vboxsync |
tstMicroRC.cpp: warning.
|
|
|
@26265
|
15 years |
vboxsync |
VMM: yet another one.
|
|
|
@26264
|
15 years |
vboxsync |
VMM: More warnings.
|
|
|
@26263
|
15 years |
vboxsync |
VMM: More warnings.
|
|
|
@26262
|
15 years |
vboxsync |
PGMAllPhys.cpp: warnings
|
|
|
@26261
|
15 years |
vboxsync |
PGMPool.cpp: Too more warnings.
|
|
|
@26260
|
15 years |
vboxsync |
EM: Corrected the pCliStatTree type.
|
|
|
@26259
|
15 years |
vboxsync |
PGMPhys.cpp: warnings
|
|
|
@26250
|
15 years |
vboxsync |
PDMR3LdrGetInterfaceSymbols: Fixed inverted assertion (gcc found it).
|
|
|
@26246
|
15 years |
vboxsync |
AsyncCompletion: Fix passthrough after cleanup, assertion and a …
|
|
|
@26242
|
15 years |
vboxsync |
Build fix
|
|
|
@26240
|
15 years |
vboxsync |
AsyncCompletion: Cleanup
|
|
|
@26234
|
15 years |
vboxsync |
Compile fix
|
|
|
@26233
|
15 years |
vboxsync |
Missing update for nested paging handler (r57224).
|
|
|
@26228
|
15 years |
vboxsync |
MMAll.cpp: another shot at the stupid gcc warning.
|
|
|
@26225
|
15 years |
vboxsync |
MMAll.cpp: Shut up gcc warning.
|
|
|
@26224
|
15 years |
vboxsync |
s/IN_RT_GC/IN_RT_RC/g
|
|
|
@26223
|
15 years |
vboxsync |
s/RuntimeGC/RuntimeRC/; s/DisasmGC/DisasmRC/; s/tstMicroGC/tstMicroRC/g
|
|
|
@26222
|
15 years |
vboxsync |
*.kmk: s/VBOXGC/VBoxRc/g; s/VBOXGCEXE/VBoxRcExe/g; +WERR
|
|
|
@26220
|
15 years |
vboxsync |
PDMLdr: fixed uninitialized rc.
|
|
|
@26218
|
15 years |
vboxsync |
*.kmk: Started renaming templated from all caps to CamelCase. At the …
|
|
|
@26214
|
15 years |
vboxsync |
emR3RemExecute: Must leave the REM lock before executing forced …
|
|
|
@26202
|
15 years |
vboxsync |
Broke up guest page fault and dirty page checking to avoid taking the …
|
|
|
@26194
|
15 years |
vboxsync |
Removed another redundant check
|
|
|
@26191
|
15 years |
vboxsync |
Redundant check removed
|
|
|
@26181
|
15 years |
vboxsync |
pdmacFileEpCacheDestroy: Fixed lock order issue, conflicted with …
|
|
|
@26180
|
15 years |
vboxsync |
*: The rest of the %V* format specifiers are history.
|
|
|
@26177
|
15 years |
vboxsync |
*: s/%Vuuid/%RTuuid/g; s/%Vrc/%Rrc/g
|
|
|
@26176
|
15 years |
vboxsync |
VBox/err.h,*: Use RT_SUCCESS/FAILURE instead of the VBOX variants, …
|
|
|
@26175
|
15 years |
vboxsync |
PDM: Ring-0 and raw-mode context driver helpers. Driver RC relcoations.
|
|
|
@26172
|
15 years |
vboxsync |
PDM: s/pCfgHandle/pCfg/g - part 1.
|
|
|
@26169
|
15 years |
vboxsync |
PDM: s/pDevHlp\(|R0|R3|RC\)/pHlp\1/g - PDMDEVINS.
|
|
|
@26168
|
15 years |
vboxsync |
PDM: s/pDrvHlp\(|R0|R3|RC\)/pHlp\1/g - PDMDRVINS.
|
|
|
@26166
|
15 years |
vboxsync |
PDM: s/szDriverName/szName/g - PDMDRVREG.
|
|
|
@26165
|
15 years |
vboxsync |
PDM: s/szDeviceName/szName/g - PDMDEVREG & PDMUSBREG.
|
|
|
@26164
|
15 years |
vboxsync |
PDM: Cleaning up device & USB device registration code.
|
|
|
@26163
|
15 years |
vboxsync |
PDM: s/pUsbReg/pReg/g (2nd try, backed out r57176)
|
|
|
@26162
|
15 years |
vboxsync |
PDM: s/pUsbReg/pReg/g
|
|
|
@26161
|
15 years |
vboxsync |
PDM: s/pDrvReg/pReg/g
|
|
|
@26160
|
15 years |
vboxsync |
PDM: s/pDevReg/pReg/g
|
|
|
@26159
|
15 years |
vboxsync |
PDMDevHlpR3: Added LdrGetR[C0]InterfaceSymbols.
|
|
|
@26158
|
15 years |
vboxsync |
TMR3UTCNow -> TMR3UtcNow + DevHlp.
|
|
|
@26157
|
15 years |
vboxsync |
PDMDEVHLPR3 cleanup; reduced the number of strict functions.
|
|
|
@26155
|
15 years |
vboxsync |
PDMLdr.cpp: Finished PDMR3LdrGetInterfaceSymbols.
|
|
|
@26153
|
15 years |
vboxsync |
build fix
|
|
|
@26152
|
15 years |
vboxsync |
VMM: pdm.h and @copydoc cleanups.
|
|
|
@26151
|
15 years |
vboxsync |
PDM: In the processes of adding PDMR3LdrGetInterface + DrvHlps & DevHlps.
|
|
|
@26150
|
15 years |
vboxsync |
PGM: Split out the inlined code from PGMInternal.h and into …
|
|
|
@26147
|
15 years |
vboxsync |
AsyncCompletion: Fix incorrect count of outstanding write tasks. Fixes …
|
|
|
@26146
|
15 years |
vboxsync |
Make sure we fall back to the recompiler if the VMM device heap is …
|
|
|
@26143
|
15 years |
vboxsync |
Introducing PDMVMMDevHeapIsEnabled
|
|
|