VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @64327   8 年 vboxsync PGM: Allow pre-registered MMIO regions up to 1TB in size by using …
(edit) @64323   8 年 vboxsync pgmHandlerPhysicalExRegister: Corrected check for single RAM range.
(edit) @64117   8 年 vboxsync PGM: build fix
(edit) @64116   8 年 vboxsync PGM: build fix
(edit) @64115   8 年 vboxsync PDM,IOM,PGM: Morphed the MMIO2 API into a mixed MMIO2 and …
(edit) @63465   8 年 vboxsync VMM: warnings (clang)
(edit) @62478   8 年 vboxsync (C) 2016
(edit) @59652   9 年 vboxsync VMM: Build fixes when VBOX_WITH_REM is not defined.
(edit) @58126   9 年 vboxsync VMM: Fixed almost all the Doxygen warnings.
(edit) @58122   9 年 vboxsync VMM: Made @param pVM more uniform and to the point.
(edit) @57851   9 年 vboxsync VMM: unused parameter warning fixes.
(edit) @57358   9 年 vboxsync *: scm cleanup run.
(edit) @56384   9 年 vboxsync PGM: Disabled the virtual handler code for !VBOX_WITH_RAW_MODE.
(edit) @55966   10 年 vboxsync PGM,++: VBOXSTRICTRC for physical access handlers.
(edit) @55889   10 年 vboxsync VMM: Split up virtual handlers just like the physical ones, such that …
(edit) @55493   10 年 vboxsync PGM,++: Separated physical access handler callback function pointers …
(edit) @55331   10 年 vboxsync PGMHandlerPhysicalChangeCallbacks -> PGMHandlerPhysicalChangeUserArgs.
(edit) @47786   11 年 vboxsync PGM: Added a new page type for the VT-x APIC access page MMIO alias …
(edit) @47719   11 年 vboxsync No MMIO2 aliasing when doing full IEM verification runs.
(edit) @46420   12 年 vboxsync VMM, recompiler: Purge deprecated macros.
(edit) @45808   12 年 vboxsync VMM,DevVGA: Don't resolve RC symbols when HM is enabled (part 1).
(edit) @44528   12 年 vboxsync header (C) fixes
(edit) @44399   12 年 vboxsync DBGF,DBGC,++: PVM -> PUVM. Some refactoring and cleanup as well.
(edit) @43387   12 年 vboxsync VMM: HM cleanup.
(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) @41777   12 年 vboxsync Doxygen.
(edit) @40274   13 年 vboxsync Introduced VBOX_WITH_REM in Config.kmk and the VMM.
(edit) @39402   13 年 vboxsync VMM: don't use generic IPE status codes, use specific ones. Part 1.
(edit) @39078   13 年 vboxsync VMM: -Wunused-parameter
(edit) @37354   14 年 vboxsync PGM: Fixed locking issues in PGMR3PhysMMIORegister and …
(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) @32087   14 年 vboxsync PGM: Account for aliased and off pages in physical handlers so that …
(edit) @32036   14 年 vboxsync Removed X86_PTE_PAE_PG_MASK, renamed X86_PTE_PAE_PG_MASK_FULL to …
(edit) @31996   14 年 vboxsync Mostly safe X86_PTE_PAE_PG_MASK -> X86_PTE_PAE_PG_MASK_FULL conversions.
(edit) @31136   14 年 vboxsync PGM: cache the last physical handler lookup result in each ring.
(edit) @31123   14 年 vboxsync PGM: Moved the PGM stats out of the VM structure. Reduces the size of …
(edit) @29250   15 年 vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @28936   15 年 vboxsync Drop the rc check; always flush the tlb
(edit) @28800   15 年 vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28771   15 年 vboxsync nits
(edit) @28749   15 年 vboxsync Logging fix
(edit) @27402   15 年 vboxsync Flush for warnings too (VINF_PGM_SYNC_CR3).
(edit) @27368   15 年 vboxsync Logging update
(edit) @27026   15 年 vboxsync More large page work
(edit) @26150   15 年 vboxsync PGM: Split out the inlined code from PGMInternal.h and into …
(edit) @25647   15 年 vboxsync Some more doxygen fixes, now for Core.docs.
(edit) @25578   15 年 vboxsync PGMHandlerPhysicalDeregister: don't flush the TLB as we haven't …
(edit) @25577   15 年 vboxsync pgmHandlerPhysicalSetRamFlagsAndFlushShadowPTs already flushes the …
(edit) @25542   15 年 vboxsync Physical page map TLB invalidation fixes
(edit) @25501   15 年 vboxsync PGMHandlerPhysicalDeregister: todo (reduce TLB shootdowns)
(edit) @25243   15 年 vboxsync PGMAllHandler.cpp: Fixed bug in PGMAllHandler.cpp where …
(edit) @24713   15 年 vboxsync Removed unnecessary flushing from PGMHandlerPhysicalReset
(edit) @24711   15 年 vboxsync Missing flushes + more stats
(edit) @23121   15 年 vboxsync Paging updates: - use the dirty page handling after fewer writes - …
(edit) @22890   15 年 vboxsync VM::cCPUs -> VM::cCpus so it matches all the other cCpus and aCpus members.
(edit) @22756   15 年 vboxsync TLB flush changes (use the generic macro)
(edit) @22600   15 年 vboxsync Removed unnecessary EPT invlpg calls. Invalidate the page who's R/W …
(edit) @20808   15 年 vboxsync Removed dead code
(edit) @20788   15 年 vboxsync Do not call REMNotifyHandlerPhysicalModify under the PGM lock
(edit) @20767   15 年 vboxsync Locking paranoia
(edit) @20765   15 年 vboxsync Even more pgm locking
(edit) @20709   15 年 vboxsync More locking
(edit) @20577   15 年 vboxsync Removed assertion
(edit) @20546   15 年 vboxsync PGMAllHandler.cpp: wrong assertion? shutting it up for me
(edit) @20492   15 年 vboxsync Must flush the TLB of all VCPUs after flushing guest physical memory …
(edit) @20434   15 年 vboxsync More logging
(edit) @20063   16 年 vboxsync Logging fix
(edit) @19999   16 年 vboxsync More comments
(edit) @19992   16 年 vboxsync Started with TPR caching for 32 bits guest (VT-x only).
(edit) @19903   16 年 vboxsync Invalidation cleanup
(edit) @19833   16 年 vboxsync PGM_INVL_GUEST_TLBS -> PGM_INVL_VCPU_TLBS
(edit) @19832   16 年 vboxsync Reapplied tlb flushing changes
(edit) @19825   16 年 vboxsync Backed out 47465
(edit) @19815   16 年 vboxsync Use HWACCMFlushAllTLBs where appropriate.
(edit) @19808   16 年 vboxsync Invalidate is per VCPU.
(edit) @19807   16 年 vboxsync Some more locking updates
(edit) @19806   16 年 vboxsync More locking changes
(edit) @18988   16 年 vboxsync PGM api changes
(edit) @18927   16 年 vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
(edit) @18677   16 年 vboxsync Deleted PGMHandlerPhysicalPageReset (unused and not up to date).
(edit) @18666   16 年 vboxsync VMM: Clean out the VBOX_WITH_NEW_PHYS_CODE #ifdefs. (part 2)
(edit) @18266   16 年 vboxsync PGM: Made PGMR3PhysRomProtect use instead of doing a full pool flush …
(edit) @18234   16 年 vboxsync IOMMMIOModifyPage -> IOMMMIOMapMMIO2Page. (missed one)
(edit) @18230   16 年 vboxsync PGM,IOM: Implemented MMIO2 aliases for MMIO pages. This involved some …
(edit) @17509   16 年 vboxsync PGM: Moved the page pool PT flushing code in the access handler bits …
(edit) @17432   16 年 vboxsync PGM,GMM: Filling in missing bits and fixing some bugs.
(edit) @17372   16 年 vboxsync PGM,MM: Made VBOX_WITH_NEW_PHYS_CODE compile and link.
(edit) @17316   16 年 vboxsync PGM: Use %R[pgmpage] instead of logging PGMPAGE::HCPhys.
(edit) @17285   16 年 vboxsync PGM: Gone are MM_RAM_FLAGS_CREFS_SHIFT and MM_RAM_FLAGS_CREFS_MASK.
(edit) @17279   16 年 vboxsync PGM,MM: Attacking the shadow page pool tracking info stored in …
(edit) @16465   16 年 vboxsync Got rid of the aliased hack that directly manipulates shadow page …
(edit) @16463   16 年 vboxsync Backed out 42322 completely
(edit) @16462   16 年 vboxsync Triggers assertions; disable r42332 for now
(edit) @16457   16 年 vboxsync Clear HCPhys of a reset MMIO range.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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