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) @16599   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: updates
(edit) @16595   16 years vboxsync More missing cases
(edit) @16594   16 years vboxsync Missing cases for PGMPOOLKIND_PAE_PDPT_FOR_32BIT
(edit) @16579   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: More updates
(edit) @16428   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: cleaned up
(edit) @16427   16 years vboxsync More
(edit) @16426   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: more missing cases
(edit) @16425   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: missing cases for pgm pool
(edit) @16423   16 years vboxsync More updates
(edit) @16419   16 years vboxsync Store the iUser & iUserTable of the root shadow page table in PGM.
(edit) @16376   16 years vboxsync Paging updates. Deal with mode switches and cr3 updates.
(edit) @16317   16 years vboxsync Moved Map- and UnmapCR3 to Bth as they affect both guest and shadow …
(edit) @16300   16 years vboxsync More paging updates
(edit) @16232   16 years vboxsync More shadow paging updates (disabled)
(edit) @16203   16 years vboxsync Updates in preparation for PGM pool based paging everywhere.
(edit) @15432   16 years vboxsync Disabled assertion.
(edit) @15430   16 years vboxsync Move the flush all subset.
(edit) @15425   16 years vboxsync PGMR0DynMapHCPage: always successful, or will bail out to ring-3.
(edit) @15424   16 years vboxsync PGM: pgmR0DynMapHCPageInlined won't fail.
(edit) @15411   16 years vboxsync VMM: Working around set overflows caused by the page pool.
(edit) @15410   16 years vboxsync PGM: Deal with pgmPoolAlloc failure in MapCR3 without relying on …
(edit) @15406   16 years vboxsync PGMPool: temporarily enabled the old code.
(edit) @15405   16 years vboxsync PGMPool: Don't flush the pool anywhere but in ring-3, it just takes …
(edit) @15348   16 years vboxsync #3202: Optimized PGMPOOL_PAGE_2_PTR for darwin/R0 and */RC.
(edit) @15344   16 years vboxsync #3202: Optimizations of the dynamic page mapping code (ring-0). Do …
(edit) @14809   16 years vboxsync PGMAllPool: RTLogPrintf exist in ring-0 now.
(edit) @14754   16 years vboxsync pgmPoolMonitorChainChanging regression fix. (grr)
(edit) @14753   16 years vboxsync pgmPoolMonitorChainChanging regression fix.
(edit) @14751   16 years vboxsync #1865: PGMAllPool: Fixes for non-contiguous mapping of the fake 2048 …
(edit) @14749   16 years vboxsync #1865: PGMAllPool: PGMPOOLKIND_ROOT_PAE_PD -> …
(edit) @14678   16 years vboxsync pgmPoolMapPage: Fixed bug in darwin specific code (wrong HCPhys).
(edit) @14149   16 years vboxsync PGM: HCPhysPaePDPT -> HCPhysShwPaePdpt.
(edit) @14148   16 years vboxsync PGM: HCPhys32BitPD -> HCPhysShw32BitPD
(edit) @14147   16 years vboxsync #1865: PGM - 32-bit shadown PD pointer converted.
(edit) @14133   16 years vboxsync #1865: final pae change.
(edit) @14038   16 years vboxsync #1865: PGM - and another one.
(edit) @13832   16 years vboxsync IN_GC -> IN_RC.
(edit) @13824   16 years vboxsync VMM: %VGp -> %RGp
(edit) @13823   16 years vboxsync VMM: %VGv -> %RGv
(edit) @13820   16 years vboxsync VMM: %VG* inspection - an awfaul lot of these, hope I got it all right…
(edit) @13819   16 years vboxsync VMM: %VH* -> %RH*.
(edit) @13818   16 years vboxsync VMM: %Vrc -> %Rrc, %Vra -> %Rra.
(edit) @13816   16 years vboxsync VMM: VBOX_SUCCESS -> RT_SUCCESS, VBOX_FAILURE -> RT_FAILURE.
(edit) @13585   16 years vboxsync Refresh the cr3 mapping by putting it at the head of the age list. …
(edit) @13543   16 years vboxsync #1865: PGMPool.
(edit) @13202   16 years vboxsync Missing EPT case in pgmPoolTrackFlushGCPhysPTInt.
(edit) @13146   16 years vboxsync #1865: Renamed PGMPhysReadGCPhys -> PGMPhysSimpleReadGCPhys, …
(edit) @13100   16 years vboxsync #1865: More PGM changes.
(edit) @13062   16 years vboxsync #1865: More PGM changes.
(edit) @13060   16 years vboxsync #1865: More PGM changes.
(edit) @13042   16 years vboxsync #1865: More PGM changes.
(edit) @13035   16 years vboxsync #1865: More PGM…
(edit) @12936   16 years vboxsync More EPT updates
(edit) @12932   16 years vboxsync Paging updates in preparation for EPT.
(edit) @12204   16 years vboxsync Moved the fatal assertion.
(edit) @12203   16 years vboxsync More verbose assertion
(edit) @11711   16 years vboxsync Deal with PGMR3MappingsUnfix flushing the entire page pool. In long …
(edit) @11434   16 years vboxsync Compile fix
(edit) @11431   16 years vboxsync Paranoia
(edit) @11370   16 years vboxsync Deal with flushing of pgm pool pages when an injected event triggers …
(edit) @11366   16 years vboxsync A faulting call also implies the pgm pool page has been reused
(edit) @11349   16 years vboxsync Misleading log statement
(edit) @11311   16 years vboxsync VMM: ELEMENTS -> RT_ELEMENTS.
(edit) @11299   16 years vboxsync mm: MMHyperXXToGC -> MMHyperXXToRC.
(edit) @10405   16 years vboxsync Treat pages as reused when changing at least 0x40 qwords with rep …
(edit) @10404   16 years vboxsync Compile fix
(edit) @10403   16 years vboxsync REX implies 64 bits mode.
(edit) @10402   16 years vboxsync REX and REP prefixes must be set for movsq/stosq check.
(edit) @10401   16 years vboxsync Detect page reuse by rep movsq.
(edit) @10397   16 years vboxsync Wrong assertions and order.
(edit) @10368   16 years vboxsync Check presence of 2nd shadow pt entry too of course.
(edit) @10365   16 years vboxsync pCpu can be NULL.
(edit) @10364   16 years vboxsync Cleaned up
(edit) @10363   16 years vboxsync Correction
(edit) @10334   16 years vboxsync Stosq case for clearing pages.
(edit) @10324   16 years vboxsync Too strict
(edit) @10323   16 years vboxsync Clear the shadow page table entries whenever the guest modifies its …
(edit) @10321   16 years vboxsync Deal with pool flushes directly when possible.
(edit) @10320   16 years vboxsync Rearranged code to deal with pgm pool tasks during SyncCR3.
(edit) @10314   16 years vboxsync More logging
(edit) @10284   16 years vboxsync Wrong logging part 2
(edit) @10283   16 years vboxsync Backed out 32892-32894
(edit) @10282   16 years vboxsync More gc tracking changes for the non-paging case.
(edit) @10280   16 years vboxsync No need for tracking user pages when guest paging is disabled.
(edit) @10279   16 years vboxsync Wrong logging
(edit) @10063   16 years vboxsync AMD64 updates for nested paging.
(edit) @10032   16 years vboxsync Nested paging updates
(edit) @10027   16 years vboxsync Corrected check for flushing shadow pml4. Extended check for nested …
(edit) @10026   16 years vboxsync Nested paging updates.
(edit) @9993   16 years vboxsync Correction for PML4E clearing.
(edit) @9957   16 years vboxsync Inverted check
(edit) @9956   16 years vboxsync Quietly reject any attempts at flushing the currently active shadow …
(edit) @9955   16 years vboxsync pgmPoolTrackClearPageUser fix for
(edit) @9953   16 years vboxsync Clear reference to PML4 table
(edit) @9949   16 years vboxsync PAE fix
(edit) @9946   16 years vboxsync Log correction
(edit) @9945   16 years vboxsync Corrections
(edit) @9944   16 years vboxsync PAE fixes
(edit) @9893   16 years vboxsync Attempt to fix PAE (can't verify now). AMD64 paging updates.
(edit) @9890   16 years vboxsync amd64 paging updates
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