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