|
|
@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 …
|
|
|
@90639
|
3 years |
vboxsync |
VMM,VMMDev: Changed my mind, made the alignment requirement for …
|
|
|
@90638
|
3 years |
vboxsync |
VMM,VMMDev: Force 32-byte alignment of PDMCRITSECTRW so all members …
|
|
|
@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 …
|
|
|
@90622
|
3 years |
vboxsync |
VMM/HMSVMR0: Nested SVM: bugref:10080 Attempt to fix debug registers …
|
|
|
@90613
|
3 years |
vboxsync |
VMM/HMVMXR0: Comment. bugref:10080
|
|
|
@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
|
3 years |
vboxsync |
VMM: Speed up VMMGetCpuId in ring-0 by using hash table (via new …
|
|
|
@90597
|
3 years |
vboxsync |
VMM: Speed up VMMGetCpu in ring-0 by using hash table (via new …
|
|
|
@90593
|
3 years |
vboxsync |
VMM/HMVMXR0: Fix guru meditation while reading debug registers by the …
|
|
|
@90573
|
3 years |
vboxsync |
VMM/PDMCritSectRw: Added message and LogRel to pdmCritSectRwCorrupted. …
|
|
|
@90572
|
3 years |
vboxsync |
VMM/PDMCritSect: Validate the queued pointer. bugref:6695
|
|
|
@90571
|
3 years |
vboxsync |
VMM/PDMCritSectRw: Use VMM_ASSERT_RELEASE_MSG_RETURN. Validate the …
|
|
|
@90570
|
3 years |
vboxsync |
VMM/PDMCritSectRw: Added a self pointer for use with queued-leave to …
|
|
|
@90558
|
3 years |
vboxsync |
VMM/PGMCritSect: Avoid queuing on PDMCritSectLeave contention and …
|
|
|
@90557
|
3 years |
vboxsync |
VMM/PGMCritSectRw: Added 'critsectrw' info item. [build fix] bugref:6695
|
|
|
@90553
|
3 years |
vboxsync |
VMM/PGMCritSectRw: Added 'critsectrw' info item. bugref:6695
|
|
|
@90550
|
3 years |
vboxsync |
VMM/PGMCritSect: Added 'critsect' info item. bugref:6695
|
|
|
@90549
|
3 years |
vboxsync |
VMM,*: s/DBGFR3InfoGenricGetOptError/DBGFR3InfoGenericGetOptError/g
|
|
|
@90534
|
3 years |
vboxsync |
VMM/PDMCritSect: Log the critical section addresses during creation to …
|
|
|
@90533
|
3 years |
vboxsync |
VMM/VMMGetCpu: Assert that we return the right one.
|
|
|
@90532
|
3 years |
vboxsync |
VMM/PDMCritSectBothFF: Must always clear the …
|
|
|
@90531
|
3 years |
vboxsync |
VMM/PDMCritSect: When VMCPU_FF_PDM_CRITSECT is set we must not wait on …
|
|
|
@90515
|
3 years |
vboxsync |
VMM/PDMCritSect: Use VMM_ASSERT_RELEASE_MSG_RETURN instead of …
|
|
|
@90513
|
3 years |
vboxsync |
VMM/PDMCritSectEnter: Fixed regression from r146020 due to mistaking …
|
|
|
@90504
|
3 years |
vboxsync |
VMM/PDM: Rewroted the PDMCritSectLeave code to try avoid going to …
|
|
|
@90502
|
3 years |
vboxsync |
VMM/PDM: Added device helpers for read/write critical sections. bugref:6695
|
|
|
@90495
|
3 years |
vboxsync |
VMM/Guru: Clear the VM_FF_CHECK_VM_STATE after dumping the guru …
|
|
|
@90487
|
3 years |
vboxsync |
VMM/CPUM: Simplify dumping of nested hardware-virtualization state and …
|
|
|
@90486
|
3 years |
vboxsync |
VMM/PDM: Tighten read/write critical section code a bit. bugref:6695
|
|
|
@90472
|
3 years |
vboxsync |
VMM/PDM: Enabled new critical section enter code that'll wait in …
|
|
|
@90468
|
3 years |
vboxsync |
VMM/PDM: Fixed the VERR_INTERRUPTED w/ rcBusy=VINF_SUCCESS case. More …
|
|
|
@90460
|
3 years |
vboxsync |
VMM: Put the RTTHREAD handle in the VM structure too, so VMMDev can …
|
|
|
@90449
|
3 years |
vboxsync |
VMM/PGM: PDMCritSectTryEnter return status must be checked in ring-3 …
|
|
|
@90446
|
3 years |
vboxsync |
PDM: Mark the critsect enter functions with DECL_CHECK_RETURN_NOT_R3. …
|
|
|
@90439
|
3 years |
vboxsync |
VMM/PGM: Check PGMCritSectEnter status code when we don't return it. …
|
|
|
@90437
|
3 years |
vboxsync |
VMM: More PDMCritSectEnter return code checks. bugref:6695
|
|
|
@90436
|
3 years |
vboxsync |
VMM,Dev*: Handle PDMCritSectEnter failures in relation to the PDM …
|
|
|
@90433
|
3 years |
vboxsync |
VMM/PDMCritSectEnter: Added macros for correctly asserting on …
|
|
|
@90428
|
3 years |
vboxsync |
VMM/PDMCritSectEnter: Added note about new return handling …
|
|
|
@90426
|
3 years |
vboxsync |
IOM: Be more careful checking the status of IOM_LOCK_SHARED(). bugref:6695
|
|
|
@90420
|
3 years |
vboxsync |
VMM/PDMCritSectEnter: New code for dealing with VERR_INTERRUPTED in …
|
|
|
@90397
|
3 years |
vboxsync |
VMM: Create EMTs with RTTHREADFLAGS_NO_SIGNALS set to avoid …
|
|
|
@90390
|
3 years |
vboxsync |
VMM/PDMCritSect: @todo. bugref:6695
|
|
|
@90385
|
3 years |
vboxsync |
VMM: Doxygen fix. bugref:9218 bugref:10074
|
|
|
@90384
|
3 years |
vboxsync |
VMM: Doxygen fix. bugref:9218 bugref:10074
|
|
|
@90382
|
3 years |
vboxsync |
VMM: Doxygen fixes for critsect devhlps. bugref:9218 bugref:10074
|
|
|
@90381
|
3 years |
vboxsync |
VMM/PDMCritSect: Don't sleep forever. bugref:6695
|
|
|
@90380
|
3 years |
vboxsync |
VMM: Moved idHostCpu and iHostCpuSet from VMCPU to GVMCPU, removing …
|
|
|
@90379
|
3 years |
vboxsync |
VMM: Implementing blocking on critical sections in ring-0 HM context …
|
|
|
@90348
|
3 years |
vboxsync |
VMM: Removed the VM pointers from the internal critsect structures. …
|
|
|
@90347
|
3 years |
vboxsync |
VMM: Pass pVM to PDMCritSectRw APIs. bugref:9218 bugref:10074
|
|
|
@90346
|
3 years |
vboxsync |
- VMM: Pass pVM to PDMCritSect APIs. bugref:9218 bugref:10074
- …
|
|
|
@90329
|
3 years |
vboxsync |
PDMDrvHlp: Put the PDMCritSect API into driver helpers just like we've …
|
|
|
@90312
|
3 years |
vboxsync |
VMM/DBGF: Stop all vCPUs when a breakpoint event happens [doxygen fix]
|
|
|
@90311
|
3 years |
vboxsync |
VMM/DBGF: Stop all vCPUs when a breakpoint event happens
|
|
|
@90310
|
3 years |
vboxsync |
VMM/DBGFR3Bp: Only clear the active breakpoint iff the owner processed …
|
|
|
@90305
|
3 years |
vboxsync |
VMM/APIC: Don't notify the calling EMT in apicSetInterruptFF ring-3. …
|
|
|
@90260
|
3 years |
vboxsync |
VMM/HMSVMR0: More info. in the assertion.
|
|
|
@90250
|
3 years |
vboxsync |
IEM: Fixed copy & paste error for 16-bit xchg. bugref:10052
|
|
|
@90204
|
3 years |
vboxsync |
VMM/CPUM: Todo/comment to clarify 'Guest physical address width' being …
|
|
|
@90197
|
3 years |
vboxsync |
VMM/tstVMMR0CallHost-1: Adjusted to stricter longjmp resuming. …
|
|
|
@90190
|
3 years |
vboxsync |
VMM/VMMR0: Disabled the unnecessary …
|
|
|
@90189
|
3 years |
vboxsync |
VMM: Make the setjmp code a bit stricter with when to resume a call. …
|
|
|
@90177
|
3 years |
vboxsync |
VMM/VMMR0JmpA-amd64.asm: Another stack fuzz adjustment for linux 5.13. …
|
|
|
@90173
|
3 years |
vboxsync |
VMM/VMMR0JmpA-amd64.asm: Double the stack fuzz for linux 5.13. …
|
|
|
@90162
|
3 years |
vboxsync |
VMM/PGM: Fixed incorrect lock yield in PGMPhysBulkReleasePageMappingLocks.
|
|
|
@90161
|
3 years |
vboxsync |
VMM: New status VERR_VMM_CONTEXT_HOOK_STILL_ENABLED for guru condition …
|
|
|
@90160
|
3 years |
vboxsync |
VMM/Guru: Print the assertion message strings if they aren't empty. …
|
|
|
@90042
|
3 years |
vboxsync |
AMD IOMMU: bugref:9654 Adjusted assertion in PDMAllIommu.cpp.
|
|
|
@90028
|
3 years |
vboxsync |
AMD IOMMU: bugref:9654 Fixed address translations resulting in …
|
|
|
@90000
|
3 years |
vboxsync |
VMM/HMVMX: Only go to ring-3 for split-lock #AC emulation for SMP VMs. …
|
|
|
@89993
|
3 years |
vboxsync |
VMM/HMVMX/EM: Do a rendezvous when a split-lock #AC is emulated. …
|
|
|
@89991
|
3 years |
vboxsync |
CPUM: Manually fixed Core2 T7600 CPU profile so that IA32_SYSENTER …
|
|
|
@89980
|
3 years |
vboxsync |
VMM/HMVMX: Add debug event and dtrace probe for the split-lock #ACs. …
|
|
|
@89976
|
3 years |
vboxsync |
VMM/HMVMX: Deal with #ACs triggered by split-lock detection on the …
|
|
|
@89975
|
3 years |
vboxsync |
IEM: Added IEMExecOneIgnoreLock for use with split-lock cases. bugref:10052
|
|
|
@89974
|
3 years |
vboxsync |
IEM: Added IEMExecOneIgnoreLock for use with split-lock cases. bugref:10052
|
|
|
@89973
|
3 years |
vboxsync |
IEM: xchg sets X86_TRAP_PF_RW, see bs3-cpu-basic-2.
|
|
|
@89949
|
3 years |
vboxsync |
VMM/PDMDriver: Add …
|
|
|
@89934
|
3 years |
vboxsync |
VMM/CPUCpuId: Some intel updates. bugref:10052
|
|
|
@89925
|
3 years |
vboxsync |
VMM/DBGFBp: Continue work on I/O breakpoints, bugref:9837 [build fix]
|
|
|
@89924
|
3 years |
vboxsync |
VMM/DBGFBp: Continue work on I/O breakpoints, bugref:9837
- …
|
|
|