VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMAll

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @24753   15 years vboxsync VMM: simple MSR_IA32_PERF_STATUS implementation, watch for regression …
(edit) @24728   15 years vboxsync CPUM: report L1 cache as data, and provide reasonable linesize
(edit) @24723   15 years vboxsync Introducing PGMPhysInvalidatePageMapTLBEntry
(edit) @24715   15 years vboxsync Enabled the physical page TLB again to get feedback from the test machines.
(edit) @24713   15 years vboxsync Removed unnecessary flushing from PGMHandlerPhysicalReset
(edit) @24711   15 years vboxsync Missing flushes + more stats
(edit) @24702   15 years vboxsync Disabled the physical TLB again; regressions
(edit) @24701   15 years vboxsync Compile fix
(edit) @24700   15 years vboxsync Paranoia
(edit) @24699   15 years vboxsync PDMAllBth.h: Wrong format specifier.
(edit) @24695   15 years vboxsync Unify page TLB clearing in PGMPhysInvalidatePageMapTLB
(edit) @24693   15 years vboxsync Wrong format specifier
(edit) @24647   15 years vboxsync Fix physical page TLB.
(edit) @24343   15 years vboxsync Temporary release assertions to see what's going wrong
(edit) @24227   15 years vboxsync PGMAllPool.cpp: shut up gcc warnings.
(edit) @24216   15 years vboxsync VMM: Backed out r54155 & r54154 due to XP breakage.
(edit) @24208   15 years vboxsync Warning
(edit) @24207   15 years vboxsync Check if we need to intercept invlpg; we catch all page table updates, …
(edit) @24206   15 years vboxsync No #ifdefs
(edit) @24201   15 years vboxsync Compile fix
(edit) @24197   15 years vboxsync Introducing PGMHasDirtyPages
(edit) @24116   15 years vboxsync Assertion changes
(edit) @24041   15 years vboxsync Also flush dirty pages when unmapping cr3
(edit) @23853   15 years vboxsync docs
(edit) @23851   15 years vboxsync Annoying assertion
(edit) @23844   15 years vboxsync Do not call ModifyPage handler with non-page aligned sizes.
(edit) @23794   15 years vboxsync More synthetic cpu work
(edit) @23597   15 years vboxsync Fix QNX paging loop
(edit) @23553   15 years vboxsync More assertions
(edit) @23488   15 years vboxsync PGM: Lock stats and check for write locks on monitored pages during …
(edit) @23485   15 years vboxsync PGMPAGE: Optimized tests accessing both u2HandlerPhysStateY and …
(edit) @23471   15 years vboxsync PGM: Made PGM_PAGE_WITH_LOCKS unconditional.
(edit) @23464   15 years vboxsync Do not use physical page 0 for the pgm pool.
(edit) @23460   15 years vboxsync PGM: Page lock counters. (disabled)
(edit) @23453   15 years vboxsync PGMPhysPageMap cleanup.
(edit) @23398   15 years vboxsync PGM: ROM pages are soo much fun.
(edit) @23393   15 years vboxsync PGM: live save work in progress.
(edit) @23383   15 years vboxsync Measure the RTMpOnSpecific code path as well (stats).
(edit) @23374   15 years vboxsync PGMPool: Moved pgmR3PoolClearAll to from VMMAll to PGMPool.cpp.
(edit) @23372   15 years vboxsync pgmR3PoolClearAll.
(edit) @23366   15 years vboxsync Wait for the target VCPU to finish its world switch.
(edit) @23350   15 years vboxsync VMM: Added PDMCritSectHasWaiters and PDMR3CritSectYield.
(edit) @23303   15 years vboxsync Compile fixes
(edit) @23300   15 years vboxsync Cut addresses according to the cpu mode.
(edit) @23284   15 years vboxsync Correction
(edit) @23283   15 years vboxsync Use atomic operations to update page table entries.
(edit) @23254   15 years vboxsync Empty line
(edit) @23252   15 years vboxsync Backed out 52727; was correct
(edit) @23251   15 years vboxsync Used the wrong macro
(edit) @23250   15 years vboxsync Deal with dirty page tracking and monitored pages.
(edit) @23201   15 years vboxsync Removed assertion
(edit) @23200   15 years vboxsync Extend to all use cases of RTMpPokeCpu
(edit) @23199   15 years vboxsync Accidental commit
(edit) @23198   15 years vboxsync Fall back to RTMpOnSpecific for those host platforms that don't …
(edit) @23167   15 years vboxsync Nothing to do if a TLB flush is already pending; the VCPU should have …
(edit) @23145   15 years vboxsync VMM: Extended VMMR3EmtRendezvous with TYPE_ASCENDING, TYPE_DESCENDING …
(edit) @23140   15 years vboxsync Assert valid in all contexts
(edit) @23127   15 years vboxsync Logging change
(edit) @23121   15 years vboxsync Paging updates: - use the dirty page handling after fewer writes - …
(edit) @23116   15 years vboxsync Noisy logging
(edit) @23097   15 years vboxsync Distinguish between single page sync operations due to non-present or …
(edit) @23090   15 years vboxsync Fixed flushing of reused pages
(edit) @23088   15 years vboxsync Reversed order of dirty page initialization as it was incorrect for …
(edit) @23087   15 years vboxsync Added comment
(edit) @23086   15 years vboxsync Check for more invalid rcs (4064)
(edit) @23085   15 years vboxsync The VERR_PAGE_TABLE_NOT_PRESENT problem occurs on uniprocessor VMs …
(edit) @23067   15 years vboxsync Flush page tables that have been updated with invalid entries.
(edit) @23060   15 years vboxsync More verbose assertion
(edit) @23012   15 years vboxsync VMM,Devices,Main: VMR3ReqCall w/ RT_INDEFINITE_WAIT -> VMR3ReqCallWait.
(edit) @23011   15 years vboxsync VMM,VMMDev: Some VMMR3ReqCall refactoring.
(edit) @22915   15 years vboxsync VMM: some state stuff (work in progress, back out on bustage).
(edit) @22906   15 years vboxsync VMM: Don't use RTBldCfgRevision here, the R3 <-> R0/RC compatability …
(edit) @22890   15 years vboxsync VM::cCPUs -> VM::cCpus so it matches all the other cCpus and aCpus members.
(edit) @22823   15 years vboxsync replaced VBOX_SVN_REV by RTBldCfgRevision[Str]()
(edit) @22808   15 years vboxsync TM: hiding VMM internal APIs.
(edit) @22788   15 years vboxsync Minor pgm pool optimizations.
(edit) @22783   15 years vboxsync More stats
(edit) @22775   15 years vboxsync Statistics
(edit) @22774   15 years vboxsync Disabled experimental code that caused problems with XP
(edit) @22772   15 years vboxsync Applies to VT-x as well
(edit) @22771   15 years vboxsync Fixed raw mode regression of r51925.
(edit) @22767   15 years vboxsync Updated comment
(edit) @22766   15 years vboxsync pgmPoolFlushPageByGCPhys is currently only used in ring 3; save some …
(edit) @22764   15 years vboxsync PGMPoolFlushPage -> pgmPoolFlushPageByGCPhys
(edit) @22760   15 years vboxsync Backed out 51884 (caused gurus) and 51924 (not responsible). Rewrote …
(edit) @22756   15 years vboxsync TLB flush changes (use the generic macro)
(edit) @22753   15 years vboxsync Disabled very annoying assertion for myself; don't really see any need …
(edit) @22749   15 years vboxsync Check changed again
(edit) @22748   15 years vboxsync PGM pool updates
(edit) @22747   15 years vboxsync Updates
(edit) @22745   15 years vboxsync PGM pool: minor updates
(edit) @22742   15 years vboxsync paranoia
(edit) @22741   15 years vboxsync Must flush dirty pages in pgmPoolClearAll
(edit) @22740   15 years vboxsync Doesn't apply to non-paging types
(edit) @22738   15 years vboxsync Extra assertion
(edit) @22714   15 years vboxsync Removed assertion
(edit) @22713   15 years vboxsync Stats
(edit) @22712   15 years vboxsync Correction for alignment
(edit) @22711   15 years vboxsync Paranoia
(edit) @22710   15 years vboxsync Compile fixes
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