VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @32066   14 years vboxsync PGM: Enabled the MMIO optimizations.
(edit) @32057   14 years vboxsync Stats
(edit) @32053   14 years vboxsync FT updates
(edit) @32051   14 years vboxsync FT updates
(edit) @32050   14 years vboxsync VMM/DBGFCoreWrite: bits.
(edit) @32049   14 years vboxsync VMM/DBGF: typos.
(edit) @32043   14 years vboxsync PGM: Re-enabled the code that previously cause w7-64 regressions. (We …
(edit) @32042   14 years vboxsync PGMAllBth.h: MMIO opt fix.
(edit) @32040   14 years vboxsync PGMAllPool.cpp: Added assertions to the table flushing code that check …
(edit) @32038   14 years vboxsync PGMAllPool.cpp: Use ASMAtomicWriteU32/U64 instead of ASMAtomicWriteSize.
(edit) @32036   14 years vboxsync Removed X86_PTE_PAE_PG_MASK, renamed X86_PTE_PAE_PG_MASK_FULL to …
(edit) @32035   14 years vboxsync Changing the remaining X86_PTE_PAE_PG_MASK uses to …
(edit) @32034   14 years vboxsync Removed X86_PDE_PAE_PG_MASK, renamed X86_PDE_PAE_PG_MASK_FULL to …
(edit) @32033   14 years vboxsync Changing the remaining X86_PDE_PAE_PG_MASK uses to …
(edit) @32028   14 years vboxsync PGMAllBth/SyncPage: Don't assert on stale TLB after W7-64 changed some …
(edit) @32027   14 years vboxsync PGM/SyncPage: To be on the safe side, always sync the target page when …
(edit) @32009   14 years vboxsync Removed GST_PDPE_PG_MASK and renamed GST_PDPE_PG_MASK_FULL to …
(edit) @32006   14 years vboxsync VMM/DBGFCoreWrite: skeleton.
(edit) @32005   14 years vboxsync Changed all X86_PDPE_PG_MASK references to X86_PDPE_PG_MASK_FULL.
(edit) @32004   14 years vboxsync pgmShwSyncPaePDPtr: Only sync X86_PDPE_P and X86_PDPE_A since most of …
(edit) @32002   14 years vboxsync Compile fix
(edit) @32001   14 years vboxsync FT updates
(edit) @32000   14 years vboxsync x86.h,*: Eliminated X86_PML4E_PG_MASK and renamed …
(edit) @31998   14 years vboxsync Changed the remaining X86_PML4E_PG_MASK uses to X86_PML4E_PG_MASK_FULL.
(edit) @31997   14 years vboxsync PGM: Don't shadow any extra bits in long mode PDPEs and PML4Es.
(edit) @31996   14 years vboxsync Mostly safe X86_PTE_PAE_PG_MASK -> X86_PTE_PAE_PG_MASK_FULL conversions.
(edit) @31995   14 years vboxsync Safe X86_PDPE_PG_MASK -> X86_PDPE_PG_MASK_FULL conversions.
(edit) @31994   14 years vboxsync Safe X86_PDPE_PG_MASK -> X86_PDPE_PG_MASK_FULL conversions.
(edit) @31993   14 years vboxsync Safe X86_PML4E_PG_MASK -> X86_PML4E_PG_MASK_FULL conversions.
(edit) @31992   14 years vboxsync PGMDbg: bug fix.
(edit) @31989   14 years vboxsync VMM: Removed the PGMR3DumpHierarchyGC/HC functions.
(edit) @31988   14 years vboxsync Compile fix
(edit) @31987   14 years vboxsync PGM,DBGC,DBGF: Dump guest paging structures.
(edit) @31986   14 years vboxsync FT updates + TODO
(edit) @31978   14 years vboxsync PGM,DBC,MM: Dump more information about shadow/guest pages.
(edit) @31975   14 years vboxsync build fix.
(edit) @31973   14 years vboxsync PGM,DBGC: working shadow page table dumper (sans EPT).
(edit) @31966   14 years vboxsync DBGF,PGM,DBGC: dumping page tables - hacking still in progress (sigh, …
(edit) @31953   14 years vboxsync FT updates
(edit) @31949   14 years vboxsync grr. typo.
(edit) @31948   14 years vboxsync PGM: paging hierarchy dumpers refactoring in progress.
(edit) @31947   14 years vboxsync PGM: paging hierarchy dumpers refactoring in progress.
(edit) @31938   14 years vboxsync FT updates
(edit) @31931   14 years vboxsync PGM: spaces.
(edit) @31897   14 years vboxsync Compile fix
(edit) @31895   14 years vboxsync FT updates
(edit) @31870   14 years vboxsync PGM: Don't sync unnecessary PTE bits.
(edit) @31854   14 years vboxsync VM: proper error message for VERR_HWACCM_CONFIG_MISMATCH
(edit) @31851   14 years vboxsync pgmPoolAllocEx/pgmPoolAlloc: Just use pgmPoolAllocEx when you want locking.
(edit) @31850   14 years vboxsync build fix
(edit) @31849   14 years vboxsync PGM: Don't shadow PDE bits 62/3:52 (NXE=1/0), only shadow the bits we …
(edit) @31847   14 years vboxsync iprt: removed crc32.h and crc64.h, use crc.h instead.
(edit) @31839   14 years vboxsync build fix
(edit) @31838   14 years vboxsync PGMRZDynMap.cpp: better high load check in PGMRZDynMapPushAutoSubset …
(edit) @31837   14 years vboxsync build fix.
(edit) @31836   14 years vboxsync PGMAllPool.cpp: Increased the span of a subset. nits
(edit) @31835   14 years vboxsync PGMAllBth.h: fixed assertion.
(edit) @31834   14 years vboxsync PGMRZDynMap.cpp: Dropped the PGMMAPSET_MAX_FILL checks and instead …
(edit) @31833   14 years vboxsync build fix.
(edit) @31832   14 years vboxsync PGM: The other w7-64 regression. Trouble is that they're using PTE …
(edit) @31831   14 years vboxsync VMMGuruMediatation.cpp: Repeate the summary of the guru meditation so …
(edit) @31830   14 years vboxsync FTMInternal.h: Fixed STAM assertions on 32-bit hosts.
(edit) @31826   14 years vboxsync PGMAllPool.cpp: Disabled the bits casuing the regressions in r64700.
(edit) @31824   14 years vboxsync PGMAllPool.cpp: Moved unused hints.
(edit) @31823   14 years vboxsync nc
(edit) @31809   14 years vboxsync FT updates
(edit) @31807   14 years vboxsync FT: disable large page usage Removed debug code
(edit) @31800   14 years vboxsync PGMRZDynMap.cpp: Disabled totally bogus code that would flush the …
(edit) @31799   14 years vboxsync PGMAllPool.cpp: Fixed darwin regression (wrong define).
(edit) @31792   14 years vboxsync build fix
(edit) @31790   14 years vboxsync burn fix
(edit) @31789   14 years vboxsync FT updates
(edit) @31786   14 years vboxsync PGM: AMD-V + NP optimization (IOM sometimes makes use of uErr).
(edit) @31785   14 years vboxsync newline
(edit) @31784   14 years vboxsync PGM: Make sure we deploy the MMIO hack on all possible pages. Physical …
(edit) @31782   14 years vboxsync FT updates
(edit) @31780   14 years vboxsync PGM: Addressed a fixme. logging and minor cleanup.
(edit) @31775   14 years vboxsync PGM: Wrap up all access to PAE/LM PTEs so that we can treat the …
(edit) @31770   14 years vboxsync FT updates
(edit) @31766   14 years vboxsync FT updates
(edit) @31754   14 years vboxsync Id
(edit) @31753   14 years vboxsync FT updates
(edit) @31743   14 years vboxsync FT updates for password
(edit) @31738   14 years vboxsync FT updates
(edit) @31737   14 years vboxsync FT updates
(edit) @31734   14 years vboxsync FT updates
(edit) @31732   14 years vboxsync FT updates
(edit) @31727   14 years vboxsync Pull in new code
(edit) @31723   14 years vboxsync FT updates
(edit) @31722   14 years vboxsync Id
(edit) @31721   14 years vboxsync FT skeleton code
(edit) @31715   14 years vboxsync More information in assertion
(edit) @31695   14 years vboxsync State changes for FT
(edit) @31684   14 years vboxsync PGM.cpp: comment, spaces.
(edit) @31657   14 years vboxsync PGMPool: Drop cRefs since it's always 1.
(edit) @31646   14 years vboxsync HWVMXR0.cpp: Made the PGM/MMIO hack work with EPT.
(edit) @31636   14 years vboxsync EM: Addressed VBOXSTRICTRC todo from r64673. Decided to only use …
(edit) @31631   14 years vboxsync Wrong assertion
(edit) @31630   14 years vboxsync Wrong queue flag
(edit) @31612   14 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