VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @22701   15 年 vboxsync Debug checking only in VBOX_STRICT mode.
(edit) @22698   15 年 vboxsync PGMPoolFlushPage must be called in an EMT.
(edit) @22696   15 年 vboxsync Removed debugging code
(edit) @22695   15 年 vboxsync Must flush pgm pool pages in PGMR3PhysGCPhys2CCPtrExternal to avoid …
(edit) @22605   15 年 vboxsync Corrected log statement
(edit) @22600   15 年 vboxsync Removed unnecessary EPT invlpg calls. Invalidate the page who's R/W …
(edit) @22537   15 年 vboxsync Another reason to flush.
(edit) @22533   15 年 vboxsync Don't change the fZeroed flag.
(edit) @22529   15 年 vboxsync Updated assertion
(edit) @22518   15 年 vboxsync Got rid of unnecessary assertiosn
(edit) @22513   15 年 vboxsync Compile fix
(edit) @22512   15 年 vboxsync More verbose assertions
(edit) @22510   15 年 vboxsync More statistics
(edit) @22507   15 年 vboxsync Cleaned up a bit
(edit) @22506   15 年 vboxsync Flush any monitored duplicates as we will disable write protection.
(edit) @22504   15 年 vboxsync Updates for dirty page management (disabled code)
(edit) @22474   15 年 vboxsync Compile fixes
(edit) @22473   15 年 vboxsync Disabled experiment with optimized dirty PTs.
(edit) @22349   15 年 vboxsync Make sure we don't kick out a page too quickly.
(edit) @22348   15 年 vboxsync Tweak the defaults a bit to prevent kicking out pages too quickly
(edit) @22343   15 年 vboxsync Attempt to detect full page table initialization early on.
(edit) @22337   15 年 vboxsync Reset modification counter for cache pgm pool page hits.
(edit) @22336   15 年 vboxsync Moved check for changed pgm pool page up.
(edit) @22332   15 年 vboxsync Rex and rep prefixes set in windows 7 x64.
(edit) @22331   15 年 vboxsync Deal with small memsets in 64 bits mode too (pgm pool access handler)
(edit) @20874   15 年 vboxsync VMMR0CallHost -> VMMRZCallRing3[NoCpu]; VMMCALLHOST -> VMMCALLRING3.
(edit) @20873   15 年 vboxsync VMMGCCallHost -> VMMRZCallRing3[NoCpu].
(edit) @20773   15 年 vboxsync pgmPoolAccessHandler: Disassemble with the pgm lock taken to avoid …
(edit) @20764   15 年 vboxsync More checks
(edit) @20763   15 年 vboxsync Paranoia
(edit) @20762   15 年 vboxsync More PGM locking
(edit) @20758   15 年 vboxsync Moved assertion. Could otherwise trigger with guest SMP
(edit) @20748   15 年 vboxsync PGMAllPool: assert msg.
(edit) @20665   15 年 vboxsync PGMAllPool.cpp: Use VMMR3EmtRendezvous to avoid whatever issue there …
(edit) @20530   15 年 vboxsync VMM: remove DISCPUSTATE from the stack.
(edit) @20489   15 年 vboxsync Corrected RTLogPrintf statements and removed weird LOG_ENABLED only code
(edit) @20487   15 年 vboxsync Misleading logging
(edit) @20374   16 年 vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20365   16 年 vboxsync VMM: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @20151   16 年 vboxsync Handle pgm pool flushes a bit differently.
(edit) @20140   16 年 vboxsync No need to inform all VCPUs about a pending pool flush. The current …
(edit) @20136   16 年 vboxsync Missing descriptions
(edit) @20135   16 年 vboxsync Prevent reuse of cached larged pages with different access attributes.
(edit) @20058   16 年 vboxsync Deal with pool pages being modified while we wait for the pgm lock in …
(edit) @19903   16 年 vboxsync Invalidation cleanup
(edit) @19872   16 年 vboxsync Cleaned up
(edit) @19869   16 年 vboxsync More flushes & assertions
(edit) @19833   16 年 vboxsync PGM_INVL_GUEST_TLBS -> PGM_INVL_VCPU_TLBS
(edit) @19808   16 年 vboxsync Invalidate is per VCPU.
(edit) @19795   16 年 vboxsync Extra assertion
(edit) @19794   16 年 vboxsync Cleaned up
(edit) @19792   16 年 vboxsync Atomic writes.
(edit) @19721   16 年 vboxsync Locking assertions
(edit) @19690   16 年 vboxsync More pgm pool locking.
(edit) @19680   16 年 vboxsync More locking
(edit) @19675   16 年 vboxsync Must acquire the pgm lock in pgm pool access handlers too.
(edit) @19674   16 年 vboxsync Use the pgm lock during pgmPoolAlloc.
(edit) @19628   16 年 vboxsync Lock counter instead of a lock flag.
(edit) @19627   16 年 vboxsync PGM pool: allow multiple users of top-level paging structures …
(edit) @19572   16 年 vboxsync Started with ring 0 stack trace dump support.
(edit) @19516   16 年 vboxsync Always call pgmPoolSyncCR3 from PGMSyncCR3 (regardless of guest paging …
(edit) @19503   16 年 vboxsync Fixed r47022 regression
(edit) @19488   16 年 vboxsync Made pgmPoolSyncCR3 a bit more SMP safe (pgmPoolClearAll still to be done).
(edit) @19330   16 年 vboxsync Cleaned up a bit
(edit) @19329   16 年 vboxsync Removed pgmPoolGetPageByHCPhys.
(edit) @19319   16 年 vboxsync More verbose assertion
(edit) @19141   16 年 vboxsync Action flags breakup. Fixed PGM saved state loading of 2.2.2 images. …
(edit) @19024   16 年 vboxsync PGM: Moved shadow mode exit and re-enter from PGMAllPool.cpp to …
(edit) @18992   16 年 vboxsync More PGM api changes
(edit) @18988   16 年 vboxsync PGM api changes
(edit) @18986   16 年 vboxsync Fixed virtual handler update regression.
(edit) @18984   16 年 vboxsync Autoset does belong in PGMCPU
(edit) @18982   16 年 vboxsync Compile fix
(edit) @18981   16 年 vboxsync One more
(edit) @18976   16 年 vboxsync Mac build fixes
(edit) @18927   16 年 vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
(edit) @18666   16 年 vboxsync VMM: Clean out the VBOX_WITH_NEW_PHYS_CODE #ifdefs. (part 2)
(edit) @18355   16 年 vboxsync pgmPoolCacheFreeOne: Rewrote recursion to a finit loop; overflowing …
(edit) @18290   16 年 vboxsync pgmPoolGetPageByHCPhys: shut up.
(edit) @18266   16 年 vboxsync PGM: Made PGMR3PhysRomProtect use instead of doing a full pool flush …
(edit) @18215   16 年 vboxsync pgmPoolMonitorFlush: details.
(edit) @17667   16 年 vboxsync pgmPoolAlloc no longer fails with non-fatal errors.
(edit) @17659   16 年 vboxsync pgmPoolFlushAllSpecialRoots: No need to push/pop a dynmap subset if …
(edit) @17611   16 年 vboxsync Fixed PAE PDPT dereferencing.
(edit) @17595   16 年 vboxsync Missing breaks
(edit) @17586   16 年 vboxsync Removed all dead non-VBOX_WITH_PGMPOOL_PAGING_ONLY code.
(edit) @17559   16 年 vboxsync Update
(edit) @17558   16 年 vboxsync Fixed shadow mode reinit (again)
(edit) @17556   16 年 vboxsync Allow pgm pool flushing only in ring 3. Deal with shadow mode reinit …
(edit) @17509   16 年 vboxsync PGM: Moved the page pool PT flushing code in the access handler bits …
(edit) @17500   16 年 vboxsync Reset locked flag
(edit) @17496   16 年 vboxsync Better disable that code block completely
(edit) @17495   16 年 vboxsync Update
(edit) @17483   16 年 vboxsync Cleaned up nested paging init and removed obsolete structure members.
(edit) @17470   16 年 vboxsync unimportant typo
(edit) @17469   16 年 vboxsync Compile fix
(edit) @17467   16 年 vboxsync Bugfix
(edit) @17460   16 年 vboxsync Again deal with dynamic mappings in RC.
(edit) @17458   16 年 vboxsync Logging change
(edit) @17393   16 年 vboxsync Logging changes
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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