VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @90437   4 years vboxsync VMM: More PDMCritSectEnter return code checks. bugref:6695
(edit) @90420   4 years vboxsync VMM/PDMCritSectEnter: New code for dealing with VERR_INTERRUPTED in …
(edit) @90397   4 years vboxsync VMM: Create EMTs with RTTHREADFLAGS_NO_SIGNALS set to avoid …
(edit) @90379   4 years vboxsync VMM: Implementing blocking on critical sections in ring-0 HM context …
(edit) @90348   4 years vboxsync VMM: Removed the VM pointers from the internal critsect structures. …
(edit) @90347   4 years vboxsync VMM: Pass pVM to PDMCritSectRw APIs. bugref:9218 bugref:10074
(edit) @90346   4 years vboxsync - VMM: Pass pVM to PDMCritSect APIs. bugref:9218 bugref:10074 - …
(edit) @90329   4 years vboxsync PDMDrvHlp: Put the PDMCritSect API into driver helpers just like we've …
(edit) @90312   4 years vboxsync VMM/DBGF: Stop all vCPUs when a breakpoint event happens [doxygen fix]
(edit) @90311   4 years vboxsync VMM/DBGF: Stop all vCPUs when a breakpoint event happens
(edit) @90310   4 years vboxsync VMM/DBGFR3Bp: Only clear the active breakpoint iff the owner processed …
(edit) @90204   4 years vboxsync VMM/CPUM: Todo/comment to clarify 'Guest physical address width' being …
(edit) @90190   4 years vboxsync VMM/VMMR0: Disabled the unnecessary …
(edit) @90189   4 years vboxsync VMM: Make the setjmp code a bit stricter with when to resume a call. …
(edit) @90161   4 years vboxsync VMM: New status VERR_VMM_CONTEXT_HOOK_STILL_ENABLED for guru condition …
(edit) @90160   4 years vboxsync VMM/Guru: Print the assertion message strings if they aren't empty. …
(edit) @89993   4 years vboxsync VMM/HMVMX/EM: Do a rendezvous when a split-lock #AC is emulated. …
(edit) @89991   4 years vboxsync CPUM: Manually fixed Core2 T7600 CPU profile so that IA32_SYSENTER …
(edit) @89976   4 years vboxsync VMM/HMVMX: Deal with #ACs triggered by split-lock detection on the …
(edit) @89949   4 years vboxsync VMM/PDMDriver: Add …
(edit) @89934   4 years vboxsync VMM/CPUCpuId: Some intel updates. bugref:10052
(edit) @89925   4 years vboxsync VMM/DBGFBp: Continue work on I/O breakpoints, ​bugref:9837 [build fix]
(edit) @89924   4 years vboxsync VMM/DBGFBp: Continue work on I/O breakpoints, bugref:9837 - …
(edit) @89913   4 years vboxsync VMM/DBGF: Basic infrastructure to support adding and deleting port I/O …
(edit) @89912   4 years vboxsync VMM/DBGF: Basic infrastructure to support adding and deleting port I/O …
(edit) @89868   4 years vboxsync Main/Console+Machine: Eliminate CMPXCHG16B hack (see bugref:6300) …
(edit) @89829   4 years vboxsync VMM/DBGFR3SampleReport: Sort the frame order by sample count to …
(edit) @89786   4 years vboxsync VMM/DBGFR3SampleReport: doxygen fix. bugref:10025
(edit) @89763   4 years vboxsync VMM/DBGFR3SampleReport: Remove Windows specific changes and change the …
(edit) @89722   4 years vboxsync VMM/DBGFR3SampleReport: Temporary windows build fixes until the R3 …
(edit) @89701   4 years vboxsync VMM/DBGFR3SampleReport: Fixes, bugref:10025
(edit) @89699   4 years vboxsync VMM/DBGFR3SampleReport: Implement dump to file method, bugref:10025 …
(edit) @89698   4 years vboxsync VMM/DBGFR3SampleReport: Implement dump to file method, bugref:10025 …
(edit) @89695   4 years vboxsync VMM/DBGFR3SampleReport: Implement dump to file method, bugref:10025
(edit) @89683   4 years vboxsync VMM/DBGFR3SampleReport: More work on the sample creation code, …
(edit) @89682   4 years vboxsync VMM/DBGFR3SampleReport: More work on the sample creation code, bugref:10025
(edit) @89677   4 years vboxsync VMM/HM: STAM counter description nits.
(edit) @89673   4 years vboxsync VMM/PDMUsb: Backed out r145077 + 144791. This problem should be fixed …
(edit) @89632   4 years vboxsync Host USB timer: attempt to fix leak when setting USB timer name, …
(edit) @89625   4 years vboxsync VMM/DBGFR3SampleReport: Some prototype code to allow creating guest …
(edit) @89624   4 years vboxsync VMM/DBGFR3SampleReport: Some prototype code to allow creating guest …
(edit) @89622   4 years vboxsync VMM/DBGFR3SampleReport: Some prototype code to allow creating guest …
(edit) @89620   4 years vboxsync Intel IOMMU: bugref:9967 Allow PDMIoApicSetEoi operation to be queued …
(edit) @89619   4 years vboxsync DBGFAddrSpace: Return the module handle if requested
(edit) @89602   4 years vboxsync Intel IOMMU: bugref:9967 PDMIoApicSendMsi requires the pDevIns when …
(edit) @89600   4 years vboxsync Intel IOMMU: bugref:9967 Centralize PDM interfaces sending MSIs so it …
(edit) @89437   4 years vboxsync Hist USB timer: use uniqe naming in order not to confuse STAM on USB …
(edit) @89283   4 years vboxsync VMM/TM: Fix typo in LogRel for outputting the TM mode.
(edit) @89200   4 years vboxsync Intel IOMMU: bugref:9967 Add ring-3 MSI queuing for the IOMMU send MSI …
(edit) @89065   4 years vboxsync Intel IOMMU: bugref:9967 Add pfnLockIsOwner for I/O APIC helper (for …
(edit) @88811   4 years vboxsync VMM/PDMDrvHlpSTAMDeregisterByPrefix: Don't restrict this to EMT. …
(edit) @88689   4 years vboxsync VMM: Start EMTs with RTTHREADFLAGS_COM_MTA (ignored on non-windows …
(edit) @88665   4 years vboxsync VMM/PDM: Added PDMDrvHlpSTAMDeregisterByPrefix for speeding up …
(edit) @88654   4 years vboxsync Typo.
(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) @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) @88565   4 years vboxsync Intel IOMMU: bugref:9967 PDM: The I/O APIC PCI address of AMD IOMMU is …
(edit) @88557   4 years vboxsync APIC: More statistics for certain registers.
(edit) @88373   4 years vboxsync pdmdrv: Added helper for arming timers from drivers. bugref:9890
(edit) @88366   4 years vboxsync VMM/DBGFR3Flow: Add ability to put call instructions into separate …
(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) @88306   4 years vboxsync VMM/PDMDevHlp: Added pfnSTAMDeregisterByPrefix. bugref:9890
(edit) @88305   4 years vboxsync VMM/PDMDrvHlp: Made the statistics registration function automatically …
(edit) @88290   4 years vboxsync Intel IOMMU: bugref:9967 PDM: Added CPUMGetGuestAddrWidths and PDM …
(edit) @88153   4 years vboxsync Intel IOMMU: bugref:9967 Skeleton bits.
(edit) @88132   4 years vboxsync TM: Shut up annoying assertion.
(edit) @88092   4 years vboxsync VMM/TM: Fixed buggy timer unlinking in destroy function. bugref:9943
(edit) @88088   4 years vboxsync VMM/TM: Try make sure the load doesn't exceed 100% after the switch …
(edit) @88078   4 years vboxsync AMD IOMMU: Doxygen fixes. bugref:9654
(edit) @88076   4 years vboxsync VMM/TM: doxygen fix. bugref:9943
(edit) @88075   4 years vboxsync Backing out r143016 (doxygen fix) as it needs to be split up.
(edit) @87959   4 years vboxsync VMM/DBGFAddrSpace: Look in environment for symbol stuff too, using the …
(edit) @87926   4 years vboxsync doxygen fixing
(edit) @87832   4 years vboxsync VMM/DBGFR3Bp: Fix removing a int3 breakpoint which didn't remove the …
(edit) @87821   4 years vboxsync VMM: Disabled the EMT yield timer as it is out dated (multi core CPUs) …
(edit) @87819   4 years vboxsync VMM: Disabled the EMT yield timer as it is out dated (multi core CPUs) …
(edit) @87816   4 years vboxsync VMM/TM: Gearing up to spreading out the timer work a little. bugref:9943
(edit) @87814   4 years vboxsync VMM/TM: Eliminated the enmClock member from TMTIMER, we'll be using …
(edit) @87813   4 years vboxsync VMM/TM: TMTIMER_HANDLE_TO_PTR_RETURN* -> …
(edit) @87812   4 years vboxsync VMM/TM: Replaced the global timer active list lock with per queue …
(edit) @87796   4 years vboxsync VMM/TM: The caller of TMR0TimerQueueGrow must own the queue critsect …
(edit) @87794   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) @87787   4 years vboxsync VMM/DBGFR3FlowTrace*: Add some API to query a record based on the …
(edit) @87781   4 years vboxsync VMM/DBGFR3FlowTrace*: Add new probe type which causes a drop to the …
(edit) @87780   4 years vboxsync VMM: Export DBGFR3Bp* API, bugref:9837
(edit) @87779   4 years vboxsync VMM/TRPM: Always count forwarded IRQs.
(edit) @87777   4 years vboxsync VMM/TRPM: Reduced the VM structure footprint by > 3K and eliminated a …
(edit) @87776   4 years vboxsync dbgf.h,VMM/DBGF: A bit of cleanup on the public breakpoint structure …
(edit) @87774   4 years vboxsync VMM/TM: Removed pVMR3, pVMR0 and pVMRC from TMTIMER. [build fix] …
(edit) @87773   4 years vboxsync VMM/TM,Devices: Store the timer name in the TMTIMER structure and …
(edit) @87772   4 years vboxsync VMM/PDM: Doxygen todo fix? bugref:9943
(edit) @87771   4 years vboxsync VMM/TM: Removed pVMR3, pVMR0 and pVMRC from TMTIMER. bugref:9943
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