VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @50749   11 years vboxsync VMM/HMVMXR0: When only all-context VPID flush is supported by the CPU, …
(edit) @50748   11 years vboxsync VMM/HMR0: cleanup.
(edit) @50746   11 years vboxsync VMM/HMR0: Assert tidying.
(edit) @50740   11 years vboxsync VMM/HMR0: Don't flush tagged-TLB entries each time while leaving HM …
(edit) @50739   11 years vboxsync VMM/HMVMXR0: undo temporary change from r92738.
(edit) @50738   11 years vboxsync VMM/HMVMXR0: Temporary enable of HMVMX_ALWAYS_FLUSH_TLB for a test build.
(edit) @50720   11 years vboxsync VMM/HMVMXR0: Assert.
(edit) @50713   11 years vboxsync VMM/HM: typo.
(edit) @50698   11 years vboxsync VMM/HMVMXR0: More info. on assert failures.
(edit) @50696   11 years vboxsync VMM/HMVMXR0: More assertions in TLB flushing.
(edit) @50695   11 years vboxsync format string fixes
(edit) @50694   11 years vboxsync a few unimportant format string fixes
(edit) @50661   11 years vboxsync GCC:/MSC: => gcc:/msc: like everywhere
(edit) @50657   11 years vboxsync VBoxCpuReport: Filled in some msrs for sandybridge.
(edit) @50656   11 years vboxsync Added an example of the initial SandyBridge silicone.
(edit) @50655   11 years vboxsync VMM/HMVMXR0: First entry into VT-x may already have saved the …
(edit) @50653   11 years vboxsync Added a more recent K8 CPU to the CPU database.
(edit) @50617   11 years vboxsync Implemented MSR 0x00000035 on i7, it reports threads and core counts …
(edit) @50614   11 years vboxsync VMM/HMVMXR0: Avoid one extra VM-exit while injecting interrupts if …
(edit) @50607   11 years vboxsync auPrev[2] not [1].
(edit) @50606   11 years vboxsync cpumR3IsEcxRelevantForCpuIdLeaf: Improved exit conditions, fixing …
(edit) @50601   11 years vboxsync VMM/HMVMXR0: Undo r92473. We -do- need it, better comments.
(edit) @50600   11 years vboxsync VMM/HMVMXR0: This should not be necessary, while in preemption hook …
(edit) @50596   11 years vboxsync VMM: follow-up fix to r92440
(edit) @50590   11 years vboxsync CPUM,VMM: More work related to bus, cpu and tsc frequency info. Should …
(edit) @50584   11 years vboxsync CPUM,DevEFI: Bus vs cpu clock ratio fixes for more recent CPUs. Older …
(edit) @50575   11 years vboxsync VMM: Added SSMR3RegisterStub and used it to provide saved state …
(edit) @50540   11 years vboxsync VMM/HM: Ignore SMX mode and proceed with a warning.
(edit) @50509   11 years vboxsync VMM/HMVMXR0: Build fix.
(edit) @50506   11 years vboxsync VMM/HMVMXR0: Fix for workaround done in r92215.
(edit) @50428   11 years vboxsync HMR0Mixed.mac: Windows experiment with delaying host IDTR.LIMIT …
(edit) @50426   11 years vboxsync HMR0VMX.cpp: Hacked hmR0VmxSaveHostSegmentRegs to call …
(edit) @50407   11 years vboxsync duh
(edit) @50406   11 years vboxsync Some RTEnvGet cleanup, adding todos for the rest.
(edit) @50387   11 years vboxsync build fix
(edit) @50385   11 years vboxsync TMAll: Realized what the asserting was all about and reintroduced it, …
(edit) @50383   11 years vboxsync tmTimerVirtualSyncSet: Removed non-sensical lock ownership assertion.
(edit) @50381   11 years vboxsync tmTimerVirtualSyncStop: Removed non-sensical lock ownership assertion.
(edit) @50333   11 years vboxsync VMM, SupDrv: Allow VT-x when in presumed SMX mode when the VMXON bit …
(edit) @50285   11 years vboxsync VMM/HMVMXR0: Fix single-stepping over IO instructions (string I/O is a …
(edit) @50284   11 years vboxsync VMM/HMVMXR0: Fix single-stepping over IRET and POPF in real-on-v86 mode.
(edit) @50275   11 years vboxsync VMM/HMVMXR0: Fix single-stepping in real-on-v86 mode for certain …
(edit) @50271   11 years vboxsync VMM/HMVMXR0: Comment clarification.
(edit) @50270   11 years vboxsync VMM/HMVMXR0: Fix single-stepping with IRET on real-on-v86 mode while …
(edit) @50255   11 years vboxsync VMM: two undocumented CPUID bits
(edit) @50163   11 years vboxsync CPUM.cpp: Enable SSE4.1 and SSE4.2 by default for trunk.
(edit) @50162   11 years vboxsync CPUM.cpp: Added /CPUM/SSE4.1 and /CPUM/SSE4.2 configuration overrides …
(edit) @50158   11 years vboxsync cpumMsrWr_Ia32BiosSignId should ignore writes, not GP. Only used on P4.
(edit) @50157   11 years vboxsync CPUMR3Db.cpp: Redid the cpu database matching (cpumR3DbGetCpuInfo) to …
(edit) @50141   11 years vboxsync selmValidateAndConvertCSAddrHidden: Drop the bogus VERR_INVALID_RPL checks.
(edit) @50115   11 years vboxsync tstVMM: Drop the MSR quick report in the default test.
(edit) @50113   11 years vboxsync Because of the CPUID leaves we'll need the heap to always be mapped …
(edit) @50112   11 years vboxsync Missed one line.
(edit) @50111   11 years vboxsync Better name & restrict line length to 130 chars.
(edit) @50110   11 years vboxsync corrected function name.
(edit) @50087   11 years vboxsync VERR_CPUM_TOO_MANY_CPUID_SUBLEAVES: Dump some potentially useful info …
(edit) @50038   11 years vboxsync CPUM: Don't use stale pStdFeatureLeaf and pExtFeatureLeaf pointers. …
(edit) @50019   11 years vboxsync CPUMR3CpuId.cpp (trunk+4.3): s/RTStrmPrintf/Log/
(edit) @50009   11 years vboxsync VMMRZCallRing3Disable,VMMRZCallRing3Enable: Made them preemption …
(edit) @50001   11 years vboxsync PDMCritSect: Ditto VERR_INTERRUPTED fix for shared critical sections.
(edit) @50000   11 years vboxsync pdmR3R0CritSectEnterContended: That worked but wasn't entirely …
(edit) @49999   11 years vboxsync pdmR3R0CritSectEnterContended: Ok, that didn't work, so next attempt.
(edit) @49998   11 years vboxsync pdmR3R0CritSectEnterContended: Deal with VERR_INTERRUPTED while trying …
(edit) @49995   11 years vboxsync cpus/*AMD*.h: Make sure the patch loader MSR is present in older entries.
(edit) @49993   11 years vboxsync CPUM: VIA MSR mappings (rough cut).
(edit) @49992   11 years vboxsync VMM/HMVMXR0: comment copy & paste error.
(edit) @49990   11 years vboxsync VMM/HMSVMR0: nit.
(edit) @49988   11 years vboxsync CPU: Hacking VIA
(edit) @49981   11 years vboxsync CPUMAllMsrs.cpp: Fixed cpumLookupMsrRange to resolved aliases. Also …
(edit) @49979   11 years vboxsync Fix burn.
(edit) @49978   11 years vboxsync CPUM: One more P4 related issue that needs fudging.
(edit) @49977   11 years vboxsync CPUM: Make sure a minimum of commonly used MSRs are present by default.
(edit) @49975   11 years vboxsync EM: Make sure the RA1 and RAZ bits of DR6 and DR7 are enforced. Fixes …
(edit) @49972   11 years vboxsync CPUM: More msr hacking.
(edit) @49971   11 years vboxsync VMM/HMSVMR0: nit.
(edit) @49970   11 years vboxsync VMM/HMSVMR0: Avoid MSR write when possible.
(edit) @49969   11 years vboxsync VMM/HMSVMR0: todo addressed in r91390.
(edit) @49968   11 years vboxsync VMM/HMSVMR0: Update guest TSC AUX when we allow MSR passthru.
(edit) @49967   11 years vboxsync HMR0SVM.cpp: Use CPUR0GetGuestTscAux() instead of CPUMQueryGuestMsr to …
(edit) @49966   11 years vboxsync CPUM: Added AMD Athlon64 3200+ (130nm) and Pentium4 (mod 4, w/ 64-bit).
(edit) @49954   11 years vboxsync CPUM.cpp: Off by one bug in new CPUID count limiting code.
(edit) @49952   11 years vboxsync Added AMD_Phenom_II_X6_1100T entry.
(edit) @49945   11 years vboxsync PAT hack for a core 2 duo.
(edit) @49937   11 years vboxsync VMM/HMSVMR0: Change ASID when required.
(edit) @49936   11 years vboxsync wtf?
(edit) @49934   11 years vboxsync VMM/HMR0: Don't unnecessarily reset uCurrentAsid.
(edit) @49932   11 years vboxsync VMM/HMR0: Assertion.
(edit) @49931   11 years vboxsync VMM/HMSVMR0: Assertions.
(edit) @49927   11 years vboxsync VMM: Mapped the MSRs for a core 2 penryn cpu.
(edit) @49925   11 years vboxsync VMM/HM: Fewer tree levels in HM stats.
(edit) @49922   11 years vboxsync export
(edit) @49921   11 years vboxsync export
(edit) @49915   11 years vboxsync CPUM: Fixed CPUID(5) copy&paste regression.
(edit) @49914   11 years vboxsync SELM: Fixed stale selector handling issue (raw-mode only). Returning …
(edit) @49903   11 years vboxsync VMM/HMVMXR0: Todo comment.
(edit) @49902   11 years vboxsync VMM/HMSVMR0: nit.
(edit) @49901   11 years vboxsync VMM/HMVMXR0: nit.
(edit) @49900   11 years vboxsync VMM/HMSVMR0: 32-bit build fix.
(edit) @49899   11 years vboxsync Added data for i5-3570.
(edit) @49898   11 years vboxsync VMM/HMSVMR0: Fix for MOV DRx intercepts on 32-bit hosts with 64-bit guests.
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