VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @21175   16 years vboxsync Don't release the PGM lock when calling the PGM pool handler. …
(edit) @21174   16 years vboxsync Preread opcode bytes when disassembling instructions. …
(edit) @21168   16 years vboxsync More statistics
(edit) @21164   16 years vboxsync Extra statistics for PGMPhysRead/Write
(edit) @21134   16 years vboxsync IOMInterpretOUTSEx: Must clear u32Value before using iomRamRead to get …
(edit) @21128   16 years vboxsync PDMQueue: Fixed the flushing loop when a consumer (NAT?) had had enough.
(edit) @21123   16 years vboxsync Removed redundant check
(edit) @21116   16 years vboxsync Adjusted assertion
(edit) @21115   16 years vboxsync Moved CR0.WP=0 handling up a bit
(edit) @21059   16 years vboxsync LogRel -> Log
(edit) @21057   16 years vboxsync Correction
(edit) @21056   16 years vboxsync Workaround for difficult to reproduce problem (invalid …
(edit) @20999   16 years vboxsync VMMAllA.asm: fix warning.
(edit) @20998   16 years vboxsync VMM: how to trigger the 64-bit windows issue.
(edit) @20981   16 years vboxsync Backed out 49187; toxic
(edit) @20979   16 years vboxsync Cpu poke never worked in the VT-x/AMD-V case, because pVCpu->idHostCpu …
(edit) @20874   16 years vboxsync VMMR0CallHost -> VMMRZCallRing3[NoCpu]; VMMCALLHOST -> VMMCALLRING3.
(edit) @20873   16 years vboxsync VMMGCCallHost -> VMMRZCallRing3[NoCpu].
(edit) @20871   16 years vboxsync VMM: Make sure there is enough room for a few physical handler …
(edit) @20869   16 years vboxsync VMMR3RawRunGC: cause guru meditation if cr3 mismatches. …
(edit) @20865   16 years vboxsync PGMAllMap: avoid lock owner assertions in PGMMapCheck.
(edit) @20864   16 years vboxsync SUP,*: API cleanup.
(edit) @20840   16 years vboxsync Logging
(edit) @20808   16 years vboxsync Removed dead code
(edit) @20795   16 years vboxsync VMM: Fixed guest PAE issues on the mac.
(edit) @20788   16 years vboxsync Do not call REMNotifyHandlerPhysicalModify under the PGM lock
(edit) @20787   16 years vboxsync Backed out 48906; redundant
(edit) @20786   16 years vboxsync remFlushHandlerNotifications does nothing without …
(edit) @20784   16 years vboxsync TM: Renamed the EmtLock to TimerCritSect as it's almost only used for …
(edit) @20783   16 years vboxsync Less restrictive assertion for smp guests.
(edit) @20778   16 years vboxsync TMTimerSetRelative: Fixed inverted assertion check.
(edit) @20774   16 years vboxsync Debug logging updates for the hyper heap
(edit) @20773   16 years vboxsync pgmPoolAccessHandler: Disassemble with the pgm lock taken to avoid …
(edit) @20772   16 years vboxsync More safety
(edit) @20770   16 years vboxsync More paranoia
(edit) @20768   16 years vboxsync Unsafe physical hander usage.
(edit) @20767   16 years vboxsync Locking paranoia
(edit) @20765   16 years vboxsync Even more pgm locking
(edit) @20764   16 years vboxsync More checks
(edit) @20763   16 years vboxsync Paranoia
(edit) @20762   16 years vboxsync More PGM locking
(edit) @20758   16 years vboxsync Moved assertion. Could otherwise trigger with guest SMP
(edit) @20755   16 years vboxsync PDMAllCritSect: try some serious paranoia and see if it makes any …
(edit) @20753   16 years vboxsync VMM: Added PDMR3CritSectLeaveAll for bulk unlocking during guru meditation.
(edit) @20752   16 years vboxsync TMTimerSet: stats and quick optimization.
(edit) @20751   16 years vboxsync last min typo.
(edit) @20750   16 years vboxsync TMTimerSetRelative: Optimized the common case and added some more …
(edit) @20749   16 years vboxsync REMNotifyInvalidatePage: Don't overflow aGCPtrInvalidatedPages. 2xtodo
(edit) @20748   16 years vboxsync PGMAllPool: assert msg.
(edit) @20747   16 years vboxsync REM: Don't drop handler reply records. More handler replay paranoia …
(edit) @20746   16 years vboxsync REMR3ReplayHandlerNotification,remNotifyHandlerInsert: paranoia.
(edit) @20733   16 years vboxsync VMM: Added TMTimerSetRelative and changed …
(edit) @20722   16 years vboxsync More IOM locking and checks.
(edit) @20709   16 years vboxsync More locking
(edit) @20702   16 years vboxsync update.
(edit) @20689   16 years vboxsync TMCPU::u64TSCOffset -> offTSCRawSrc
(edit) @20688   16 years vboxsync TMCpuTickSet: No need to call tmCpuTickPause since we're overwriting …
(edit) @20684   16 years vboxsync PGMAllBth.h: shut up gcc warnings.
(edit) @20682   16 years vboxsync EMAll.cpp: Implemented writing MSR_IA32_TSC.
(edit) @20678   16 years vboxsync TM: Count calls to TMCpuTickSet and take the VM handle as an argument.
(edit) @20675   16 years vboxsync VMM: Reimplemented TMCpuTickSet.
(edit) @20674   16 years vboxsync Grab the PGM lock in PGMPhysSimpleReadGCPtr
(edit) @20671   16 years vboxsync Bigger lock for the pagefault handler. Avoid deadlocks when syncing …
(edit) @20666   16 years vboxsync Changed PDMApicGet/SetTPR to get/set the full task priority register.
(edit) @20665   16 years vboxsync PGMAllPool.cpp: Use VMMR3EmtRendezvous to avoid whatever issue there …
(edit) @20654   16 years vboxsync Do not acquire the PDM lock in PDMApicGetTPR
(edit) @20641   16 years vboxsync Fixed lock and/or/xor result store in amd64 gcc case.
(edit) @20628   16 years vboxsync Note
(edit) @20588   16 years vboxsync Emulate lock and & lock xor.
(edit) @20577   16 years vboxsync Removed assertion
(edit) @20569   16 years vboxsync IOMAllMMIO.cpp: Fixed MMIO read statistics (iomMMIODoRead).
(edit) @20567   16 years vboxsync DevATA,ATAController: Do not use MMGCRamReadNoTrapHandler nor …
(edit) @20546   16 years vboxsync PGMAllHandler.cpp: wrong assertion? shutting it up for me
(edit) @20530   16 years vboxsync VMM: remove DISCPUSTATE from the stack.
(edit) @20519   16 years vboxsync Disabled bogus assertion in nested paging mode
(edit) @20518   16 years vboxsync Assertion message
(edit) @20492   16 years vboxsync Must flush the TLB of all VCPUs after flushing guest physical memory …
(edit) @20489   16 years vboxsync Corrected RTLogPrintf statements and removed weird LOG_ENABLED only code
(edit) @20487   16 years vboxsync Misleading logging
(edit) @20465   16 years vboxsync Logging fix
(edit) @20461   16 years vboxsync More MSR logging
(edit) @20434   16 years vboxsync More logging
(edit) @20431   16 years vboxsync warning
(edit) @20421   16 years vboxsync Rewrote rem notification handling.
(edit) @20410   16 years vboxsync Invert test
(edit) @20409   16 years vboxsync Protect REMNotifyInvalidatePage
(edit) @20408   16 years vboxsync Moved REM locking to VMMAll
(edit) @20406   16 years vboxsync Removed obsolete REMR3ReplayInvalidatedPages
(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) @20281   16 years vboxsync Backed out r48156
(edit) @20278   16 years vboxsync Shadow page mode exit fix for AMD-V nested paging. (not called with …
(edit) @20228   16 years vboxsync Fixed VT-x state loading failure.
(edit) @20180   16 years vboxsync Completed HWACCMInvalidatePhysPage
(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) @20129   16 years vboxsync Backed out 47892-5
(edit) @20128   16 years vboxsync Bug 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