VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @39745   13 years vboxsync Check some more out of memory statuses.
(edit) @39739   13 years vboxsync nits.
(edit) @39700   13 years vboxsync cleanup
(edit) @39515   13 years vboxsync *: Use RTLISTANCHOR.
(edit) @39405   13 years vboxsync VMM: Don't use generic IPE status codes, use specific ones. Part 2.
(edit) @39404   13 years vboxsync build fix
(edit) @39402   13 years vboxsync VMM: don't use generic IPE status codes, use specific ones. Part 1.
(edit) @39357   13 years vboxsync e1000: reverted r74918
(edit) @39344   13 years vboxsync e1000: move part of eth header instead of packet body (#4806)
(edit) @39332   13 years vboxsync e1000: fix for unresolved memmove on Windows
(edit) @39309   13 years vboxsync windows build fix./
(edit) @39303   13 years vboxsync VMCPUSET changes.
(edit) @39152   13 years vboxsync VMM: cleanups.
(edit) @39084   13 years vboxsync VMM: -Wunused-parameter on mac.
(edit) @39078   13 years vboxsync VMM: -Wunused-parameter
(edit) @39070   13 years vboxsync VMM,IPRT: -Wunused-function.
(edit) @39045   13 years vboxsync gcc build fix
(edit) @39039   13 years vboxsync VMM: -W4 warnings (MSC).
(edit) @39038   13 years vboxsync VMM: -W4 warnings (MSC).
(edit) @39034   13 years vboxsync VMM,INTNET: Addressing unused variable warnings.
(edit) @38954   13 years vboxsync VMMR0: Triple fault debugging hack proof of concept.
(edit) @38953   13 years vboxsync PGM: Attempt at fixing the VERR_MAP_FAILED during state save problem …
(edit) @38868   13 years vboxsync CPUMR0.cpp: Log more regarding local apic mapping.
(edit) @38816   13 years vboxsync HWSVMR0.cpp: Addendum to r73226 and #5666 - Since we update SS.DPL …
(edit) @38707   13 years vboxsync VMM/VT-x: Fix for PAE guests running on 32-bit hosts or 64-bit hosts …
(edit) @38685   13 years vboxsync HM: some file headers
(edit) @38684   13 years vboxsync HM: some file headers
(edit) @38683   13 years vboxsync HM: renamed some internal functions.
(edit) @38677   13 years vboxsync IOM: MMIO instruction interpreter bug fixes.
(edit) @38577   13 years vboxsync VMM/HWVMXR0: disabled annoying assertion
(edit) @38536   13 years vboxsync vmm: fix INVALID_ARGUMENT guru on insufficient memory (fix page …
(edit) @38243   13 years vboxsync HWACCM/SVM: Fix running 64bit guests on AMD E-350 CPUs. The DPL field …
(edit) @38072   13 years vboxsync GMMR0.cpp: Fixed fast mutex leak in GMMR0Term.
(edit) @37955   13 years vboxsync Moved VBox/x86.h/mac to iprt/x86.h/mac.
(edit) @37950   13 years vboxsync PGMR0.cpp: Add a VBOX_STRICT around the loop, just in case.
(edit) @37805   14 years vboxsync GMMR0: cleanup
(edit) @37804   14 years vboxsync GMMR0: Reset the page descriptors when bailing out on a allocation failure.
(edit) @37803   14 years vboxsync GMM: Don't ignore the status code of the update loop. PGM: Initialize …
(edit) @37584   14 years vboxsync VMM: Check for VMCPU_FF_PDM_CRITSECT in R0 and RC.
(edit) @37582   14 years vboxsync PDMCritSect: Fixed PDMCritSectIsOwner[Ex] returning true in …
(edit) @37465   14 years vboxsync build fix
(edit) @37462   14 years vboxsync Assert compile time sanity.
(edit) @37454   14 years vboxsync build fix
(edit) @37452   14 years vboxsync IOM,PDMCritSect: Extended PDMCritSectEnter to handle …
(edit) @37414   14 years vboxsync TM: Added TMTimerLock, TMTimerUnlock and TMTimerIsLockOwner for …
(edit) @37410   14 years vboxsync VMM,SUPDrv: Created DBGFTrace.
(edit) @37386   14 years vboxsync VMM/HM: more paranoid poking code.
(edit) @37354   14 years vboxsync PGM: Fixed locking issues in PGMR3PhysMMIORegister and …
(edit) @37323   14 years vboxsync build fix and some prefix cleanup.
(edit) @37321   14 years vboxsync build fix
(edit) @37320   14 years vboxsync HWACCM: Slowly shortening it to 'HM' (too much uppercase typing for …
(edit) @37319   14 years vboxsync HWACCM: Use RTOnce to serialize the enabling so that no CPU can start …
(edit) @37298   14 years vboxsync HWACCM: Added todo on race in HWACCMR0EnableAllCpus. Hide dummy methods.
(edit) @37251   14 years vboxsync GMMR0: Removed unused code and moved some functions around.
(edit) @37250   14 years vboxsync GMMR0: Unused variable.
(edit) @37248   14 years vboxsync GMMR0: Rewrote the allocator.
(edit) @37247   14 years vboxsync GMMR0: Rewrote the allocator.
(edit) @37242   14 years vboxsync GMMR0: Keep the free bound-mode memory in the GVM instead of in GMM.
(edit) @37231   14 years vboxsync HWACCMR0: Fixed bug in HWACCMR0EnableAllCpus, the current CPU is …
(edit) @37228   14 years vboxsync SUPDrv,VMM,VBoxDD*: Implemented native loading of the angnostic …
(edit) @37227   14 years vboxsync VMMR0JmpA-amd64.asm: Don't reference unused symbol.
(edit) @37214   14 years vboxsync GMMR0: Added a dedicated for empty chunks.
(edit) @37213   14 years vboxsync GMMR0: Harmless changes, I hope.
(edit) @37212   14 years vboxsync Some ASMAtomic*Size elimiation.
(edit) @37206   14 years vboxsync GMMR0: Simplified the cleanup, let the VMs work in parallel since. …
(edit) @37203   14 years vboxsync GMMR0: Try reduce chunk lock contention.
(edit) @37195   14 years vboxsync GMMR0: Set list selection function (no real change)
(edit) @37193   14 years vboxsync GMMR0: Use the GMMCHUNK::fFlags field to indicate large pages - saves …
(edit) @37192   14 years vboxsync GMMR0: Use chunk level locking to avoid having to hold the giant GMM …
(edit) @37178   14 years vboxsync GMMR0: Leave the GMM lock when mapping a chunk into user space, it's …
(edit) @37153   14 years vboxsync GMMR0.cpp: Some cleanup.
(edit) @37062   14 years vboxsync VMM: Support for online/offlining of CPUs.
(edit) @36988   14 years vboxsync GVMMR0: Increased the maximum number of VMs from 1024 to 8192 on …
(edit) @36984   14 years vboxsync GMMR0: Yield the mutex during cleanup since it may take quite a while …
(edit) @36983   14 years vboxsync nit
(edit) @36970   14 years vboxsync GMM: Adjusted the mapping array allocation 'strategy' to conserve …
(edit) @36944   14 years vboxsync VBox/param.h: Bumped the max RAM limit up to 2TB on 64-bit hosts (was …
(edit) @36913   14 years vboxsync gcc-4.6 -Werror=int-to-pointer-cast fixes
(edit) @36910   14 years vboxsync PGMInternal.h: Cleaning up page macros before making further changes.
(edit) @36891   14 years vboxsync PGM: Put a TLB in front of the RAM ranges to speed up lookup (disabled).
(edit) @36858   14 years vboxsync build fix.
(edit) @36857   14 years vboxsync IEM: bsf, bsr, bt, btc, bts, btr and leave. Some cleaning up.
(edit) @36643   14 years vboxsync HWVMXR0.cpp: probably a workaround for a REM bug.
(edit) @36641   14 years vboxsync VMX: Do not mangle 16-bit TR into 32-bit one.
(edit) @36448   14 years vboxsync PCI: refactoring, further IOMMU work
(edit) @36441   14 years vboxsync VMM: Sketched out where to do the initial I/O MMU setup. This adds a …
(edit) @36427   14 years vboxsync updated sketches a bit.
(edit) @36400   14 years vboxsync PCI: work on IOMMU notifications
(edit) @36329   14 years vboxsync PCI: per-VM initialization (for IOMMU domains)
(edit) @36256   14 years vboxsync hwaccmR0InitCpu: SUPR0Printf can hang solaris systems when done from …
(edit) @36245   14 years vboxsync HWACCMR0: Replaced return code arrays used by RTMpOnAll operation with …
(edit) @36237   14 years vboxsync HWACCMR0.cpp: Adding todos for 256 CPUs.
(edit) @36236   14 years vboxsync HWACCMR0: CPU bounds check. CPUMR0: updated message.
(edit) @36235   14 years vboxsync GVMMR0.cpp: bound check when copying out statistics.
(edit) @36234   14 years vboxsync CPUMR0.cpp: Stay within the bounds of g_aLApics; safely bail out of …
(edit) @36196   14 years vboxsync VMM: don't die hard during PDPTR preloading (VT-x), try guru meditate …
(edit) @35959   14 years vboxsync PCI: further R0/driver work
(edit) @35917   14 years vboxsync VMM/VMMR0/GMMR0: typo in logging.
(edit) @35914   14 years vboxsync VMM/VMMR0/GMMR0: logging.
(edit) @35902   14 years vboxsync VMMR0.cpp: Added the IntNetR0Term call to ModuleInit that was missing …
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