VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @90971   3 years vboxsync VMM: Reduce the buffer size for the ring-0 release logger so we don't …
(edit) @90970   3 years vboxsync VMM,SUPDrv: Use 4 buffers for each EMT logger in ring-0, making it …
(edit) @90958   3 years vboxsync VMM: Log flushing stats. bugref:10086
(edit) @90956   3 years vboxsync VMM: Preparing for using more than one log buffer per ring-0 EMT …
(edit) @90953   3 years vboxsync VMM: Don't need the per-logger flushing-disabled flag …
(edit) @90948   3 years vboxsync VMM: Organize the logger structures both named member and arrays for …
(edit) @90947   3 years vboxsync VMM/HM: Don't use VMMR0IsLogFlushDisabled, use …
(edit) @90945   3 years vboxsync VMM: Use a worker thread for flushing ring-0 log buffers. bugref:10086
(edit) @90932   3 years vboxsync VMM: Nested VMX: bugref:10092 Renamed …
(edit) @90927   3 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:10092 Added new VMCS fields.
(edit) @90897   3 years vboxsync VMM: Initialize the ring-0 loggers as early as possible, so we can …
(edit) @90862   3 years vboxsync IPRT,SUPDrv,VMM,++: Bumped major support driver version. Added …
(edit) @90859   3 years vboxsync VMMR0,SUPDrv: Need to override RTLogDefaultInstanceEx rather than …
(edit) @90842   3 years vboxsync VMM/HMVMXR0: bugref:10080 Cannot assume that a pending TRPM event here …
(edit) @90829   3 years vboxsync IPRT,VMM,SUPDrv,++: Reworked the IPRT logger structure and how the VMM …
(edit) @90824   3 years vboxsync VMM: Don't use RT_VALID_PTR on ring-3 address in ring-0.
(edit) @90784   3 years vboxsync VMM: VALID_PTR -> RT_VALID_PTR.
(edit) @90759   3 years vboxsync VMM/pdmR0DevHlp_SetDeviceCritSect: Don't try log the critsect name, it …
(edit) @90622   3 years vboxsync VMM/HMSVMR0: Nested SVM: bugref:10080 Attempt to fix debug registers …
(edit) @90613   3 years vboxsync VMM/HMVMXR0: Comment. bugref:10080
(edit) @90597   3 years vboxsync VMM: Speed up VMMGetCpu in ring-0 by using hash table (via new …
(edit) @90593   3 years vboxsync VMM/HMVMXR0: Fix guru meditation while reading debug registers by the …
(edit) @90502   3 years vboxsync VMM/PDM: Added device helpers for read/write critical sections. bugref:6695
(edit) @90439   3 years vboxsync VMM/PGM: Check PGMCritSectEnter status code when we don't return it. …
(edit) @90382   3 years vboxsync VMM: Doxygen fixes for critsect devhlps. bugref:9218 bugref:10074
(edit) @90380   3 years vboxsync VMM: Moved idHostCpu and iHostCpuSet from VMCPU to GVMCPU, removing …
(edit) @90379   3 years vboxsync VMM: Implementing blocking on critical sections in ring-0 HM context …
(edit) @90348   3 years vboxsync VMM: Removed the VM pointers from the internal critsect structures. …
(edit) @90347   3 years vboxsync VMM: Pass pVM to PDMCritSectRw APIs. bugref:9218 bugref:10074
(edit) @90346   3 years vboxsync - VMM: Pass pVM to PDMCritSect APIs. bugref:9218 bugref:10074 - …
(edit) @90329   3 years vboxsync PDMDrvHlp: Put the PDMCritSect API into driver helpers just like we've …
(edit) @90260   3 years vboxsync VMM/HMSVMR0: More info. in the assertion.
(edit) @90190   3 years vboxsync VMM/VMMR0: Disabled the unnecessary …
(edit) @90189   3 years vboxsync VMM: Make the setjmp code a bit stricter with when to resume a call. …
(edit) @90177   3 years vboxsync VMM/VMMR0JmpA-amd64.asm: Another stack fuzz adjustment for linux 5.13. …
(edit) @90173   3 years vboxsync VMM/VMMR0JmpA-amd64.asm: Double the stack fuzz for linux 5.13. …
(edit) @90161   3 years vboxsync VMM: New status VERR_VMM_CONTEXT_HOOK_STILL_ENABLED for guru condition …
(edit) @90000   3 years vboxsync VMM/HMVMX: Only go to ring-3 for split-lock #AC emulation for SMP VMs. …
(edit) @89993   3 years vboxsync VMM/HMVMX/EM: Do a rendezvous when a split-lock #AC is emulated. …
(edit) @89980   3 years vboxsync VMM/HMVMX: Add debug event and dtrace probe for the split-lock #ACs. …
(edit) @89976   3 years vboxsync VMM/HMVMX: Deal with #ACs triggered by split-lock detection on the …
(edit) @89924   3 years vboxsync VMM/DBGFBp: Continue work on I/O breakpoints, bugref:9837 - …
(edit) @89912   3 years vboxsync VMM/DBGF: Basic infrastructure to support adding and deleting port I/O …
(edit) @89781   3 years vboxsync VMM/HMVMR0: Logging nit and whitespace.
(edit) @89780   3 years vboxsync HMR0A.asm: Fixed reading from FS, GS base when not using rdfsbase, …
(edit) @89620   4 years vboxsync Intel IOMMU: bugref:9967 Allow PDMIoApicSetEoi operation to be queued …
(edit) @89600   4 years vboxsync Intel IOMMU: bugref:9967 Centralize PDM interfaces sending MSIs so it …
(edit) @89200   4 years vboxsync Intel IOMMU: bugref:9967 Add ring-3 MSI queuing for the IOMMU send MSI …
(edit) @89069   4 years vboxsync Intel IOMMU: bugref:9967 PDM I/O APIC helper: naming nit.
(edit) @89065   4 years vboxsync Intel IOMMU: bugref:9967 Add pfnLockIsOwner for I/O APIC helper (for …
(edit) @88641   4 years vboxsync Intel IOMMU: bugref:9967 PDM naming consistency.
(edit) @88640   4 years vboxsync Intel IOMMU: bugref:9967 Implement PDM R3-task queueing for sending …
(edit) @88639   4 years vboxsync Intel IOMMU: bugref:9967 PDM: Enable more interfaces for Intel IOMMU …
(edit) @88638   4 years vboxsync Intel IOMMU: bugref:9967 Refactor some PDM-IOMMU interfaces to …
(edit) @88631   4 years vboxsync AMD IOMMU: bugref:9654 Slightly more efficient when a VM does not have …
(edit) @88593   4 years vboxsync Intel IOMMU: bugref:9967 PDM: whitespace.
(edit) @88592   4 years vboxsync Intel IOMMU: bugref:9967 PDM: Doxygen.
(edit) @88580   4 years vboxsync Intel IOMMU: bugref:9967 PDM: Interface for sending MSI directly from …
(edit) @88567   4 years vboxsync Intel IOMMU: bugref:9967 Added pdmIsLockOwner function to IOMMU helper.
(edit) @88347   4 years vboxsync Forward ported r143576 from 6.1: VMM: Re-enabled vmmR0DoHalt and added …
(edit) @88346   4 years vboxsync Forward ported r143574 from 6.1: VMM: Must do …
(edit) @88344   4 years vboxsync Forward ported r143567 from 6.1: vmmR0DoHalt fix - need to re-check …
(edit) @88330   4 years vboxsync VMM/VMMR0: Disabled vmmR0DoHalt, it's broken. oem2ticketref:40
(edit) @88099   4 years vboxsync VMM/HMSVMR0: Whitespace, comment nit.
(edit) @88078   4 years vboxsync AMD IOMMU: Doxygen fixes. bugref:9654
(edit) @88075   4 years vboxsync Backing out r143016 (doxygen fix) as it needs to be split up.
(edit) @87966   4 years vboxsync VMM/HMVMXR0: Nested VMX: hmR0VmxRemoveProcCtlsVmcs nit.
(edit) @87939   4 years vboxsync VMM/HMVMX: Increase the lower preemption timer limit to 32768Hz. …
(edit) @87933   4 years vboxsync VMM/HM: Todo, nits.
(edit) @87928   4 years vboxsync VMM/HMSVMR0: Nested SVM todo.
(edit) @87926   4 years vboxsync doxygen fixing
(edit) @87882   4 years vboxsync VMM/HMVMXR0: Comment nits.
(edit) @87831   4 years vboxsync VMM: Some modification for r142732 to make it work with KVM nested …
(edit) @87829   4 years vboxsync AMD IOMMU: bugref:9654 Since AVL tree IOTLB cache has been moved to …
(edit) @87814   4 years vboxsync VMM/TM: Eliminated the enmClock member from TMTIMER, we'll be using …
(edit) @87796   4 years vboxsync VMM/TM: The caller of TMR0TimerQueueGrow must own the queue critsect …
(edit) @87795   4 years vboxsync VMM/TM: Moved the timers off the hyper heap. Replaced the relative …
(edit) @87793   4 years vboxsync VMM/TM: Moved the timers off the hyper heap. Replaced the relative …
(edit) @87792   4 years vboxsync VMM/TM: Moved the timers off the hyper heap. Replaced the relative …
(edit) @87766   4 years vboxsync VMM/TM,VMM/*: Refactored the TM timer APIs to use 'handles' and take a …
(edit) @87764   4 years vboxsync VMM/TM: Experimenting with changing the signature of TMTimerFromMilli. …
(edit) @87760   4 years vboxsync VMM/TM,VMM/DevHlp: Require flag on timers that are to be used in …
(edit) @87755   4 years vboxsync VMM/HMSVM: Moved the RDTSC in hmR0SvmPostRunGuest to the assembly code …
(edit) @87754   4 years vboxsync VMM/HMVMX: Moved the RDTSC in hmR0VmxPostRunGuest to the …
(edit) @87752   4 years vboxsync VMM/HM: Don't use ordered writes for pVCpu->hm.s.fCheckedTLBFlush as …
(edit) @87751   4 years vboxsync VMM: Eliminated one ASMReadTSC in TMNotifyEndOfExecution. Both VT-x …
(edit) @87741   4 years vboxsync VMM/HMR0A.asm: Put a size on hmR0VmxStartVmHostRIP so perf can …
(edit) @87691   4 years vboxsync AMD IOMMU: bugref:9654 Replace IOMMU device lock with the PDM lock and …
(edit) @87690   4 years vboxsync VMM/HMVMXR0: Call IEMExecVmxVmexitExtInt when the external interrupt …
(edit) @87666   4 years vboxsync AMD IOMMU: bugref:9654 IOTLB cache bits. The IOTLB is currently only …
(edit) @87633   4 years vboxsync VMM/TM,VMM/HMVMX: Try avoid calling TMCpuTickGetDeadlineAndTscOffset …
(edit) @87625   4 years vboxsync VMM/HMVMX: Time todos.
(edit) @87606   4 years vboxsync VMM/HMVMX: Translate fMdsClearOnSched and fL1dFlushOnSched to world …
(edit) @87603   4 years vboxsync VMM/HMVMX: Play safe with msrSFMASK.
(edit) @87600   4 years vboxsync VMM/DBGF: comment fix. bugref:9837
(edit) @87594   4 years vboxsync VMM/DBGF,Debugger: Removed the !defined(VBOX_WITH_LOTS_OF_DBGF_BPS) …
(edit) @87591   4 years vboxsync VMM/VMMR0: Don't use doxygen comments on RT functions we override, …
(edit) @87564   4 years vboxsync VMM/HM: Did some reshuffling in HMR0PERVM. bugref:9217
(edit) @87563   4 years vboxsync VMM/HM: Moved the 'ForRing3' and 'ForLog' bits to the back of the HM …
(edit) @87562   4 years vboxsync VMM/HM: Doxygen fixes. bugref:9217
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