VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @19808   16 年 vboxsync Invalidate is per VCPU.
(edit) @19690   16 年 vboxsync More pgm pool locking.
(edit) @19628   16 年 vboxsync Lock counter instead of a lock flag.
(edit) @19329   16 年 vboxsync Removed pgmPoolGetPageByHCPhys.
(edit) @19246   16 年 vboxsync Fixed regression from r46484.
(edit) @19240   16 年 vboxsync SMP guest fixes
(edit) @19232   16 年 vboxsync Assertions for raw mode & SMP guests.
(edit) @19175   16 年 vboxsync Paranoia
(edit) @18992   16 年 vboxsync More PGM api changes
(edit) @18927   16 年 vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
(edit) @18725   16 年 vboxsync PGMAllMap.cpp: relaxed two assertions (for now) to the thru reset.
(edit) @18724   16 年 vboxsync PGM: Fixed bug in pgmMapClearShadowPDEs (PAE mode only) where it would …
(edit) @18291   16 年 vboxsync PGM: Map PGMRAMRANGES above 4GB outside HMA (see defect). Changed …
(edit) @17667   16 年 vboxsync pgmPoolAlloc no longer fails with non-fatal errors.
(edit) @17639   16 年 vboxsync More locking required for dynamic mappings in RC.
(edit) @17612   16 年 vboxsync Always clear pdpt flag when freeing the hypervisor mappings
(edit) @17596   16 年 vboxsync Corrected pgmR3SyncPTResolveConflictPAE parameter
(edit) @17593   16 年 vboxsync Backed out 44052
(edit) @17591   16 年 vboxsync Better to allocate the hypervisor region in guest PDPEs that exist already.
(edit) @17586   16 年 vboxsync Removed all dead non-VBOX_WITH_PGMPOOL_PAGING_ONLY code.
(edit) @17468   16 年 vboxsync Always free entry if it's not a hypervisor mapping
(edit) @17445   16 年 vboxsync More assertions
(edit) @17413   16 年 vboxsync Used wrong index to free PDs
(edit) @17271   16 年 vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: deal with PAE PD reuse when reapplying …
(edit) @17195   16 年 vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: deal with hypervisor mappings in guest …
(edit) @17140   16 年 vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: compile fixes
(edit) @17139   16 年 vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: more locking changes
(edit) @17134   16 年 vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: updates
(edit) @17124   16 年 vboxsync Check pdpt entry as well for PGM_PLXFLAGS_MAPPING.
(edit) @17123   16 年 vboxsync Don't compile unused code for the r0 module.
(edit) @17122   16 年 vboxsync Updates
(edit) @17121   16 年 vboxsync Removed redundant check
(edit) @17061   16 年 vboxsync Logging changes
(edit) @17017   16 年 vboxsync Less logging
(edit) @17015   16 年 vboxsync Remove obsolete logging
(edit) @17014   16 年 vboxsync Logging changes
(edit) @17012   16 年 vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: always activate and deactivate mappings …
(edit) @17007   16 年 vboxsync Again
(edit) @17006   16 年 vboxsync Compile fix
(edit) @17005   16 年 vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: PGMMapCheck added
(edit) @16924   16 年 vboxsync Fixed wrong string usage
(edit) @16916   16 年 vboxsync Fixed VT-x assertion
(edit) @16898   16 年 vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: simplified SyncCR3; introduced …
(edit) @16892   16 年 vboxsync Mac burn fixed
(edit) @16890   16 年 vboxsync Removed obsolete parameter for PGMMapHasConflicts.
(edit) @16889   16 年 vboxsync PGMR3HasMappingConflicts -> PGMHasMappingConflicts. Prepare for …
(edit) @16887   16 年 vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: support hypervisor mappings in …
(edit) @16886   16 年 vboxsync Missing break
(edit) @16884   16 年 vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: compile fix
(edit) @16883   16 年 vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: updates
(edit) @16882   16 年 vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: deal with missing PDPEs
(edit) @16843   16 年 vboxsync Fixed breakage
(edit) @16840   16 年 vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: updates for raw mode
(edit) @16797   16 年 vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: new assertions
(edit) @16796   16 年 vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: removed obsolete assertions
(edit) @16418   16 年 vboxsync Updates
(edit) @16416   16 年 vboxsync Build fixes
(edit) @16415   16 年 vboxsync Updates
(edit) @16414   16 年 vboxsync indentation, gcc warning (missing default case)
(edit) @16409   16 年 vboxsync Disabled assertion
(edit) @16408   16 年 vboxsync Fixed disabling of hypervisor mappings in VT-x/AMD-V mode.
(edit) @16376   16 年 vboxsync Paging updates. Deal with mode switches and cr3 updates.
(edit) @16321   16 年 vboxsync More paging updates
(edit) @13232   16 年 vboxsync #1865: changed some validation into pure assertions or assert-return. …
(edit) @13019   16 年 vboxsync #1865: PGM …
(edit) @12989   16 年 vboxsync VMM + VBox/cdefs.h: consolidated all the XYZ*DECLS of the VMM into …
(edit) @11311   16 年 vboxsync VMM: ELEMENTS -> RT_ELEMENTS.
(edit) @8856   17 年 vboxsync Compilation fix
(edit) @8155   17 年 vboxsync The Big Sun Rebranding Header Change
(edit) @5999   17 年 vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5629   17 年 vboxsync remove deprecated macros
(edit) @4071   17 年 vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @2981   18 年 vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2270   18 年 vboxsync Stricter pointer typechecking. (R0 vs R3)
(edit) @23   18 年 vboxsync string.h & stdio.h + header cleanups.
(add) @1   55 年 vboxsync import
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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