VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @37836   13 years vboxsync VMM: typo.
(edit) @37818   13 years vboxsync Fix logging from R0
(edit) @37812   13 years vboxsync VMM: LogRel on VERR_PDM_DEVICE_NOT_FOUND
(edit) @37805   13 years vboxsync GMMR0: cleanup
(edit) @37804   13 years vboxsync GMMR0: Reset the page descriptors when bailing out on a allocation failure.
(edit) @37803   13 years vboxsync GMM: Don't ignore the status code of the update loop. PGM: Initialize …
(edit) @37794   13 years vboxsync more PCI passthrough fixes
(edit) @37731   13 years vboxsync EMRemLock: Better assertions.
(edit) @37702   13 years vboxsync REM/VMM: Don't flush the TLB if you don't hold the EM/REM lock, some …
(edit) @37699   13 years vboxsync VBOX_WITH_R0_LOGGING: build fix
(edit) @37597   13 years vboxsync darwin build fix
(edit) @37596   13 years vboxsync *: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter …
(edit) @37595   13 years vboxsync build fix
(edit) @37591   13 years vboxsync RTLog,VMM,Main,SUPDrv: Restrict VM release logging by group - major …
(edit) @37584   13 years vboxsync VMM: Check for VMCPU_FF_PDM_CRITSECT in R0 and RC.
(edit) @37583   13 years vboxsync removed left over code
(edit) @37582   13 years vboxsync PDMCritSect: Fixed PDMCritSectIsOwner[Ex] returning true in …
(edit) @37581   13 years vboxsync VMM: does not depend on VBOX_SVN_REV
(edit) @37529   13 years vboxsync build fix
(edit) @37528   13 years vboxsync build fix
(edit) @37527   13 years vboxsync TM: Virtual sync timer locking fixes and assertions.
(edit) @37518   14 years vboxsync TM.cpp: Re-enabled assertion that triggered because of virtual sync …
(edit) @37517   14 years vboxsync TM: Simplified the virtual sync timers by requiring changes to be done …
(edit) @37475   14 years vboxsync DevAPIC: Locking reworking in progress.
(edit) @37467   14 years vboxsync IOM: Clean up locking now that all devices has its own CS.
(edit) @37466   14 years vboxsync VMM,Devices: Automatically use a per-device lock instead of the giant …
(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) @37443   14 years vboxsync PDM: Implemented the NOP critical section.
(edit) @37441   14 years vboxsync wrong file.
(edit) @37440   14 years vboxsync tm.h: Forgot the header changes relating to timer clock locking.
(edit) @37439   14 years vboxsync TMAllVirtual.cpp: Added some trace points.
(edit) @37426   14 years vboxsync IOMInline.h: Make sure we don't call PDMCritSectIsInitialized …
(edit) @37425   14 years vboxsync IOM: cleaning up in progress…
(edit) @37424   14 years vboxsync IOM: Moved the inline functions out of IOMInternal.h and into IOMInline.h.
(edit) @37423   14 years vboxsync Ran the source code massager (scm).
(edit) @37419   14 years vboxsync PDM/IPRT CritSect: Introduced the NOP critical section for simplifying …
(edit) @37418   14 years vboxsync Fixed a uninitialized variable in a PDM driver method used by VBoxBFE …
(edit) @37415   14 years vboxsync TM.cpp: Backed out previous revision (r72213) - the file was not …
(edit) @37414   14 years vboxsync TM: Added TMTimerLock, TMTimerUnlock and TMTimerIsLockOwner for …
(edit) @37411   14 years vboxsync VMM,SUPDrv: Created DBGFTrace.
(edit) @37410   14 years vboxsync VMM,SUPDrv: Created DBGFTrace.
(edit) @37389   14 years vboxsync HWACCMAll.cpp: Added todo for optimziating the poking a little bit.
(edit) @37387   14 years vboxsync VMM/HM: Drop assertion in hmR0PokeCpu that might be subject to traces …
(edit) @37386   14 years vboxsync VMM/HM: more paranoid poking code.
(edit) @37370   14 years vboxsync PGM: Disabled assertions, triggers on mac os x in …
(edit) @37362   14 years vboxsync PGMNotifyNxeChanged: Another try.
(edit) @37360   14 years vboxsync PGMPhysSimpleReadGCPtr: hrumpf.
(edit) @37358   14 years vboxsync PDM/TM: Implemented USB timers.
(edit) @37357   14 years vboxsync PGM: relax some assertion added earlier today so they'll survive reset …
(edit) @37355   14 years vboxsync build fix.
(edit) @37354   14 years vboxsync PGM: Fixed locking issues in PGMR3PhysMMIORegister and …
(edit) @37330   14 years vboxsync PDMBlkCache: Fix loading a saved state which has fewer saved entries …
(edit) @37324   14 years vboxsync TM,Devices: Fixed default critical section screwup and adjusted its …
(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) @37232   14 years vboxsync blank line
(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) @37211   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) @37187   14 years vboxsync typo fix
(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) @37137   14 years vboxsync Remvoed the non-PGM_USE_RAMRANGE_SEARCH_TREES code.
(edit) @37136   14 years vboxsync CPUM: Option to set Hypervisor Present bit.
(edit) @37133   14 years vboxsync CPUM,x86.h: Hypervisor present bit.
(edit) @37110   14 years vboxsync PGMSavedState.cpp: 2nd attempt at working around the PXE ROM issue …
(edit) @37107   14 years vboxsync PGMSavedState.cpp: Attempt at working around the PXE ROM issue when …
(edit) @37094   14 years vboxsync tabs
(edit) @37091   14 years vboxsync build fix
(edit) @37090   14 years vboxsync IEM: exception hacking…
(edit) @37085   14 years vboxsync IEM: xadd
(edit) @37084   14 years vboxsync IEM: xadd
(edit) @37079   14 years vboxsync IEM: Implemented the bare minimum of protected mode interrupt handling …
(edit) @37078   14 years vboxsync CPUM.cpp: Corrected initial FTW value.
(edit) @37072   14 years vboxsync PDMBlkCache: Commit dirty entries before suspending the cache to avoid …
(edit) @37062   14 years vboxsync VMM: Support for online/offlining of CPUs.
(edit) @37061   14 years vboxsync burn fix?
(edit) @37058   14 years vboxsync -> office
(edit) @37056   14 years vboxsync IEMAllAImpl.asm: BEGINCODE
(edit) @37045   14 years vboxsync Enable a few assertions temporary
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