VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @28884   15 years vboxsync AsyncCompletion: Restart incomplete transfers to get the exact error code
(edit) @28862   15 years vboxsync Test fix for pgm pool gurus with smp guests
(edit) @28853   15 years vboxsync PDMR3AsyncCompletionTemplateCreateDriver,PDMDRVHLP::pfnAsyncCompletionT …
(edit) @28840   15 years vboxsync Flip RW bit for EPT pages as well.
(edit) @28834   15 years vboxsync PAT: the default value should be 0x0007040600070406ULL, but we want to …
(edit) @28812   15 years vboxsync Paranoia
(edit) @28806   15 years vboxsync Page sharing updates
(edit) @28801   15 years vboxsync VMM: Added PDMR3QueryDriverOnLun for finding a driver by name.
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28793   15 years vboxsync #ifdef VBOX_WITH_PAGE_SHARING
(edit) @28791   15 years vboxsync VBOX_WITH_PAGE_SHARING
(edit) @28777   15 years vboxsync iprt: added CachePolicy parameter to RTR0MemObjEnterPhys()
(edit) @28771   15 years vboxsync nits
(edit) @28754   15 years vboxsync Backed out 60634
(edit) @28753   15 years vboxsync Don't set X86_PDPE_NX in the fake PML4E or PDPTE.
(edit) @28752   15 years vboxsync Always overwrite old PML4E or PDPTE.
(edit) @28750   15 years vboxsync Mask away the page offset
(edit) @28749   15 years vboxsync Logging fix
(edit) @28719   15 years vboxsync AsyncCompletion: Increase the maximum number of requests the I/O …
(edit) @28712   15 years vboxsync VMMR0.def: Forgot to rename one place.
(edit) @28711   15 years vboxsync IntNet,++: Implemented sending frames in ring-0 (disabled).
(edit) @28706   15 years vboxsync IntNet: Moved the instance pointer from VMMR0.cpp to SrvIntNetR0.cpp …
(edit) @28656   15 years vboxsync pgmPoolTrackPhysExtDerefGCPhys needs to check the PTE index as well in …
(edit) @28652   15 years vboxsync Logging update
(edit) @28648   15 years vboxsync More logging
(edit) @28643   15 years vboxsync Typo
(edit) @28639   15 years vboxsync Keep track of page table entry indices and deal with multiple physical …
(edit) @28578   15 years vboxsync I/O cache: Don't complete tasks while the R/W semaphore of the cache …
(edit) @28563   15 years vboxsync EMMAll: typo
(edit) @28460   15 years vboxsync Don't catch cr8 writes by default for nested paging
(edit) @28458   15 years vboxsync Cleared entire page table entry
(edit) @28439   15 years vboxsync attempt to fix win-dbg
(edit) @28434   15 years vboxsync *: whitespace cleanups by scm and two manually picked nits.
(edit) @28428   15 years vboxsync build fix.
(edit) @28426   15 years vboxsync Added PDMDRVHLP::pfnCallR0 / PDMDrvHlpCallR0 / PFNPDMDRVREQHANDLERR0 …
(edit) @28425   15 years vboxsync Added PDMDRVHLP::pfnCallR0 / PDMDrvHlpCallR0 / PFNPDMDRVREQHANDLERR0 …
(edit) @28423   15 years vboxsync Compile fix
(edit) @28422   15 years vboxsync Shared paging updates
(edit) @28421   15 years vboxsync OSE fix
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