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) @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   17 years vboxsync InvalidatePage corrections.
(edit) @9758   17 years vboxsync Wrong assertion
(edit) @9757   17 years vboxsync Corrections
(edit) @9756   17 years vboxsync Wrong masks
(edit) @9754   17 years vboxsync Naming again
(edit) @9753   17 years vboxsync Naming
(edit) @9752   17 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
(edit) @9690   17 years vboxsync Paging updates for amd64.
(edit) @9684   17 years vboxsync Correction
(edit) @9682   17 years vboxsync Long mode paging updates
(edit) @9620   17 years vboxsync Long mode paging updates
(edit) @9606   17 years vboxsync X86_CR4_PSE changes for long mode (bit is ignored there)
(edit) @9589   17 years vboxsync AMD64 paging updates
(edit) @9570   17 years vboxsync AMD64 paging updates
(edit) @9344   17 years vboxsync Types and string format specifiers.
(edit) @9341   17 years vboxsync Format specifiers again…
(edit) @9212   17 years vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
(edit) @9041   17 years vboxsync spaces.
(edit) @9032   17 years vboxsync Nested paging updates
(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) @8739   17 years vboxsync Set the shadow PDE for real and protected mode without paging to …
(edit) @8738   17 years vboxsync More logging
(edit) @8659   17 years vboxsync Updates for 64 bits paging. Removed conditional dirty and accessed …
(edit) @8537   17 years vboxsync Spaces
(edit) @8536   17 years vboxsync Split out the long mode only bits from the PDPE. Set accessed bits for …
(edit) @8535   17 years vboxsync Trying to shut up GCC
(edit) @8533   17 years vboxsync Start of 64 bits paging support
(edit) @8503   17 years vboxsync Fall back to the recompiler when the guest tries to access invalid …
(edit) @8191   17 years vboxsync warnings
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8084   17 years vboxsync Don't free mappings (PAE mode)
(edit) @8079   17 years vboxsync PAE bugfix for CR3 mapping
(edit) @8048   17 years vboxsync Indent
(edit) @8047   17 years vboxsync More logging
(edit) @8042   17 years vboxsync corrected #if/#else/#endif comments.
(edit) @8034   17 years vboxsync Fixed another regression (pae shadow, 32 bits guest)
(edit) @8033   17 years vboxsync Fixed one regression + several PAE related bugs.
(edit) @8031   17 years vboxsync Accidental debug code
(edit) @8030   17 years vboxsync Another fix for PAE mappings
(edit) @8028   17 years vboxsync Precedence
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