VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @90677   3 years vboxsync VMM/PDMCritSectRwEnterShared: Implemented waiting in ring-0/HM …
(edit) @90673   3 years vboxsync VMM/PDMCritSectRwEnterShared: Some more code refactoring. bugref:6695
(edit) @90672   3 years vboxsync VMM/PDMCritSectRwEnterShared: Some more code refactoring. Added …
(edit) @90671   3 years vboxsync VMM/PDMCritSectRwEnterShared: Some more code refactoring. bugref:6695
(edit) @90670   3 years vboxsync VMM/PDMCritSectRwEnterShared: Some code refactoring. bugref:6695
(edit) @90667   3 years vboxsync VMM/PDMCritSectRwLeaveShared: Signal waiting writers from ring-0/HM. …
(edit) @90665   3 years vboxsync VMM/PDMCritSectRwEnterExcl: Tiny optimization. bugref:6695
(edit) @90660   3 years vboxsync VMM/PDMCritSectRwLeaveExcl: Code deduplication. bugref:6695
(edit) @90659   3 years vboxsync VMM/PDMCritSectRwLeaveExcl: Signal waiters from ring-0/HM. Had to …
(edit) @90658   3 years vboxsync VMM/PDMCritSectRwLeaveExcl: Some code structure changes, no actual …
(edit) @90657   3 years vboxsync VMM/PDMCritSect: Removed unnecessary #ifdef IN_RING3. bugref:6695
(edit) @90654   3 years vboxsync VMM/PDMCritSectRwLeaveExcl: Relax use of atomics. bugref:6695
(edit) @90650   3 years vboxsync VMM/PDMCritSectRwLeaveExcl: Used ASMAtomicCmpWriteU128U to optimize …
(edit) @90637   3 years vboxsync IPRT/RTCritSectRw,VMM/PDMCritSectRw: Rearranged the core members a …
(edit) @90636   3 years vboxsync VMM/PDMCritSectRwEnterExcl: Implemented waiting in most ring-0 …
(edit) @90634   3 years vboxsync VMM/PDMCritSectRwEnterExcl: Implemented waiting in most ring-0 …
(edit) @90612   3 years vboxsync VMM/PDMCritSecRw: More code refactoring. bugref:6695
(edit) @90611   3 years vboxsync VMM/PDMCritSecRw: More code refactoring. bugref:6695
(edit) @90610   3 years vboxsync VMM/PDMCritSecRw: More code refactoring. bugref:6695
(edit) @90608   3 years vboxsync VMM/PDMCritSecRw: Some code refactoring. bugref:6695
(edit) @90598   4 years vboxsync VMM: Speed up VMMGetCpuId in ring-0 by using hash table (via new …
(edit) @90597   4 years vboxsync VMM: Speed up VMMGetCpu in ring-0 by using hash table (via new …
(edit) @90573   4 years vboxsync VMM/PDMCritSectRw: Added message and LogRel to pdmCritSectRwCorrupted. …
(edit) @90572   4 years vboxsync VMM/PDMCritSect: Validate the queued pointer. bugref:6695
(edit) @90571   4 years vboxsync VMM/PDMCritSectRw: Use VMM_ASSERT_RELEASE_MSG_RETURN. Validate the …
(edit) @90570   4 years vboxsync VMM/PDMCritSectRw: Added a self pointer for use with queued-leave to …
(edit) @90558   4 years vboxsync VMM/PGMCritSect: Avoid queuing on PDMCritSectLeave contention and …
(edit) @90533   4 years vboxsync VMM/VMMGetCpu: Assert that we return the right one.
(edit) @90532   4 years vboxsync VMM/PDMCritSectBothFF: Must always clear the …
(edit) @90531   4 years vboxsync VMM/PDMCritSect: When VMCPU_FF_PDM_CRITSECT is set we must not wait on …
(edit) @90515   4 years vboxsync VMM/PDMCritSect: Use VMM_ASSERT_RELEASE_MSG_RETURN instead of …
(edit) @90513   4 years vboxsync VMM/PDMCritSectEnter: Fixed regression from r146020 due to mistaking …
(edit) @90504   4 years vboxsync VMM/PDM: Rewroted the PDMCritSectLeave code to try avoid going to …
(edit) @90486   4 years vboxsync VMM/PDM: Tighten read/write critical section code a bit. bugref:6695
(edit) @90472   4 years vboxsync VMM/PDM: Enabled new critical section enter code that'll wait in …
(edit) @90468   4 years vboxsync VMM/PDM: Fixed the VERR_INTERRUPTED w/ rcBusy=VINF_SUCCESS case. More …
(edit) @90449   4 years vboxsync VMM/PGM: PDMCritSectTryEnter return status must be checked in ring-3 …
(edit) @90446   4 years vboxsync PDM: Mark the critsect enter functions with DECL_CHECK_RETURN_NOT_R3. …
(edit) @90439   4 years vboxsync VMM/PGM: Check PGMCritSectEnter status code when we don't return it. …
(edit) @90437   4 years vboxsync VMM: More PDMCritSectEnter return code checks. bugref:6695
(edit) @90436   4 years vboxsync VMM,Dev*: Handle PDMCritSectEnter failures in relation to the PDM …
(edit) @90433   4 years vboxsync VMM/PDMCritSectEnter: Added macros for correctly asserting on …
(edit) @90428   4 years vboxsync VMM/PDMCritSectEnter: Added note about new return handling …
(edit) @90426   4 years vboxsync IOM: Be more careful checking the status of IOM_LOCK_SHARED(). bugref:6695
(edit) @90420   4 years vboxsync VMM/PDMCritSectEnter: New code for dealing with VERR_INTERRUPTED in …
(edit) @90390   4 years vboxsync VMM/PDMCritSect: @todo. bugref:6695
(edit) @90385   4 years vboxsync VMM: Doxygen fix. bugref:9218 bugref:10074
(edit) @90384   4 years vboxsync VMM: Doxygen fix. bugref:9218 bugref:10074
(edit) @90381   4 years vboxsync VMM/PDMCritSect: Don't sleep forever. bugref:6695
(edit) @90380   4 years vboxsync VMM: Moved idHostCpu and iHostCpuSet from VMCPU to GVMCPU, removing …
(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) @90305   4 years vboxsync VMM/APIC: Don't notify the calling EMT in apicSetInterruptFF ring-3. …
(edit) @90250   4 years vboxsync IEM: Fixed copy & paste error for 16-bit xchg. bugref:10052
(edit) @90162   4 years vboxsync VMM/PGM: Fixed incorrect lock yield in PGMPhysBulkReleasePageMappingLocks.
(edit) @90042   4 years vboxsync AMD IOMMU: bugref:9654 Adjusted assertion in PDMAllIommu.cpp.
(edit) @90028   4 years vboxsync AMD IOMMU: bugref:9654 Fixed address translations resulting in …
(edit) @89974   4 years vboxsync IEM: Added IEMExecOneIgnoreLock for use with split-lock cases. bugref:10052
(edit) @89973   4 years vboxsync IEM: xchg sets X86_TRAP_PF_RW, see bs3-cpu-basic-2.
(edit) @89924   4 years vboxsync VMM/DBGFBp: Continue work on I/O breakpoints, bugref:9837 - …
(edit) @89911   4 years vboxsync VMM/DBGFAll: Fix todo
(edit) @89620   4 years vboxsync Intel IOMMU: bugref:9967 Allow PDMIoApicSetEoi operation to be queued …
(edit) @89602   4 years vboxsync Intel IOMMU: bugref:9967 PDMIoApicSendMsi requires the pDevIns when …
(edit) @89601   4 years vboxsync Intel IOMMU: bugref:9967 PDMIoApicSendMsi: Remove todo comment now …
(edit) @89600   4 years vboxsync Intel IOMMU: bugref:9967 Centralize PDM interfaces sending MSIs so it …
(edit) @89547   4 years vboxsync Intel IOMMU: bugref:9967 Fix incorrect assertion in PDMIoApicSendMsi. …
(edit) @89200   4 years vboxsync Intel IOMMU: bugref:9967 Add ring-3 MSI queuing for the IOMMU send MSI …
(edit) @89087   4 years vboxsync TM: todo
(edit) @88745   4 years vboxsync NEM/win: Improved APIC interrupt delivery (see bugref:9993).
(edit) @88739   4 years vboxsync NEM/win: Notify TM around a call to WHvRunVirtualProcessor so that we …
(edit) @88736   4 years vboxsync NEM/win: A bit of additional logging.
(edit) @88670   4 years vboxsync APIC: When evaluating pending interrupts, do not take TPR into …
(edit) @88638   4 years vboxsync Intel IOMMU: bugref:9967 Refactor some PDM-IOMMU interfaces to …
(edit) @88636   4 years vboxsync AMD IOMMU: bugref:9654 Fix pdmIommuIsPresent to refer to ring-3 …
(edit) @88631   4 years vboxsync AMD IOMMU: bugref:9654 Slightly more efficient when a VM does not have …
(edit) @88562   4 years vboxsync Intel IOMMU: bugref:9967 PDM: Added pdmLockIsOwner for upcoming changes.
(edit) @88557   4 years vboxsync APIC: More statistics for certain registers.
(edit) @88290   4 years vboxsync Intel IOMMU: bugref:9967 PDM: Added CPUMGetGuestAddrWidths and PDM …
(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) @87935   4 years vboxsync VMM: Properly count critsect contention in release builds too. bugref:9890
(edit) @87926   4 years vboxsync doxygen fixing
(edit) @87921   4 years vboxsync HM/VMX: Apparently xeon e3-1220 v2 and friends are also affected by …
(edit) @87831   4 years vboxsync VMM: Some modification for r142732 to make it work with KVM nested …
(edit) @87822   4 years vboxsync VMM/TM: Let non-EMTs schedule timers too. Take care when translating …
(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) @87792   4 years vboxsync VMM/TM: Moved the timers off the hyper heap. Replaced the relative …
(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) @87771   4 years vboxsync VMM/TM: Removed pVMR3, pVMR0 and pVMRC from TMTIMER. bugref:9943
(edit) @87770   4 years vboxsync VMM/TM: Doxygen fixes. bugref:9943
(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. …
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