VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17231   16 years vboxsync pgmPoolFlushAllInt: Unmap the old CR3 value before flushing everything …
(edit) @17216   16 years vboxsync Removed unnecessary invlpg for HWVirtEx mode
(edit) @17215   16 years vboxsync Split up the definitions and the guest code. Otherwise we'll end up …
(edit) @17212   16 years vboxsync Split up defines and code
(edit) @17207   16 years vboxsync Corrected assertion for nested paging
(edit) @17206   16 years vboxsync Compile fix
(edit) @17203   16 years vboxsync comment added
(edit) @17202   16 years vboxsync Fixed performanc regression with (e.g.) PAE guests
(edit) @17199   16 years vboxsync Flushing the TLB when emulating guest writes shouldn't be necessary …
(edit) @17195   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: deal with hypervisor mappings in guest …
(edit) @17181   16 years vboxsync Corrected assertion
(edit) @17179   16 years vboxsync Compile fix
(edit) @17178   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: Properly flush the TLB for PAE PDPT entries.
(edit) @17177   16 years vboxsync More logging
(edit) @17166   16 years vboxsync Another case of dynamic cache entry trashing.
(edit) @17158   16 years vboxsync Logging changes
(edit) @17149   16 years vboxsync Put cached pool pages at the front of the in-use list to prevent them …
(edit) @17148   16 years vboxsync More logging
(edit) @17146   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: Disable logging during a critical …
(edit) @17142   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: fixed saved state restore
(edit) @17140   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: compile fixes
(edit) @17139   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: more locking changes
(edit) @17137   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: explicit locking of root CR3 pages
(edit) @17136   16 years vboxsync VBOXTSS offsets.
(edit) @17135   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: Disallow ring 3 jumps when in an …
(edit) @17134   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: updates
(edit) @17133   16 years vboxsync Correction of modification counter change.
(edit) @17129   16 years vboxsync Compile fixes
(edit) @17128   16 years vboxsync Compile fix
(edit) @17127   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: careful with flushing of root pages
(edit) @17124   16 years vboxsync Check pdpt entry as well for PGM_PLXFLAGS_MAPPING.
(edit) @17123   16 years vboxsync Don't compile unused code for the r0 module.
(edit) @17122   16 years vboxsync Updates
(edit) @17121   16 years vboxsync Removed redundant check
(edit) @17120   16 years vboxsync Compile fix
(edit) @17119   16 years vboxsync ifndef IN_RING0 for code that doesn't apply there.
(edit) @17116   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: mapping implies present
(edit) @17114   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: only care about PDPT entries that …
(edit) @17112   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: fixed pdpt test
(edit) @17106   16 years vboxsync VMM,REM: Removed the single page limitation on the TSS monitoring and …
(edit) @17061   16 years vboxsync Logging changes
(edit) @17059   16 years vboxsync Updates
(edit) @17058   16 years vboxsync More updates for temp locks.
(edit) @17057   16 years vboxsync Experiment with temporarily locking dynamic pages
(edit) @17052   16 years vboxsync Missing case
(edit) @17048   16 years vboxsync Doubled dynamic cache (raw mode).
(edit) @17035   16 years vboxsync VMM,REM: Brushed up the TR/TSS shadowing. We're now relying on the …
(edit) @17030   16 years vboxsync Assert->AssertCompile
(edit) @17017   16 years vboxsync Less logging
(edit) @17015   16 years vboxsync Remove obsolete logging
(edit) @17014   16 years vboxsync Logging changes
(edit) @17012   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: always activate and deactivate mappings …
(edit) @17007   16 years vboxsync Again
(edit) @17006   16 years vboxsync Compile fix
(edit) @17005   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: PGMMapCheck added
(edit) @17001   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: update
(edit) @17000   16 years vboxsync Rewrote pgmPoolMonitorGCPtr2CCPtr. Deal with invalid GC shadow pages …
(edit) @16941   16 years vboxsync Cleaned up + PAE write fix for 2nd PTE
(edit) @16940   16 years vboxsync More logging
(edit) @16924   16 years vboxsync Fixed wrong string usage
(edit) @16923   16 years vboxsync Update
(edit) @16922   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: compile fix
(edit) @16921   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: updates
(edit) @16919   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: disabled obsolete code
(edit) @16918   16 years vboxsync Backed out r43029
(edit) @16917   16 years vboxsync Inverted assertion check
(edit) @16916   16 years vboxsync Fixed VT-x assertion
(edit) @16907   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: changes for marking root pages as special.
(edit) @16904   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: fCR3Mix is not relevant anymore
(edit) @16902   16 years vboxsync Assertion added
(edit) @16901   16 years vboxsync Some comments added
(edit) @16898   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: simplified SyncCR3; introduced …
(edit) @16892   16 years vboxsync Mac burn fixed
(edit) @16890   16 years vboxsync Removed obsolete parameter for PGMMapHasConflicts.
(edit) @16889   16 years vboxsync PGMR3HasMappingConflicts -> PGMHasMappingConflicts. Prepare for …
(edit) @16887   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: support hypervisor mappings in …
(edit) @16886   16 years vboxsync Missing break
(edit) @16884   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: compile fix
(edit) @16883   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: updates
(edit) @16882   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: deal with missing PDPEs
(edit) @16866   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: rc fix
(edit) @16865   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: updates
(edit) @16859   16 years vboxsync Load hypervisor CR3 from CPUM (instead of hardcoded fixups in the …
(edit) @16843   16 years vboxsync Fixed breakage
(edit) @16842   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: update cr3 in RC
(edit) @16840   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: updates for raw mode
(edit) @16800   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: SyncCR3 fixes
(edit) @16798   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: deactivate hypervisor mappings in old …
(edit) @16797   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: new assertions
(edit) @16796   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: removed obsolete assertions
(edit) @16792   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: updates for raw mode
(edit) @16782   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: missing case
(edit) @16780   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: typo
(edit) @16733   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: bugfix
(edit) @16732   16 years vboxsync More checks
(edit) @16731   16 years vboxsync Logging changes
(edit) @16730   16 years vboxsync Logging changes
(edit) @16683   16 years vboxsync More logging
(edit) @16680   16 years vboxsync More logging
(edit) @16679   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: PGMGetHyperCR3 fix for EPT
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