VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @46861   11 years vboxsync Don't allow mixing builds.
(edit) @46487   11 years vboxsync IEM: movsxd
(edit) @46486   11 years vboxsync IEM: movsxd
(edit) @46420   11 years vboxsync VMM, recompiler: Purge deprecated macros.
(edit) @46389   12 years vboxsync IEM: More 64-bit guest debugging.
(edit) @46384   12 years vboxsync IEM: Long mode debugging.
(edit) @46363   12 years vboxsync VMM/HM: Comment nits.
(edit) @46326   12 years vboxsync RT_STR_TUPLE
(edit) @46297   12 years vboxsync VMM: Started HMSVMR0 work. Unify the AMD-V erratum 170 verification …
(edit) @46286   12 years vboxsync VMM/HMVMXR0: Avoid saving/restoring EFER whenever possible on every …
(edit) @46168   12 years vboxsync IEM/EM: Made DSL boot to command line (X doesn't start yet).
(edit) @46165   12 years vboxsync Made dSYM-bundle loading work as well as line numbers in the stack …
(edit) @46125   12 years vboxsync PGM: Optimized virtual memory searching by skipping empty tables.
(edit) @45991   12 years vboxsync Fix local strict build issues.
(edit) @45965   12 years vboxsync VMM: Facility for getting the highest-priority pending interrupt from …
(edit) @45907   12 years vboxsync VBOX_WITH_IEM bitrot and stuff.
(edit) @45836   12 years vboxsync Spelling.
(edit) @45826   12 years vboxsync PGM: Extended the WP0+RO+US hack to include big pages and adjusted …
(edit) @45808   12 years vboxsync VMM,DevVGA: Don't resolve RC symbols when HM is enabled (part 1).
(edit) @45799   12 years vboxsync Make the recompiler call PGMCr0WpEnabled.
(edit) @45798   12 years vboxsync Fixed up and enabled Netware WP0+RO+US hack.
(edit) @45797   12 years vboxsync PGMAllBth.h: Duh, not >, but <, darn it.
(edit) @45792   12 years vboxsync CR0.WP applies to CPL > 3, not just CPL == 0. Sketched out a Netware hack.
(edit) @45786   12 years vboxsync Move HMRCA.asm into the switcher code so we don't need VMMRC.rc.
(edit) @45752   12 years vboxsync Don't call MMHyperIsInsideArea if we're using HM to execute code, it …
(edit) @45749   12 years vboxsync VMM: Introduced VMCPUSTATE_STARTED_HM for indicating that we're …
(edit) @45739   12 years vboxsync VMM: First part of HMIsEnabled() and PGMMap*.
(edit) @45735   12 years vboxsync VMM: Consistently flush TLB entries for non-present pages.
(edit) @45728   12 years vboxsync TRPM: Sprinkled HMIsEnabled around the place.
(edit) @45725   12 years vboxsync nit
(edit) @45701   12 years vboxsync VMM: SELM and VMM early HM init changes.
(edit) @45640   12 years vboxsync VMM: build fix
(edit) @45628   12 years vboxsync VMM: build fix
(edit) @45620   12 years vboxsync CSAM,PATM: Don't bother initializing anything if HMIsEnabled(). Also, …
(edit) @45619   12 years vboxsync PGMAllBth.h: Skip a path in Trap0eHandler that hooks into CSAM if CSAM …
(edit) @45618   12 years vboxsync Do HMR3Init first in vmR3InitRing3 so the other components can skip …
(edit) @45549   12 years vboxsync Reverted r84927 - I cannot read.
(edit) @45534   12 years vboxsync VMM: use of symbolic names and asserts.
(edit) @45533   12 years vboxsync #ifdef the raw-mode force flags to find more code to #ifdef out.
(edit) @45531   12 years vboxsync VMMR0/HMVMXR0: Redo of VT-x event injection. Some STAM cleanup. VMM: …
(edit) @45528   12 years vboxsync VBOX_WITH_RAW_MODE changes.
(edit) @45485   12 years vboxsync - *: Where possible, drop the #ifdef VBOX_WITH_RAW_RING1 when …
(edit) @45479   12 years vboxsync emInterpretInstructionCPU: Fixed input validation test, was using AND …
(edit) @45430   12 years vboxsync Doxygen
(edit) @45428   12 years vboxsync VMM: Propagate errors from PGM through the disassembler. Get rid of …
(edit) @45407   12 years vboxsync VMM: Invalidate page even when it's not present now.
(edit) @45311   12 years vboxsync IOM: Prepared for using read/write locking, still using the old …
(edit) @45310   12 years vboxsync PDMCritSectRw: Fixed shared leave bugs.
(edit) @45306   12 years vboxsync PDMCritSectRw: build fix
(edit) @45305   12 years vboxsync IOM: Adding pVCpu to a lot of calls and moving the lookup caches from …
(edit) @45301   12 years vboxsync IOM: Preparing to use read/write critsect.
(edit) @45299   12 years vboxsync PDMCritSectRw: Fixes.
(edit) @45293   12 years vboxsync PGMCritSectRw: Prep for ring-0 and raw-mode context operation.
(edit) @45291   12 years vboxsync VMM: HM bits.
(edit) @45276   12 years vboxsync Ring-1 compression patches, courtesy of trivirt AG: - main: diff to …
(edit) @45189   12 years vboxsync STAM,VM: ring-3 only testing of pdmcritsectrw.h (disabled).
(edit) @45178   12 years vboxsync Work some of the PDMCritSectRw statistics.
(edit) @45171   12 years vboxsync VMM/PDMAllCritSectRw: header fix
(edit) @45152   12 years vboxsync PDMCritSectRw: Early morphing stage - untested, ring-3 only.
(edit) @45142   12 years vboxsync VMM: Don't LogRel on CPUMClearGuestCpuIdFeature().
(edit) @45103   12 years vboxsync PGMPool: Eliminated fictive page (except NIL). #6367
(edit) @44933   12 years vboxsync TM: Do not return the same value, either.
(edit) @44932   12 years vboxsync TM: Consistently keep track of the last seen guest TSC value.
(edit) @44715   12 years vboxsync iomMMIODoRead: Don't let 64-bit read thru unless the read mode is …
(edit) @44573   12 years vboxsync IOM: Fixed IOMMMIO_FLAGS_WRITE_ONLY_DWORD and added …
(edit) @44564   12 years vboxsync IOM: Adding IOMMMIO_FLAGS_WRITE_ONLY_DWORD, fixing parameter validation.
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44509   12 years vboxsync Document PIC and APIC callback method locking rules.
(edit) @44399   12 years vboxsync DBGF,DBGC,++: PVM -> PUVM. Some refactoring and cleanup as well.
(edit) @44394   12 years vboxsync +VMMR3GetCpuByIdU, -FNATOMICHANDLER
(edit) @44385   12 years vboxsync CSAM: PVM -> PUVM for main interfaces, visibility cleanup.
(edit) @44375   12 years vboxsync EM: pVM -> pUVM for main, mark as many as possible interfaces module …
(edit) @44374   12 years vboxsync FTM: pVM -> pUVM for main, mark as many as possible interfaces module …
(edit) @44373   12 years vboxsync HM,++: pVM -> pUVM for main, mark as many as possible interfaces …
(edit) @44362   12 years vboxsync PATM: Changed two Main APIs to use PUVM instead of PVM (one of them …
(edit) @44359   12 years vboxsync drop the utf-8 signature.
(edit) @44357   12 years vboxsync PDMNetShaper: Cleanups & fixes (untested). PVM -> PUVM. Note: cs is a …
(edit) @44351   12 years vboxsync PDM,++: Change APIs used by Main from PVM to PUVM.
(edit) @44346   12 years vboxsync TM: PVM -> PUVM in two APIs used by Main. VMReq: Validate pUVM …
(edit) @44266   12 years vboxsync VMM: comment clarification, there's no REX prefix for rdmsr.
(edit) @44195   12 years vboxsync VMM/VMMAll, VMMR3: forceflags for updating CR3 and PAE PDPEs.
(edit) @43974   12 years vboxsync VMM: Fix MSR range values for X2APIC, add in the X2APIC TPR MSR.
(edit) @43971   12 years vboxsync VMM/PDMAll: no-long-jump zone comment.
(edit) @43961   12 years vboxsync VMM: Pass the VMCPU to IOMMMIOMapMMIOHCPage() as we already have it.
(edit) @43953   12 years vboxsync VMM/PGM/PGMAll: comments.
(edit) @43872   12 years vboxsync Make VBOX_WITH_RAW_MODE= link.
(edit) @43860   12 years vboxsync VMM/CPUMAllRegs: todo/question.
(edit) @43667   12 years vboxsync VMM: APIC refactor, cache APIC base MSR during init phase.
(edit) @43657   12 years vboxsync VMM: APIC refactor. Moved APIC base MSR to the VCPU (where it belongs) …
(edit) @43510   12 years vboxsync HM: refactor.
(edit) @43491   12 years vboxsync VMM/VMMAll: comment.
(edit) @43466   12 years vboxsync VMM: HM bits.
(edit) @43387   12 years vboxsync VMM: HM cleanup.
(edit) @43197   12 years vboxsync PGMAllPool: @todo marked some long dead code.
(edit) @43195   12 years vboxsync PGMAllPool.cpp: Don't try clear references to fictitious root pages. …
(edit) @43163   12 years vboxsync VMM: A wee bit page pool paranoia related to #6349.
(edit) @43151   12 years vboxsync VMM: typos.
(edit) @42780   12 years vboxsync EMAll.cpp: debugging hacks.
(edit) @42778   12 years vboxsync IEM: CR4 and CR3 fixes. Debugging hacks.
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