VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @55555   10 年 vboxsync VMX: Corrected IGS check.
(edit) @55493   10 年 vboxsync PGM,++: Separated physical access handler callback function pointers …
(edit) @55436   10 年 vboxsync Reverted bad commit r99781.
(edit) @55435   10 年 vboxsync Bad commit, reverted with following changeset
(edit) @55356   10 年 vboxsync VMM: nit.
(edit) @55316   10 年 vboxsync CPUM,IEM,HM: Enabled XSAVE and AVX for AMD-V too.
(edit) @55307   10 年 vboxsync VMM/HMVMXR0: nit.
(edit) @55306   10 年 vboxsync VMM: renamed HM_[DISABLE|RESTORE]_PREEMPT_IF_NEEDED() macro.
(edit) @55301   10 年 vboxsync HMR0A.asm: Fixed some unused code.
(edit) @55300   10 年 vboxsync HMR0A.asm: Fixed some unused code.
(edit) @55299   10 年 vboxsync VMMSwitcher: try to fix crash on 32-bit AMD boxes
(edit) @55292   10 年 vboxsync HM,CPUM,IEM: XSETBV fixes and adjustments.
(edit) @55290   10 年 vboxsync HM: Save/Load/Restore XCR0 handling during world switching. …
(edit) @55257   10 年 vboxsync HM/VMX: Added new exit codes.
(edit) @55248   10 年 vboxsync HMR0VMX,EM,IEM: Moved the CRx related interpretation methods from EM …
(edit) @55131   10 年 vboxsync VMM/HMSVMR0: comment.
(edit) @55129   10 年 vboxsync VMM/GIM: Allow dynamic enabling of #UD traps and per-VCPU hypercalls.
(edit) @55118   10 年 vboxsync VMM: GIM raw-mode support.
(edit) @55106   10 年 vboxsync VMM: host+guest xsave/xrstor state handling - not enabled.
(edit) @55062   10 年 vboxsync Remove CPUFeatures and CPUFeaturesExt from CPUM, use HostFeatures …
(edit) @55059   10 年 vboxsync CPUMR[0C]A.asm: Fixed 32-bit breakage. Forgot to update the pCpumCpu …
(edit) @55048   10 年 vboxsync VMM,REM: Allocate the FPU/SSE/AVX/FUTURE state stuff. We need to use …
(edit) @55040   10 年 vboxsync VMM/HMSVMR0: Fix #UD hypercall handling for GIM KVM.
(edit) @55039   10 年 vboxsync VMM: Fix hypercall patching.
(edit) @55037   10 年 vboxsync VMM/GIM: Add hypercall support and KVM spinlock support.
(edit) @55001   10 年 vboxsync CPUMCTXCORE elimination.
(edit) @54908   10 年 vboxsync VMM: Rename variable to better reflect its purpose.
(edit) @54898   10 年 vboxsync CPUMCTX,CPUMHOST: Replaced the fpu (X86FXSAVE) member with an XState …
(edit) @54862   10 年 vboxsync Corrected x86.h/mac typo.
(edit) @54819   10 年 vboxsync VMM/GIM: Implemented KVM paravirt. provider.
(edit) @54737   10 年 vboxsync VMM,REM: CPUID revamp - almost there now.
(edit) @54720   10 年 vboxsync VMM: Some more internal decls.
(edit) @54719   10 年 vboxsync VMM: Make the thread-context hook functions VMM internal linkage.
(edit) @54718   10 年 vboxsync VMM: VMMR0ThreadCtxHooksDeregister returns void, further simplified …
(edit) @54717   10 年 vboxsync VMM/VMMR0: Clear idHostCpu *before* deregistering the preemption hook.
(edit) @54714   10 年 vboxsync PATM,CPUM: CPUID patch update.
(edit) @54712   10 年 vboxsync VMM: Clear idHostCpu mapping while deregistering the context-hooks …
(edit) @54674   10 年 vboxsync CPUM: Working on refactoring the guest CPUID handling.
(edit) @54656   10 年 vboxsync VMM/GIM: build fix.
(edit) @54655   10 年 vboxsync VMM/GIM: nits.
(edit) @54654   10 年 vboxsync VMM/GIM: cleanup.
(edit) @54650   10 年 vboxsync SUPDrv/VMMR0: properly handle the CR4 shadow register on Linux >= 4.0
(edit) @54600   10 年 vboxsync VMM/HMR0: Clarify todo.
(edit) @54552   10 年 vboxsync VMMR0: Clear pVCpu->idHostCpu on way out while measuring deltas as well.
(edit) @54545   10 年 vboxsync VMM/HMR0: Temporarily revert r98414.
(edit) @54537   10 年 vboxsync VMMSwitcher: fixed code for disabling the Extended LVT APIC registers
(edit) @54535   10 年 vboxsync CPUMR0: more debug logging
(edit) @54475   10 年 vboxsync CPUMR0: fHasThermal was never used
(edit) @54467   10 年 vboxsync IPRT,VMM,SUPDrv: Use the new RTMpCurSetIndex* APIs - require driver reload.
(edit) @54395   10 年 vboxsync IPRT, HostDriver, VMMR0: MP notifications fixes for TSC-delta …
(edit) @54384   10 年 vboxsync VMM/HMVMXR0: Fix debug assertion on 32-bit hosts. Host-state is …
(edit) @54339   10 年 vboxsync SUPDrv,VMM: Added SUPR0TscDeltaMeasureBySetIndex to SUPDrv (bumping …
(edit) @54332   10 年 vboxsync No need to do this twice, I think…
(edit) @54308   10 年 vboxsync VMM,SUP: Apply the tsc delta where it matters. Made sense out of the …
(edit) @54277   10 年 vboxsync VMM/HM: Fix incorrect disabling on VT-x/AMD-V while offlining CPUs …
(edit) @54270   10 年 vboxsync IPRT,TM: Implemented the get-cpu-number optimizations for the …
(edit) @54256   10 年 vboxsync VMCPU: Added a iHostCpuSet field to go with the idHostCpu one. This …
(edit) @54207   10 年 vboxsync Updated .def files with new RTTimeNanoTS* names.
(edit) @54201   10 年 vboxsync HostDrivers/Support, VMM: avoid code duplication.
(edit) @54196   10 年 vboxsync VMM/HM: stat adjustments.
(edit) @54191   10 年 vboxsync GVMMR0.cpp: Enable the periodic preemtion timer code on soalris.
(edit) @54153   10 年 vboxsync VMM/HM: Fix VMX-preemption timer override from CFGM, renamed CFGM key …
(edit) @54152   10 年 vboxsync VMM/HMVMXR0: Fix host hang if VMX-preemption timer is disabled.
(edit) @54130   10 年 vboxsync VMM/HMVMXR0: comment update.
(edit) @54102   10 年 vboxsync VMM: doxygen nits.
(edit) @54098   10 年 vboxsync VMM/HMVMXR0: spaces.
(edit) @54097   10 年 vboxsync VMM/HMVMXR0: nit.
(edit) @54080   10 年 vboxsync VMM/HMVMXR0: Try fix regression caused by r98028 (single-stepping in dbx)
(edit) @54075   10 年 vboxsync VMM/HMVMXR0: Fixed unintentional losing #DB intercepts while loading …
(edit) @54065   10 年 vboxsync VMM: Implemented TM TSC-mode switching with paravirtualized guests.
(edit) @54058   10 年 vboxsync VMM/HMVMXR0: Fixed incorrect setting of the block NMI force-flag.
(edit) @53836   10 年 vboxsync VMMR0/CPUMR0: also display the content of APIC_REG_LVT_CMCI if that …
(edit) @53797   10 年 vboxsync Finally added PDMDevHlpGetCurrentCpuId.
(edit) @53790   10 年 vboxsync build fix.
(edit) @53632   10 年 vboxsync Return to ring-3 trace points.
(edit) @53631   10 年 vboxsync vmexit trace points.
(edit) @53629   10 年 vboxsync no else after break
(edit) @53628   10 年 vboxsync no else after break
(edit) @53627   10 年 vboxsync HMVMXR0.cpp: Assert that EFLAGS are valid.
(edit) @53624   10 年 vboxsync scm automatic cleanups.
(edit) @53613   10 年 vboxsync HMVMXR0.cpp: hmR0VmxCheckExitDueToEventDelivery returns error codes in …
(edit) @53612   10 年 vboxsync HMVMXR0.cpp: no else after return.
(edit) @53611   10 年 vboxsync HMVMXR0.cpp: Use assertions better.
(edit) @53509   10 年 vboxsync VMM/GIM: nits.
(edit) @53466   10 年 vboxsync VMM/MSRs: Added status codes for returning to ring-3 to service the …
(edit) @53325   10 年 vboxsync VMM: Fix sign inconsistency in the RealUseTSC case.
(edit) @53283   10 年 vboxsync VMM/GIM: nit.
(edit) @53235   10 年 vboxsync VMM: Fixed incorrect pure TSC-offsetting mode switch with paravirt. …
(edit) @53200   10 年 vboxsync VMM/HMVMXR0: comestics.
(edit) @53199   10 年 vboxsync VMM/HMVMXR0: Windows build fix, doesn't like negating unsigned numbers …
(edit) @53198   10 年 vboxsync VMM/HMVMXR0: Remove assertion in hmR0VmxExitRdtsc() for when CR4.TSD …
(edit) @53197   10 年 vboxsync VMM/HMSVMR0: Fix incorrect sign and calculation on guest TSC offset in …
(edit) @53196   10 年 vboxsync VMM/HMVMXR0: Fix incorrect sign and calculation on guest TSC offset in …
(edit) @53193   10 年 vboxsync VMM/HMVMXR0: nits.
(edit) @53190   10 年 vboxsync VMM/HMVMXR0: nits.
(edit) @53178   10 年 vboxsync HMVMXR0.cpp: Fixed several bugs in the real-mode-on-top-of-v86 …
(edit) @53176   10 年 vboxsync HMVMXR0.cpp: Fixed bug in hmR0VmxInjectEventVmcs where cs.ValidSel …
(edit) @53089   10 年 vboxsync VMM/HMVMXR0: logging fix.
(edit) @53061   10 年 vboxsync HM: Fixed SVM MF intercept setup logic error.
(edit) @52928   10 年 vboxsync VMM/HMVMXR0: Fix checking PAT MSR validity in hmR0VmxCheckGuestState().
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette