|
|
@38685
|
13 年 |
vboxsync |
HM: some file headers
|
|
|
@38684
|
13 年 |
vboxsync |
HM: some file headers
|
|
|
@38683
|
13 年 |
vboxsync |
HM: renamed some internal functions.
|
|
|
@38677
|
13 年 |
vboxsync |
IOM: MMIO instruction interpreter bug fixes.
|
|
|
@38577
|
13 年 |
vboxsync |
VMM/HWVMXR0: disabled annoying assertion
|
|
|
@38536
|
13 年 |
vboxsync |
vmm: fix INVALID_ARGUMENT guru on insufficient memory (fix page …
|
|
|
@38243
|
13 年 |
vboxsync |
HWACCM/SVM: Fix running 64bit guests on AMD E-350 CPUs. The DPL field …
|
|
|
@38072
|
13 年 |
vboxsync |
GMMR0.cpp: Fixed fast mutex leak in GMMR0Term.
|
|
|
@37955
|
13 年 |
vboxsync |
Moved VBox/x86.h/mac to iprt/x86.h/mac.
|
|
|
@37950
|
13 年 |
vboxsync |
PGMR0.cpp: Add a VBOX_STRICT around the loop, just in case.
|
|
|
@37805
|
13 年 |
vboxsync |
GMMR0: cleanup
|
|
|
@37804
|
13 年 |
vboxsync |
GMMR0: Reset the page descriptors when bailing out on a allocation failure.
|
|
|
@37803
|
13 年 |
vboxsync |
GMM: Don't ignore the status code of the update loop. PGM: Initialize …
|
|
|
@37584
|
13 年 |
vboxsync |
VMM: Check for VMCPU_FF_PDM_CRITSECT in R0 and RC.
|
|
|
@37582
|
13 年 |
vboxsync |
PDMCritSect: Fixed PDMCritSectIsOwner[Ex] returning true in …
|
|
|
@37465
|
13 年 |
vboxsync |
build fix
|
|
|
@37462
|
13 年 |
vboxsync |
Assert compile time sanity.
|
|
|
@37454
|
13 年 |
vboxsync |
build fix
|
|
|
@37452
|
13 年 |
vboxsync |
IOM,PDMCritSect: Extended PDMCritSectEnter to handle …
|
|
|
@37414
|
13 年 |
vboxsync |
TM: Added TMTimerLock, TMTimerUnlock and TMTimerIsLockOwner for …
|
|
|
@37410
|
13 年 |
vboxsync |
VMM,SUPDrv: Created DBGFTrace.
|
|
|
@37386
|
14 年 |
vboxsync |
VMM/HM: more paranoid poking code.
|
|
|
@37354
|
14 年 |
vboxsync |
PGM: Fixed locking issues in PGMR3PhysMMIORegister and …
|
|
|
@37323
|
14 年 |
vboxsync |
build fix and some prefix cleanup.
|
|
|
@37321
|
14 年 |
vboxsync |
build fix
|
|
|
@37320
|
14 年 |
vboxsync |
HWACCM: Slowly shortening it to 'HM' (too much uppercase typing for …
|
|
|
@37319
|
14 年 |
vboxsync |
HWACCM: Use RTOnce to serialize the enabling so that no CPU can start …
|
|
|
@37298
|
14 年 |
vboxsync |
HWACCM: Added todo on race in HWACCMR0EnableAllCpus. Hide dummy methods.
|
|
|
@37251
|
14 年 |
vboxsync |
GMMR0: Removed unused code and moved some functions around.
|
|
|
@37250
|
14 年 |
vboxsync |
GMMR0: Unused variable.
|
|
|
@37248
|
14 年 |
vboxsync |
GMMR0: Rewrote the allocator.
|
|
|
@37247
|
14 年 |
vboxsync |
GMMR0: Rewrote the allocator.
|
|
|
@37242
|
14 年 |
vboxsync |
GMMR0: Keep the free bound-mode memory in the GVM instead of in GMM.
|
|
|
@37231
|
14 年 |
vboxsync |
HWACCMR0: Fixed bug in HWACCMR0EnableAllCpus, the current CPU is …
|
|
|
@37228
|
14 年 |
vboxsync |
SUPDrv,VMM,VBoxDD*: Implemented native loading of the angnostic …
|
|
|
@37227
|
14 年 |
vboxsync |
VMMR0JmpA-amd64.asm: Don't reference unused symbol.
|
|
|
@37214
|
14 年 |
vboxsync |
GMMR0: Added a dedicated for empty chunks.
|
|
|
@37213
|
14 年 |
vboxsync |
GMMR0: Harmless changes, I hope.
|
|
|
@37212
|
14 年 |
vboxsync |
Some ASMAtomic*Size elimiation.
|
|
|
@37206
|
14 年 |
vboxsync |
GMMR0: Simplified the cleanup, let the VMs work in parallel since. …
|
|
|
@37203
|
14 年 |
vboxsync |
GMMR0: Try reduce chunk lock contention.
|
|
|
@37195
|
14 年 |
vboxsync |
GMMR0: Set list selection function (no real change)
|
|
|
@37193
|
14 年 |
vboxsync |
GMMR0: Use the GMMCHUNK::fFlags field to indicate large pages - saves …
|
|
|
@37192
|
14 年 |
vboxsync |
GMMR0: Use chunk level locking to avoid having to hold the giant GMM …
|
|
|
@37178
|
14 年 |
vboxsync |
GMMR0: Leave the GMM lock when mapping a chunk into user space, it's …
|
|
|
@37153
|
14 年 |
vboxsync |
GMMR0.cpp: Some cleanup.
|
|
|
@37062
|
14 年 |
vboxsync |
VMM: Support for online/offlining of CPUs.
|
|
|
@36988
|
14 年 |
vboxsync |
GVMMR0: Increased the maximum number of VMs from 1024 to 8192 on …
|
|
|
@36984
|
14 年 |
vboxsync |
GMMR0: Yield the mutex during cleanup since it may take quite a while …
|
|
|
@36983
|
14 年 |
vboxsync |
nit
|
|
|
@36970
|
14 年 |
vboxsync |
GMM: Adjusted the mapping array allocation 'strategy' to conserve …
|
|
|
@36944
|
14 年 |
vboxsync |
VBox/param.h: Bumped the max RAM limit up to 2TB on 64-bit hosts (was …
|
|
|
@36913
|
14 年 |
vboxsync |
gcc-4.6 -Werror=int-to-pointer-cast fixes
|
|
|
@36910
|
14 年 |
vboxsync |
PGMInternal.h: Cleaning up page macros before making further changes.
|
|
|
@36891
|
14 年 |
vboxsync |
PGM: Put a TLB in front of the RAM ranges to speed up lookup (disabled).
|
|
|
@36858
|
14 年 |
vboxsync |
build fix.
|
|
|
@36857
|
14 年 |
vboxsync |
IEM: bsf, bsr, bt, btc, bts, btr and leave. Some cleaning up.
|
|
|
@36643
|
14 年 |
vboxsync |
HWVMXR0.cpp: probably a workaround for a REM bug.
|
|
|
@36641
|
14 年 |
vboxsync |
VMX: Do not mangle 16-bit TR into 32-bit one.
|
|
|
@36448
|
14 年 |
vboxsync |
PCI: refactoring, further IOMMU work
|
|
|
@36441
|
14 年 |
vboxsync |
VMM: Sketched out where to do the initial I/O MMU setup. This adds a …
|
|
|
@36427
|
14 年 |
vboxsync |
updated sketches a bit.
|
|
|
@36400
|
14 年 |
vboxsync |
PCI: work on IOMMU notifications
|
|
|
@36329
|
14 年 |
vboxsync |
PCI: per-VM initialization (for IOMMU domains)
|
|
|
@36256
|
14 年 |
vboxsync |
hwaccmR0InitCpu: SUPR0Printf can hang solaris systems when done from …
|
|
|
@36245
|
14 年 |
vboxsync |
HWACCMR0: Replaced return code arrays used by RTMpOnAll operation with …
|
|
|
@36237
|
14 年 |
vboxsync |
HWACCMR0.cpp: Adding todos for 256 CPUs.
|
|
|
@36236
|
14 年 |
vboxsync |
HWACCMR0: CPU bounds check. CPUMR0: updated message.
|
|
|
@36235
|
14 年 |
vboxsync |
GVMMR0.cpp: bound check when copying out statistics.
|
|
|
@36234
|
14 年 |
vboxsync |
CPUMR0.cpp: Stay within the bounds of g_aLApics; safely bail out of …
|
|
|
@36196
|
14 年 |
vboxsync |
VMM: don't die hard during PDPTR preloading (VT-x), try guru meditate …
|
|
|
@35959
|
14 年 |
vboxsync |
PCI: further R0/driver work
|
|
|
@35917
|
14 年 |
vboxsync |
VMM/VMMR0/GMMR0: typo in logging.
|
|
|
@35914
|
14 年 |
vboxsync |
VMM/VMMR0/GMMR0: logging.
|
|
|
@35902
|
14 年 |
vboxsync |
VMMR0.cpp: Added the IntNetR0Term call to ModuleInit that was missing …
|
|
|
@35885
|
14 年 |
vboxsync |
Main, VMM, vboxshell: more PCI work (persistent settings, logging, …
|
|
|
@35856
|
14 年 |
vboxsync |
typo
|
|
|
@35855
|
14 年 |
vboxsync |
PCI: start of driver communication infrastructure
|
|
|
@35810
|
14 年 |
vboxsync |
VMM: Replace most VERR_VERSION_MISMATCH by more specific error …
|
|
|
@35738
|
14 年 |
vboxsync |
r=bird: Clean up of r69600 (PCIRAW), left a few review notes behind.
|
|
|
@35676
|
14 年 |
vboxsync |
Main, VMM: PCI passthrough work
|
|
|
@35358
|
14 年 |
vboxsync |
backed out 69217
|
|
|
@35357
|
14 年 |
vboxsync |
VMM, Main: PCI passthrough work
|
|
|
@35346
|
14 年 |
vboxsync |
VMM reorg: Moving the public include files from include/VBox to …
|
|
|
@35334
|
14 年 |
vboxsync |
build fix.
|
|
|
@35333
|
14 年 |
vboxsync |
VMM source reorg.
|
|
|
@35298
|
14 年 |
vboxsync |
VMM: fix linking dependencies for VBoxDD*R?.r? on Solaris/FreeBSD
|
|
|
@35023
|
14 年 |
vboxsync |
Introduce sane upper and lower limits for the preemption timer
|
|
|
@35005
|
14 年 |
vboxsync |
Fixed massive performance regression for nested paging with 32-bit SMP …
|
|
|
@34998
|
14 年 |
vboxsync |
Fixed FreeBSD 8.1 boot hang for unrestricted guest execution with VT-x
|
|
|
@34958
|
14 年 |
vboxsync |
Backed out 68777: previous code was safe
|
|
|
@34957
|
14 年 |
vboxsync |
Recommit 68775
|
|
|
@34956
|
14 年 |
vboxsync |
Compile problem; postpone
|
|
|
@34955
|
14 年 |
vboxsync |
Can't load a minimal state if we were rescheduled to a new cpu (!!)
|
|
|
@34184
|
14 年 |
vboxsync |
doc adj.
|
|
|
@34020
|
14 年 |
vboxsync |
VMMR0/TRPMR0.cpp: use a 64-bit gate descriptor on 64-bit hosts (cleans …
|
|
|
@33938
|
14 年 |
vboxsync |
removed logging
|
|
|
@33936
|
14 年 |
vboxsync |
build fix
|
|
|
@33935
|
14 年 |
vboxsync |
VMM: mask all Local APIC interrupt vectors which are set up to NMI …
|
|
|
@33799
|
14 年 |
vboxsync |
PDM: Added DevHelps to query virtual time without requiring a timer.
|
|
|