VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMR0/HMR0.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @56706   9 years vboxsync HMR0Term: must init rc.
(edit) @56705   9 years vboxsync HMR0.cpp: Don't call SUPR0EnableVTx(false) in HMR0Term unless we've …
(edit) @56620   9 years vboxsync VMM/HMR0: comments.
(edit) @56619   9 years vboxsync VMM/HMR0: revert r101249, added comment to clarify usage.
(edit) @56618   9 years vboxsync VMM/HMR0: Don't read MSR unnecessarily.
(edit) @56572   9 years vboxsync VMM/HMR0: comment.
(edit) @56381   9 years vboxsync Stubbed VMMR0_DO_CALL_HYPERVISOR and VMMR0_DO_RAW_RUN when …
(edit) @56365   9 years vboxsync VMM/HM: removed obsolete todo.
(edit) @56364   9 years vboxsync VMM/HM: g_HvmR0 -> g_HmR0.
(edit) @56360   9 years vboxsync VMM/HM: Cleanup and asserts.
(edit) @56214   10 years vboxsync VMM/HMR0: todo is done.
(edit) @56034   10 years vboxsync VMM/HM: comment typos.
(edit) @55863   10 years vboxsync IPRT,SUPDrv,VMM: Revised the context switching hook interface. Do …
(edit) @55755   10 years vboxsync VMM/HMR0: build fix.
(edit) @55754   10 years vboxsync VMM/HM: Avoid some fatal assertions in places that can fail.
(edit) @55436   10 years vboxsync Reverted bad commit r99781.
(edit) @55435   10 years vboxsync Bad commit, reverted with following changeset
(edit) @55129   10 years vboxsync VMM/GIM: Allow dynamic enabling of #UD traps and per-VCPU hypercalls.
(edit) @55118   10 years vboxsync VMM: GIM raw-mode support.
(edit) @55048   10 years vboxsync VMM,REM: Allocate the FPU/SSE/AVX/FUTURE state stuff. We need to use …
(edit) @54898   10 years vboxsync CPUMCTX,CPUMHOST: Replaced the fpu (X86FXSAVE) member with an XState …
(edit) @54712   10 years vboxsync VMM: Clear idHostCpu mapping while deregistering the context-hooks …
(edit) @54600   10 years vboxsync VMM/HMR0: Clarify todo.
(edit) @54545   10 years vboxsync VMM/HMR0: Temporarily revert r98414.
(edit) @54395   10 years vboxsync IPRT, HostDriver, VMMR0: MP notifications fixes for TSC-delta …
(edit) @54332   10 years vboxsync No need to do this twice, I think…
(edit) @54308   10 years vboxsync VMM,SUP: Apply the tsc delta where it matters. Made sense out of the …
(edit) @54277   10 years vboxsync VMM/HM: Fix incorrect disabling on VT-x/AMD-V while offlining CPUs …
(edit) @54201   10 years vboxsync HostDrivers/Support, VMM: avoid code duplication.
(edit) @54153   10 years vboxsync VMM/HM: Fix VMX-preemption timer override from CFGM, renamed CFGM key …
(edit) @52192   10 years vboxsync HostDrivers/Support, VMM: support CONFIG_PAX_KERNEXEC Linux kernels
(edit) @51560   11 years vboxsync VMM/GIM: Mapping of GIM MMIO2 regions and Hyper-V provider work.
(edit) @51433   11 years vboxsync VMM/HMR0: comment.
(edit) @50872   11 years vboxsync VMM/HMR0: Assertion and comment.
(edit) @50854   11 years vboxsync VMM/HMR0: VMXON regions need not be mapped executable.
(edit) @50800   11 years vboxsync VMM/HMR0: Start with invalid Cpu Ids while initializing, resetting …
(edit) @50789   11 years vboxsync VMM/HMR0: Rely on zero-initialized allocations. Still trying to figure …
(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) @50540   11 years vboxsync VMM/HM: Ignore SMX mode and proceed with a warning.
(edit) @50333   11 years vboxsync VMM, SupDrv: Allow VT-x when in presumed SMX mode when the VMXON bit …
(edit) @49934   11 years vboxsync VMM/HMR0: Don't unnecessarily reset uCurrentAsid.
(edit) @49932   11 years vboxsync VMM/HMR0: Assertion.
(edit) @49729   11 years vboxsync VMM/HM: VMCPU_HMCF -> HMCPU_CF macro renaming.
(edit) @49527   11 years vboxsync VMM/HMR0: Warnings.
(edit) @49479   11 years vboxsync VMM: Warnings.
(edit) @49310   11 years vboxsync HMR0.cpp: Ignore VERR_SVM_DISABLED an VERR_SVM_IN_USE status codes …
(edit) @49178   11 years vboxsync SUPDrv: Fix VT-x capability querying for BIOSes that don't set the …
(edit) @48621   11 years vboxsync VMM/VMMR0: Don't disable interrupts for a long time when disabling …
(edit) @48591   11 years vboxsync VMMR0/HMR0: HM-Context flag macros.
(edit) @48569   11 years vboxsync VMMR0: RT_BOOL().
(edit) @48566   11 years vboxsync VMM/HMR0: Start using the HM-context flags macros slowly.
(edit) @48506   11 years vboxsync VMM/HMR0: Don't clear VCPU's ASID while preempting. idLastCpu takes …
(edit) @48469   11 years vboxsync Log.
(edit) @48448   11 years vboxsync VMM: Assertions.
(edit) @48426   11 years vboxsync VMM: Fixed strict build assertion assumption with thread-context …
(edit) @48328   11 years vboxsync VMM: Assert, doxygen, todo question.
(edit) @48296   11 years vboxsync VMM/HMR0: Fix for SMX mode, avoid rechecking what's already checked.
(edit) @48280   11 years vboxsync VMM/HMR0: Todo comment. SMX mode.
(edit) @48268   11 years vboxsync VMM: Fix wrong check for SMX.
(edit) @48267   11 years vboxsync VMM: Allow VT-x to be used in SMX mode, more granular error checking.
(edit) @48230   11 years vboxsync VMM: Propagate errors properly while leaving HM context.
(edit) @48218   11 years vboxsync VMM: Addressed a rare corner case stale TLB entry issue.
(edit) @48217   11 years vboxsync VMM/HMR0: Spaces and populate struct members in the same order as …
(edit) @48216   11 years vboxsync VMM/HM: Cleanup.
(edit) @48213   11 years vboxsync VMM: Naming fixes and log cosmetics.
(edit) @48212   11 years vboxsync VMM/HM: Naming fixes.
(edit) @48211   11 years vboxsync VMM: Naming bits.
(edit) @48210   11 years vboxsync VMM: More naming fixes.
(edit) @48209   11 years vboxsync VMM: Apparently we use underscores in unions/structs in other places. …
(edit) @48208   11 years vboxsync VMM: Cleanup, hungarian and comments.
(edit) @48153   11 years vboxsync VMM/HM: More dead code path elimination.
(edit) @48135   11 years vboxsync VMM/HM: Eliminate dead code paths.
(edit) @48132   11 years vboxsync VMM: Ditch VBOX_WITH_VMMR0_DISABLE_PREEMPTION.
(edit) @48044   11 years vboxsync VMM/HM: Thread-context hooks, disable preemption while touching host …
(edit) @48037   11 years vboxsync VMM/HM: Preemption hooks, work in progress. Hopefully I didn't break …
(edit) @47989   11 years vboxsync VMM/VMMR0: Preemption hooks implemented and enabled for Solaris and …
(edit) @47959   11 years vboxsync VMM/HMR0: Comment update.
(edit) @47803   11 years vboxsync VMM/HM: Preemption hoooks, work in progress.
(edit) @47802   11 years vboxsync VMM/HM: Redundant updates of flags is not necessary.
(edit) @47773   11 years vboxsync VMM/HM: RunGuestCodeStep() Load should be Save, and some typos, cosmetics.
(edit) @47771   11 years vboxsync VMM/HM: One extra char. to make typing without autocomplete easier.
(edit) @47760   11 years vboxsync VMM/HM: Preemption hooks. Some common structural changes and cleanup, …
(edit) @47652   11 years vboxsync VMM: Removed all VBOX_WITH_OLD_[VTX|AMDV]_CODE bits.
(edit) @47472   11 years vboxsync VMM/VMMR0: HW(VMX|SVM)R0.h -> HM(VMX|SVM)R0.h. Now that the refactor …
(edit) @46724   11 years vboxsync VMM/HM: Refactor the state-flags for proper sharing between old, new …
(edit) @46420   12 years vboxsync VMM, recompiler: Purge deprecated macros.
(edit) @46379   12 years vboxsync VMM/HMVMXR0: Added VMFUNC feature recognition.
(edit) @46363   12 years vboxsync VMM/HM: Comment nits.
(edit) @46358   12 years vboxsync VMM: Remove u64RegisterMask HM member which is never really used anywhere.
(edit) @46357   12 years vboxsync VMM/HM: Reloading FPU bits in CR0 forced explicitly on HMR0Enter() anyway.
(edit) @46305   12 years vboxsync VMM/HM: Don't fail AMD-V init if AMD-V is not supported by the CPU.
(edit) @46297   12 years vboxsync VMM: Started HMSVMR0 work. Unify the AMD-V erratum 170 verification …
(edit) @45947   12 years vboxsync VMM: HM cleanup for CTRL, CONTROLS in symbolic names.
(edit) @45863   12 years vboxsync VMM/VMMR0: HMR0 is shared code, not just Intel. Undo skipping of …
(edit) @45861   12 years vboxsync VMM/VMMR0: Fix debug assertion regarding leaving HM context with …
(edit) @45786   12 years vboxsync Move HMRCA.asm into the switcher code so we don't need VMMRC.rc.
(edit) @45749   12 years vboxsync VMM: Introduced VMCPUSTATE_STARTED_HM for indicating that we're …
(edit) @45378   12 years vboxsync VMM/VMMR0: HM bits. Some stats and adjustments.
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