VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @53624   10 years vboxsync scm automatic cleanups.
(edit) @53613   10 years vboxsync HMVMXR0.cpp: hmR0VmxCheckExitDueToEventDelivery returns error codes in …
(edit) @53612   10 years vboxsync HMVMXR0.cpp: no else after return.
(edit) @53611   10 years vboxsync HMVMXR0.cpp: Use assertions better.
(edit) @53509   10 years vboxsync VMM/GIM: nits.
(edit) @53466   10 years vboxsync VMM/MSRs: Added status codes for returning to ring-3 to service the …
(edit) @53325   10 years vboxsync VMM: Fix sign inconsistency in the RealUseTSC case.
(edit) @53283   10 years vboxsync VMM/GIM: nit.
(edit) @53235   10 years vboxsync VMM: Fixed incorrect pure TSC-offsetting mode switch with paravirt. …
(edit) @53200   10 years vboxsync VMM/HMVMXR0: comestics.
(edit) @53199   10 years vboxsync VMM/HMVMXR0: Windows build fix, doesn't like negating unsigned numbers …
(edit) @53198   10 years vboxsync VMM/HMVMXR0: Remove assertion in hmR0VmxExitRdtsc() for when CR4.TSD …
(edit) @53197   10 years vboxsync VMM/HMSVMR0: Fix incorrect sign and calculation on guest TSC offset in …
(edit) @53196   10 years vboxsync VMM/HMVMXR0: Fix incorrect sign and calculation on guest TSC offset in …
(edit) @53193   10 years vboxsync VMM/HMVMXR0: nits.
(edit) @53190   10 years vboxsync VMM/HMVMXR0: nits.
(edit) @53178   10 years vboxsync HMVMXR0.cpp: Fixed several bugs in the real-mode-on-top-of-v86 …
(edit) @53176   10 years vboxsync HMVMXR0.cpp: Fixed bug in hmR0VmxInjectEventVmcs where cs.ValidSel …
(edit) @53089   10 years vboxsync VMM/HMVMXR0: logging fix.
(edit) @53061   10 years vboxsync HM: Fixed SVM MF intercept setup logic error.
(edit) @52928   10 years vboxsync VMM/HMVMXR0: Fix checking PAT MSR validity in hmR0VmxCheckGuestState().
(edit) @52767   10 years vboxsync VMM/GIM: Get rid of separate fEnabled field, just use the provider to …
(edit) @52655   10 years vboxsync VMM/HMVMXR0,HMSVMR0: oops, forgot bugref number.
(edit) @52654   10 years vboxsync VMM/HMSVMR0: Use AMD-V terminology.
(edit) @52653   10 years vboxsync VMM/HMVMXR0,VMM/HMSVMR0: Fix incorrect disassembly of instruction …
(edit) @52618   10 years vboxsync HostDrivers, Runtime, Devices, Additions: TSC delta measurement and …
(edit) @52611   10 years vboxsync VMM/HMVMXR0: Added ApicAccessToR3 stat and addressed a 4.3 todo.
(edit) @52595   10 years vboxsync VMM/HMVMXR0: Logging.
(edit) @52573   10 years vboxsync VMM/HMVMXR0: Fix a wrong invalid-guest-state check with regards to …
(edit) @52465   10 years vboxsync VMM: Fix IEM FXSAVE implementation to match the logic in HM/raw-mode …
(edit) @52419   10 years vboxsync VMM: Fix restoring 32-bit guest FPU state on 64-bit capable VMs.
(edit) @52411   10 years vboxsync VMM/HMVMXR0: Use unordered atomics for …
(edit) @52396   10 years vboxsync VMM/HMSVMR0: nit.
(edit) @52310   10 years vboxsync VMM/HMSVMR0: comment.
(edit) @52281   10 years vboxsync VMM/HMVMXR0: Fix strict assertion on older CPUs; check for secondary …
(edit) @52279   10 years vboxsync VMM/HMVMXR0: Renaming nits.
(edit) @52278   10 years vboxsync VMM/HMSVMR0: nits.
(edit) @52192   10 years vboxsync HostDrivers/Support, VMM: support CONFIG_PAX_KERNEXEC Linux kernels
(edit) @52182   10 years vboxsync VMM/HMVMXR0: Wrong, EMT preemption doesn't lose VMCS state.
(edit) @52172   10 years vboxsync VMM/HMVMXR0: Clear inhibit-interrupts force-flag when only NMI …
(edit) @52166   10 years vboxsync VMM/HMVMXR0: Move comment to the right place.
(edit) @52165   10 years vboxsync VMM/HMVMXR0: Cleanup.
(edit) @52164   10 years vboxsync VMM/HMVMXR0: Nits.
(edit) @52162   10 years vboxsync VMM/HMVMXR0: Make hmR0VmxGetGuestIntrState() side-effect free in terms …
(edit) @52149   10 years vboxsync VMM/HMVMXR0: comment.
(edit) @52147   10 years vboxsync VMM/HMVMXR0: Don't lose interruptibility-state when we get preempted early!
(edit) @52141   10 years vboxsync VMM/HMVMXR0: Less confusing variable name.
(edit) @52140   10 years vboxsync VMM/HMVMXR0: Fix NMI redelivery when the original delivery caused an …
(edit) @52125   10 years vboxsync VMM/HM: Add tracking of last 30 VM-exits. Can be useful for guru …
(edit) @52099   10 years vboxsync VMM/HMSVMR0: Attempt at fixing NMI injection and handling NMI …
(edit) @52073   10 years vboxsync VMM/HMVMXR0: Comment.
(edit) @52072   10 years vboxsync VMM/HMVMXR0: Fix NMI injection.
(edit) @52068   10 years vboxsync VMM/HMSVMR0: Convert NMIs to TRPM_TRAP and not TRPM_HARDWARE_INT.
(edit) @52067   10 years vboxsync VMM/HMVMXR0: Convert NMIs to TRPM as TRPM_TRAP and not TRPM_HARDWARE_INT.
(edit) @52066   10 years vboxsync VMM: Fixed potential bug in AMD-V NMI injection when interrupt …
(edit) @52065   10 years vboxsync VMM/HMVMXR0: Fix NMI re-injection when NMI injection caused a faulting …
(edit) @52054   10 years vboxsync Grammar.
(edit) @52044   10 years vboxsync VMM/HM: nits.
(edit) @52043   10 years vboxsync VMM/HMVMXR0: nit.
(edit) @52042   10 years vboxsync VMM/HMVMXR0: Improve SMP logging a bit.
(edit) @52041   10 years vboxsync VMM: Fix NMI handling.
(edit) @52009   10 years vboxsync Comments and nits.
(edit) @52006   10 years vboxsync VMM: VT-x and AMD-V support for making GIM hypercalls.
(edit) @51981   10 years vboxsync VMM/GIM, VMM/HM: Add support for Hyper-V hypervisor capabilities …
(edit) @51961   10 years vboxsync VMM/GIM: Fix Hyper-V TSC offset scaling to 100ns units.
(edit) @51954   10 years vboxsync VMM/GIM: Fix referencing the wrong Hyper-V page while updating the TSC page
(edit) @51940   10 years vboxsync GMMR0: Switched from fast mutex to critical section for the giant …
(edit) @51896   10 years vboxsync VMM/HMVMXR0: Trial; don't adjust TSC offset with paravirt TSC.
(edit) @51757   10 years vboxsync VMM: Change error codes to be consistent.
(edit) @51746   10 years vboxsync VMM/HMVMXR0: Temporary instrumentation for event injection issue.
(edit) @51741   10 years vboxsync VMM/HMVMXR0: Load guest-state after injection of events; simplifies …
(edit) @51723   10 years vboxsync VMM/HMSVMR0: Stray spaces and copyright header update.
(edit) @51722   10 years vboxsync VMM/HMSVMR0: Try fix TR attributes to be Intel compatible for …
(edit) @51685   10 years vboxsync VMM/HMVMXR0: Nit.
(edit) @51662   10 years vboxsync VMM/HMSVMR0: Use VMCB offsetting until we fix TM. Makes Hyper-V guests …
(edit) @51661   10 years vboxsync VMM/HMVMXR0: Use VMCS offsetting until we fix TM, makes Hyper-V guests …
(edit) @51660   10 years vboxsync VMM/HMSVMR0: RT_BOOL.
(edit) @51643   10 years vboxsync VMM/GIM: More bits for Hyper-V implementation.
(edit) @51560   10 years vboxsync VMM/GIM: Mapping of GIM MMIO2 regions and Hyper-V provider work.
(edit) @51433   11 years vboxsync VMM/HMR0: comment.
(edit) @51421   11 years vboxsync VMM/HMSVMR0: Check single-step only on success and update HMCPU …
(edit) @51244   11 years vboxsync VMM/HMVMXR0: Relax EFER consistency/corruption checks for the fixes …
(edit) @51241   11 years vboxsync VMM/HMVMXR0: Intel likes hyphenation.
(edit) @51239   11 years vboxsync VMM/HMVMXR0: Intel likes hyphenation.
(edit) @51238   11 years vboxsync VMM/HMVMXR0: Fixed invalid EFER swapping when guest is using PAE …
(edit) @51230   11 years vboxsync VMM/HMVMXR0,HMSVMR0: debug build fixes.
(edit) @51222   11 years vboxsync VMM/HMVMXR0: Do EFER swapping using auto-load/store area in the VMCS …
(edit) @51220   11 years vboxsync VMM/HMVMXR0: Implemented EFER swapping using VMCS controls.
(edit) @51186   11 years vboxsync VMM/HMSVMR0: added bugref comment.
(edit) @51185   11 years vboxsync VMM/HMSVMR0: build fix.
(edit) @51184   11 years vboxsync VMM/HMSVMR0: dead code.
(edit) @51183   11 years vboxsync VMM/HMSVMR0: todo, task-switch mess.
(edit) @51182   11 years vboxsync VMM/IEM: Implemented hardware task-switches, code path disabled.
(edit) @51145   11 years vboxsync VMM/HMVMXR0: Assertion is a little too strict (global vs local init).
(edit) @51140   11 years vboxsync VMM/HMVMXR0: Another assertion to try catch uCurrentAsid mismatch.
(edit) @51084   11 years vboxsync VMM/HMVMXR0: STAM counter typo.
(edit) @51083   11 years vboxsync VMM/HMVMXR0: Also intercept #TS exceptions while debugging all …
(edit) @50918   11 years vboxsync VMM/HM: Fix some selector limit checks, comments.
(edit) @50880   11 years vboxsync VMM/HMVMXR0: nit.
(edit) @50872   11 years vboxsync VMM/HMR0: Assertion and comment.
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