VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10342   16 years vboxsync Clear old cr3 values before attempting to allocate a new page from our …
(edit) @10340   16 years vboxsync Pool flush handling updates
(edit) @10336   16 years vboxsync Corrections for rc handling.
(edit) @10334   16 years vboxsync Stosq case for clearing pages.
(edit) @10331   16 years vboxsync Removed the assertion completely.
(edit) @10330   16 years vboxsync Wrong assertion. Due to ring 3 far jumps the assertion condition can …
(edit) @10326   16 years vboxsync Handle the VERR_PGM_POOL_FLUSHED return code properly.
(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) @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) @10315   16 years vboxsync Don't dump the guru meditation to stderr for me
(edit) @10314   16 years vboxsync More logging
(edit) @10301   16 years vboxsync Wrong place for the assertion
(edit) @10300   16 years vboxsync Allow PGMMODE_PAE_NX with VT-x and AMD-V.
(edit) @10299   16 years vboxsync Force a TLB flush on a mode switch too.
(edit) @10297   16 years vboxsync More assertions.
(edit) @10290   16 years vboxsync Enable 64 bits guest support.
(edit) @10289   16 years vboxsync Expose X86_CPUID_AMD_FEATURE_EDX_MCA & X86_CPUID_AMD_FEATURE_EDX_MTRR …
(edit) @10288   16 years vboxsync Removed more unneeded defines
(edit) @10287   16 years vboxsync Correction
(edit) @10286   16 years vboxsync Without paging guest paging always matches shadow paging.
(edit) @10285   16 years vboxsync Corrected protected mode without paging shadow paging.
(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) @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) @10279   16 years vboxsync Wrong logging
(edit) @10277   16 years vboxsync Deal with 8 byte movsx instructions.
(edit) @10274   16 years vboxsync More logging
(edit) @10270   16 years vboxsync Logging update
(edit) @10269   16 years vboxsync Logging updates
(edit) @10240   16 years vboxsync sub-makefile fix.
(edit) @10216   16 years vboxsync -> Unsupported
(edit) @10215   16 years vboxsync Missed MSR_IA32_MTRR_CAP
(edit) @10213   16 years vboxsync Log more MSRs
(edit) @10211   16 years vboxsync X86_CPUID_FEATURE_EDX_PAT is supported (was already marked as such in …
(edit) @10210   16 years vboxsync Support MSR_K6_EFER_FFXSR if X86_CPUID_AMD_FEATURE_EDX_FFXSR is set.
(edit) @10209   16 years vboxsync Logging update
(edit) @10208   16 years vboxsync Cpuid 0x800000005 & 0x800000006 contain information about L1, L2 & L3 …
(edit) @10206   16 years vboxsync Fixed regression introduced by TPR caching. (never execute code that …
(edit) @10205   16 years vboxsync Logging fix
(edit) @10204   16 years vboxsync Corrected logging function name
(edit) @10202   16 years vboxsync removed VBOX_WITH_PDM_LOCK
(edit) @10200   16 years vboxsync Moved the VBOX_WITH_PDM_LOCK and VBOX_WITH_INTERNAL_NETWORKING defines …
(edit) @10171   16 years vboxsync small fix
(edit) @10154   16 years vboxsync Documented the issue wrt to CS RPL and conforming segment in …
(edit) @10141   16 years vboxsync PATM: some preparations for new SSM handling.
(edit) @10123   16 years vboxsync doxygen
(edit) @10122   16 years vboxsync Use the SS RPL instead of the CS RPL in CPUMGetGuestCPL for the raw …
(edit) @10110   16 years vboxsync More TPR updates
(edit) @10108   16 years vboxsync More CR8 updates
(edit) @10107   16 years vboxsync Added CR8 write (alias for APIC TPR write).
(edit) @10100   16 years vboxsync Added missing cpuid features (all disabled)
(edit) @10097   16 years vboxsync Derive CPL from cs, not ss.
(edit) @10095   16 years vboxsync logging change
(edit) @10088   16 years vboxsync Log MSR names
(edit) @10087   16 years vboxsync Fixed SELMR3GetSelectorInfo for 64 bits mode. Got rid of obsolete VBOXDESC.
(edit) @10073   16 years vboxsync Updated some comments
(edit) @10072   16 years vboxsync Nested paging update.
(edit) @10071   16 years vboxsync Don't set the no-execute bits in the fake pml4e & pdpte
(edit) @10070   16 years vboxsync log spelling.
(edit) @10068   16 years vboxsync Set the accessed bit as well (protected mode without paging; shadow pde)
(edit) @10066   16 years vboxsync Paranoid assertion
(edit) @10065   16 years vboxsync Missing physical address for nested root
(edit) @10064   16 years vboxsync Missing log group
(edit) @10063   16 years vboxsync AMD64 updates for nested paging.
(edit) @10062   16 years vboxsync logging fix
(edit) @10054   16 years vboxsync spaces
(edit) @10046   16 years vboxsync Drop the .NOTPARALLEL hack (windows), this should work fine now. …
(edit) @10036   16 years vboxsync Argh
(edit) @10035   16 years vboxsync More annoying assertions removed
(edit) @10034   16 years vboxsync Moved some assertions around
(edit) @10033   16 years vboxsync Logging update
(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) @10024   16 years vboxsync typo
(edit) @10021   16 years vboxsync Updates for amd64 nested paging.
(edit) @10019   16 years vboxsync Updated for accepted shadow page modes.
(edit) @10018   16 years vboxsync Wrong assertion + logging updates
(edit) @10016   16 years vboxsync Corrected parameter types (const). Use SELMToFlatEx instead of …
(edit) @10015   16 years vboxsync Don't forget to sync back MSR_K8_KERNEL_GS_BASE.
(edit) @10014   16 years vboxsync Filter out the MSR_K6_LME bit or else AMD-V expects amd64 shadow …
(edit) @10013   16 years vboxsync AMD64 shadow & real or protected mode without paging combo. Flush TLB …
(edit) @10012   16 years vboxsync Logging update
(edit) @10011   16 years vboxsync Compile fix
(edit) @10010   16 years vboxsync Updates for 64 bits mode (invlpg - amd-v)
(edit) @10001   16 years vboxsync Cleanup
(edit) @9999   16 years vboxsync Too noisy
(edit) @9998   16 years vboxsync Logging update
(edit) @9993   16 years vboxsync Correction for PML4E clearing.
(edit) @9990   16 years vboxsync Some cleanup
(edit) @9989   16 years vboxsync Enabled rdmsr/wrmsr emulation again. (VT-x & AMD-v regression fixed)
(edit) @9988   16 years vboxsync Unconditionally update the sysenter msrs.
(edit) @9986   16 years vboxsync Introduced CPUMIsGuestInLongModeEx
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