VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @30326   14 years vboxsync PGM: PGMShwModifyPage/PGMShwSetPage -> PGMShwMakePageWritable, …
(edit) @30263   14 years vboxsync VMM,REM: Only invalidate hidden registers when using raw-mode. Fixes …
(edit) @30164   14 years vboxsync CPUM: Added /CPUM/PortableCpuIdLevel={0..3} for automatically …
(edit) @30160   14 years vboxsync VMMGetStackRC change
(edit) @30092   15 years vboxsync Cosmetics
(edit) @29902   15 years vboxsync PDM: Flushed out the PDMQueueFlush code as its unused and problematic …
(edit) @29250   15 years vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28341   15 years vboxsync windows linking fix.
(edit) @28320   15 years vboxsync Network/D*,VMM: Moving the TX threads, part 1.
(edit) @28319   15 years vboxsync pdmdev: Made PDMDevHlpVMState available in R0 and RC.
(edit) @27861   15 years vboxsync export some Makefile.kup to OSE
(edit) @26491   15 years vboxsync VMM: whitespace cleanup.
(edit) @26376   15 years vboxsync HPET: reworking locking per Knut suggestions
(edit) @26302   15 years vboxsync SELMGC.cpp: warning.
(edit) @26271   15 years vboxsync VMM: warnings. Changed PATMIsPatchGCAddr and CSAMIsKnownDangerousInstr …
(edit) @26175   15 years vboxsync PDM: Ring-0 and raw-mode context driver helpers. Driver RC relcoations.
(edit) @26152   15 years vboxsync VMM: pdm.h and @copydoc cleanups.
(edit) @26150   15 years vboxsync PGM: Split out the inlined code from PGMInternal.h and into …
(edit) @26001   15 years vboxsync PDM,*: Redid the PDM structure versions. Check the instance and helper …
(edit) @25995   15 years vboxsync VMM: PDM infrastructure for HPET
(edit) @25647   15 years vboxsync Some more doxygen fixes, now for Core.docs.
(edit) @25557   15 years vboxsync Removed wrong stat update
(edit) @25556   15 years vboxsync Rewrote RDTSC #GP optimization as it's no longer safe to access the …
(edit) @25554   15 years vboxsync trpmGCTrap0dHandler: use EMInterpretDisasOneEx EMInterpretDisasOneEx: …
(edit) @25528   15 years vboxsync IPRT,SUPDrv,++: AssertMsg[12] -> AssertMsg1Weak, AssertMsg1, …
(edit) @25372   15 years vboxsync windows build fix.
(edit) @25252   15 years vboxsync TRPMGCHandlers.cpp: -Wshadow
(edit) @24680   15 years vboxsync VMMGC.mac: Use new section definition form on darwin and ditch the 50 …
(edit) @24139   15 years vboxsync Also missing ApicHlp_SetInterruptFF cases for R0/RC.
(edit) @24138   15 years vboxsync Missing Set/ClearInterruptFF cases for R0 & RC.
(edit) @24125   15 years vboxsync DevAPIC/PDM: Properly route PIC interrupts through local APIC (fixes …
(edit) @23297   15 years vboxsync Zero out the high parts of all registers in the RC trap handler.
(edit) @22890   15 years vboxsync VM::cCPUs -> VM::cCpus so it matches all the other cCpus and aCpus members.
(edit) @22493   15 years vboxsync VMM,DevPCI,VBox/types.h: Added a VBOXSTRICTRC type for indicating …
(edit) @22079   15 years vboxsync Back to manual msr save and restore.
(edit) @22040   15 years vboxsync VT-x: use MSR bitmaps and automatic load/store (risky change).
(edit) @20902   15 years vboxsync VMM: nitpicking - just use default
(edit) @20876   15 years vboxsync gcc warnings
(edit) @20874   15 years vboxsync VMMR0CallHost -> VMMRZCallRing3[NoCpu]; VMMCALLHOST -> VMMCALLRING3.
(edit) @20873   15 years vboxsync VMMGCCallHost -> VMMRZCallRing3[NoCpu].
(edit) @20871   15 years vboxsync VMM: Make sure there is enough room for a few physical handler …
(edit) @20835   15 years vboxsync Interface for generating NMI & SMI added.
(edit) @20824   15 years vboxsync Export PDMCritSectIsOwner
(edit) @20737   15 years vboxsync VMM/*/*.def: Added TMTimerSetRelative.
(edit) @20673   15 years vboxsync VMM: don't clobber pTRPMCPU
(edit) @20571   15 years vboxsync VMM: .def file headers
(edit) @20570   15 years vboxsync VMM: Windows build fix (forgot to update .def files).
(edit) @20374   16 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20365   16 years vboxsync VMM: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @19821   16 years vboxsync TM: TMTimerPoll cleanup.
(edit) @19660   16 years vboxsync TM+affected: SMP changes in progress.
(edit) @19484   16 years vboxsync PDM*Device.cpp: spaces again.
(edit) @19475   16 years vboxsync VMM: sending init IPI
(edit) @19468   16 years vboxsync VMM: better SIPI sending, reschedule to R3 as needed
(edit) @19447   16 years vboxsync spaces
(edit) @19437   16 years vboxsync SMP: send SIPI notification from APIC, let VM handle what really do
(edit) @19434   16 years vboxsync Further splitup of VMM (ring 0 jump buffer).
(edit) @19288   16 years vboxsync DBGF,TRPM,HWACCM: Merged DBGFR0.cpp and DBGFGC.cpp into …
(edit) @19286   16 years vboxsync VMM,VBoxDbg: SMP refactoring, part 1.
(edit) @19141   16 years vboxsync Action flags breakup. Fixed PGM saved state loading of 2.2.2 images. …
(edit) @19041   16 years vboxsync PDMDevHlp: restored blank lines
(edit) @19032   16 years vboxsync Split TM for SMP guests.
(edit) @19016   16 years vboxsync TRPM2VM -> TRPMCPU2VM
(edit) @19015   16 years vboxsync Split up TRPM. (guest SMP)
(edit) @18992   16 years vboxsync More PGM api 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) @18876   16 years vboxsync TRPMGCTrap07Handler: exit via trpmGCExitTrap like everyone else.
(edit) @18770   16 years vboxsync Fake rdpmc instead of causing an invalid opcode exception.
(edit) @18723   16 years vboxsync TRPMGCHandlers.cpp: Logging and a couple of todos.
(edit) @18666   16 years vboxsync VMM: Clean out the VBOX_WITH_NEW_PHYS_CODE #ifdefs. (part 2)
(edit) @18645   16 years vboxsync VMSetRuntimeError[V] refactoring: fFatal -> fFlags, may return …
(edit) @18617   16 years vboxsync PGM,EM: Handle out of memory situations more gracefully - part 1. New …
(edit) @18464   16 years vboxsync DBGFGC.cpp: 32->64 bit propagation warning.
(edit) @18101   16 years vboxsync PDM,PGM,DevPcArch,types.h: Added GCPhys2CCPtr conversion methods to …
(edit) @17534   16 years vboxsync PGM: Made PGMPhysRead/Write return VERR_PGM_PHYS_WR_HIT_HANDLER when …
(edit) @17506   16 years vboxsync PGM: MapCR3 hack for the new code, fixing PGMFlushTLB status …
(edit) @17422   16 years vboxsync VMM: Do not forcibly enable RC logging in VMMGCLogEnabled! Renamed it …
(edit) @17411   16 years vboxsync cosmetical
(edit) @17399   16 years vboxsync Reversed
(edit) @17397   16 years vboxsync VMMGCLogFlushIfFull is a better name
(edit) @17396   16 years vboxsync Added VMMGCLoggerFlushFullLog
(edit) @17305   16 years vboxsync VMM: Register %R[pgmpage] and %R[pgmramrange] (logging builds only).
(edit) @17146   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: Disable logging during a critical …
(edit) @17144   16 years vboxsync SELMGC: logging.
(edit) @17130   16 years vboxsync Emulate rdmsr & wrmsr in GC as well.
(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) @17035   16 years vboxsync VMM,REM: Brushed up the TR/TSS shadowing. We're now relying on the …
(edit) @17024   16 years vboxsync Emulate wbinvd in GC
(edit) @15962   16 years vboxsync Added debugging code (inactive) for tracking the state of the 32/64 …
(edit) @15662   16 years vboxsync Rewrote some switcher code.
(edit) @15659   16 years vboxsync Label name changes.
(edit) @15657   16 years vboxsync Extra error checks for vmxon & vmptrld.
(edit) @15576   16 years vboxsync More paranoid checks
(edit) @15519   16 years vboxsync Don't trigger unnecessary assertions
(edit) @15515   16 years vboxsync Fixed host crash with debug build
(edit) @15500   16 years vboxsync Don't trash the return value in case of failure
(edit) @15441   16 years vboxsync Wrong base register.
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