VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMR0/GMMR0.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @37214   14 years vboxsync GMMR0: Added a dedicated for empty chunks.
(edit) @37213   14 years vboxsync GMMR0: Harmless changes, I hope.
(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) @36984   14 years vboxsync GMMR0: Yield the mutex during cleanup since it may take quite a while …
(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) @36910   14 years vboxsync PGMInternal.h: Cleaning up page macros before making further changes.
(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) @35917   14 years vboxsync VMM/VMMR0/GMMR0: typo in logging.
(edit) @35914   14 years vboxsync VMM/VMMR0/GMMR0: logging.
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @32431   14 years vboxsync scm cleanup
(edit) @31383   14 years vboxsync Fixed incorrect global module unregistration in the win64 case.
(edit) @31367   14 years vboxsync Compile fix
(edit) @31366   14 years vboxsync Restored old mutex grab code
(edit) @31350   14 years vboxsync Rearranged mutex and preemption disabling order.
(edit) @30902   14 years vboxsync GMMR0.cpp: Added log statements for some VERR_PGM_PHYS_INVALID_PAGE_ID …
(edit) @30860   14 years vboxsync GMMR0.cpp: fixed impossible leak in GMMR0SeekChunk. nits.
(edit) @30790   15 years vboxsync Pass back error
(edit) @30783   15 years vboxsync Rewrote shared page handling to be more fault tolerant.
(edit) @30769   15 years vboxsync Some extra checks
(edit) @30766   15 years vboxsync No need to flush the handy pages immediately after copy-on-write for a …
(edit) @30757   15 years vboxsync Comment
(edit) @30727   15 years vboxsync Wrong parameter and obsolete assertion
(edit) @30664   15 years vboxsync PGMR3SharedModuleCheckAll is executed async, so this doesn't work at all
(edit) @30660   15 years vboxsync Very annoying to return informational codes without hitting …
(edit) @30656   15 years vboxsync Missing init
(edit) @30650   15 years vboxsync Attempt nr 2 to reinit page fusion after VM restore
(edit) @30646   15 years vboxsync Reregister all shared modules after VM restore
(edit) @30604   15 years vboxsync Refined check
(edit) @30602   15 years vboxsync Wrong check when inflating balloon during state restore.
(edit) @30488   15 years vboxsync Debug code to find duplicate pages
(edit) @30373   15 years vboxsync Logging change
(edit) @30285   15 years vboxsync Clean up balloon statistics in case the VM process crashed.
(edit) @30237   15 years vboxsync Make sure GMMR0MapUnmapChunk can deal with calls from non-EMT threads.
(edit) @30203   15 years vboxsync VMM/GMMR0: On Solaris, use legacy alloc for 32-bit (public #6899).
(edit) @30027   15 years vboxsync Deal with different load addresses of shared modules
(edit) @29983   15 years vboxsync Align size
(edit) @29980   15 years vboxsync Check by module name and version for win64 guests as it's unlikely two …
(edit) @29741   15 years vboxsync Renamed PGMR0SharedModuleCheckRegion
(edit) @29639   15 years vboxsync Missing stats adjustment
(edit) @29620   15 years vboxsync Statistics for shared pages
(edit) @29613   15 years vboxsync Pass back return code in the request packet to preserve informational …
(edit) @29605   15 years vboxsync More logging
(edit) @29601   15 years vboxsync Corrected assertion
(edit) @29600   15 years vboxsync Fix
(edit) @29597   15 years vboxsync Logging updates
(edit) @29596   15 years vboxsync Logging
(edit) @29575   15 years vboxsync The ring-3 chunk cache can be out of sync; don't fail.
(edit) @29574   15 years vboxsync Cast problems (?)
(edit) @29572   15 years vboxsync Logging
(edit) @29557   15 years vboxsync Proper debug logging
(edit) @29554   15 years vboxsync More logging
(edit) @29553   15 years vboxsync Proper cleanup
(edit) @29551   15 years vboxsync Rewrote previous accounting fix
(edit) @29548   15 years vboxsync More loggign
(edit) @29546   15 years vboxsync Fixed accounting for shared pages
(edit) @29510   15 years vboxsync Deal with freed shared pages
(edit) @29509   15 years vboxsync More logging
(edit) @29483   15 years vboxsync Missing insert
(edit) @29482   15 years vboxsync More logging
(edit) @29478   15 years vboxsync Missing cleanup
(edit) @29458   15 years vboxsync Backed out 61583
(edit) @29457   15 years vboxsync Updates for proper log flushing
(edit) @29456   15 years vboxsync Logging
(edit) @29426   15 years vboxsync GCC complaining about missing newline
(edit) @29424   15 years vboxsync Shared paging updates
(edit) @29417   15 years vboxsync Keep track of statistics
(edit) @29416   15 years vboxsync Wrong assertion
(edit) @29415   15 years vboxsync Better assertion
(edit) @29414   15 years vboxsync Fixes
(edit) @29409   15 years vboxsync More logging
(edit) @29308   15 years vboxsync Shared paging updates
(edit) @29250   15 years vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @29223   15 years vboxsync Forgotten ifdefs
(edit) @29222   15 years vboxsync Shared paging updates
(edit) @29217   15 years vboxsync Shared paging updates
(edit) @29209   15 years vboxsync More shared paging updates
(edit) @29201   15 years vboxsync Shared paging updates
(edit) @29168   15 years vboxsync Shared paging updates
(edit) @29138   15 years vboxsync Shared paging updates
(edit) @29091   15 years vboxsync More updates
(edit) @29024   15 years vboxsync Shared paging updates
(edit) @28986   15 years vboxsync Updates
(edit) @28974   15 years vboxsync Dump GMM stats on PGMR3PhysAllocateHandyPages failure.
(edit) @28806   15 years vboxsync Page sharing updates
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28434   15 years vboxsync *: whitespace cleanups by scm and two manually picked nits.
(edit) @28423   15 years vboxsync Compile fix
(edit) @28422   15 years vboxsync Shared paging updates
(edit) @28043   15 years vboxsync Wrong unit
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