VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17413   16 years vboxsync Used wrong index to free PDs
(edit) @17411   16 years vboxsync cosmetical
(edit) @17399   16 years vboxsync Reversed
(edit) @17398   16 years vboxsync Adjusted assertion again
(edit) @17397   16 years vboxsync VMMGCLogFlushIfFull is a better name
(edit) @17396   16 years vboxsync Added VMMGCLoggerFlushFullLog
(edit) @17395   16 years vboxsync Adjusted assertion
(edit) @17393   16 years vboxsync Logging changes
(edit) @17390   16 years vboxsync Missing PGMPOOLKIND_PAE_PDPT case
(edit) @17379   16 years vboxsync Log message changes
(edit) @17372   16 years vboxsync PGM,MM: Made VBOX_WITH_NEW_PHYS_CODE compile and link.
(edit) @17371   16 years vboxsync PGM,GMM: Hacking on the new phys code.
(edit) @17370   16 years vboxsync PGMDbg: new phys code.
(edit) @17369   16 years vboxsync STAM: Use SUPCallVMMR0Ex.
(edit) @17368   16 years vboxsync GMM: Fixed to the ring-3 interface, mainly using VMMR3CallR0.
(edit) @17367   16 years vboxsync VMM: Added VMMR3CallR0 for use with operations which may make host …
(edit) @17364   16 years vboxsync tstVMM: rc=%Rrc not %d.
(edit) @17353   16 years vboxsync space.
(edit) @17345   16 years vboxsync Fixed out of sync GC cache due to locked entries.
(edit) @17334   16 years vboxsync Introduced PDMDevHlpCanEmulateIoBlock
(edit) @17332   16 years vboxsync Partially backed out 43703
(edit) @17330   16 years vboxsync SVM->AMD-V
(edit) @17328   16 years vboxsync Deal with failed VINF_EM_RAW_EMULATE_IO_BLOCK attempts. Pointless to …
(edit) @17327   16 years vboxsync Take code locality into account when deal with io block emulation
(edit) @17316   16 years vboxsync PGM: Use %R[pgmpage] instead of logging PGMPAGE::HCPhys.
(edit) @17305   16 years vboxsync VMM: Register %R[pgmpage] and %R[pgmramrange] (logging builds only).
(edit) @17303   16 years vboxsync Updates
(edit) @17296   16 years vboxsync Some comments
(edit) @17295   16 years vboxsync Refined HWACCMR3EmulateIoBlock
(edit) @17294   16 years vboxsync PGM: started looking at direct access of PGMPAGE::HCPhys and the …
(edit) @17293   16 years vboxsync Update
(edit) @17292   16 years vboxsync Updates for forced recompiler execution (not used)
(edit) @17290   16 years vboxsync PGM: -MM_RAM_FLAGS_IDX_SHIFT, -MM_RAM_FLAGS_IDX_MASK
(edit) @17289   16 years vboxsync PGMAllBth.h: Fixed wrong HCPhys mask in EPT mode …
(edit) @17288   16 years vboxsync PGM: Some MM_RAM_FLAGS_IDX_SHIFT cleanup.
(edit) @17286   16 years vboxsync PGM,MM: -MM_RAM_FLAGS_CREFS_PHYSEXT, -MM_RAM_FLAGS_IDX_OVERFLOWED.
(edit) @17285   16 years vboxsync PGM: Gone are MM_RAM_FLAGS_CREFS_SHIFT and MM_RAM_FLAGS_CREFS_MASK.
(edit) @17284   16 years vboxsync Preliminary code to deal with VINF_EM_RAW_EMULATE_IO_BLOCK
(edit) @17279   16 years vboxsync PGM,MM: Attacking the shadow page pool tracking info stored in …
(edit) @17271   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: deal with PAE PD reuse when reapplying …
(edit) @17259   16 years vboxsync Mask fixes for amd64 modes. Map/UnmapCR3 fixes.
(edit) @17251   16 years vboxsync VMM,REM,DevPcArch: VBOX_WITH_NEW_PHYS_CODE changes.
(edit) @17246   16 years vboxsync Allow mixing of VT-x and software virtualization. (untested so far)
(edit) @17231   16 years vboxsync pgmPoolFlushAllInt: Unmap the old CR3 value before flushing everything …
(edit) @17228   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: fixed PGMR3MappingsUnfix
(edit) @17226   16 years vboxsync Build fix
(edit) @17216   16 years vboxsync Removed unnecessary invlpg for HWVirtEx mode
(edit) @17215   16 years vboxsync Split up the definitions and the guest code. Otherwise we'll end up …
(edit) @17212   16 years vboxsync Split up defines and code
(edit) @17207   16 years vboxsync Corrected assertion for nested paging
(edit) @17206   16 years vboxsync Compile fix
(edit) @17205   16 years vboxsync Compile fixes
(edit) @17204   16 years vboxsync Enabled VBOX_WITH_PGMPOOL_PAGING_ONLY for testbox feedback
(edit) @17203   16 years vboxsync comment added
(edit) @17202   16 years vboxsync Fixed performanc regression with (e.g.) PAE guests
(edit) @17199   16 years vboxsync Flushing the TLB when emulating guest writes shouldn't be necessary …
(edit) @17195   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: deal with hypervisor mappings in guest …
(edit) @17189   16 years vboxsync unused variables
(edit) @17181   16 years vboxsync Corrected assertion
(edit) @17179   16 years vboxsync Compile fix
(edit) @17178   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: Properly flush the TLB for PAE PDPT entries.
(edit) @17177   16 years vboxsync More logging
(edit) @17166   16 years vboxsync Another case of dynamic cache entry trashing.
(edit) @17158   16 years vboxsync Logging changes
(edit) @17149   16 years vboxsync Put cached pool pages at the front of the in-use list to prevent them …
(edit) @17148   16 years vboxsync More logging
(edit) @17146   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: Disable logging during a critical …
(edit) @17144   16 years vboxsync SELMGC: logging.
(edit) @17142   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: fixed saved state restore
(edit) @17140   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: compile fixes
(edit) @17139   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: more locking changes
(edit) @17138   16 years vboxsync Accidental commit
(edit) @17137   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: explicit locking of root CR3 pages
(edit) @17136   16 years vboxsync VBOXTSS offsets.
(edit) @17135   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: Disallow ring 3 jumps when in an …
(edit) @17134   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: updates
(edit) @17133   16 years vboxsync Correction of modification counter change.
(edit) @17132   16 years vboxsync Logging fix
(edit) @17130   16 years vboxsync Emulate rdmsr & wrmsr in GC as well.
(edit) @17129   16 years vboxsync Compile fixes
(edit) @17128   16 years vboxsync Compile fix
(edit) @17127   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: careful with flushing of root pages
(edit) @17124   16 years vboxsync Check pdpt entry as well for PGM_PLXFLAGS_MAPPING.
(edit) @17123   16 years vboxsync Don't compile unused code for the r0 module.
(edit) @17122   16 years vboxsync Updates
(edit) @17121   16 years vboxsync Removed redundant check
(edit) @17120   16 years vboxsync Compile fix
(edit) @17119   16 years vboxsync ifndef IN_RING0 for code that doesn't apply there.
(edit) @17116   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: mapping implies present
(edit) @17114   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: only care about PDPT entries that …
(edit) @17112   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: fixed pdpt test
(edit) @17107   16 years vboxsync SELM: todo for optimizating the REM case…
(edit) @17106   16 years vboxsync VMM,REM: Removed the single page limitation on the TSS monitoring and …
(edit) @17105   16 years vboxsync TRPMGCHandlers.cpp: logging
(edit) @17063   16 years vboxsync Too noisy logging
(edit) @17061   16 years vboxsync Logging changes
(edit) @17059   16 years vboxsync Updates
(edit) @17058   16 years vboxsync More updates for temp locks.
(edit) @17057   16 years vboxsync Experiment with temporarily locking dynamic pages
(edit) @17052   16 years vboxsync Missing case
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