VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @30493   14 years vboxsync Demoted some PGM apis to internal only.
(edit) @30372   14 years vboxsync Logging change
(edit) @30369   14 years vboxsync Missing return
(edit) @30368   14 years vboxsync Deal with large pages in shadow GetPage function. Correct NX flag …
(edit) @30364   14 years vboxsync Fatal assertions
(edit) @30338   14 years vboxsync EM,IOM: Don't try write directly to the fault address as the backing …
(edit) @30332   14 years vboxsync Redundant lock/unlock
(edit) @30329   14 years vboxsync No need to call it twice
(edit) @30328   14 years vboxsync More paranoia
(edit) @30327   14 years vboxsync Paranoia
(edit) @30326   14 years vboxsync PGM: PGMShwModifyPage/PGMShwSetPage -> PGMShwMakePageWritable, …
(edit) @30325   14 years vboxsync Obsolete pgmLock/Unlock
(edit) @30320   14 years vboxsync *: Replaced memchr(psz, '\0', cb) with RTStrEnd(psz, cb) and worked …
(edit) @30301   14 years vboxsync VMM: Flush REM TLB during the live save / teleportation shadow page …
(edit) @30263   14 years vboxsync VMM,REM: Only invalidate hidden registers when using raw-mode. Fixes …
(edit) @30249   14 years vboxsync Removed assertions again; can cause double faults due to logging …
(edit) @30243   14 years vboxsync header change
(edit) @30242   14 years vboxsync Assertions
(edit) @30241   14 years vboxsync VMMGetCpu was completely broken in the context of GMMR0CheckSharedModules
(edit) @30164   14 years vboxsync CPUM: Added /CPUM/PortableCpuIdLevel={0..3} for automatically …
(edit) @30160   14 years vboxsync VMMGetStackRC change
(edit) @30145   14 years vboxsync Preparations for fixing the NXE assumption in the 32/64 switcher.
(edit) @30111   14 years vboxsync iprt/asm.h,*: Revised the ASMAtomic*Ptr functions and macros. The new …
(edit) @30078   15 years vboxsync VMM: Grumble! Reverted the wrong code before comitting.
(edit) @30072   15 years vboxsync VMM: Ring-0 stack on guru meditations originating with an assertion …
(edit) @30066   15 years vboxsync PGMAllPhyc.cpp: Must grab the pgm lock before accessing the page array …
(edit) @29902   15 years vboxsync PDM: Flushed out the PDMQueueFlush code as its unused and problematic …
(edit) @29702   15 years vboxsync Compile fix
(edit) @29701   15 years vboxsync Different initial value
(edit) @29699   15 years vboxsync Bracket
(edit) @29698   15 years vboxsync More information
(edit) @29676   15 years vboxsync Too noisy
(edit) @29436   15 years vboxsync IOM: Profile all callbacks, don't bother count the as we can derive …
(edit) @29287   15 years vboxsync Corrected assertion
(edit) @29250   15 years vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @29217   15 years vboxsync Shared paging updates
(edit) @28936   15 years vboxsync Drop the rc check; always flush the tlb
(edit) @28862   15 years vboxsync Test fix for pgm pool gurus with smp guests
(edit) @28840   15 years vboxsync Flip RW bit for EPT pages as well.
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28771   15 years vboxsync nits
(edit) @28754   15 years vboxsync Backed out 60634
(edit) @28753   15 years vboxsync Don't set X86_PDPE_NX in the fake PML4E or PDPTE.
(edit) @28752   15 years vboxsync Always overwrite old PML4E or PDPTE.
(edit) @28750   15 years vboxsync Mask away the page offset
(edit) @28749   15 years vboxsync Logging fix
(edit) @28656   15 years vboxsync pgmPoolTrackPhysExtDerefGCPhys needs to check the PTE index as well in …
(edit) @28652   15 years vboxsync Logging update
(edit) @28648   15 years vboxsync More logging
(edit) @28643   15 years vboxsync Typo
(edit) @28639   15 years vboxsync Keep track of page table entry indices and deal with multiple physical …
(edit) @28563   15 years vboxsync EMMAll: typo
(edit) @28458   15 years vboxsync Cleared entire page table entry
(edit) @28284   15 years vboxsync Removed wrong todo. If we run out of slots for invlpg, then we simply …
(edit) @28261   15 years vboxsync Paranoid assertions
(edit) @28257   15 years vboxsync Some more paranoid checks
(edit) @28123   15 years vboxsync Simplified hypervisor conflict check
(edit) @28094   15 years vboxsync Compile fix
(edit) @28090   15 years vboxsync Check for write conflicts with our hypervisor mapping early on. If the …
(edit) @28030   15 years vboxsync VMM: SpeedStep and relatives MSRs
(edit) @27976   15 years vboxsync *: scm cleans up whitespace and adds a new line at the end of …
(edit) @27899   15 years vboxsync PGMAllPhys.cpp: Restored pgmPhysHandlerRedirectToHC which got …
(edit) @27816   15 years vboxsync PGMSyncCR3: Go back to ring 3 if a pgm pool sync is again pending.
(edit) @27814   15 years vboxsync Backed out part of r59436
(edit) @27813   15 years vboxsync Backed out r59424
(edit) @27790   15 years vboxsync Cleaned up
(edit) @27784   15 years vboxsync PGMSyncCR3: pgmPoolResetDirtyPages must be called before pgmPoolSyncCR3
(edit) @27783   15 years vboxsync PGMSyncCR3: pgmPoolResetDirtyPages must be called before pgmPoolSyncCR3
(edit) @27778   15 years vboxsync Must take the pgm lock during PGMSyncCR3; guest SMP can cause an …
(edit) @27775   15 years vboxsync These assertions are actually fatal
(edit) @27704   15 years vboxsync More informative assertions
(edit) @27702   15 years vboxsync Better assertion
(edit) @27595   15 years vboxsync Paranoia
(edit) @27584   15 years vboxsync Statistic counter for ballooned page accesses
(edit) @27583   15 years vboxsync Emulate reads from ballooned pages as they are not present in our …
(edit) @27580   15 years vboxsync Ignore writes to ballooned pages.
(edit) @27545   15 years vboxsync VMM/PGMPhys: provide default RC/R0 physical memory handler in case the …
(edit) @27540   15 years vboxsync Step one in dealing with ballooned pages in shadow paging
(edit) @27490   15 years vboxsync More comment + paranoid assertions
(edit) @27489   15 years vboxsync Disabled the lazy syncing of zero pages based on the u1Write setting. …
(edit) @27488   15 years vboxsync No need for pgmPhysPageMakeWritableUnlocked
(edit) @27486   15 years vboxsync Style
(edit) @27465   15 years vboxsync PGMAllPool.cpp: Do the bulk of pgmPoolFlushDirtyPage within a …
(edit) @27408   15 years vboxsync Logging fix
(edit) @27402   15 years vboxsync Flush for warnings too (VINF_PGM_SYNC_CR3).
(edit) @27397   15 years vboxsync MSR_IA32_PMCx logging
(edit) @27390   15 years vboxsync Tweaked previous fix
(edit) @27378   15 years vboxsync pgmPoolMonitorModifiedClearAll can cause a pgm pool flush (dirty page …
(edit) @27372   15 years vboxsync Unnecessary AssertRCReturn
(edit) @27371   15 years vboxsync Don't always change back the cr3
(edit) @27370   15 years vboxsync Logging
(edit) @27369   15 years vboxsync Make sure we check for pending pgm pool syncs as we clear …
(edit) @27368   15 years vboxsync Logging update
(edit) @27362   15 years vboxsync Logging updates
(edit) @27360   15 years vboxsync Don't check page tables without any entries.
(edit) @27331   15 years vboxsync MSR_IA32_MISC_ENABLE test code
(edit) @27320   15 years vboxsync Log MSR_IA32_MISC_ENABLE accesses
(edit) @27284   15 years vboxsync More paranoia
(edit) @27282   15 years vboxsync More stats
(edit) @27271   15 years vboxsync Reference count debugging code added
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