VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMAll/PGMAll.cpp

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @22545   15 年 vboxsync Update
(edit) @22544   15 年 vboxsync Moved locking inside #ifdef
(edit) @22473   15 年 vboxsync Disabled experiment with optimized dirty PTs.
(edit) @21059   15 年 vboxsync LogRel -> Log
(edit) @21057   15 年 vboxsync Correction
(edit) @21056   15 年 vboxsync Workaround for difficult to reproduce problem (invalid …
(edit) @20874   15 年 vboxsync VMMR0CallHost -> VMMRZCallRing3[NoCpu]; VMMCALLHOST -> VMMCALLRING3.
(edit) @20873   15 年 vboxsync VMMGCCallHost -> VMMRZCallRing3[NoCpu].
(edit) @20795   15 年 vboxsync VMM: Fixed guest PAE issues on the mac.
(edit) @20767   15 年 vboxsync Locking paranoia
(edit) @20762   15 年 vboxsync More PGM locking
(edit) @20671   15 年 vboxsync Bigger lock for the pagefault handler. Avoid deadlocks when syncing …
(edit) @20567   15 年 vboxsync DevATA,ATAController: Do not use MMGCRamReadNoTrapHandler nor …
(edit) @20151   16 年 vboxsync Handle pgm pool flushes a bit differently.
(edit) @20068   16 年 vboxsync Trying to get rid of annoying assertions
(edit) @20008   16 年 vboxsync PDMCritSect: rewrite, ring-0 unlocking not yet enabled.
(edit) @19874   16 年 vboxsync Protect PGMShwModifyPage
(edit) @19833   16 年 vboxsync PGM_INVL_GUEST_TLBS -> PGM_INVL_VCPU_TLBS
(edit) @19808   16 年 vboxsync Invalidate is per VCPU.
(edit) @19790   16 年 vboxsync Protect InvalidatePage with the pgm lock.
(edit) @19682   16 年 vboxsync Try to cleanup after one VCPU goes into guru meditation mode. Release …
(edit) @19516   16 年 vboxsync Always call pgmPoolSyncCR3 from PGMSyncCR3 (regardless of guest paging …
(edit) @19474   16 年 vboxsync MMIO locking
(edit) @19471   16 年 vboxsync Added PGMIsLocked & PDMCritSectIsLocked
(edit) @19329   16 年 vboxsync Removed pgmPoolGetPageByHCPhys.
(edit) @19141   16 年 vboxsync Action flags breakup. Fixed PGM saved state loading of 2.2.2 images. …
(edit) @18992   16 年 vboxsync More PGM api changes
(edit) @18988   16 年 vboxsync PGM api changes
(edit) @18958   16 年 vboxsync Extra compile check
(edit) @18957   16 年 vboxsync Fixed locked array size (was too small) and caused corruption.
(edit) @18949   16 年 vboxsync Bug fix
(edit) @18943   16 年 vboxsync Mac build fix
(edit) @18927   16 年 vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
(edit) @18731   16 年 vboxsync Mark shadow pgm pool page as used when syncing one that already …
(edit) @18729   16 年 vboxsync More logging
(edit) @18666   16 年 vboxsync VMM: Clean out the VBOX_WITH_NEW_PHYS_CODE #ifdefs. (part 2)
(edit) @18651   16 年 vboxsync PGMChangeMode: clearified status codes.
(edit) @18131   16 年 vboxsync darwin build fix.
(edit) @18125   16 年 vboxsync PGM: MapCR3 anywhere again (new phys code).
(edit) @17667   16 年 vboxsync pgmPoolAlloc no longer fails with non-fatal errors.
(edit) @17658   16 年 vboxsync PGMGetHyperCR3: mac fix.
(edit) @17593   16 年 vboxsync Backed out 44052
(edit) @17592   16 年 vboxsync Better assertion
(edit) @17591   16 年 vboxsync Better to allocate the hypervisor region in guest PDPEs that exist already.
(edit) @17589   16 年 vboxsync More assertions
(edit) @17586   16 年 vboxsync Removed all dead non-VBOX_WITH_PGMPOOL_PAGING_ONLY code.
(edit) @17509   16 年 vboxsync PGM: Moved the page pool PT flushing code in the access handler bits …
(edit) @17507   16 年 vboxsync pgmFormatTypeHandlerPage: type fix.
(edit) @17505   16 年 vboxsync PGM: MapCR3 hack for the new code, fixing PGMFlushTLB status …
(edit) @17489   16 年 vboxsync Don't use a special root for nested paging anymore.
(edit) @17483   16 年 vboxsync Cleaned up nested paging init and removed obsolete structure members.
(edit) @17465   16 年 vboxsync Removed unused return code
(edit) @17463   16 年 vboxsync Removed invalid assertion
(edit) @17462   16 年 vboxsync Refined locking.
(edit) @17433   16 年 vboxsync PGMAll.cpp: type reg build fix.
(edit) @17432   16 年 vboxsync PGM,GMM: Filling in missing bits and fixing some bugs.
(edit) @17345   16 年 vboxsync Fixed out of sync GC cache due to locked entries.
(edit) @17316   16 年 vboxsync PGM: Use %R[pgmpage] instead of logging PGMPAGE::HCPhys.
(edit) @17305   16 年 vboxsync VMM: Register %R[pgmpage] and %R[pgmramrange] (logging builds only).
(edit) @17259   16 年 vboxsync Mask fixes for amd64 modes. Map/UnmapCR3 fixes.
(edit) @17215   16 年 vboxsync Split up the definitions and the guest code. Otherwise we'll end up …
(edit) @17195   16 年 vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: deal with hypervisor mappings in guest …
(edit) @17179   16 年 vboxsync Compile fix
(edit) @17178   16 年 vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: Properly flush the TLB for PAE PDPT entries.
(edit) @17166   16 年 vboxsync Another case of dynamic cache entry trashing.
(edit) @17158   16 年 vboxsync Logging changes
(edit) @17134   16 年 vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: updates
(edit) @17059   16 年 vboxsync Updates
(edit) @17058   16 年 vboxsync More updates for temp locks.
(edit) @17057   16 年 vboxsync Experiment with temporarily locking dynamic pages
(edit) @17048   16 年 vboxsync Doubled dynamic cache (raw mode).
(edit) @17030   16 年 vboxsync Assert->AssertCompile
(edit) @16918   16 年 vboxsync Backed out r43029
(edit) @16916   16 年 vboxsync Fixed VT-x assertion
(edit) @16907   16 年 vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: changes for marking root pages as special.
(edit) @16882   16 年 vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: deal with missing PDPEs
(edit) @16865   16 年 vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: updates
(edit) @16733   16 年 vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: bugfix
(edit) @16679   16 年 vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: PGMGetHyperCR3 fix for EPT
(edit) @16626   16 年 vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: Deal with split PDs in pae/32 bit case.
(edit) @16624   16 年 vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: pgmShwSyncPaePDPtr fix for pae shadow & …
(edit) @16599   16 年 vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: updates
(edit) @16579   16 年 vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: More updates
(edit) @16428   16 年 vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: cleaned up
(edit) @16321   16 年 vboxsync More paging updates
(edit) @16317   16 年 vboxsync Moved Map- and UnmapCR3 to Bth as they affect both guest and shadow …
(edit) @16232   16 年 vboxsync More shadow paging updates (disabled)
(edit) @16203   16 年 vboxsync Updates in preparation for PGM pool based paging everywhere.
(edit) @16194   16 年 vboxsync pgmShwSyncLongModePDPtr: removed redudant code.
(edit) @16172   16 年 vboxsync Moved amd64 paging data to unified shadow paging section.
(edit) @15990   16 年 vboxsync Fixed nested paging base addresses for pool allocations of PML4Es & PDPTEs
(edit) @15425   16 年 vboxsync PGMR0DynMapHCPage: always successful, or will bail out to ring-3.
(edit) @15410   16 年 vboxsync PGM: Deal with pgmPoolAlloc failure in MapCR3 without relying on …
(edit) @15344   16 年 vboxsync #3202: Optimizations of the dynamic page mapping code (ring-0). Do …
(edit) @15226   16 年 vboxsync PGM: Inlined PGMDynMapHCPageOff (get rid of it perhaps?).
(edit) @15161   16 年 vboxsync Backed out accidental commit 40567
(edit) @15160   16 年 vboxsync Compile fix
(edit) @14151   16 年 vboxsync PGM: HCPhysPaePML4 -> HCPhysShwPaePml4
(edit) @14150   16 年 vboxsync PGM: HCPhysNestedRoot -> HCPhysShwNestedRoot
(edit) @14149   16 年 vboxsync PGM: HCPhysPaePDPT -> HCPhysShwPaePdpt.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette