|
|
@90676
|
3 years |
vboxsync |
VBox/log.h: Added LOG_GROUP_PDM_CRITSECTRW. bugref:6695
|
|
|
@90652
|
3 years |
vboxsync |
iprt/asm.h: Added another version of ASMAtomicCmpWriteU128 that takes …
|
|
|
@90649
|
3 years |
vboxsync |
iprt/critsectrw.h: Need to have the state union as a separate …
|
|
|
@90648
|
3 years |
vboxsync |
iprt/asm.h: Added another version of ASMAtomicCmpWriteU128 that takes …
|
|
|
@90647
|
3 years |
vboxsync |
iprt/cdefs.h,iprt/types.h: Added RT_COMPILER_WITH_128BIT_INT_TYPES to …
|
|
|
@90640
|
3 years |
vboxsync |
iprt/asm.h,tstRTInlineAsm: Added ASMAtomicCmpWriteU128 and …
|
|
|
@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 …
|
|
|
@90634
|
3 years |
vboxsync |
VMM/PDMCritSectRwEnterExcl: Implemented waiting in most ring-0 …
|
|
|
@90597
|
3 years |
vboxsync |
VMM: Speed up VMMGetCpu in ring-0 by using hash table (via new …
|
|
|
@90588
|
3 years |
vboxsync |
Devices/Security: EFI can communicate with the external TPM emulator …
|
|
|
@90587
|
3 years |
vboxsync |
Devices/Security: EFI can communicate with the external TPM emulator …
|
|
|
@90549
|
3 years |
vboxsync |
VMM,*: s/DBGFR3InfoGenricGetOptError/DBGFR3InfoGenericGetOptError/g
|
|
|
@90536
|
3 years |
vboxsync |
pdmtpmifs.h: doxygen fix. bugref:10075
|
|
|
@90530
|
3 years |
vboxsync |
Devices/Security: Start implementation of a TPM driver talking to the …
|
|
|
@90521
|
3 years |
vboxsync |
VBoxDbg,FE/Qt: Added --statistics-expand=pat and …
|
|
|
@90520
|
3 years |
vboxsync |
VBoxDbg,FE/Qt: Added --statistics-expand=pat and …
|
|
|
@90514
|
3 years |
vboxsync |
VMM: Added VMM_ASSERT_RELEASE_MSG_RETURN macro for safely do release …
|
|
|
@90512
|
3 years |
vboxsync |
Devices/Security/DevTpm: Updates to the TPM code, started implmenting …
|
|
|
@90503
|
3 years |
vboxsync |
VMMDevTesting,bs3-locking-1: Expanded the locking test port to two …
|
|
|
@90502
|
3 years |
vboxsync |
VMM/PDM: Added device helpers for read/write critical sections. bugref:6695
|
|
|
@90501
|
3 years |
vboxsync |
VMM/PDM: Corrected PDMCritSectRwTryEnterSharedDebug prototype. bugref:6695
|
|
|
@90500
|
3 years |
vboxsync |
VMM/PDM: Increased the PDMCRITSECT size by 64 bytes to make space for …
|
|
|
@90488
|
3 years |
vboxsync |
IPRT: Added RTSemEventIsSignalSafe and RTSemEventMultiIsSignalSafe - …
|
|
|
@90486
|
3 years |
vboxsync |
VMM/PDM: Tighten read/write critical section code a bit. bugref:6695
|
|
|
@90469
|
3 years |
vboxsync |
iprt/asm-amd64-x86-watcom-16.h: Another fix for ASMOutStrU8/16/32 - …
|
|
|
@90467
|
3 years |
vboxsync |
VMMDev/Testing: Added VMMDEV_TESTING_LOCKED_BUSY_SUCCESS flag so we …
|
|
|
@90466
|
3 years |
vboxsync |
iprt/asm-amd64-x86-watcom-16.h: Fix ASMOutStrU8/16/32 - cannot list DS …
|
|
|
@90461
|
3 years |
vboxsync |
VMMDev: New port for lock contention testing. bugref:6695
|
|
|
@90460
|
3 years |
vboxsync |
VMM: Put the RTTHREAD handle in the VM structure too, so VMMDev can …
|
|
|
@90450
|
3 years |
vboxsync |
iprt/cdefs.h: DECL_CHECK_RETURN for Visual C++ (require /analyze to do …
|
|
|
@90449
|
3 years |
vboxsync |
VMM/PGM: PDMCritSectTryEnter return status must be checked in ring-3 …
|
|
|
@90448
|
3 years |
vboxsync |
Dev*: Require ring-3 to check PDMDevHlpCritSectEnter return values …
|
|
|
@90446
|
3 years |
vboxsync |
PDM: Mark the critsect enter functions with DECL_CHECK_RETURN_NOT_R3. …
|
|
|
@90444
|
3 years |
vboxsync |
iprt/cdefs.h: Added DECL_CHECK_RETURN and DECL_CHECK_RETURN_NOT_R3. …
|
|
|
@90442
|
3 years |
vboxsync |
Main/VirtualBox: fix incorrect log class update in include/VBox/log.h …
|
|
|
@90440
|
3 years |
vboxsync |
Main/VirtualBox: New event for creating/deleting of Progress objects …
|
|
|
@90435
|
3 years |
vboxsync |
VMM/PDMCritSectEnter: Added macros for correctly asserting on …
|
|
|
@90433
|
3 years |
vboxsync |
VMM/PDMCritSectEnter: Added macros for correctly asserting on …
|
|
|
@90428
|
3 years |
vboxsync |
VMM/PDMCritSectEnter: Added note about new return handling …
|
|
|
@90420
|
3 years |
vboxsync |
VMM/PDMCritSectEnter: New code for dealing with VERR_INTERRUPTED in …
|
|
|
@90418
|
3 years |
vboxsync |
VBox/err.h: Moved VERR_IOMMU_XXXX from 7200 to 7300, because …
|
|
|
@90416
|
3 years |
vboxsync |
IPRT: Adding RTThreadQueryTerminationStatus (ring-0). bugref:6695
|
|
|
@90399
|
3 years |
vboxsync |
iprt/thread.h: Removed RTThreadIsOperational as we don't have any …
|
|
|
@90398
|
3 years |
vboxsync |
iprt/critsect.h: comment typo.
|
|
|
@90395
|
3 years |
vboxsync |
IPRT/RTThreadCreate: Added RTTHREADFLAGS_NO_SIGNALS (posix only). …
|
|
|
@90392
|
3 years |
vboxsync |
IPRT/RTThreadCreate: Added RTTHREADFLAGS_NO_SIGNALS (posix only). …
|
|
|
@90383
|
3 years |
vboxsync |
VMM: Doxygen fixes for critsect drvhlps. bugref:9218 bugref:10074
|
|
|
@90382
|
3 years |
vboxsync |
VMM: Doxygen fixes for critsect devhlps. bugref:9218 bugref:10074
|
|
|
@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 …
|
|
|
@90378
|
3 years |
vboxsync |
VBox/vmm/dbgf.h: Removed duplicate prototypes.
|
|
|
@90364
|
3 years |
vboxsync |
pdmdev.h: PDM_IRQ_LEVEL_FLIP_FLOP docs update. bugref:10073
|
|
|
@90351
|
3 years |
vboxsync |
Typo in comment.
|
|
|
@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
- …
|
|
|
@90342
|
3 years |
vboxsync |
efi-common.h: Two new GUIDs, bugref:9580
|
|
|
@90329
|
3 years |
vboxsync |
PDMDrvHlp: Put the PDMCritSect API into driver helpers just like we've …
|
|
|
@90286
|
3 years |
vboxsync |
Runtime/efi: Started implementing the functionality to parse, create …
|
|
|
@90284
|
3 years |
vboxsync |
Runtime/efi: Started implementing the functionality to parse, create …
|
|
|
@90283
|
3 years |
vboxsync |
Runtime/efi: Started implementing the functionality to parse, create …
|
|
|
@90238
|
3 years |
vboxsync |
HGCM,HostServices: Extended VBOXHGCMSVCFNTABLE with client and call …
|
|
|
@90237
|
3 years |
vboxsync |
HostServices/Service.h: Added @todo on unnecessary work duplication …
|
|
|
@90196
|
3 years |
vboxsync |
Network: (bugref:10024) GSO UDP header fixes.
|
|
|
@90189
|
3 years |
vboxsync |
VMM: Make the setjmp code a bit stricter with when to resume a call. …
|
|
|
@90175
|
3 years |
vboxsync |
Network: (bugref:10024) Fixed UDP header handling when carving …
|
|
|
@90168
|
3 years |
vboxsync |
iprt/cdefs.h: Adjusted the RT_VALID_PTR versions for linux/AMD64 to …
|
|
|
@90161
|
3 years |
vboxsync |
VMM: New status VERR_VMM_CONTEXT_HOOK_STILL_ENABLED for guru condition …
|
|
|
@90114
|
3 years |
vboxsync |
Runtime/RTEfi*: Updates to the EFI variable storage access module, …
|
|
|
@90062
|
3 years |
vboxsync |
Runtime/RTEfi*: Start of a VFS module to access a EFI variable store …
|
|
|
@90061
|
3 years |
vboxsync |
Runtime/RTEfi*: Start of a VFS module to access a EFI variable store …
|
|
|
@90054
|
3 years |
vboxsync |
VBoxSharedClipboard/win: Replaced SharedClipboardWinAnnounceFormats …
|
|
|
@90048
|
3 years |
vboxsync |
Audio/ValKit: Added dedicated log group AUDIO_TEST for audio testing …
|
|
|
@90028
|
3 years |
vboxsync |
AMD IOMMU: bugref:9654 Fixed address translations resulting in …
|
|
|
@90023
|
3 years |
vboxsync |
iprt/linux/version.h: Doxygen fixes for ubuntu abi macros. bugref:10007
|
|
|
@90022
|
3 years |
vboxsync |
iprt/linux/version.h: Doxygen fixes for ubuntu abi macros, fixed …
|
|
|
@89993
|
3 years |
vboxsync |
VMM/HMVMX/EM: Do a rendezvous when a split-lock #AC is emulated. …
|
|
|
@89980
|
3 years |
vboxsync |
VMM/HMVMX: Add debug event and dtrace probe for the split-lock #ACs. …
|
|
|
@89974
|
3 years |
vboxsync |
IEM: Added IEMExecOneIgnoreLock for use with split-lock cases. bugref:10052
|
|
|
@89971
|
3 years |
vboxsync |
Runtime/RTDbgCfg: Add API to look for a DWARF debug file by build-id …
|
|
|
@89970
|
3 years |
vboxsync |
Runtime/ldrELF: Add RTLDRPROP_BUILDID for querying the build-id of an …
|
|
|
@89969
|
3 years |
vboxsync |
Runtime/ldrELF: Add RTLDRPROP_BUILDID for querying the build-id of an …
|
|
|
@89949
|
3 years |
vboxsync |
VMM/PDMDriver: Add …
|
|
|
@89947
|
3 years |
vboxsync |
X11: Host Services: Shared Clipboard: improve error code path …
|
|
|
@89935
|
3 years |
vboxsync |
Keyboard: Reworked the release-all-keys mechanism, made sure it's used …
|
|
|
@89934
|
3 years |
vboxsync |
VMM/CPUCpuId: Some intel updates. bugref:10052
|
|
|
@89924
|
3 years |
vboxsync |
VMM/DBGFBp: Continue work on I/O breakpoints, bugref:9837
- …
|
|
|
@89912
|
3 years |
vboxsync |
VMM/DBGF: Basic infrastructure to support adding and deleting port I/O …
|
|
|
@89846
|
3 years |
vboxsync |
pdmaudioinline.h: The _INVALID values are technically valid, so must …
|
|
|
@89821
|
3 years |
vboxsync |
Audio: Some info item fixes and docs updates. bugref:9890
|
|
|
@89801
|
3 years |
vboxsync |
pdmaudioifs.h,AudioMix*h: Documentation. bugref:9890
|
|
|
@89800
|
3 years |
vboxsync |
pdmaudioifs.h,AudioMix*h: Documentation. bugref:9890
|
|
|
@89798
|
3 years |
vboxsync |
pdmaudioifs.h: More diagram updates. bugref:9890
|
|
|
@89797
|
3 years |
vboxsync |
pdmaudioifs.h: doxygen. bugref:9890
|
|
|
@89796
|
3 years |
vboxsync |
pdmaudioifs.h: doxygen. bugref:9890
|
|
|
@89791
|
3 years |
vboxsync |
/Config.kmk,Makefile.kmk: Define VBOX_JAVA_BIN_PATH so we can more …
|
|
|
@89783
|
3 years |
vboxsync |
pdmaudioifs.h: More doc updates. bugref:9890
|
|
|
@89782
|
3 years |
vboxsync |
pdmaudioifs.h: simple component diagram. bugref:9890
|
|
|
@89768
|
3 years |
vboxsync |
Audio: Made PDMAUDIOVOLUME multichannel. bugref:9890
|
|
|