VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @62606   8 年 vboxsync VMM: Unused parameters.
(edit) @62478   8 年 vboxsync (C) 2016
(edit) @58170   9 年 vboxsync doxygen: fixes.
(edit) @58123   9 年 vboxsync VMM: Made @param pVCpu more uniform and to the point.
(edit) @58122   9 年 vboxsync VMM: Made @param pVM more uniform and to the point.
(edit) @57358   9 年 vboxsync *: scm cleanup run.
(edit) @56287   9 年 vboxsync VMM: Updated (C) year.
(edit) @45786   12 年 vboxsync Move HMRCA.asm into the switcher code so we don't need VMMRC.rc.
(edit) @45739   12 年 vboxsync VMM: First part of HMIsEnabled() and PGMMap*.
(edit) @42188   12 年 vboxsync VMM: Changed a few ifndef IN_RING0 to ifndef VBOX_WITH_RAW_MODE_NOT_R0.
(edit) @41965   12 年 vboxsync VMM: ran scm. Mostly svn:keywords changes (adding Revision).
(edit) @41802   12 年 vboxsync Doxygen.
(edit) @41800   12 年 vboxsync Doxygen.
(edit) @41783   12 年 vboxsync Doxygen, comment typos.
(edit) @38325   13 年 vboxsync VMM: Renamed VM::fRawR0Enabled and VM::fRawR3Enabled, inverting their …
(edit) @36891   14 年 vboxsync PGM: Put a TLB in front of the RAM ranges to speed up lookup (disabled).
(edit) @35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @35333   14 年 vboxsync VMM source reorg.
(edit) @33540   14 年 vboxsync *: spelling fixes, thanks Timeless!
(edit) @32036   14 年 vboxsync Removed X86_PTE_PAE_PG_MASK, renamed X86_PTE_PAE_PG_MASK_FULL to …
(edit) @32035   14 年 vboxsync Changing the remaining X86_PTE_PAE_PG_MASK uses to …
(edit) @32034   14 年 vboxsync Removed X86_PDE_PAE_PG_MASK, renamed X86_PDE_PAE_PG_MASK_FULL to …
(edit) @32033   14 年 vboxsync Changing the remaining X86_PDE_PAE_PG_MASK uses to …
(edit) @32009   14 年 vboxsync Removed GST_PDPE_PG_MASK and renamed GST_PDPE_PG_MASK_FULL to …
(edit) @32005   14 年 vboxsync Changed all X86_PDPE_PG_MASK references to X86_PDPE_PG_MASK_FULL.
(edit) @31996   14 年 vboxsync Mostly safe X86_PTE_PAE_PG_MASK -> X86_PTE_PAE_PG_MASK_FULL conversions.
(edit) @31978   14 年 vboxsync PGM,DBC,MM: Dump more information about shadow/guest pages.
(edit) @31775   14 年 vboxsync PGM: Wrap up all access to PAE/LM PTEs so that we can treat the …
(edit) @31402   14 年 vboxsync PGM: Replaced the hazzardous raw-mode context dynamic mapping code …
(edit) @31174   14 年 vboxsync harmless typo.
(edit) @31170   14 年 vboxsync PGM: More inline cleanup (prep for tracking dynamic mappings in raw-mode).
(edit) @31167   14 年 vboxsync PGM: Pass pVCpu instead of pPGM (PPGMCPU) and eliminate …
(edit) @31123   14 年 vboxsync PGM: Moved the PGM stats out of the VM structure. Reduces the size of …
(edit) @31081   14 年 vboxsync PGM: Use GstWalk in the #PF, part 1.
(edit) @30889   14 年 vboxsync PGM: Cleanups related to pending MMIO/#PF optimizations. Risky.
(edit) @29250   15 年 vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @28800   15 年 vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @26150   15 年 vboxsync PGM: Split out the inlined code from PGMInternal.h and into …
(edit) @25935   15 年 vboxsync PGM,CPUM: Be more careful and flexible with guest mappings on restore. …
(edit) @22890   15 年 vboxsync VM::cCPUs -> VM::cCpus so it matches all the other cCpus and aCpus members.
(edit) @21964   15 年 vboxsync Using the wrong paging mask in PAE mode
(edit) @20865   15 年 vboxsync PGMAllMap: avoid lock owner assertions in PGMMapCheck.
(edit) @20281   16 年 vboxsync Backed out r48156
(edit) @20278   16 年 vboxsync Shadow page mode exit fix for AMD-V nested paging. (not called with …
(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
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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