VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMAll

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @22756   15 years vboxsync TLB flush changes (use the generic macro)
(edit) @22753   15 years vboxsync Disabled very annoying assertion for myself; don't really see any need …
(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) @22707   15 years vboxsync REM: Double the size of aHandlerNotifications and make sure there are …
(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) @22545   15 years vboxsync Update
(edit) @22544   15 years vboxsync Moved locking inside #ifdef
(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) @22493   15 years vboxsync VMM,DevPCI,VBox/types.h: Added a VBOXSTRICTRC type for indicating …
(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) @22327   15 years vboxsync Disabled rarely useful statistics as they pollute the log
(edit) @22326   15 years vboxsync Disabled rarely useful statistics as they pollute the log
(edit) @22316   15 years vboxsync WP checking is not relevant for nested paging & EPT.
(edit) @22299   15 years vboxsync Reset last seen TSC when the tsc is changed (msr).
(edit) @22245   15 years vboxsync Only update the last seen tsc when the new one is larger.
(edit) @22242   15 years vboxsync Made TSC underflow checking more generic.
(edit) @22169   15 years vboxsync Avoid incorrect reuse of big pages: take the NX bit into account too.
(edit) @22121   15 years vboxsync VMM: gcc warnings and a todo.
(edit) @22070   15 years vboxsync VMM,ConsoleImpl2: Moved NT4LeafLimit down into /CPUM and documented …
(edit) @22039   15 years vboxsync PDMCritSectLeave: It's not safe to call SUPSemEventSignal with …
(edit) @22037   15 years vboxsync VMM: correct report cores count, also expose more CPUID leaves by default
(edit) @22026   15 years vboxsync space
(edit) @21966   15 years vboxsync Workaround for fatal cached page table free.
(edit) @21964   15 years vboxsync Using the wrong paging mask in PAE mode
(edit) @21861   15 years vboxsync PDMAll.cpp: Don't assert in PDMVMMDevHeapR3ToGCPhys as it's used …
(edit) @21649   15 years vboxsync Patching updates (not enabled)
(edit) @21591   15 years vboxsync PDMCritSectEnter: PAUSE when spinning.
(edit) @21519   15 years vboxsync REMNotifyHandlerPhysicalFlushIfAlmostFull: Moved the threshold from 10 …
(edit) @21367   15 years vboxsync PDMQueue: More stats.
(edit) @21363   15 years vboxsync PDMQueue&users-thereof: Named the queues and added statistics.
(edit) @21264   15 years vboxsync PDMAllCritSect.cpp: Extended some assertions for #4088.
(edit) @21252   15 years vboxsync First attempt to enable hypervisor breakpoints with vt-x/amd-v guests
(edit) @21175   15 years vboxsync Don't release the PGM lock when calling the PGM pool handler. …
(edit) @21174   15 years vboxsync Preread opcode bytes when disassembling instructions. …
(edit) @21168   15 years vboxsync More statistics
(edit) @21164   15 years vboxsync Extra statistics for PGMPhysRead/Write
(edit) @21134   15 years vboxsync IOMInterpretOUTSEx: Must clear u32Value before using iomRamRead to get …
(edit) @21128   15 years vboxsync PDMQueue: Fixed the flushing loop when a consumer (NAT?) had had enough.
(edit) @21123   15 years vboxsync Removed redundant check
(edit) @21116   15 years vboxsync Adjusted assertion
(edit) @21115   15 years vboxsync Moved CR0.WP=0 handling up a bit
(edit) @21059   15 years vboxsync LogRel -> Log
(edit) @21057   15 years vboxsync Correction
(edit) @21056   15 years vboxsync Workaround for difficult to reproduce problem (invalid …
(edit) @20999   15 years vboxsync VMMAllA.asm: fix warning.
(edit) @20998   15 years vboxsync VMM: how to trigger the 64-bit windows issue.
(edit) @20981   15 years vboxsync Backed out 49187; toxic
(edit) @20979   15 years vboxsync Cpu poke never worked in the VT-x/AMD-V case, because pVCpu->idHostCpu …
(edit) @20874   15 years vboxsync VMMR0CallHost -> VMMRZCallRing3[NoCpu]; VMMCALLHOST -> VMMCALLRING3.
(edit) @20873   15 years vboxsync VMMGCCallHost -> VMMRZCallRing3[NoCpu].
(edit) @20871   15 years vboxsync VMM: Make sure there is enough room for a few physical handler …
(edit) @20869   15 years vboxsync VMMR3RawRunGC: cause guru meditation if cr3 mismatches. …
(edit) @20865   15 years vboxsync PGMAllMap: avoid lock owner assertions in PGMMapCheck.
(edit) @20864   15 years vboxsync SUP,*: API cleanup.
(edit) @20840   15 years vboxsync Logging
(edit) @20808   15 years vboxsync Removed dead code
(edit) @20795   15 years vboxsync VMM: Fixed guest PAE issues on the mac.
(edit) @20788   15 years vboxsync Do not call REMNotifyHandlerPhysicalModify under the PGM lock
(edit) @20787   15 years vboxsync Backed out 48906; redundant
(edit) @20786   15 years vboxsync remFlushHandlerNotifications does nothing without …
(edit) @20784   15 years vboxsync TM: Renamed the EmtLock to TimerCritSect as it's almost only used for …
(edit) @20783   15 years vboxsync Less restrictive assertion for smp guests.
(edit) @20778   15 years vboxsync TMTimerSetRelative: Fixed inverted assertion check.
(edit) @20774   15 years vboxsync Debug logging updates for the hyper heap
(edit) @20773   15 years vboxsync pgmPoolAccessHandler: Disassemble with the pgm lock taken to avoid …
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