VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMAll/PGMAllBth.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @13398   16 years vboxsync Don't check disabled physical access handlers
(edit) @13397   16 years vboxsync Backed out 38140
(edit) @13396   16 years vboxsync Correction
(edit) @13395   16 years vboxsync Corrected assertion
(edit) @13394   16 years vboxsync Implement PrefetchPage for EPT when in real or protected mode without …
(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) @13203   16 years vboxsync Missing shadow cases for EPT.
(edit) @13188   16 years vboxsync PGM: polish.
(edit) @13134   16 years vboxsync EPT: set the ignore PAT and WB cache flags in page table entries.
(edit) @13126   16 years vboxsync Set u1Execute too.
(edit) @13122   16 years vboxsync Corrected return value checks for PGMShwGetEPTPDPtr.
(edit) @13121   16 years vboxsync Wrong mask
(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) @13067   16 years vboxsync #1865: More PGM changes.
(edit) @13063   16 years vboxsync Corrected return value checks for PGMShwGetLongModePDPtr & …
(edit) @13062   16 years vboxsync #1865: More PGM changes.
(edit) @13060   16 years vboxsync #1865: More PGM changes.
(edit) @13046   16 years vboxsync #1865: Eliminated two duplicate members of PGMVIRTHANDLER while at it.
(edit) @13045   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) @13019   16 years vboxsync #1865: PGM …
(edit) @12999   16 years vboxsync Same applies to return code checks for PGMShwGetEPTPDPtr.
(edit) @12997   16 years vboxsync Fixed regressions in return code checking
(edit) @12994   16 years vboxsync Cleanup
(edit) @12989   16 years vboxsync VMM + VBox/cdefs.h: consolidated all the XYZ*DECLS of the VMM into …
(edit) @12964   16 years vboxsync VMM: MMPhysGCPhys2HCVirt -> PGMPhysGCPhys2HCPtrAssert; deleted …
(edit) @12938   16 years vboxsync Comment updates
(edit) @12937   16 years vboxsync SyncPageWorker updates for EPT.
(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) @12129   16 years vboxsync Don't check for hypervisor regions in VT-x/AMD-V mode.
(edit) @11525   16 years vboxsync Added support for PSE-36.
(edit) @11449   16 years vboxsync Corrected assertion
(edit) @11416   16 years vboxsync InvalidatePage: check 4 PDPEs for PAE guest mode. (shouldn't be …
(edit) @11407   16 years vboxsync warnings, comments
(edit) @11311   16 years vboxsync VMM: ELEMENTS -> RT_ELEMENTS.
(edit) @10822   16 years vboxsync Prepare for EPT.
(edit) @10496   16 years vboxsync Attempt 2
(edit) @10495   16 years vboxsync AssertCR3 fix for AMD64 paging
(edit) @10343   16 years vboxsync Logging update
(edit) @10340   16 years vboxsync Pool flush handling updates
(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) @10319   16 years vboxsync pgmPoolClearAll can be executed in ring 0.
(edit) @10318   16 years vboxsync There are no virtual handlers in nested paging mode.
(edit) @10317   16 years vboxsync SyncCR3 change for nested paging to deal with pool flushes.
(edit) @10287   16 years vboxsync Correction
(edit) @10285   16 years vboxsync Corrected protected mode without paging shadow paging.
(edit) @10283   16 years vboxsync Backed out 32892-32894
(edit) @10281   16 years vboxsync Disabled user tracking properly.
(edit) @10280   16 years vboxsync No need for tracking user pages when guest paging is disabled.
(edit) @10270   16 years vboxsync Logging update
(edit) @10071   16 years vboxsync Don't set the no-execute bits in the fake pml4e & pdpte
(edit) @10068   16 years vboxsync Set the accessed bit as well (protected mode without paging; shadow pde)
(edit) @10063   16 years vboxsync AMD64 updates for nested paging.
(edit) @10013   16 years vboxsync AMD64 shadow & real or protected mode without paging combo. Flush TLB …
(edit) @10012   16 years vboxsync Logging update
(edit) @10001   16 years vboxsync Cleanup
(edit) @9990   16 years vboxsync Some cleanup
(edit) @9966   16 years vboxsync AssertCR3: ignore X86_PTE_PAE_NX as well in big pages (PDE bit is …
(edit) @9942   16 years vboxsync PAE fixes
(edit) @9941   16 years vboxsync Comments
(edit) @9940   16 years vboxsync PAE fix
(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) @9881   16 years vboxsync 32 bits iUserTable again (preparing for amd64 changes)
(edit) @9879   16 years vboxsync Masks
(edit) @9876   16 years vboxsync Logging update
(edit) @9875   16 years vboxsync Typos
(edit) @9871   16 years vboxsync Same goes for X86_PTE_G. (big page to pt mapping)
(edit) @9870   16 years vboxsync Ignore A & D bits in the big page comparison as well.
(edit) @9869   16 years vboxsync AssertCR3 for long mode.
(edit) @9864   16 years vboxsync Logging update
(edit) @9863   16 years vboxsync Detect PML4E & PDPTE changes in SyncCR3 as well.
(edit) @9860   16 years vboxsync Return immediately in case the PML4E or PDPTE has been changed.
(edit) @9859   16 years vboxsync Wrong mask again
(edit) @9858   16 years vboxsync Wrong mask
(edit) @9857   16 years vboxsync Updates for amd64 paging
(edit) @9855   16 years vboxsync SyncPage fix for out of sync pde's.
(edit) @9778   16 years vboxsync InvalidatePage corrections.
(edit) @9758   16 years vboxsync Wrong assertion
(edit) @9757   16 years vboxsync Corrections
(edit) @9756   16 years vboxsync Wrong masks
(edit) @9754   16 years vboxsync Naming again
(edit) @9753   16 years vboxsync Naming
(edit) @9752   16 years vboxsync PAE & AMD64 paging updates. - create references to upper level shadow …
(edit) @9717   17 years vboxsync Logging updates
(edit) @9711   17 years vboxsync Wrong assertion. There's a raw mode with PAE now.
(edit) @9692   17 years vboxsync Partly backed out previous changeset
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