VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @65938   8 years vboxsync VMM/HMSVMR0: Check single-step debugging following the #UD patch & …
(edit) @65937   8 years vboxsync VMM/HMSVMR0: Temporary release assertion.
(edit) @65936   8 years vboxsync VMM/HMSVMR0: Check single-step debugging also for VMMCALL instruction …
(edit) @65935   8 years vboxsync VMM: Nested Hw.virt: Get instr. length from the hardware if possible …
(edit) @65934   8 years vboxsync VMM: Nested Hw.virt: Invlpga IEM interface with HM.
(edit) @65933   8 years vboxsync VMM: Nested Hw.virt: Implemented vmsave, vmload, invlpga in IEM.
(edit) @65912   8 years vboxsync VMM: Nested Hw.virt: unused function fix.
(edit) @65904   8 years vboxsync VMM: Nested Hw.virt: Started with tweaking the AMD bits and laying the …
(edit) @65322   8 years vboxsync VMM/HMSVMR0: Build fix.
(edit) @65316   8 years vboxsync VMM/HM: Fixed case in name prefixes of a few internal functions.
(edit) @64874   8 years vboxsync VMM/HMSVMR0: Use macro constant for TPR offset
(edit) @64773   8 years vboxsync VMM/HMSVMR0: Fix INT3 based breakpoint intercept exits.
(edit) @64771   8 years vboxsync VMM/HMSVMR0: Unused param build fix.
(edit) @64770   8 years vboxsync VMM/DBGF, HM: Fix int3 based breakpoints set in the VM debugger when …
(edit) @64663   8 years vboxsync VMM/APIC: Get rid of msrApicBase cache from CPUMCTX, make APIC work …
(edit) @64655   8 years vboxsync VMM,recompiler: Get rid of PDM APIC interfaces reducing one level of …
(edit) @64626   8 years vboxsync Recompiler, VMM, Devices: Purge the old APIC and the …
(edit) @62606   8 years vboxsync VMM: Unused parameters.
(edit) @62601   8 years vboxsync VMM: Unused parameters.
(edit) @62478   8 years vboxsync (C) 2016
(edit) @62431   8 years vboxsync VMMR0: MSC level 4 warning fixes.
(edit) @62218   8 years vboxsync VMM/HMSVMR0: line nit.
(edit) @62186   8 years vboxsync SVM: Read the TSC before writing MSRs (serializing, slow).
(edit) @62126   9 years vboxsync VMM/HMSVMR0: nit.
(edit) @62115   9 years vboxsync SVM: Workaround for NMI/task switch trouble on old AMDs.
(edit) @62108   9 years vboxsync SVM: Bit more debug logging.
(edit) @62107   9 years vboxsync SVM: Keep track of last CPU even when always flushing TLB.
(edit) @62035   9 years vboxsync VMM/HMSVMR0: comment typo.
(edit) @61688   9 years vboxsync VMM/HMSVMR0: Follow up fix for r108040.
(edit) @61683   9 years vboxsync SVM: Allow additional return code.
(edit) @61666   9 years vboxsync SVM: Mark CPU state as very dirty after emulating an instruction.
(edit) @61649   9 years vboxsync build fix
(edit) @61648   9 years vboxsync VMM/HM: Better handling of edge-cases during exceptions caused as a …
(edit) @61605   9 years vboxsync VMM/HMSVMR0: Don't try to use NRIP_SAVE feature for #UD #VMEXITs.
(edit) @61544   9 years vboxsync VMM/GIM: Fix up hypercall rc handling and also a bug while …
(edit) @61534   9 years vboxsync SVM: Handle task switch resulting from event delivery (bugref:8411).
(edit) @61428   9 years vboxsync SVM: Re-committed innocent r107737.
(edit) @61426   9 years vboxsync bugref:8357: HMSVMR0.cpp: Backed out r107737 as it looks like it's …
(edit) @61420   9 years vboxsync SVM: Don't bother with reinjecting events from INT3/INTO, just …
(edit) @61317   9 years vboxsync CPUM,HM: CPUM must tell VT-x that it modified the host CR0 because it …
(edit) @61155   9 years vboxsync Promoted HM/CPUx/Switch/Preempting to a release statistics.
(edit) @61058   9 years vboxsync CPUM,++: Split up CPUM_USED_FPU into CPUM_USED_FPU_GUEST & …
(edit) @60894   9 years vboxsync HMSVMR0: Ignore APIC+PIC FFs when singlestepping.
(edit) @60874   9 years vboxsync IOMRC.cpp,++: Use IEM for IN and OUT too, cleaning out unnecessary code.
(edit) @60850   9 years vboxsync HM: Dropped HMR0SavePendingIOPortWrite and associated code (leaving …
(edit) @60847   9 years vboxsync IOM: New way of defer RC+R0 I/O port writes, prepping for MMIO writes.
(edit) @60812   9 years vboxsync VMM/HMSVMR0: Clear interrupt-inhibition while advancing RIP (rather …
(edit) @60811   9 years vboxsync VMM/HMVMXR0, HMSVMR0: Use RT_SUCCESS, consistent with other callers of …
(edit) @60810   9 years vboxsync VMM/HMVMXR0, HMSVMR0: comment.
(edit) @60804   9 years vboxsync VMM: Introduced the new APIC update force-flag and relevant fixes, …
(edit) @60740   9 years vboxsync VMM, recompiler: Fix APIC to update pending interrupts to IRR when the …
(edit) @60732   9 years vboxsync VMM/HM: Add stat. counter for intr masked-by-TPR during event injection.
(edit) @60730   9 years vboxsync VMMR0: The APIC FF can get set asynchronously with the new APIC code, …
(edit) @60716   9 years vboxsync VMM: Fixed TPR thresholding and related PDM interfaces. Cleaned up the …
(edit) @60574   9 years vboxsync VMM/HMSVMR0: Ignore assertion for PDMGetInterrupt() with the new APIC code.
(edit) @60566   9 years vboxsync HMSVMR0.cpp: More useful assertion.
(edit) @59892   9 years vboxsync VMM: bugref:8272: missed error code bit
(edit) @58913   9 years vboxsync HM: Some top-level VBOXSTRICTRC use and related work.
(edit) @58658   9 years vboxsync bugref:8097: AC/DB loop fixes.
(edit) @58545   9 years vboxsync HMSVMR0.cpp: ulBit -> uBit.
(edit) @58487   9 years vboxsync VMM: todo regarding RIP update and hypercall ordering.
(edit) @58126   9 years vboxsync VMM: Fixed almost all the Doxygen warnings.
(edit) @58123   9 years vboxsync VMM: Made @param pVCpu more uniform and to the point.
(edit) @58122   9 years vboxsync VMM: Made @param pVM more uniform and to the point.
(edit) @58118   9 years vboxsync VMM,GIM: Made the order of RIP update on hypercalls consistent. …
(edit) @58116   9 years vboxsync VMM: Doxygen fixes.
(edit) @58014   9 years vboxsync VMM/GIM: Fix Hyper-V hypercall vs hypercall page confusion.
(edit) @57989   9 years vboxsync Added support for GIM Hyper-V hypercalls and guest debugging.
(edit) @57857   9 years vboxsync VMM: unused parameter warnings.
(edit) @57854   9 years vboxsync VMM: unused parameter warning fixes.
(edit) @57851   9 years vboxsync VMM: unused parameter warning fixes.
(edit) @57565   9 years vboxsync VMM: unused var.
(edit) @57477   9 years vboxsync VMM/HM: Implement PAUSE filter exiting for VT-x & AMD-V. Also …
(edit) @57470   9 years vboxsync VMM/HM: Purge the unused TLB shootdown code path.
(edit) @57445   9 years vboxsync static
(edit) @57429   9 years vboxsync VMM/HM: Start removing VBOX_WITH_HYBRID_32BIT_KERNEL code.
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57237   9 years vboxsync Fix doxygen bugref w/ comments to use the URL format.
(edit) @57062   9 years vboxsync VMM/HMSVMR0: nit.
(edit) @57061   9 years vboxsync VMM/HMSVMR0: nit.
(edit) @56985   9 years vboxsync VMM: Log and assertion formatting fixes.
(edit) @56837   10 years vboxsync VMM/HMVMXR0, HMSVMR0: Disable currently dead code path.
(edit) @56667   10 years vboxsync hmR0SvmExitIOInstr: Optimize the OUTS on old-CPU when it's clear from …
(edit) @56666   10 years vboxsync hmR0SvmExitIOInstr: Optimize the OUTS on old-CPU when it's clear from …
(edit) @56665   10 years vboxsync hmR0SvmExitIOInstr: Adjusted the u3SEG validity check to exclude …
(edit) @56664   10 years vboxsync HMSVMR0.cpp: Fixed incorrect I/O instruction length check.
(edit) @56663   10 years vboxsync HMSVMR0.cpp: VT-x and IEM insists on having busy TSS descriptor types …
(edit) @56642   10 years vboxsync VMM/HMSVMR0: extra RC in assert in IO exits like r101262 for VT-x.
(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) @55863   10 years vboxsync IPRT,SUPDrv,VMM: Revised the context switching hook interface. Do …
(edit) @55830   10 years vboxsync VMM/HM: hungarian.
(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) @55316   10 years vboxsync CPUM,IEM,HM: Enabled XSAVE and AVX for AMD-V too.
(edit) @55306   10 years vboxsync VMM: renamed HM_[DISABLE|RESTORE]_PREEMPT_IF_NEEDED() macro.
(edit) @55290   10 years vboxsync HM: Save/Load/Restore XCR0 handling during world switching. …
(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.
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