VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMAll/PGMAll.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14038   16 years vboxsync #1865: PGM - and another one.
(edit) @14032   16 years vboxsync mac build fix
(edit) @14010   16 years vboxsync #1865: PGM - one more down.
(edit) @13993   16 years vboxsync darwin build fix.
(edit) @13991   16 years vboxsync #1865: More PGM cleanup.
(edit) @13969   16 years vboxsync PGM: RTGCUINTPTR64 -> RTGCPTR64 (forgot this one yesterday)
(edit) @13937   16 years vboxsync PGM: RTGCUINTPTR -> RTGCPTR.
(edit) @13936   16 years vboxsync PGM: removed a bunch of unnecessary RTGCUINTPTR/RTGCPTR casts. …
(edit) @13935   16 years vboxsync PGM: One more CTXSUFF (guest AMD64 root).
(edit) @13933   16 years vboxsync PGM: PAE guest mappings, assert GCPtr being 32-bit.
(edit) @13832   16 years vboxsync IN_GC -> IN_RC.
(edit) @13825   16 years vboxsync VMM: %VX64 -> %RX64
(edit) @13824   16 years vboxsync VMM: %VGp -> %RGp
(edit) @13823   16 years vboxsync VMM: %VGv -> %RGv
(edit) @13821   16 years vboxsync VMM: %VR* inspection
(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) @13418   16 years vboxsync Logging change
(edit) @13235   16 years vboxsync PGM: Merged PGMGCInvalidatePage into PGMInvalidatePage nad fixed the …
(edit) @13232   16 years vboxsync #1865: changed some validation into pure assertions or assert-return. …
(edit) @13198   16 years vboxsync Recommitted 37737 & 37738 minus the dangerous changes.
(edit) @13197   16 years vboxsync Backed out 37737&37738. (regressions)
(edit) @13195   16 years vboxsync Prefetch the four PDPT entries in PAE mode (EPT only).
(edit) @13188   16 years vboxsync PGM: polish.
(edit) @13122   16 years vboxsync Corrected return value checks for PGMShwGetEPTPDPtr.
(edit) @13113   16 years vboxsync Added PGMGetEPTCR3.
(edit) @13106   16 years vboxsync leave some modes out if 64-bit guests are not enabled (so far on …
(edit) @13099   16 years vboxsync PGM: Count real guest page faults.
(edit) @13098   16 years vboxsync #1865: More PGM changes.
(edit) @13087   16 years vboxsync #1865: More PGM changes.
(edit) @13085   16 years vboxsync #1865: More PGM changes.
(edit) @13073   16 years vboxsync comment
(edit) @13072   16 years vboxsync build fix
(edit) @13071   16 years vboxsync PGM: Fixed some raw-mode regressions introduced in r37532.
(edit) @13067   16 years vboxsync #1865: More PGM changes.
(edit) @13060   16 years vboxsync #1865: More PGM changes.
(edit) @13019   16 years vboxsync #1865: PGM …
(edit) @12999   16 years vboxsync Same applies to return code checks for PGMShwGetEPTPDPtr.
(edit) @12998   16 years vboxsync More logging
(edit) @12989   16 years vboxsync VMM + VBox/cdefs.h: consolidated all the XYZ*DECLS of the VMM into …
(edit) @12936   16 years vboxsync More EPT updates
(edit) @12932   16 years vboxsync Paging updates in preparation for EPT.
(edit) @12894   16 years vboxsync Enabled some EPT paging code.
(edit) @11477   16 years vboxsync small logging fix
(edit) @11309   16 years vboxsync iprt: Retired HCSTRING, replaced by R3STRING.
(edit) @10824   16 years vboxsync Naming
(edit) @10822   16 years vboxsync Prepare for EPT.
(edit) @10705   16 years vboxsync PGMGetModeName: added nested paging
(edit) @10340   16 years vboxsync Pool flush handling updates
(edit) @10336   16 years vboxsync Corrections for rc handling.
(edit) @10321   16 years vboxsync Deal with pool flushes directly when possible.
(edit) @10299   16 years vboxsync Force a TLB flush on a mode switch too.
(edit) @10073   16 years vboxsync Updated some comments
(edit) @10063   16 years vboxsync AMD64 updates for nested paging.
(edit) @10032   16 years vboxsync Nested paging updates
(edit) @10026   16 years vboxsync Nested paging updates.
(edit) @10021   16 years vboxsync Updates for amd64 nested paging.
(edit) @9999   16 years vboxsync Too noisy
(edit) @9990   16 years vboxsync Some cleanup
(edit) @9965   16 years vboxsync Hyper and intermediate CR3 values can be 64 bits.
(edit) @9893   16 years vboxsync Attempt to fix PAE (can't verify now). AMD64 paging updates.
(edit) @9890   16 years vboxsync amd64 paging updates
(edit) @9888   16 years vboxsync Updates for amd64 paging.
(edit) @9824   16 years vboxsync Some preparations for fixing PAE.
(edit) @9755   16 years vboxsync Update
(edit) @9752   16 years vboxsync PAE & AMD64 paging updates. - create references to upper level shadow …
(edit) @9690   16 years vboxsync Paging updates for amd64.
(edit) @9686   16 years vboxsync Logging updates
(edit) @9685   16 years vboxsync Always sync PML4E & PDPE.
(edit) @9682   16 years vboxsync Long mode paging updates
(edit) @9596   16 years vboxsync PGMPOOLKIND_64BIT_PD_FOR_64BIT_PD is the same as …
(edit) @9589   16 years vboxsync AMD64 paging updates
(edit) @9570   16 years vboxsync AMD64 paging updates
(edit) @9539   16 years vboxsync Some changes for amd64. Lifted a restriction for executing code in …
(edit) @9300   17 years vboxsync More 64 bits guest ptr fixes
(edit) @9282   17 years vboxsync Type and cast corrections
(edit) @9064   17 years vboxsync Properly deal with CR3 changes in nested paging mode.
(edit) @9032   17 years vboxsync Nested paging updates
(edit) @9026   17 years vboxsync More updates for nested paging. (setting up the paging mode)
(edit) @9024   17 years vboxsync 2nd attempt
(edit) @9023   17 years vboxsync Fixed some runtime assertions
(edit) @9021   17 years vboxsync Nested paging updates. Extra paging mode added to prevent illegal …
(edit) @9001   17 years vboxsync Enabled the PGMMODE_PROTECTED (Guest) & PGMMODE_AMD64 (shadow) …
(edit) @8965   17 years vboxsync Nested paging updates
(edit) @8533   17 years vboxsync Start of 64 bits paging support
(edit) @8386   17 years vboxsync No AMD64 support in raw mode
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8108   17 years vboxsync Updated check. Added PGMGetHostMode.
(edit) @7907   17 years vboxsync LogFlow update for 64 bits crx registers
(edit) @7905   17 years vboxsync Changed CRx parameter size
(edit) @7883   17 years vboxsync Drop the pVM->pgm.s.enmGuestMode <= PGMMODE_PROTECTED "optimization" …
(edit) @7865   17 years vboxsync Eliminate edge case where pVM->pgm.s.GCPhysCR3 would get out of sync. …
(edit) @7715   17 years vboxsync Renamed PDPTR to PDPT. Added preliminary code for executing code with …
(edit) @7676   17 years vboxsync Cleaned up. AMD64 shadow paging is only valid with AMD64 guest paging. …
(edit) @7629   17 years vboxsync Initial cleanup for PAE
(edit) @6906   17 years vboxsync Moved PGMHandlerPhysicalPageTempOff, PGMHandlerPhysicalPageReset, …
(edit) @6905   17 years vboxsync A couple of fixes to PGMAssertHandlerAndFlagsInSync.
(edit) @6903   17 years vboxsync Fixed bug (regression) in PGMAssertHandlerAndFlagsInSync.
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