VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @20685   15 years vboxsync TM.cpp: More statistics.
(edit) @20684   15 years vboxsync PGMAllBth.h: shut up gcc warnings.
(edit) @20682   15 years vboxsync EMAll.cpp: Implemented writing MSR_IA32_TSC.
(edit) @20681   15 years vboxsync STAM: Added STAMUNIT_TICKS.
(edit) @20680   15 years vboxsync Comments added
(edit) @20678   15 years vboxsync TM: Count calls to TMCpuTickSet and take the VM handle as an argument.
(edit) @20675   15 years vboxsync VMM: Reimplemented TMCpuTickSet.
(edit) @20674   16 years vboxsync Grab the PGM lock in PGMPhysSimpleReadGCPtr
(edit) @20673   16 years vboxsync VMM: don't clobber pTRPMCPU
(edit) @20671   16 years vboxsync Bigger lock for the pagefault handler. Avoid deadlocks when syncing …
(edit) @20667   16 years vboxsync Wrong assertion
(edit) @20666   16 years vboxsync Changed PDMApicGet/SetTPR to get/set the full task priority register.
(edit) @20665   16 years vboxsync PGMAllPool.cpp: Use VMMR3EmtRendezvous to avoid whatever issue there …
(edit) @20664   16 years vboxsync VMM: Added VMMR3EmtRendezvous for getting the attention of all EMTs …
(edit) @20663   16 years vboxsync VMM: Added VMMR3EmtRendezvous for getting the attention of all EMTs …
(edit) @20660   16 years vboxsync Update TPR only when changed.
(edit) @20655   16 years vboxsync Updated comments
(edit) @20654   16 years vboxsync Do not acquire the PDM lock in PDMApicGetTPR
(edit) @20651   16 years vboxsync VMReq.cpp: paranoid android
(edit) @20641   16 years vboxsync Fixed lock and/or/xor result store in amd64 gcc case.
(edit) @20637   16 years vboxsync Changed 48710
(edit) @20633   16 years vboxsync Corrected return code
(edit) @20628   16 years vboxsync Note
(edit) @20620   16 years vboxsync tstMMHyperHeap.cpp: spaces
(edit) @20615   16 years vboxsync fixed tstMMHyperHeap
(edit) @20608   16 years vboxsync Backed out 48516. Caused interrupt loss.
(edit) @20607   16 years vboxsync gcc warning
(edit) @20593   16 years vboxsync VMEmt.cpp: Fixed another crash in the VMR3CreateVM failure path, SMP …
(edit) @20588   16 years vboxsync Emulate lock and & lock xor.
(edit) @20577   16 years vboxsync Removed assertion
(edit) @20571   16 years vboxsync VMM: .def file headers
(edit) @20570   16 years vboxsync VMM: Windows build fix (forgot to update .def files).
(edit) @20569   16 years vboxsync IOMAllMMIO.cpp: Fixed MMIO read statistics (iomMMIODoRead).
(edit) @20567   16 years vboxsync DevATA,ATAController: Do not use MMGCRamReadNoTrapHandler nor …
(edit) @20566   16 years vboxsync VMM.cpp: Fixed VBOX_STRICT_VMM_STACK bustage - was messing with the …
(edit) @20564   16 years vboxsync VM.cpp: Fixed crash in VMR3WaitU on creation error (for instance …
(edit) @20557   16 years vboxsync VMMSwitcher.cpp: Use NIL_RTR0PTR.
(edit) @20548   16 years vboxsync VMMR0JmpA-x86.asm: Fixed stack usage calc.
(edit) @20546   16 years vboxsync PGMAllHandler.cpp: wrong assertion? shutting it up for me
(edit) @20545   16 years vboxsync VMM: Instrumented the setjump code with stack usage statistics (only …
(edit) @20543   16 years vboxsync VMMR0JmpA*,tstVMMR0CallHost-*: some cleanup, build tests for both …
(edit) @20541   16 years vboxsync VMM: Split up VMMR0A.asm into VMMR0JmpA-x86.asm and …
(edit) @20540   16 years vboxsync CPUMR0A.asm: More pushf;cli ... popf paranoia.
(edit) @20539   16 years vboxsync CPUMR0A.asm: Split out the currently unused code into …
(edit) @20538   16 years vboxsync CPUMR0A.asm: Split out the currently unused code into …
(edit) @20536   16 years vboxsync CPUMR0A.asm: Name fixes and comments.
(edit) @20535   16 years vboxsync CPUMR0A.asm: must disable interrupt while messing with CR0 on darwin.
(edit) @20534   16 years vboxsync VMMR0A.asm: More sanity checks.
(edit) @20533   16 years vboxsync VMM: Guard the hyper stack in strict builds using the new …
(edit) @20532   16 years vboxsync nitpicking.
(edit) @20531   16 years vboxsync MM: Added MMR3HyperSetGuard for creating guard pages in the hyper heap.
(edit) @20530   16 years vboxsync VMM: remove DISCPUSTATE from the stack.
(edit) @20519   16 years vboxsync Disabled bogus assertion in nested paging mode
(edit) @20518   16 years vboxsync Assertion message
(edit) @20517   16 years vboxsync Corrected assertion
(edit) @20516   16 years vboxsync Moved VBOX_WITH_VMMR0_DISABLE_PREEMPTION blocks down
(edit) @20492   16 years vboxsync Must flush the TLB of all VCPUs after flushing guest physical memory …
(edit) @20491   16 years vboxsync Log disabling didn't work
(edit) @20489   16 years vboxsync Corrected RTLogPrintf statements and removed weird LOG_ENABLED only code
(edit) @20487   16 years vboxsync Misleading logging
(edit) @20479   16 years vboxsync fixed return value in case of error
(edit) @20465   16 years vboxsync Logging fix
(edit) @20463   16 years vboxsync Don't expose X86_CPUID_AMD_ADVPOWER_EDX_TSCINVAR to the guest
(edit) @20462   16 years vboxsync Compile warning removed
(edit) @20461   16 years vboxsync More MSR logging
(edit) @20434   16 years vboxsync More logging
(edit) @20432   16 years vboxsync better error message for Linux if the vboxnetflt module is not accessible
(edit) @20431   16 years vboxsync warning
(edit) @20430   16 years vboxsync Attempt to fix compilation
(edit) @20429   16 years vboxsync tstPDMAsyncCompletion.cpp: Fixed header and a couple of variable names.
(edit) @20428   16 years vboxsync Corrected size of uPendingExcptCR2
(edit) @20426   16 years vboxsync Protect pgm handler notifications in the recompiler.
(edit) @20421   16 years vboxsync Rewrote rem notification handling.
(edit) @20410   16 years vboxsync Invert test
(edit) @20409   16 years vboxsync Protect REMNotifyInvalidatePage
(edit) @20408   16 years vboxsync Moved REM locking to VMMAll
(edit) @20406   16 years vboxsync Removed obsolete REMR3ReplayInvalidatedPages
(edit) @20404   16 years vboxsync Inform REM outside of the pgm lock.
(edit) @20399   16 years vboxsync Minor updates
(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) @20353   16 years vboxsync DBGFAddrSpace: bugfix.
(edit) @20344   16 years vboxsync Updates
(edit) @20343   16 years vboxsync TPR emulation updates
(edit) @20330   16 years vboxsync Missing profile stop calls
(edit) @20328   16 years vboxsync Cleanup
(edit) @20325   16 years vboxsync More fixes
(edit) @20324   16 years vboxsync Fix
(edit) @20322   16 years vboxsync More updates
(edit) @20321   16 years vboxsync Update
(edit) @20320   16 years vboxsync Correction
(edit) @20319   16 years vboxsync Got rid of debug assertions
(edit) @20317   16 years vboxsync Experiment with TPR patching (disabled)
(edit) @20291   16 years vboxsync TPR patching for nested page accesses (disabled)
(edit) @20281   16 years vboxsync Backed out r48156
(edit) @20280   16 years vboxsync Updated nested paging check
(edit) @20278   16 years vboxsync Shadow page mode exit fix for AMD-V nested paging. (not called with …
(edit) @20277   16 years vboxsync Removed obsolete comment
(edit) @20234   16 years vboxsync AMD-V: Host VMCB must also be per-VCPU
(edit) @20229   16 years vboxsync Enable multi-core VCPUs by default.
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