VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @29605   15 years vboxsync More logging
(edit) @29603   15 years vboxsync Flush all pending handy page operations before changing any shared …
(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) @29587   15 years vboxsync AsyncCompletion: Fix hang when closing the VM and flush the cache
(edit) @29577   15 years vboxsync Compile fix
(edit) @29576   15 years vboxsync Stats
(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) @29573   15 years vboxsync build fix
(edit) @29572   15 years vboxsync Logging
(edit) @29570   15 years vboxsync typo
(edit) @29566   15 years vboxsync Enabled page fusion code (feature itself is still disabled)
(edit) @29562   15 years vboxsync Fixes
(edit) @29561   15 years vboxsync VMMR0: Make sure to drag in RTOnce.
(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) @29521   15 years vboxsync PDM: Added PDMDevHlpCallR0 and PDMDEV_VALIDATE_CONFIG_RETURN.
(edit) @29510   15 years vboxsync Deal with freed shared pages
(edit) @29509   15 years vboxsync More logging
(edit) @29496   15 years vboxsync AsyncCompletion: Log requests which take longer than 10 seconds
(edit) @29483   15 years vboxsync Missing insert
(edit) @29482   15 years vboxsync More logging
(edit) @29478   15 years vboxsync Missing cleanup
(edit) @29474   15 years vboxsync AsyncCompletion: Fix assertion
(edit) @29468   15 years vboxsync Split up
(edit) @29466   15 years vboxsync AsyncCompletion: Fix for I/O hangs on OS X. Don't use …
(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) @29450   15 years vboxsync AsyncCompletion: Fix parameters for RTFileAioCtxWait
(edit) @29440   15 years vboxsync tstCompiler.cpp: init runtime
(edit) @29436   15 years vboxsync IOM: Profile all callbacks, don't bother count the as we can derive …
(edit) @29426   15 years vboxsync GCC complaining about missing newline
(edit) @29424   15 years vboxsync Shared paging updates
(edit) @29418   15 years vboxsync Stats
(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) @29411   15 years vboxsync Reversed parameters
(edit) @29409   15 years vboxsync More logging
(edit) @29408   15 years vboxsync More logging
(edit) @29402   15 years vboxsync Don't fail when there's nothing to do
(edit) @29401   15 years vboxsync Size correction (again)
(edit) @29400   15 years vboxsync More useful assertion
(edit) @29399   15 years vboxsync Incorrect size
(edit) @29397   15 years vboxsync Different log group
(edit) @29349   15 years vboxsync More loggig
(edit) @29342   15 years vboxsync Missing dependency
(edit) @29329   15 years vboxsync removed VBOX_WITH_VMI
(edit) @29323   15 years vboxsync Alignment
(edit) @29319   15 years vboxsync Make PGMR3PhysChangeMemBalloon return VERR_NOT_IMPLEMENTED on hosts …
(edit) @29308   15 years vboxsync Shared paging updates
(edit) @29303   15 years vboxsync Clear the tracking data of pages we're going to reactivate.
(edit) @29302   15 years vboxsync Clear tracking data too
(edit) @29301   15 years vboxsync Clear/reset page properties correctly
(edit) @29297   15 years vboxsync Same goes for map/unmap
(edit) @29296   15 years vboxsync Set the clear flag on all VCPUs
(edit) @29295   15 years vboxsync Backed out 61381: deadlock danger
(edit) @29294   15 years vboxsync Clear the pgm pool immediately
(edit) @29293   15 years vboxsync MMIORegister/Deregister: Force a PGM pool flush as guest ram …
(edit) @29287   15 years vboxsync Corrected assertion
(edit) @29259   15 years vboxsync PGMR0DynMap.cpp: build fix
(edit) @29250   15 years vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @29228   15 years vboxsync AsyncCompletion: Fake success if async flushes are not supported or we …
(edit) @29223   15 years vboxsync Forgotten ifdefs
(edit) @29222   15 years vboxsync Shared paging updates
(edit) @29217   15 years vboxsync Shared paging updates
(edit) @29215   15 years vboxsync AsyncCompletion: Alignment again
(edit) @29209   15 years vboxsync More shared paging updates
(edit) @29203   15 years vboxsync build fix
(edit) @29201   15 years vboxsync Shared paging updates
(edit) @29168   15 years vboxsync Shared paging updates
(edit) @29155   15 years vboxsync Alignment fixes
(edit) @29154   15 years vboxsync AsyncCompletion: Do not migrate endpoints if for certain errors which …
(edit) @29152   15 years vboxsync PDMAsyncCompletionFileInternal.h: Cause compile time errors on …
(edit) @29145   15 years vboxsync AsyncCompletion: Really fix alignment
(edit) @29138   15 years vboxsync Shared paging updates
(edit) @29127   15 years vboxsync Alignment
(edit) @29124   15 years vboxsync AsyncCompletion: Fix assertion
(edit) @29121   15 years vboxsync AsyncCompletion/Cache: Allow more than one active flush at the same …
(edit) @29091   15 years vboxsync More updates
(edit) @29086   15 years vboxsync Some shared paging updates
(edit) @29032   15 years vboxsync wording
(edit) @29029   15 years vboxsync AsyncCompletion: Only reopen files on Windows. It is the only host …
(edit) @29024   15 years vboxsync Shared paging updates
(edit) @28986   15 years vboxsync Updates
(edit) @28976   15 years vboxsync Removed wrong comment
(edit) @28975   15 years vboxsync Only from EMT
(edit) @28974   15 years vboxsync Dump GMM stats on PGMR3PhysAllocateHandyPages failure.
(edit) @28947   15 years vboxsync AsyncCompletion: Fix an I/O hang after the manager grew. The I/O …
(edit) @28942   15 years vboxsync Check GVM and GVMCPU as well (!)
(edit) @28936   15 years vboxsync Drop the rc check; always flush the tlb
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