VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @55740   10 years vboxsync leaf 0xd fixes
(edit) @55738   10 years vboxsync CPUMR0A.asm,HMR0A.asm: Microsoft documents doesn't extend the …
(edit) @55737   10 years vboxsync build fiX
(edit) @55736   10 years vboxsync CPUM.cpp/info: Missed on place where CPUMCTX_XSAVE_C_PTR should be applied.
(edit) @55735   10 years vboxsync HMSVMR0.cpp: Should use IEM for CRx writes, CR4.OSXSAVE isn't …
(edit) @55733   10 years vboxsync CPUMR3CpuId.cpp: Fixed CPUID sub-leaves collection for leaf 0xd. …
(edit) @55716   10 years vboxsync just disable AVX on AMD-V wholesale.
(edit) @55715   10 years vboxsync VMM: typo.
(edit) @55714   10 years vboxsync VMM/GIM: scoping.
(edit) @55713   10 years vboxsync Disabled AVX/XSAVE for AMD fam 15h.
(edit) @55711   10 years vboxsync NetShaper: Prevent assertions due to duplicate lock names when …
(edit) @55691   10 years vboxsync CPUMR3CpuId.cpp: Added PKU and OSPKU to g_aLeaf7Sub0EcxSubFields.
(edit) @55688   10 years vboxsync VMM/GIM: comment.
(edit) @55674   10 years vboxsync Main,VBoxManage,Settings: Changed the boolean syntheticCPU setting …
(edit) @55663   10 years vboxsync VMM/GIM: comment.
(edit) @55654   10 years vboxsync VMM/GIM: Comment.
(edit) @55568   10 years vboxsync VMM: Reset more when sending INIT IPI.
(edit) @55555   10 years vboxsync VMX: Corrected IGS check.
(edit) @55537   10 years vboxsync VMM/TM: nit.
(edit) @55510   10 years vboxsync VMM/GIM: EMT Rendezvous while updating global wall-clock struct.
(edit) @55503   10 years vboxsync PGM: fix .pgmphystofile debug command (thanks Federico)
(edit) @55493   10 years vboxsync PGM,++: Separated physical access handler callback function pointers …
(edit) @55490   10 years vboxsync PDMLdr.cpp: Relax the initialization order requirements.
(edit) @55489   10 years vboxsync MM: Added MMHyperHeapOffsetToPtr, MMHyperHeapPtrToOffset and …
(edit) @55481   10 years vboxsync VMM/TM: log old and new mode during TSC mode switches.
(edit) @55480   10 years vboxsync nit.
(edit) @55470   10 years vboxsync cpumR3LoadExec: fix uninitialized rc.
(edit) @55466   10 years vboxsync CPUM: Need to save and restore the extended state stuff. duh.
(edit) @55465   10 years vboxsync SSM: Extended the SSMFIELD structure with a …
(edit) @55456   10 years vboxsync CPUM: Dump supported extra state in the verbose edition of 'cpumguest' …
(edit) @55455   10 years vboxsync typo.
(edit) @55453   10 years vboxsync VMM/GIM: missed new-line in logrel.
(edit) @55452   10 years vboxsync CPUM: Dump supported extra state in the verbose edition of 'cpumguest' …
(edit) @55444   10 years vboxsync VMM/GIM: logrel.
(edit) @55439   10 years vboxsync VMM/GIM: nit.
(edit) @55436   10 years vboxsync Reverted bad commit r99781.
(edit) @55435   10 years vboxsync Bad commit, reverted with following changeset
(edit) @55383   10 years vboxsync Log nit.
(edit) @55356   10 years vboxsync VMM: nit.
(edit) @55331   10 years vboxsync PGMHandlerPhysicalChangeCallbacks -> PGMHandlerPhysicalChangeUserArgs.
(edit) @55316   10 years vboxsync CPUM,IEM,HM: Enabled XSAVE and AVX for AMD-V too.
(edit) @55312   10 years vboxsync CPUM: Must load additional extended CPU state when added to (guest) XCR0.
(edit) @55307   10 years vboxsync VMM/HMVMXR0: nit.
(edit) @55306   10 years vboxsync VMM: renamed HM_[DISABLE|RESTORE]_PREEMPT_IF_NEEDED() macro.
(edit) @55304   10 years vboxsync SVMRCVMRun64: Must push context pointer (rsi) _after_ the XCR0 stuff …
(edit) @55302   10 years vboxsync doc update
(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) @55298   10 years vboxsync VMMSwitcher: try to fix crash on 32-bit AMD boxes
(edit) @55295   10 years vboxsync VMM/HM: comment.
(edit) @55293   10 years vboxsync CPUM: Expose XSAVE, AVX and AVX-2.
(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) @55289   10 years vboxsync IEM,CPUM: Implemented XSETBV and XGETBV.
(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) @55230   10 years vboxsync cpumR3CpuIdReadIsaExtCfgEx: Removed obsoleted assertion.
(edit) @55229   10 years vboxsync CPUM,IEM: Expose GuestFeatures and HostFeatures (exploded CPUID), …
(edit) @55228   10 years vboxsync PDMBlkCache: Never mix allocators!
(edit) @55220   10 years vboxsync VMM: log rel nit.
(edit) @55186   10 years vboxsync PDMBlkCache: Fix error propagation under certain circumstances
(edit) @55179   10 years vboxsync VMM: logrel nit.
(edit) @55177   10 years vboxsync VMM: logrel consistency.
(edit) @55174   10 years vboxsync VMM: logrel nit.
(edit) @55173   10 years vboxsync VMM/GIM: obsolete comment.
(edit) @55166   10 years vboxsync VMM/testcase: close quotes, nit.
(edit) @55157   10 years vboxsync VMM/TM: logrel nits.
(edit) @55152   10 years vboxsync VMM/CPUM: nit.
(edit) @55151   10 years vboxsync VMM/TM: nit.
(edit) @55148   10 years vboxsync fixed a crash of 64-bit VMs on 32-bit hosts
(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) @55116   10 years vboxsync VMM/TM: nits.
(edit) @55114   10 years vboxsync CPUM: Use XSAVE/XRSTOR for host state.
(edit) @55106   10 years vboxsync VMM: host+guest xsave/xrstor state handling - not enabled.
(edit) @55105   10 years vboxsync Removed iemFRegIsFxSaveFormat.
(edit) @55063   10 years vboxsync CPUM: State saving fixes.
(edit) @55062   10 years vboxsync Remove CPUFeatures and CPUFeaturesExt from CPUM, use HostFeatures …
(edit) @55061   10 years vboxsync CPUMRCA.asm: Bug fix.
(edit) @55060   10 years vboxsync TSC detection fix.
(edit) @55059   10 years vboxsync CPUMR[0C]A.asm: Fixed 32-bit breakage. Forgot to update the pCpumCpu …
(edit) @55056   10 years vboxsync oops
(edit) @55055   10 years vboxsync build fix
(edit) @55054   10 years vboxsync Removed support for host CPUs without FXSAVE/FXRSTOR support.
(edit) @55053   10 years vboxsync fix
(edit) @55052   10 years vboxsync build fix.
(edit) @55051   10 years vboxsync build fix
(edit) @55050   10 years vboxsync gcc build fix
(edit) @55049   10 years vboxsync build fix
(edit) @55048   10 years vboxsync VMM,REM: Allocate the FPU/SSE/AVX/FUTURE state stuff. We need to use …
(edit) @55046   10 years vboxsync s/nm/VBOX_NM/
(edit) @55044   10 years vboxsync test for unresolved symbols in VMMGC.gc
(edit) @55040   10 years vboxsync VMM/HMSVMR0: Fix #UD hypercall handling for GIM KVM.
(edit) @55039   10 years vboxsync VMM: Fix hypercall patching.
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