VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @55966   10 years vboxsync PGM,++: VBOXSTRICTRC for physical access handlers.
(edit) @55889   10 years vboxsync VMM: Split up virtual handlers just like the physical ones, such that …
(edit) @55493   10 years vboxsync PGM,++: Separated physical access handler callback function pointers …
(edit) @55331   10 years vboxsync PGMHandlerPhysicalChangeCallbacks -> PGMHandlerPhysicalChangeUserArgs.
(edit) @47786   11 years vboxsync PGM: Added a new page type for the VT-x APIC access page MMIO alias …
(edit) @47719   11 years vboxsync No MMIO2 aliasing when doing full IEM verification runs.
(edit) @46420   11 years vboxsync VMM, recompiler: Purge deprecated macros.
(edit) @45808   12 years vboxsync VMM,DevVGA: Don't resolve RC symbols when HM is enabled (part 1).
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44399   12 years vboxsync DBGF,DBGC,++: PVM -> PUVM. Some refactoring and cleanup as well.
(edit) @43387   12 years vboxsync VMM: HM cleanup.
(edit) @41965   12 years vboxsync VMM: ran scm. Mostly svn:keywords changes (adding Revision).
(edit) @41802   12 years vboxsync Doxygen.
(edit) @41800   12 years vboxsync Doxygen.
(edit) @41783   12 years vboxsync Doxygen, comment typos.
(edit) @41777   12 years vboxsync Doxygen.
(edit) @40274   13 years vboxsync Introduced VBOX_WITH_REM in Config.kmk and the VMM.
(edit) @39402   13 years vboxsync VMM: don't use generic IPE status codes, use specific ones. Part 1.
(edit) @39078   13 years vboxsync VMM: -Wunused-parameter
(edit) @37354   13 years vboxsync PGM: Fixed locking issues in PGMR3PhysMMIORegister and …
(edit) @36891   14 years vboxsync PGM: Put a TLB in front of the RAM ranges to speed up lookup (disabled).
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @35333   14 years vboxsync VMM source reorg.
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @32087   14 years vboxsync PGM: Account for aliased and off pages in physical handlers so that …
(edit) @32036   14 years vboxsync Removed X86_PTE_PAE_PG_MASK, renamed X86_PTE_PAE_PG_MASK_FULL to …
(edit) @31996   14 years vboxsync Mostly safe X86_PTE_PAE_PG_MASK -> X86_PTE_PAE_PG_MASK_FULL conversions.
(edit) @31136   14 years vboxsync PGM: cache the last physical handler lookup result in each ring.
(edit) @31123   14 years vboxsync PGM: Moved the PGM stats out of the VM structure. Reduces the size of …
(edit) @29250   15 years vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @28936   15 years vboxsync Drop the rc check; always flush the tlb
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28771   15 years vboxsync nits
(edit) @28749   15 years vboxsync Logging fix
(edit) @27402   15 years vboxsync Flush for warnings too (VINF_PGM_SYNC_CR3).
(edit) @27368   15 years vboxsync Logging update
(edit) @27026   15 years vboxsync More large page work
(edit) @26150   15 years vboxsync PGM: Split out the inlined code from PGMInternal.h and into …
(edit) @25647   15 years vboxsync Some more doxygen fixes, now for Core.docs.
(edit) @25578   15 years vboxsync PGMHandlerPhysicalDeregister: don't flush the TLB as we haven't …
(edit) @25577   15 years vboxsync pgmHandlerPhysicalSetRamFlagsAndFlushShadowPTs already flushes the …
(edit) @25542   15 years vboxsync Physical page map TLB invalidation fixes
(edit) @25501   15 years vboxsync PGMHandlerPhysicalDeregister: todo (reduce TLB shootdowns)
(edit) @25243   15 years vboxsync PGMAllHandler.cpp: Fixed bug in PGMAllHandler.cpp where …
(edit) @24713   15 years vboxsync Removed unnecessary flushing from PGMHandlerPhysicalReset
(edit) @24711   15 years vboxsync Missing flushes + more stats
(edit) @23121   15 years vboxsync Paging updates: - use the dirty page handling after fewer writes - …
(edit) @22890   15 years vboxsync VM::cCPUs -> VM::cCpus so it matches all the other cCpus and aCpus members.
(edit) @22756   15 years vboxsync TLB flush changes (use the generic macro)
(edit) @22600   15 years vboxsync Removed unnecessary EPT invlpg calls. Invalidate the page who's R/W …
(edit) @20808   15 years vboxsync Removed dead code
(edit) @20788   15 years vboxsync Do not call REMNotifyHandlerPhysicalModify under the PGM lock
(edit) @20767   15 years vboxsync Locking paranoia
(edit) @20765   15 years vboxsync Even more pgm locking
(edit) @20709   15 years vboxsync More locking
(edit) @20577   15 years vboxsync Removed assertion
(edit) @20546   15 years vboxsync PGMAllHandler.cpp: wrong assertion? shutting it up for me
(edit) @20492   15 years vboxsync Must flush the TLB of all VCPUs after flushing guest physical memory …
(edit) @20434   15 years vboxsync More logging
(edit) @20063   16 years vboxsync Logging fix
(edit) @19999   16 years vboxsync More comments
(edit) @19992   16 years vboxsync Started with TPR caching for 32 bits guest (VT-x only).
(edit) @19903   16 years vboxsync Invalidation cleanup
(edit) @19833   16 years vboxsync PGM_INVL_GUEST_TLBS -> PGM_INVL_VCPU_TLBS
(edit) @19832   16 years vboxsync Reapplied tlb flushing changes
(edit) @19825   16 years vboxsync Backed out 47465
(edit) @19815   16 years vboxsync Use HWACCMFlushAllTLBs where appropriate.
(edit) @19808   16 years vboxsync Invalidate is per VCPU.
(edit) @19807   16 years vboxsync Some more locking updates
(edit) @19806   16 years vboxsync More locking changes
(edit) @18988   16 years vboxsync PGM api changes
(edit) @18927   16 years vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
(edit) @18677   16 years vboxsync Deleted PGMHandlerPhysicalPageReset (unused and not up to date).
(edit) @18666   16 years vboxsync VMM: Clean out the VBOX_WITH_NEW_PHYS_CODE #ifdefs. (part 2)
(edit) @18266   16 years vboxsync PGM: Made PGMR3PhysRomProtect use instead of doing a full pool flush …
(edit) @18234   16 years vboxsync IOMMMIOModifyPage -> IOMMMIOMapMMIO2Page. (missed one)
(edit) @18230   16 years vboxsync PGM,IOM: Implemented MMIO2 aliases for MMIO pages. This involved some …
(edit) @17509   16 years vboxsync PGM: Moved the page pool PT flushing code in the access handler bits …
(edit) @17432   16 years vboxsync PGM,GMM: Filling in missing bits and fixing some bugs.
(edit) @17372   16 years vboxsync PGM,MM: Made VBOX_WITH_NEW_PHYS_CODE compile and link.
(edit) @17316   16 years vboxsync PGM: Use %R[pgmpage] instead of logging PGMPAGE::HCPhys.
(edit) @17285   16 years vboxsync PGM: Gone are MM_RAM_FLAGS_CREFS_SHIFT and MM_RAM_FLAGS_CREFS_MASK.
(edit) @17279   16 years vboxsync PGM,MM: Attacking the shadow page pool tracking info stored in …
(edit) @16465   16 years vboxsync Got rid of the aliased hack that directly manipulates shadow page …
(edit) @16463   16 years vboxsync Backed out 42322 completely
(edit) @16462   16 years vboxsync Triggers assertions; disable r42332 for now
(edit) @16457   16 years vboxsync Clear HCPhys of a reset MMIO range.
(edit) @16047   16 years vboxsync fixed last second typo.
(edit) @16045   16 years vboxsync PGMR3PhysTlbGCPhys2Ptr: Deal correctly with disabled access handlers. …
(edit) @15671   16 years vboxsync PGMAllHandler.cpp: Prevent pgmPoolTrackFlushGCPhysPTsSlow and …
(edit) @15284   16 years vboxsync PGM, REM: Virtual address in TLB - this is what I meant…
(edit) @14969   16 years vboxsync VMM support for completing VA in TLB (not much tested)
(edit) @14082   16 years vboxsync Must mask off the reference count from the HC physical address
(edit) @13841   16 years vboxsync The VBox format types - they are not retired, just sligtly deprecated …
(edit) @13832   16 years vboxsync IN_GC -> IN_RC.
(edit) @13824   16 years vboxsync VMM: %VGp -> %RGp
(edit) @13823   16 years vboxsync VMM: %VGv -> %RGv
(edit) @13819   16 years vboxsync VMM: %VH* -> %RH*.
(edit) @13818   16 years vboxsync VMM: %Vrc -> %Rrc, %Vra -> %Rra.
(edit) @13816   16 years vboxsync VMM: VBOX_SUCCESS -> RT_SUCCESS, VBOX_FAILURE -> RT_FAILURE.
Note: See TracRevisionLog for help on using the revision log.

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