VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @56460   9 years vboxsync VMM/HM: comment.
(edit) @56418   9 years vboxsync assertion details.
(edit) @56404   9 years vboxsync DevATA: Read final PIO transfer unit in ring-0.
(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) @56287   9 years vboxsync VMM: Updated (C) year.
(edit) @56286   9 years vboxsync Cleaned up all grep hits for 'VMMGC'.
(edit) @56214   10 years vboxsync VMM/HMR0: todo is done.
(edit) @56084   10 years vboxsync VMM/HM: group preempt STAM counters under 'HM/Switch'.
(edit) @56081   10 years vboxsync HMSVMR0/IOIO: fUpdateRipAlready
(edit) @56080   10 years vboxsync IOM,HM: Let IEM take over the MMIO handling from IOM when …
(edit) @56048   10 years vboxsync pgm.h,++: Changed the return type of PDMPhysRead, PGMPhysWrite, …
(edit) @56047   10 years vboxsync VBox/err.h,err.mac,TRPMRC,VMM,EM: Removed unused return codes …
(edit) @56034   10 years vboxsync VMM/HM: comment typos.
(edit) @55980   10 years vboxsync iprt/log.h,++: Added extended logger instance getters that also checks …
(edit) @55903   10 years vboxsync PGM: Added a pVCpu parameter to all physical handler callouts and also …
(edit) @55899   10 years vboxsync PGM: Added an access origin to memory read & write calls that respects …
(edit) @55896   10 years vboxsync PGM: Renamed the ring-0 and raw-mode context physical page access …
(edit) @55864   10 years vboxsync VMMR0EntryFast: Don't return with the context hook enabled when …
(edit) @55863   10 years vboxsync IPRT,SUPDrv,VMM: Revised the context switching hook interface. Do …
(edit) @55830   10 years vboxsync VMM/HM: hungarian.
(edit) @55815   10 years vboxsync VMM/HMVMXR0: bounds checking for auto load/store MSR functions.
(edit) @55757   10 years vboxsync VMM/HMVMXR0: oops! not meant to commit this!
(edit) @55756   10 years vboxsync VMM/HM: Add some rudimentary logging for VERR_VMX_INVALID_VMXON_PTR errors.
(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) @55738   10 years vboxsync CPUMR0A.asm,HMR0A.asm: Microsoft documents doesn't extend the …
(edit) @55737   10 years vboxsync build fiX
(edit) @55735   10 years vboxsync HMSVMR0.cpp: Should use IEM for CRx writes, CR4.OSXSAVE isn't …
(edit) @55715   10 years vboxsync VMM: typo.
(edit) @55555   10 years vboxsync VMX: Corrected IGS check.
(edit) @55493   10 years vboxsync PGM,++: Separated physical access handler callback function pointers …
(edit) @55436   10 years vboxsync Reverted bad commit r99781.
(edit) @55435   10 years vboxsync Bad commit, reverted with following changeset
(edit) @55356   10 years vboxsync VMM: nit.
(edit) @55316   10 years vboxsync CPUM,IEM,HM: Enabled XSAVE and AVX for AMD-V too.
(edit) @55307   10 years vboxsync VMM/HMVMXR0: nit.
(edit) @55306   10 years vboxsync VMM: renamed HM_[DISABLE|RESTORE]_PREEMPT_IF_NEEDED() macro.
(edit) @55301   10 years vboxsync HMR0A.asm: Fixed some unused code.
(edit) @55300   10 years vboxsync HMR0A.asm: Fixed some unused code.
(edit) @55299   10 years vboxsync VMMSwitcher: try to fix crash on 32-bit AMD boxes
(edit) @55292   10 years vboxsync HM,CPUM,IEM: XSETBV fixes and adjustments.
(edit) @55290   10 years vboxsync HM: Save/Load/Restore XCR0 handling during world switching. …
(edit) @55257   10 years vboxsync HM/VMX: Added new exit codes.
(edit) @55248   10 years vboxsync HMR0VMX,EM,IEM: Moved the CRx related interpretation methods from EM …
(edit) @55131   10 years vboxsync VMM/HMSVMR0: comment.
(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) @55106   10 years vboxsync VMM: host+guest xsave/xrstor state handling - not enabled.
(edit) @55062   10 years vboxsync Remove CPUFeatures and CPUFeaturesExt from CPUM, use HostFeatures …
(edit) @55059   10 years vboxsync CPUMR[0C]A.asm: Fixed 32-bit breakage. Forgot to update the pCpumCpu …
(edit) @55048   10 years vboxsync VMM,REM: Allocate the FPU/SSE/AVX/FUTURE state stuff. We need to use …
(edit) @55040   10 years vboxsync VMM/HMSVMR0: Fix #UD hypercall handling for GIM KVM.
(edit) @55039   10 years vboxsync VMM: Fix hypercall patching.
(edit) @55037   10 years vboxsync VMM/GIM: Add hypercall support and KVM spinlock support.
(edit) @55001   10 years vboxsync CPUMCTXCORE elimination.
(edit) @54908   10 years vboxsync VMM: Rename variable to better reflect its purpose.
(edit) @54898   10 years vboxsync CPUMCTX,CPUMHOST: Replaced the fpu (X86FXSAVE) member with an XState …
(edit) @54862   10 years vboxsync Corrected x86.h/mac typo.
(edit) @54819   10 years vboxsync VMM/GIM: Implemented KVM paravirt. provider.
(edit) @54737   10 years vboxsync VMM,REM: CPUID revamp - almost there now.
(edit) @54720   10 years vboxsync VMM: Some more internal decls.
(edit) @54719   10 years vboxsync VMM: Make the thread-context hook functions VMM internal linkage.
(edit) @54718   10 years vboxsync VMM: VMMR0ThreadCtxHooksDeregister returns void, further simplified …
(edit) @54717   10 years vboxsync VMM/VMMR0: Clear idHostCpu *before* deregistering the preemption hook.
(edit) @54714   10 years vboxsync PATM,CPUM: CPUID patch update.
(edit) @54712   10 years vboxsync VMM: Clear idHostCpu mapping while deregistering the context-hooks …
(edit) @54674   10 years vboxsync CPUM: Working on refactoring the guest CPUID handling.
(edit) @54656   10 years vboxsync VMM/GIM: build fix.
(edit) @54655   10 years vboxsync VMM/GIM: nits.
(edit) @54654   10 years vboxsync VMM/GIM: cleanup.
(edit) @54650   10 years vboxsync SUPDrv/VMMR0: properly handle the CR4 shadow register on Linux >= 4.0
(edit) @54600   10 years vboxsync VMM/HMR0: Clarify todo.
(edit) @54552   10 years vboxsync VMMR0: Clear pVCpu->idHostCpu on way out while measuring deltas as well.
(edit) @54545   10 years vboxsync VMM/HMR0: Temporarily revert r98414.
(edit) @54537   10 years vboxsync VMMSwitcher: fixed code for disabling the Extended LVT APIC registers
(edit) @54535   10 years vboxsync CPUMR0: more debug logging
(edit) @54475   10 years vboxsync CPUMR0: fHasThermal was never used
(edit) @54467   10 years vboxsync IPRT,VMM,SUPDrv: Use the new RTMpCurSetIndex* APIs - require driver reload.
(edit) @54395   10 years vboxsync IPRT, HostDriver, VMMR0: MP notifications fixes for TSC-delta …
(edit) @54384   10 years vboxsync VMM/HMVMXR0: Fix debug assertion on 32-bit hosts. Host-state is …
(edit) @54339   10 years vboxsync SUPDrv,VMM: Added SUPR0TscDeltaMeasureBySetIndex to SUPDrv (bumping …
(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) @54270   10 years vboxsync IPRT,TM: Implemented the get-cpu-number optimizations for the …
(edit) @54256   10 years vboxsync VMCPU: Added a iHostCpuSet field to go with the idHostCpu one. This …
(edit) @54207   10 years vboxsync Updated .def files with new RTTimeNanoTS* names.
(edit) @54201   10 years vboxsync HostDrivers/Support, VMM: avoid code duplication.
(edit) @54196   10 years vboxsync VMM/HM: stat adjustments.
(edit) @54191   10 years vboxsync GVMMR0.cpp: Enable the periodic preemtion timer code on soalris.
(edit) @54153   10 years vboxsync VMM/HM: Fix VMX-preemption timer override from CFGM, renamed CFGM key …
(edit) @54152   10 years vboxsync VMM/HMVMXR0: Fix host hang if VMX-preemption timer is disabled.
(edit) @54130   10 years vboxsync VMM/HMVMXR0: comment update.
(edit) @54102   10 years vboxsync VMM: doxygen nits.
(edit) @54098   10 years vboxsync VMM/HMVMXR0: spaces.
(edit) @54097   10 years vboxsync VMM/HMVMXR0: nit.
(edit) @54080   10 years vboxsync VMM/HMVMXR0: Try fix regression caused by r98028 (single-stepping in dbx)
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