VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @23067   15 years vboxsync Flush page tables that have been updated with invalid entries.
(edit) @23060   15 years vboxsync More verbose assertion
(edit) @22890   15 years vboxsync VM::cCPUs -> VM::cCpus so it matches all the other cCpus and aCpus members.
(edit) @22788   15 years vboxsync Minor pgm pool optimizations.
(edit) @22783   15 years vboxsync More stats
(edit) @22775   15 years vboxsync Statistics
(edit) @22774   15 years vboxsync Disabled experimental code that caused problems with XP
(edit) @22772   15 years vboxsync Applies to VT-x as well
(edit) @22771   15 years vboxsync Fixed raw mode regression of r51925.
(edit) @22767   15 years vboxsync Updated comment
(edit) @22766   15 years vboxsync pgmPoolFlushPageByGCPhys is currently only used in ring 3; save some …
(edit) @22764   15 years vboxsync PGMPoolFlushPage -> pgmPoolFlushPageByGCPhys
(edit) @22760   15 years vboxsync Backed out 51884 (caused gurus) and 51924 (not responsible). Rewrote …
(edit) @22749   15 years vboxsync Check changed again
(edit) @22748   15 years vboxsync PGM pool updates
(edit) @22747   15 years vboxsync Updates
(edit) @22745   15 years vboxsync PGM pool: minor updates
(edit) @22742   15 years vboxsync paranoia
(edit) @22741   15 years vboxsync Must flush dirty pages in pgmPoolClearAll
(edit) @22740   15 years vboxsync Doesn't apply to non-paging types
(edit) @22738   15 years vboxsync Extra assertion
(edit) @22714   15 years vboxsync Removed assertion
(edit) @22713   15 years vboxsync Stats
(edit) @22712   15 years vboxsync Correction for alignment
(edit) @22711   15 years vboxsync Paranoia
(edit) @22710   15 years vboxsync Compile fixes
(edit) @22709   15 years vboxsync Also check for dirty pages
(edit) @22701   15 years vboxsync Debug checking only in VBOX_STRICT mode.
(edit) @22698   15 years vboxsync PGMPoolFlushPage must be called in an EMT.
(edit) @22696   15 years vboxsync Removed debugging code
(edit) @22695   15 years vboxsync Must flush pgm pool pages in PGMR3PhysGCPhys2CCPtrExternal to avoid …
(edit) @22605   15 years vboxsync Corrected log statement
(edit) @22600   15 years vboxsync Removed unnecessary EPT invlpg calls. Invalidate the page who's R/W …
(edit) @22537   15 years vboxsync Another reason to flush.
(edit) @22533   15 years vboxsync Don't change the fZeroed flag.
(edit) @22529   15 years vboxsync Updated assertion
(edit) @22518   15 years vboxsync Got rid of unnecessary assertiosn
(edit) @22513   15 years vboxsync Compile fix
(edit) @22512   15 years vboxsync More verbose assertions
(edit) @22510   15 years vboxsync More statistics
(edit) @22507   15 years vboxsync Cleaned up a bit
(edit) @22506   15 years vboxsync Flush any monitored duplicates as we will disable write protection.
(edit) @22504   15 years vboxsync Updates for dirty page management (disabled code)
(edit) @22474   15 years vboxsync Compile fixes
(edit) @22473   15 years vboxsync Disabled experiment with optimized dirty PTs.
(edit) @22349   15 years vboxsync Make sure we don't kick out a page too quickly.
(edit) @22348   15 years vboxsync Tweak the defaults a bit to prevent kicking out pages too quickly
(edit) @22343   15 years vboxsync Attempt to detect full page table initialization early on.
(edit) @22337   15 years vboxsync Reset modification counter for cache pgm pool page hits.
(edit) @22336   15 years vboxsync Moved check for changed pgm pool page up.
(edit) @22332   15 years vboxsync Rex and rep prefixes set in windows 7 x64.
(edit) @22331   15 years vboxsync Deal with small memsets in 64 bits mode too (pgm pool access handler)
(edit) @20874   15 years vboxsync VMMR0CallHost -> VMMRZCallRing3[NoCpu]; VMMCALLHOST -> VMMCALLRING3.
(edit) @20873   15 years vboxsync VMMGCCallHost -> VMMRZCallRing3[NoCpu].
(edit) @20773   15 years vboxsync pgmPoolAccessHandler: Disassemble with the pgm lock taken to avoid …
(edit) @20764   15 years vboxsync More checks
(edit) @20763   15 years vboxsync Paranoia
(edit) @20762   15 years vboxsync More PGM locking
(edit) @20758   15 years vboxsync Moved assertion. Could otherwise trigger with guest SMP
(edit) @20748   15 years vboxsync PGMAllPool: assert msg.
(edit) @20665   15 years vboxsync PGMAllPool.cpp: Use VMMR3EmtRendezvous to avoid whatever issue there …
(edit) @20530   15 years vboxsync VMM: remove DISCPUSTATE from the stack.
(edit) @20489   15 years vboxsync Corrected RTLogPrintf statements and removed weird LOG_ENABLED only code
(edit) @20487   15 years vboxsync Misleading logging
(edit) @20374   16 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20365   16 years vboxsync VMM: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @20151   16 years vboxsync Handle pgm pool flushes a bit differently.
(edit) @20140   16 years vboxsync No need to inform all VCPUs about a pending pool flush. The current …
(edit) @20136   16 years vboxsync Missing descriptions
(edit) @20135   16 years vboxsync Prevent reuse of cached larged pages with different access attributes.
(edit) @20058   16 years vboxsync Deal with pool pages being modified while we wait for the pgm lock in …
(edit) @19903   16 years vboxsync Invalidation cleanup
(edit) @19872   16 years vboxsync Cleaned up
(edit) @19869   16 years vboxsync More flushes & assertions
(edit) @19833   16 years vboxsync PGM_INVL_GUEST_TLBS -> PGM_INVL_VCPU_TLBS
(edit) @19808   16 years vboxsync Invalidate is per VCPU.
(edit) @19795   16 years vboxsync Extra assertion
(edit) @19794   16 years vboxsync Cleaned up
(edit) @19792   16 years vboxsync Atomic writes.
(edit) @19721   16 years vboxsync Locking assertions
(edit) @19690   16 years vboxsync More pgm pool locking.
(edit) @19680   16 years vboxsync More locking
(edit) @19675   16 years vboxsync Must acquire the pgm lock in pgm pool access handlers too.
(edit) @19674   16 years vboxsync Use the pgm lock during pgmPoolAlloc.
(edit) @19628   16 years vboxsync Lock counter instead of a lock flag.
(edit) @19627   16 years vboxsync PGM pool: allow multiple users of top-level paging structures …
(edit) @19572   16 years vboxsync Started with ring 0 stack trace dump support.
(edit) @19516   16 years vboxsync Always call pgmPoolSyncCR3 from PGMSyncCR3 (regardless of guest paging …
(edit) @19503   16 years vboxsync Fixed r47022 regression
(edit) @19488   16 years vboxsync Made pgmPoolSyncCR3 a bit more SMP safe (pgmPoolClearAll still to be done).
(edit) @19330   16 years vboxsync Cleaned up a bit
(edit) @19329   16 years vboxsync Removed pgmPoolGetPageByHCPhys.
(edit) @19319   16 years vboxsync More verbose assertion
(edit) @19141   16 years vboxsync Action flags breakup. Fixed PGM saved state loading of 2.2.2 images. …
(edit) @19024   16 years vboxsync PGM: Moved shadow mode exit and re-enter from PGMAllPool.cpp to …
(edit) @18992   16 years vboxsync More PGM api changes
(edit) @18988   16 years vboxsync PGM api changes
(edit) @18986   16 years vboxsync Fixed virtual handler update regression.
(edit) @18984   16 years vboxsync Autoset does belong in PGMCPU
(edit) @18982   16 years vboxsync Compile 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