VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @20588   15 years vboxsync Emulate lock and & lock xor.
(edit) @20577   15 years vboxsync Removed assertion
(edit) @20571   15 years vboxsync VMM: .def file headers
(edit) @20570   15 years vboxsync VMM: Windows build fix (forgot to update .def files).
(edit) @20569   15 years vboxsync IOMAllMMIO.cpp: Fixed MMIO read statistics (iomMMIODoRead).
(edit) @20567   15 years vboxsync DevATA,ATAController: Do not use MMGCRamReadNoTrapHandler nor …
(edit) @20566   15 years vboxsync VMM.cpp: Fixed VBOX_STRICT_VMM_STACK bustage - was messing with the …
(edit) @20564   15 years vboxsync VM.cpp: Fixed crash in VMR3WaitU on creation error (for instance …
(edit) @20557   15 years vboxsync VMMSwitcher.cpp: Use NIL_RTR0PTR.
(edit) @20548   15 years vboxsync VMMR0JmpA-x86.asm: Fixed stack usage calc.
(edit) @20546   15 years vboxsync PGMAllHandler.cpp: wrong assertion? shutting it up for me
(edit) @20545   15 years vboxsync VMM: Instrumented the setjump code with stack usage statistics (only …
(edit) @20543   15 years vboxsync VMMR0JmpA*,tstVMMR0CallHost-*: some cleanup, build tests for both …
(edit) @20541   15 years vboxsync VMM: Split up VMMR0A.asm into VMMR0JmpA-x86.asm and …
(edit) @20540   15 years vboxsync CPUMR0A.asm: More pushf;cli ... popf paranoia.
(edit) @20539   15 years vboxsync CPUMR0A.asm: Split out the currently unused code into …
(edit) @20538   15 years vboxsync CPUMR0A.asm: Split out the currently unused code into …
(edit) @20536   15 years vboxsync CPUMR0A.asm: Name fixes and comments.
(edit) @20535   15 years vboxsync CPUMR0A.asm: must disable interrupt while messing with CR0 on darwin.
(edit) @20534   15 years vboxsync VMMR0A.asm: More sanity checks.
(edit) @20533   15 years vboxsync VMM: Guard the hyper stack in strict builds using the new …
(edit) @20532   15 years vboxsync nitpicking.
(edit) @20531   15 years vboxsync MM: Added MMR3HyperSetGuard for creating guard pages in the hyper heap.
(edit) @20530   15 years vboxsync VMM: remove DISCPUSTATE from the stack.
(edit) @20519   15 years vboxsync Disabled bogus assertion in nested paging mode
(edit) @20518   15 years vboxsync Assertion message
(edit) @20517   15 years vboxsync Corrected assertion
(edit) @20516   15 years vboxsync Moved VBOX_WITH_VMMR0_DISABLE_PREEMPTION blocks down
(edit) @20492   15 years vboxsync Must flush the TLB of all VCPUs after flushing guest physical memory …
(edit) @20491   15 years vboxsync Log disabling didn't work
(edit) @20489   15 years vboxsync Corrected RTLogPrintf statements and removed weird LOG_ENABLED only code
(edit) @20487   15 years vboxsync Misleading logging
(edit) @20479   15 years vboxsync fixed return value in case of error
(edit) @20465   15 years vboxsync Logging fix
(edit) @20463   15 years vboxsync Don't expose X86_CPUID_AMD_ADVPOWER_EDX_TSCINVAR to the guest
(edit) @20462   15 years vboxsync Compile warning removed
(edit) @20461   15 years vboxsync More MSR logging
(edit) @20434   15 years vboxsync More logging
(edit) @20432   15 years vboxsync better error message for Linux if the vboxnetflt module is not accessible
(edit) @20431   15 years vboxsync warning
(edit) @20430   15 years vboxsync Attempt to fix compilation
(edit) @20429   15 years vboxsync tstPDMAsyncCompletion.cpp: Fixed header and a couple of variable names.
(edit) @20428   15 years vboxsync Corrected size of uPendingExcptCR2
(edit) @20426   15 years vboxsync Protect pgm handler notifications in the recompiler.
(edit) @20421   15 years vboxsync Rewrote rem notification handling.
(edit) @20410   15 years vboxsync Invert test
(edit) @20409   15 years vboxsync Protect REMNotifyInvalidatePage
(edit) @20408   15 years vboxsync Moved REM locking to VMMAll
(edit) @20406   15 years vboxsync Removed obsolete REMR3ReplayInvalidatedPages
(edit) @20404   15 years vboxsync Inform REM outside of the pgm lock.
(edit) @20399   15 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.
(edit) @20228   16 years vboxsync Fixed VT-x state loading failure.
(edit) @20222   16 years vboxsync Multi-core changes. Return correct error in 64 bits guest smp on 32 …
(edit) @20205   16 years vboxsync OSE
(edit) @20204   16 years vboxsync OSE
(edit) @20199   16 years vboxsync Always reset the CPU state during reset
(edit) @20198   16 years vboxsync Moved pending forced actions clearing.
(edit) @20196   16 years vboxsync Extra logging
(edit) @20195   16 years vboxsync Assertions added
(edit) @20192   16 years vboxsync Make sure we clear all pending forced actions during a reset for …
(edit) @20189   16 years vboxsync Deal with reset properly (guest SMP).
(edit) @20187   16 years vboxsync Fix crash in async completion code when an error occurs during init …
(edit) @20185   16 years vboxsync PDMAsyncCompletion: * Export missing file to OSE * Enable PDM …
(edit) @20180   16 years vboxsync Completed HWACCMInvalidatePhysPage
(edit) @20168   16 years vboxsync Fix windows burns
(edit) @20167   16 years vboxsync First part of the PDMAsyncCompletion rewrite: * The Host specific …
(edit) @20158   16 years vboxsync Extra VCPU checks. Attempt to fix alignment issue
(edit) @20157   16 years vboxsync Multi core cpuid changes for AMD (untested)
(edit) @20153   16 years vboxsync SSM,PCI: We must restore the PCI configuration registers before PGM so …
(edit) @20152   16 years vboxsync Added DBGFR3InfoLogRel and DBGFR3InfoStdErr.
(edit) @20151   16 years vboxsync Handle pgm pool flushes a bit differently.
(edit) @20145   16 years vboxsync Fixed registration of statistics
(edit) @20143   16 years vboxsync Correction
(edit) @20142   16 years vboxsync VT-x/AMD-V: Keep statistics for injected traps & interrupts.
(edit) @20140   16 years vboxsync No need to inform all VCPUs about a pending pool flush. The current …
(edit) @20136   16 years vboxsync Missing descriptions
(edit) @20135   16 years vboxsync Prevent reuse of cached larged pages with different access attributes.
(edit) @20133   16 years vboxsync alignment fix.
(edit) @20132   16 years vboxsync HWACCM: Finished (I hope) the VBOX_WITH_VMMR0_DISABLE_PREEMPTION code.
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