|
|
@32541
|
14 年 |
vboxsync |
Don't bother checking for virtual handlers in ring-0.
|
|
|
@32539
|
14 年 |
vboxsync |
Removed wrong assertion
|
|
|
@32521
|
14 年 |
vboxsync |
Optimization
|
|
|
@32516
|
14 年 |
vboxsync |
Removed double invalidate.
|
|
|
@32489
|
14 年 |
vboxsync |
VMM: More work on the periodic preemption timer (no actual timers yet).
|
|
|
@32486
|
14 年 |
vboxsync |
Moved logging and stat
|
|
|
@32484
|
14 年 |
vboxsync |
TM,DevPit,DevApic,DevRtc: Timer frequency hints for calculating the …
|
|
|
@32481
|
14 年 |
vboxsync |
Enabled dirty page optimization for the pae/32-bit shadow/guest case.
|
|
|
@32480
|
14 年 |
vboxsync |
SyncPageWorkerTrackDeref: Use the hint we retrieved from the cached …
|
|
|
@32431
|
14 年 |
vboxsync |
scm cleanup
|
|
|
@32419
|
14 年 |
vboxsync |
TM,HWVMXR0: Use the preemption timer to make sure we stop executing …
|
|
|
@32410
|
14 年 |
vboxsync |
Got rid of unnecessary dirty page flush in InvalidatePage. (NOTE: high …
|
|
|
@32401
|
14 年 |
vboxsync |
Updates
|
|
|
@32392
|
14 年 |
vboxsync |
pgm pool update for 32-bit dirty page handling
|
|
|
@32390
|
14 年 |
vboxsync |
One more
|
|
|
@32389
|
14 年 |
vboxsync |
Mask physical address
|
|
|
@32384
|
14 年 |
vboxsync |
Extended dirty page optimization for the pae/32-bit shw/gst …
|
|
|
@32373
|
14 年 |
vboxsync |
Must not call PGMPhysReleasePageMappingLock when the lock failed
|
|
|
@32366
|
14 年 |
vboxsync |
Typo
|
|
|
@32362
|
14 年 |
vboxsync |
Some cleanup
|
|
|
@32302
|
14 年 |
vboxsync |
FTM statistics
|
|
|
@32140
|
14 年 |
vboxsync |
FT updates
|
|
|
@32135
|
14 年 |
vboxsync |
Checkpoint PDM helper
|
|
|
@32109
|
14 年 |
vboxsync |
PGMAllPool.cpp: NIL_PGMPOOL_PHYSEXT_INDEX not NIL_PGMPOOL_IDX.
|
|
|
@32091
|
14 年 |
vboxsync |
pgmPoolTrackPhysExtInsert: Fixed missing loop advancing, caused chains …
|
|
|
@32087
|
14 年 |
vboxsync |
PGM: Account for aliased and off pages in physical handlers so that …
|
|
|
@32051
|
14 年 |
vboxsync |
FT updates
|
|
|
@32043
|
14 年 |
vboxsync |
PGM: Re-enabled the code that previously cause w7-64 regressions. (We …
|
|
|
@32042
|
14 年 |
vboxsync |
PGMAllBth.h: MMIO opt fix.
|
|
|
@32040
|
14 年 |
vboxsync |
PGMAllPool.cpp: Added assertions to the table flushing code that check …
|
|
|
@32038
|
14 年 |
vboxsync |
PGMAllPool.cpp: Use ASMAtomicWriteU32/U64 instead of ASMAtomicWriteSize.
|
|
|
@32036
|
14 年 |
vboxsync |
Removed X86_PTE_PAE_PG_MASK, renamed X86_PTE_PAE_PG_MASK_FULL to …
|
|
|
@32035
|
14 年 |
vboxsync |
Changing the remaining X86_PTE_PAE_PG_MASK uses to …
|
|
|
@32034
|
14 年 |
vboxsync |
Removed X86_PDE_PAE_PG_MASK, renamed X86_PDE_PAE_PG_MASK_FULL to …
|
|
|
@32033
|
14 年 |
vboxsync |
Changing the remaining X86_PDE_PAE_PG_MASK uses to …
|
|
|
@32028
|
14 年 |
vboxsync |
PGMAllBth/SyncPage: Don't assert on stale TLB after W7-64 changed some …
|
|
|
@32027
|
14 年 |
vboxsync |
PGM/SyncPage: To be on the safe side, always sync the target page when …
|
|
|
@32009
|
14 年 |
vboxsync |
Removed GST_PDPE_PG_MASK and renamed GST_PDPE_PG_MASK_FULL to …
|
|
|
@32005
|
14 年 |
vboxsync |
Changed all X86_PDPE_PG_MASK references to X86_PDPE_PG_MASK_FULL.
|
|
|
@32004
|
14 年 |
vboxsync |
pgmShwSyncPaePDPtr: Only sync X86_PDPE_P and X86_PDPE_A since most of …
|
|
|
@32000
|
14 年 |
vboxsync |
x86.h,*: Eliminated X86_PML4E_PG_MASK and renamed …
|
|
|
@31998
|
14 年 |
vboxsync |
Changed the remaining X86_PML4E_PG_MASK uses to X86_PML4E_PG_MASK_FULL.
|
|
|
@31997
|
14 年 |
vboxsync |
PGM: Don't shadow any extra bits in long mode PDPEs and PML4Es.
|
|
|
@31996
|
14 年 |
vboxsync |
Mostly safe X86_PTE_PAE_PG_MASK -> X86_PTE_PAE_PG_MASK_FULL conversions.
|
|
|
@31995
|
14 年 |
vboxsync |
Safe X86_PDPE_PG_MASK -> X86_PDPE_PG_MASK_FULL conversions.
|
|
|
@31994
|
14 年 |
vboxsync |
Safe X86_PDPE_PG_MASK -> X86_PDPE_PG_MASK_FULL conversions.
|
|
|
@31993
|
14 年 |
vboxsync |
Safe X86_PML4E_PG_MASK -> X86_PML4E_PG_MASK_FULL conversions.
|
|
|
@31989
|
14 年 |
vboxsync |
VMM: Removed the PGMR3DumpHierarchyGC/HC functions.
|
|
|
@31988
|
14 年 |
vboxsync |
Compile fix
|
|
|
@31986
|
14 年 |
vboxsync |
FT updates + TODO
|
|
|
@31978
|
14 年 |
vboxsync |
PGM,DBC,MM: Dump more information about shadow/guest pages.
|
|
|
@31947
|
14 年 |
vboxsync |
PGM: paging hierarchy dumpers refactoring in progress.
|
|
|
@31870
|
14 年 |
vboxsync |
PGM: Don't sync unnecessary PTE bits.
|
|
|
@31851
|
14 年 |
vboxsync |
pgmPoolAllocEx/pgmPoolAlloc: Just use pgmPoolAllocEx when you want locking.
|
|
|
@31849
|
14 年 |
vboxsync |
PGM: Don't shadow PDE bits 62/3:52 (NXE=1/0), only shadow the bits we …
|
|
|
@31836
|
14 年 |
vboxsync |
PGMAllPool.cpp: Increased the span of a subset. nits
|
|
|
@31835
|
14 年 |
vboxsync |
PGMAllBth.h: fixed assertion.
|
|
|
@31832
|
14 年 |
vboxsync |
PGM: The other w7-64 regression. Trouble is that they're using PTE …
|
|
|
@31826
|
14 年 |
vboxsync |
PGMAllPool.cpp: Disabled the bits casuing the regressions in r64700.
|
|
|
@31824
|
14 年 |
vboxsync |
PGMAllPool.cpp: Moved unused hints.
|
|
|
@31823
|
14 年 |
vboxsync |
nc
|
|
|
@31807
|
14 年 |
vboxsync |
FT: disable large page usage
Removed debug code
|
|
|
@31799
|
14 年 |
vboxsync |
PGMAllPool.cpp: Fixed darwin regression (wrong define).
|
|
|
@31792
|
14 年 |
vboxsync |
build fix
|
|
|
@31789
|
14 年 |
vboxsync |
FT updates
|
|
|
@31784
|
14 年 |
vboxsync |
PGM: Make sure we deploy the MMIO hack on all possible pages. Physical …
|
|
|
@31780
|
14 年 |
vboxsync |
PGM: Addressed a fixme. logging and minor cleanup.
|
|
|
@31775
|
14 年 |
vboxsync |
PGM: Wrap up all access to PAE/LM PTEs so that we can treat the …
|
|
|
@31715
|
14 年 |
vboxsync |
More information in assertion
|
|
|
@31657
|
14 年 |
vboxsync |
PGMPool: Drop cRefs since it's always 1.
|
|
|
@31636
|
14 年 |
vboxsync |
EM: Addressed VBOXSTRICTRC todo from r64673. Decided to only use …
|
|
|
@31612
|
14 年 |
vboxsync |
Compile fix
|
|
|
@31610
|
14 年 |
vboxsync |
Wrong check
|
|
|
@31600
|
14 年 |
vboxsync |
Extra debug command
|
|
|
@31593
|
14 年 |
vboxsync |
PGM,IOM: MMIO optimization - hacking in progress. (still disabled)
|
|
|
@31591
|
14 年 |
vboxsync |
IOMALLMMIO.cpp: Don't waste time check uErrorCode to figure out …
|
|
|
@31569
|
14 年 |
vboxsync |
HWACCM: burn fix / VBOXSTRICTRC cleanup - a bit risky…
|
|
|
@31565
|
14 年 |
vboxsync |
PGM,HWACCM: MMIO optimizations - coding in progress.
|
|
|
@31528
|
14 年 |
vboxsync |
VirtHandlerUpdateOne: The big page test should be the other way around …
|
|
|
@31512
|
14 年 |
vboxsync |
CPUMGetGuestCPL: Don't trust ssHid.Attr.n.u2Dpl to hold the CPL when …
|
|
|
@31489
|
14 年 |
vboxsync |
CPUMGetGuestCRx,CPUMGetGuestCR8: Do the PDM TPR querying in CPUM …
|
|
|
@31465
|
14 年 |
vboxsync |
Comment
|
|
|
@31458
|
14 年 |
vboxsync |
IOM: fixed writing to MMIO ranges with direction flag set and pfnFill …
|
|
|
@31447
|
14 年 |
vboxsync |
InvalidatePage: Drop the unused hint here as we'll be releaseing the …
|
|
|
@31446
|
14 年 |
vboxsync |
PGMAllPool.cpp: Added lots more PGM_DYNMAP_UNUSED_HINT_VM calls to …
|
|
|
@31444
|
14 年 |
vboxsync |
PGM: Don't let the ATA device exhaust the dynamic mapping cache - …
|
|
|
@31443
|
14 年 |
vboxsync |
PGMAllBth.h: Must pass the RW flag to SyncHandlerPte. Some more logging.
|
|
|
@31440
|
14 年 |
vboxsync |
PGMAllGst.h: Fixed virtual handler regression introduced by r63735.
|
|
|
@31402
|
14 年 |
vboxsync |
PGM: Replaced the hazzardous raw-mode context dynamic mapping code …
|
|
|
@31393
|
14 年 |
vboxsync |
build fix
|
|
|
@31392
|
14 年 |
vboxsync |
PDMCritSectEnter: Wait for critical sections in ring-0 when preemption …
|
|
|
@31361
|
14 年 |
vboxsync |
Reapplied 64410 with previous lookup added
|
|
|
@31360
|
14 年 |
vboxsync |
Temporarily backed out 64410
|
|
|
@31359
|
14 年 |
vboxsync |
Keep track of the native R0 thread handle for each EMT too. Use that …
|
|
|
@31356
|
14 年 |
vboxsync |
Search first by host cpu id (most common case) and then by native …
|
|
|
@31353
|
14 年 |
vboxsync |
Header
|
|
|
@31352
|
14 年 |
vboxsync |
Don't assume a thread can't migrate to another CPU. The code that …
|
|
|
@31208
|
14 年 |
vboxsync |
PGMAllPhys.cpp: Don't put ROM pages in the page mapping TLB as we'll …
|
|
|
@31207
|
14 年 |
vboxsync |
PGMAllBth.h: Temporarily shut up ugly raw-mode context assertion.
|
|
|
@31178
|
14 年 |
vboxsync |
PGM: Some more preparatory cleanup.
|
|
|