VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @57549   9 years vboxsync VMM/HMR0A: Avoid 2 conditional branches in the VT-x vmlaunch/vmresume …
(edit) @57514   9 years vboxsync VMM/HMVMXR0: Fix EPT capabilities checks and propagate errors to ring-3.
(edit) @57493   9 years vboxsync VMM/HM: Merge HMR0Mixed.mac into the main assembly file now that …
(edit) @57477   9 years vboxsync VMM/HM: Implement PAUSE filter exiting for VT-x & AMD-V. Also …
(edit) @57472   9 years vboxsync VMM/HMVMXR0: space nit.
(edit) @57471   9 years vboxsync VMM/HMVMXR0: line length formatting fixes.
(edit) @57470   9 years vboxsync VMM/HM: Purge the unused TLB shootdown code path.
(edit) @57446   9 years vboxsync VMM: Removing VBOX_WITH_HYBRID_32BIT_KERNEL and other 32-bit darwin fun.
(edit) @57445   9 years vboxsync static
(edit) @57429   9 years vboxsync VMM/HM: Start removing VBOX_WITH_HYBRID_32BIT_KERNEL code.
(edit) @57378   9 years vboxsync SUPDrv: Modified SUP_IOCTL_LDR_LOAD to return an error string, major …
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57270   9 years vboxsync VMM/HM: comment typos, doxygen cleanup.
(edit) @57249   9 years vboxsync GVMMR0,VMMR0: More AC != 0 checks to try pinpoint the problem.
(edit) @57247   9 years vboxsync build fix
(edit) @57244   9 years vboxsync VMMR0.cpp,SUPDrv-darwin.cpp: More AC=0 checks and details.
(edit) @57237   9 years vboxsync Fix doxygen bugref w/ comments to use the URL format.
(edit) @57229   9 years vboxsync SUPDrv,VMMR0: Added SUPR0BadContext for reporting AC=0 and (on darwin …
(edit) @57211   9 years vboxsync VMM: LogRel nits.
(edit) @57109   9 years vboxsync VMM: Check AC during ring-0 module and VM init when the host has SMAP …
(edit) @57062   9 years vboxsync VMM/HMSVMR0: nit.
(edit) @57061   9 years vboxsync VMM/HMSVMR0: nit.
(edit) @57006   9 years vboxsync VMM,*: Annotated format strings in the VMM APIs and dealt with the fallout.
(edit) @56985   9 years vboxsync VMM: Log and assertion formatting fixes.
(edit) @56898   9 years vboxsync VMM/GIM: comment.
(edit) @56837   9 years vboxsync VMM/HMVMXR0, HMSVMR0: Disable currently dead code path.
(edit) @56823   9 years vboxsync VMM/HMVMXR0: Check for MSR-bitmap feature being available before using it.
(edit) @56815   9 years vboxsync VMM/HMVMXR0: nit.
(edit) @56813   9 years vboxsync VMM/GIM: Fix regression introduced in r101441 (on hosts without …
(edit) @56791   9 years vboxsync VMM/GIM: Try passing identical TSC and NanoTS pairs to all VCPUs for …
(edit) @56766   9 years vboxsync VMM: comment nit.
(edit) @56708   9 years vboxsync VMM/HMVMXR0: Remove incorrect debug assertion.
(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) @56694   9 years vboxsync VMM/GIM: Cleanup.
(edit) @56672   9 years vboxsync VMM/GIM: Workaround PGM issue with large pages in Hyper-V by directly …
(edit) @56667   9 years vboxsync hmR0SvmExitIOInstr: Optimize the OUTS on old-CPU when it's clear from …
(edit) @56666   9 years vboxsync hmR0SvmExitIOInstr: Optimize the OUTS on old-CPU when it's clear from …
(edit) @56665   9 years vboxsync hmR0SvmExitIOInstr: Adjusted the u3SEG validity check to exclude …
(edit) @56664   9 years vboxsync HMSVMR0.cpp: Fixed incorrect I/O instruction length check.
(edit) @56663   9 years vboxsync HMSVMR0.cpp: VT-x and IEM insists on having busy TSS descriptor types …
(edit) @56642   9 years vboxsync VMM/HMSVMR0: extra RC in assert in IO exits like r101262 for VT-x.
(edit) @56628   9 years vboxsync IEM: Postpone INS memory writes to ring-3 if we hit an access handler. …
(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) @56460   9 years vboxsync VMM/HM: comment.
(edit) @56418   10 years vboxsync assertion details.
(edit) @56404   10 years vboxsync DevATA: Read final PIO transfer unit in ring-0.
(edit) @56381   10 years vboxsync Stubbed VMMR0_DO_CALL_HYPERVISOR and VMMR0_DO_RAW_RUN when …
(edit) @56365   10 years vboxsync VMM/HM: removed obsolete todo.
(edit) @56364   10 years vboxsync VMM/HM: g_HvmR0 -> g_HmR0.
(edit) @56360   10 years vboxsync VMM/HM: Cleanup and asserts.
(edit) @56287   10 years vboxsync VMM: Updated (C) year.
(edit) @56286   10 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 …
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