VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10100   17 years vboxsync Added missing cpuid features (all disabled)
(edit) @10097   17 years vboxsync Derive CPL from cs, not ss.
(edit) @10095   17 years vboxsync logging change
(edit) @10088   17 years vboxsync Log MSR names
(edit) @10087   17 years vboxsync Fixed SELMR3GetSelectorInfo for 64 bits mode. Got rid of obsolete VBOXDESC.
(edit) @10073   17 years vboxsync Updated some comments
(edit) @10072   17 years vboxsync Nested paging update.
(edit) @10071   17 years vboxsync Don't set the no-execute bits in the fake pml4e & pdpte
(edit) @10070   17 years vboxsync log spelling.
(edit) @10068   17 years vboxsync Set the accessed bit as well (protected mode without paging; shadow pde)
(edit) @10066   17 years vboxsync Paranoid assertion
(edit) @10065   17 years vboxsync Missing physical address for nested root
(edit) @10064   17 years vboxsync Missing log group
(edit) @10063   17 years vboxsync AMD64 updates for nested paging.
(edit) @10062   17 years vboxsync logging fix
(edit) @10054   17 years vboxsync spaces
(edit) @10046   17 years vboxsync Drop the .NOTPARALLEL hack (windows), this should work fine now. …
(edit) @10036   17 years vboxsync Argh
(edit) @10035   17 years vboxsync More annoying assertions removed
(edit) @10034   17 years vboxsync Moved some assertions around
(edit) @10033   17 years vboxsync Logging update
(edit) @10032   17 years vboxsync Nested paging updates
(edit) @10027   17 years vboxsync Corrected check for flushing shadow pml4. Extended check for nested …
(edit) @10026   17 years vboxsync Nested paging updates.
(edit) @10024   17 years vboxsync typo
(edit) @10021   17 years vboxsync Updates for amd64 nested paging.
(edit) @10019   17 years vboxsync Updated for accepted shadow page modes.
(edit) @10018   17 years vboxsync Wrong assertion + logging updates
(edit) @10016   17 years vboxsync Corrected parameter types (const). Use SELMToFlatEx instead of …
(edit) @10015   17 years vboxsync Don't forget to sync back MSR_K8_KERNEL_GS_BASE.
(edit) @10014   17 years vboxsync Filter out the MSR_K6_LME bit or else AMD-V expects amd64 shadow …
(edit) @10013   17 years vboxsync AMD64 shadow & real or protected mode without paging combo. Flush TLB …
(edit) @10012   17 years vboxsync Logging update
(edit) @10011   17 years vboxsync Compile fix
(edit) @10010   17 years vboxsync Updates for 64 bits mode (invlpg - amd-v)
(edit) @10001   17 years vboxsync Cleanup
(edit) @9999   17 years vboxsync Too noisy
(edit) @9998   17 years vboxsync Logging update
(edit) @9993   17 years vboxsync Correction for PML4E clearing.
(edit) @9990   17 years vboxsync Some cleanup
(edit) @9989   17 years vboxsync Enabled rdmsr/wrmsr emulation again. (VT-x & AMD-v regression fixed)
(edit) @9988   17 years vboxsync Unconditionally update the sysenter msrs.
(edit) @9986   17 years vboxsync Introduced CPUMIsGuestInLongModeEx
(edit) @9985   17 years vboxsync Relax the requirement for VT-x when in 64 bits mode.
(edit) @9984   17 years vboxsync Big instruction emulation update for 64 bits mode. Watch for regressions!
(edit) @9982   17 years vboxsync Logging
(edit) @9981   17 years vboxsync Always switch the PGM mode when we're using VT-x/AMD-v
(edit) @9980   17 years vboxsync Log update
(edit) @9966   17 years vboxsync AssertCR3: ignore X86_PTE_PAE_NX as well in big pages (PDE bit is …
(edit) @9965   17 years vboxsync Hyper and intermediate CR3 values can be 64 bits.
(edit) @9964   17 years vboxsync Paranoid assertion
(edit) @9957   17 years vboxsync Inverted check
(edit) @9956   17 years vboxsync Quietly reject any attempts at flushing the currently active shadow …
(edit) @9955   17 years vboxsync pgmPoolTrackClearPageUser fix for
(edit) @9953   17 years vboxsync Clear reference to PML4 table
(edit) @9952   17 years vboxsync Forgot to query the physical address of the CR3 cached page.
(edit) @9949   17 years vboxsync PAE fix
(edit) @9946   17 years vboxsync Log correction
(edit) @9945   17 years vboxsync Corrections
(edit) @9944   17 years vboxsync PAE fixes
(edit) @9942   17 years vboxsync PAE fixes
(edit) @9941   17 years vboxsync Comments
(edit) @9940   17 years vboxsync PAE fix
(edit) @9939   17 years vboxsync Partly backed out 31819
(edit) @9915   17 years vboxsync fixed build breaks
(edit) @9899   17 years vboxsync Triggered assertion
(edit) @9897   17 years vboxsync Updates for executing 64 bits guest code with AMD-V.
(edit) @9896   17 years vboxsync Fixed SVMInvlpgA for 64 bits guest pointers and a potential issue with …
(edit) @9893   17 years vboxsync Attempt to fix PAE (can't verify now). AMD64 paging updates.
(edit) @9890   17 years vboxsync amd64 paging updates
(edit) @9888   17 years vboxsync Updates for amd64 paging.
(edit) @9881   17 years vboxsync 32 bits iUserTable again (preparing for amd64 changes)
(edit) @9879   17 years vboxsync Masks
(edit) @9877   17 years vboxsync Wrong masks
(edit) @9876   17 years vboxsync Logging update
(edit) @9875   17 years vboxsync Typos
(edit) @9874   17 years vboxsync Clear shadow pae pd & pdpte entries when changed.
(edit) @9871   17 years vboxsync Same goes for X86_PTE_G. (big page to pt mapping)
(edit) @9870   17 years vboxsync Ignore A & D bits in the big page comparison as well.
(edit) @9869   17 years vboxsync AssertCR3 for long mode.
(edit) @9864   17 years vboxsync Logging update
(edit) @9863   17 years vboxsync Detect PML4E & PDPTE changes in SyncCR3 as well.
(edit) @9860   17 years vboxsync Return immediately in case the PML4E or PDPTE has been changed.
(edit) @9859   17 years vboxsync Wrong mask again
(edit) @9858   17 years vboxsync Wrong mask
(edit) @9857   17 years vboxsync Updates for amd64 paging
(edit) @9855   17 years vboxsync SyncPage fix for out of sync pde's.
(edit) @9854   17 years vboxsync Sigh.
(edit) @9853   17 years vboxsync kernel gs base can be changed behind our back (swapgs), so always …
(edit) @9852   17 years vboxsync Added CPUMGetGuestMsr
(edit) @9847   17 years vboxsync Updates for dumping 64 bits descriptors
(edit) @9846   17 years vboxsync Disassembly update for flat addresses & 64 bits mode
(edit) @9841   17 years vboxsync Added CPUMGetGuest/HyperRIP.
(edit) @9837   17 years vboxsync build fix
(edit) @9836   17 years vboxsync Fixed some inconsistencies (thanks Frank)
(edit) @9835   17 years vboxsync build fix
(edit) @9833   17 years vboxsync qword accesses
(edit) @9825   17 years vboxsync Log update
(edit) @9824   17 years vboxsync Some preparations for fixing PAE.
(edit) @9821   17 years vboxsync Compile fix
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