VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @58126   9 年 vboxsync VMM: Fixed almost all the Doxygen warnings.
(edit) @58123   9 年 vboxsync VMM: Made @param pVCpu more uniform and to the point.
(edit) @58122   9 年 vboxsync VMM: Made @param pVM more uniform and to the point.
(edit) @58116   9 年 vboxsync VMM: Doxygen fixes.
(edit) @57858   9 年 vboxsync VMM: warnings.
(edit) @57857   9 年 vboxsync VMM: unused parameter warnings.
(edit) @57567   9 年 vboxsync VMM: unused var.
(edit) @57358   9 年 vboxsync *: scm cleanup run.
(edit) @57006   9 年 vboxsync VMM,*: Annotated format strings in the VMM APIs and dealt with the fallout.
(edit) @56985   9 年 vboxsync VMM: Log and assertion formatting fixes.
(edit) @56287   9 年 vboxsync VMM: Updated (C) year.
(edit) @51940   10 年 vboxsync GMMR0: Switched from fast mutex to critical section for the giant …
(edit) @49789   11 年 vboxsync VMM: don't ignore the error code of RTAvl*DoWithAll() if the callback …
(edit) @49481   11 年 vboxsync VMM: Warnings.
(edit) @44716   12 年 vboxsync GMMR0: Adjusting the allocation strategy to go look for foreign memory …
(edit) @44528   12 年 vboxsync header (C) fixes
(edit) @44442   12 年 vboxsync GMMR0.cpp: Fixed sparse allocation of chunk IDs spotted by Frank …
(edit) @43235   12 年 vboxsync GMMR0.cpp: Fixed bug in GMMR0CleanupVM/gmmR0CleanupVMScanChunk …
(edit) @43047   12 年 vboxsync VMM: Must flush changes pending in the handy page array before freeing …
(edit) @43045   12 年 vboxsync PGM: Employ the 4 unused PGMPHYSPAGE bits for checksumming shared …
(edit) @42976   12 年 vboxsync GMMR0.cpp: duh.
(edit) @41965   12 年 vboxsync VMM: ran scm. Mostly svn:keywords changes (adding Revision).
(edit) @41776   12 年 vboxsync doxygen comments.
(edit) @41774   12 年 vboxsync bugref..
(edit) @40237   13 年 vboxsync VMMR0/GMMR0: mac-dbg build fix
(edit) @40228   13 年 vboxsync GMM: build fix.
(edit) @40226   13 年 vboxsync GMM: Checksum shared pages in strict builds.
(edit) @40054   13 年 vboxsync VMM,VMMDev: Page sharing cleanup.
(edit) @40006   13 年 vboxsync build fix.
(edit) @40005   13 年 vboxsync More GMM stats. Added todo regarding GMMR0SharedModuleCheckPage assertion.
(edit) @39920   13 年 vboxsync GMM/PageFusion: Some cleanups (elimiated gotos) and more detailed …
(edit) @39917   13 年 vboxsync STAM,GMM,VBoxDbg: Adding GMM statistics (at last). Introduces …
(edit) @39909   13 年 vboxsync too long lines.
(edit) @39745   13 年 vboxsync Check some more out of memory statuses.
(edit) @39515   13 年 vboxsync *: Use RTLISTANCHOR.
(edit) @39402   13 年 vboxsync VMM: don't use generic IPE status codes, use specific ones. Part 1.
(edit) @39084   13 年 vboxsync VMM: -Wunused-parameter on mac.
(edit) @39078   13 年 vboxsync VMM: -Wunused-parameter
(edit) @39039   13 年 vboxsync VMM: -W4 warnings (MSC).
(edit) @39038   13 年 vboxsync VMM: -W4 warnings (MSC).
(edit) @39034   13 年 vboxsync VMM,INTNET: Addressing unused variable warnings.
(edit) @38536   13 年 vboxsync vmm: fix INVALID_ARGUMENT guru on insufficient memory (fix page …
(edit) @38072   13 年 vboxsync GMMR0.cpp: Fixed fast mutex leak in GMMR0Term.
(edit) @37805   13 年 vboxsync GMMR0: cleanup
(edit) @37804   13 年 vboxsync GMMR0: Reset the page descriptors when bailing out on a allocation failure.
(edit) @37803   13 年 vboxsync GMM: Don't ignore the status code of the update loop. PGM: Initialize …
(edit) @37251   14 年 vboxsync GMMR0: Removed unused code and moved some functions around.
(edit) @37250   14 年 vboxsync GMMR0: Unused variable.
(edit) @37247   14 年 vboxsync GMMR0: Rewrote the allocator.
(edit) @37242   14 年 vboxsync GMMR0: Keep the free bound-mode memory in the GVM instead of in GMM.
(edit) @37214   14 年 vboxsync GMMR0: Added a dedicated for empty chunks.
(edit) @37213   14 年 vboxsync GMMR0: Harmless changes, I hope.
(edit) @37206   14 年 vboxsync GMMR0: Simplified the cleanup, let the VMs work in parallel since. …
(edit) @37203   14 年 vboxsync GMMR0: Try reduce chunk lock contention.
(edit) @37195   14 年 vboxsync GMMR0: Set list selection function (no real change)
(edit) @37193   14 年 vboxsync GMMR0: Use the GMMCHUNK::fFlags field to indicate large pages - saves …
(edit) @37192   14 年 vboxsync GMMR0: Use chunk level locking to avoid having to hold the giant GMM …
(edit) @37178   14 年 vboxsync GMMR0: Leave the GMM lock when mapping a chunk into user space, it's …
(edit) @37153   14 年 vboxsync GMMR0.cpp: Some cleanup.
(edit) @36984   14 年 vboxsync GMMR0: Yield the mutex during cleanup since it may take quite a while …
(edit) @36970   14 年 vboxsync GMM: Adjusted the mapping array allocation 'strategy' to conserve …
(edit) @36944   14 年 vboxsync VBox/param.h: Bumped the max RAM limit up to 2TB on 64-bit hosts (was …
(edit) @36910   14 年 vboxsync PGMInternal.h: Cleaning up page macros before making further changes.
(edit) @36441   14 年 vboxsync VMM: Sketched out where to do the initial I/O MMU setup. This adds a …
(edit) @36427   14 年 vboxsync updated sketches a bit.
(edit) @36400   14 年 vboxsync PCI: work on IOMMU notifications
(edit) @35917   14 年 vboxsync VMM/VMMR0/GMMR0: typo in logging.
(edit) @35914   14 年 vboxsync VMM/VMMR0/GMMR0: logging.
(edit) @35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @33540   14 年 vboxsync *: spelling fixes, thanks Timeless!
(edit) @32431   14 年 vboxsync scm cleanup
(edit) @31383   14 年 vboxsync Fixed incorrect global module unregistration in the win64 case.
(edit) @31367   14 年 vboxsync Compile fix
(edit) @31366   14 年 vboxsync Restored old mutex grab code
(edit) @31350   14 年 vboxsync Rearranged mutex and preemption disabling order.
(edit) @30902   14 年 vboxsync GMMR0.cpp: Added log statements for some VERR_PGM_PHYS_INVALID_PAGE_ID …
(edit) @30860   14 年 vboxsync GMMR0.cpp: fixed impossible leak in GMMR0SeekChunk. nits.
(edit) @30790   14 年 vboxsync Pass back error
(edit) @30783   14 年 vboxsync Rewrote shared page handling to be more fault tolerant.
(edit) @30769   14 年 vboxsync Some extra checks
(edit) @30766   14 年 vboxsync No need to flush the handy pages immediately after copy-on-write for a …
(edit) @30757   14 年 vboxsync Comment
(edit) @30727   14 年 vboxsync Wrong parameter and obsolete assertion
(edit) @30664   14 年 vboxsync PGMR3SharedModuleCheckAll is executed async, so this doesn't work at all
(edit) @30660   14 年 vboxsync Very annoying to return informational codes without hitting …
(edit) @30656   14 年 vboxsync Missing init
(edit) @30650   14 年 vboxsync Attempt nr 2 to reinit page fusion after VM restore
(edit) @30646   14 年 vboxsync Reregister all shared modules after VM restore
(edit) @30604   14 年 vboxsync Refined check
(edit) @30602   14 年 vboxsync Wrong check when inflating balloon during state restore.
(edit) @30488   14 年 vboxsync Debug code to find duplicate pages
(edit) @30373   14 年 vboxsync Logging change
(edit) @30285   14 年 vboxsync Clean up balloon statistics in case the VM process crashed.
(edit) @30237   14 年 vboxsync Make sure GMMR0MapUnmapChunk can deal with calls from non-EMT threads.
(edit) @30203   14 年 vboxsync VMM/GMMR0: On Solaris, use legacy alloc for 32-bit (public #6899).
(edit) @30027   15 年 vboxsync Deal with different load addresses of shared modules
(edit) @29983   15 年 vboxsync Align size
(edit) @29980   15 年 vboxsync Check by module name and version for win64 guests as it's unlikely two …
(edit) @29741   15 年 vboxsync Renamed PGMR0SharedModuleCheckRegion
(edit) @29639   15 年 vboxsync Missing stats adjustment
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette