VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @31369   15 years vboxsync Compile fix
(edit) @31368   15 years vboxsync Comments
(edit) @31367   15 years vboxsync Compile fix
(edit) @31366   15 years vboxsync Restored old mutex grab code
(edit) @31365   15 years vboxsync Update
(edit) @31363   15 years vboxsync Paranoia
(edit) @31362   15 years vboxsync Missing commit
(edit) @31361   15 years vboxsync Reapplied 64410 with previous lookup added
(edit) @31360   15 years vboxsync Temporarily backed out 64410
(edit) @31359   15 years vboxsync Keep track of the native R0 thread handle for each EMT too. Use that …
(edit) @31356   15 years vboxsync Search first by host cpu id (most common case) and then by native …
(edit) @31353   15 years vboxsync Header
(edit) @31352   15 years vboxsync Don't assume a thread can't migrate to another CPU. The code that …
(edit) @31351   15 years vboxsync Paranoia
(edit) @31350   15 years vboxsync Rearranged mutex and preemption disabling order.
(edit) @31348   15 years vboxsync Disable preemption when checking the shared modules
(edit) @31339   15 years vboxsync Logging
(edit) @31331   15 years vboxsync Added VMR3SetCpuPriority
(edit) @31326   15 years vboxsync Pass on cpu priority property.
(edit) @31238   15 years vboxsync CPUM.cpp: Extended host cpu log statement to be more helpful.
(edit) @31208   15 years vboxsync PGMAllPhys.cpp: Don't put ROM pages in the page mapping TLB as we'll …
(edit) @31207   15 years vboxsync PGMAllBth.h: Temporarily shut up ugly raw-mode context assertion.
(edit) @31206   15 years vboxsync PGM: Always make sure to have the original bits around for …
(edit) @31198   15 years vboxsync oops
(edit) @31197   15 years vboxsync Temporarily backed out r64154 as everyone is complaining about debug …
(edit) @31183   15 years vboxsync AsyncCompletion: Update flags
(edit) @31182   15 years vboxsync AsyncCompletion: Fix flags
(edit) @31178   15 years vboxsync PGM: Some more preparatory cleanup.
(edit) @31177   15 years vboxsync PGMR0DynMap.cpp: Applied PGMR0DYNMAP_2_VMCPU to the wrong type. Fixes …
(edit) @31175   15 years vboxsync comment typo.
(edit) @31174   15 years vboxsync harmless typo.
(edit) @31173   15 years vboxsync AsyncCompletion: Add a flag to prevent write locking an image.
(edit) @31170   15 years vboxsync PGM: More inline cleanup (prep for tracking dynamic mappings in raw-mode).
(edit) @31169   15 years vboxsync Only sync a minimal guest state when nothing has changed.
(edit) @31167   15 years vboxsync PGM: Pass pVCpu instead of pPGM (PPGMCPU) and eliminate …
(edit) @31141   15 years vboxsync PGM: If we get to the end of Trap0eHandler it doesn't mean it is a …
(edit) @31140   15 years vboxsync PGM: Removed CheckPageFault as it is no longer used. Removed …
(edit) @31136   15 years vboxsync PGM: cache the last physical handler lookup result in each ring.
(edit) @31127   15 years vboxsync PGM: windows build fix.
(edit) @31126   15 years vboxsync PGM: Mac build fixes.
(edit) @31124   15 years vboxsync PGM: sugar!
(edit) @31123   15 years vboxsync PGM: Moved the PGM stats out of the VM structure. Reduces the size of …
(edit) @31119   15 years vboxsync docs
(edit) @31102   15 years vboxsync PGM: #PF stats. Drop the old ones in favor of StatRZTrap0eTime2*. …
(edit) @31101   15 years vboxsync PGM: Moved the code dealing with access handlers out of the #PF function.
(edit) @31100   15 years vboxsync Doppelmoppel
(edit) @31099   15 years vboxsync VMM: RT_UNLIKELY misusage (disabled code)
(edit) @31093   15 years vboxsync PGM: More #PF cleanup, eliminating a few PGMGstGetPage() calls that …
(edit) @31092   15 years vboxsync PGM: Some #PF cleanup, no code change just rearranging and unindenting …
(edit) @31091   15 years vboxsync comment reflow.
(edit) @31090   15 years vboxsync PGMAllBth.h: Cleaned out the old code.
(edit) @31089   15 years vboxsync PGMAllBth.h: Enabled the GstWalk code again as it doesn't seem to make …
(edit) @31086   15 years vboxsync PGM: Disabled the GstWalk #PF code.
(edit) @31082   15 years vboxsync build fix?
(edit) @31081   15 years vboxsync PGM: Use GstWalk in the #PF, part 1.
(edit) @31080   15 years vboxsync PGM: Micro optimizations.
(edit) @31079   15 years vboxsync spaces
(edit) @31069   15 years vboxsync PGM: Prep for shadowing EFER.NXE and CR4.PSE to avoid function calls.
(edit) @31067   15 years vboxsync PGM: A couple of simplifications and optimizations. -assertions
(edit) @31066   15 years vboxsync PGM: A couple of simplifications and optimizations.
(edit) @31064   15 years vboxsync PATM.cpp: Quick workaround for logging crash in FIXUP_REL_JMPTOPATCH.
(edit) @31060   15 years vboxsync spaces
(edit) @31054   15 years vboxsync Added PGMCPU::fNoExecutionEnabled.
(edit) @31053   15 years vboxsync log fix
(edit) @30955   15 years vboxsync CFGM,ConsoleImpl2.cpp: CFGMR3InsertStringLengthKnown -> …
(edit) @30952   15 years vboxsync AsyncCompletion: Don't do the credit updating if the bandwidth is …
(edit) @30948   15 years vboxsync PGMSavedState: Apply zero page detection to teleportation as well as …
(edit) @30915   15 years vboxsync logging fix
(edit) @30910   15 years vboxsync nits
(edit) @30908   15 years vboxsync PGM.cpp: Fixed initialization bug in r63735 affecting 32-bit guests …
(edit) @30902   15 years vboxsync GMMR0.cpp: Added log statements for some VERR_PGM_PHYS_INVALID_PAGE_ID …
(edit) @30901   15 years vboxsync compiler warning
(edit) @30896   15 years vboxsync build fix
(edit) @30895   15 years vboxsync build fixes.
(edit) @30894   15 years vboxsync fixed warning.
(edit) @30893   15 years vboxsync fixed warning.
(edit) @30892   15 years vboxsync alignment fix
(edit) @30891   15 years vboxsync PGM: Cleanups related to pending MMIO/#PF optimizations. Risky.
(edit) @30890   15 years vboxsync PGM: Cleanups related to pending MMIO/#PF optimizations. Risky.
(edit) @30889   15 years vboxsync PGM: Cleanups related to pending MMIO/#PF optimizations. Risky.
(edit) @30888   15 years vboxsync Makefile.kmk: more syntax checking aliases.
(edit) @30887   15 years vboxsync PGMSharedPage.cpp: PGMInline.h must come after all other includes.
(edit) @30861   15 years vboxsync VMM,REM: Replumbled the MSR updating and reading so that PGM can …
(edit) @30860   15 years vboxsync GMMR0.cpp: fixed impossible leak in GMMR0SeekChunk. nits.
(edit) @30845   15 years vboxsync Forgot this one
(edit) @30844   15 years vboxsync Compile fix
(edit) @30843   15 years vboxsync Profile map/unmap operations
(edit) @30842   15 years vboxsync Activated large guest memory support for 32-bit guests
(edit) @30841   15 years vboxsync Bugfix
(edit) @30840   15 years vboxsync Alignment fix
(edit) @30839   15 years vboxsync Different queueing
(edit) @30838   15 years vboxsync Compile fix
(edit) @30837   15 years vboxsync Compile fixes
(edit) @30836   15 years vboxsync Removed aging tree code. Wasn't working at all. Do simple, but not so …
(edit) @30835   15 years vboxsync Zero allocated memory
(edit) @30831   15 years vboxsync Another Mac compile fix
(edit) @30830   15 years vboxsync Mac compile fixes
(edit) @30826   15 years vboxsync RTAvllU32DoWithAll does deal with equal nodes
(edit) @30824   15 years vboxsync Must also deal with zero cr3 translation ptrs in ring 0.
(edit) @30823   15 years vboxsync Compile fix
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