summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Devices: Rename TPM directory to Security, bugref:10075vboxsync2021-08-034-20/+181
* FE/Qt: bugref:10067: Remove Network Access Manager references from Modal Wind...vboxsync2021-08-037-34/+22
* FE/Qt: bugref:10067: Remove Network Access Manager from File menu; It's funct...vboxsync2021-08-035-68/+0
* SUP: Export RTSemEventIsSignalSafe and RTSemEventMultiIsSignalSafe - IOC vers...vboxsync2021-08-033-2/+4
* IPRT: Added RTSemEventIsSignalSafe and RTSemEventMultiIsSignalSafe - ring-0 o...vboxsync2021-08-0318-0/+140
* VMM/CPUM: Simplify dumping of nested hardware-virtualization state and also d...vboxsync2021-08-031-37/+17
* VMM/PDM: Tighten read/write critical section code a bit. bugref:6695vboxsync2021-08-024-35/+84
* FE/Qt: bugref:10067: UINotificationModel: Proper prepare/cleanup routines; Ha...vboxsync2021-08-022-5/+31
* FE/Qt: bugref:10067: UINotificationCenter: Further work on notification scrol...vboxsync2021-08-022-1/+91
* FE/Qt: bugref:10067: Notification signatures for host-only network adding/rem...vboxsync2021-08-024-67/+246
* AMD IOMMU: bugref:9654 Doxygen.vboxsync2021-08-021-1/+1
* AMD IOMMU: bugref:9654 Build fix.vboxsync2021-08-021-0/+2
* Main/HostImpl: AssertRC -> AssertMsgRC here is useful.vboxsync2021-08-021-1/+1
* Intel IOMMU: bugref:9967 Comment nit.vboxsync2021-08-021-1/+1
* AMD IOMMU: bugref:9654 Avoid looking up the DTE cache twice when looking up D...vboxsync2021-08-021-32/+86
* FE/Qt: bugref:10067: Adjust progress task to create progress object only if I...vboxsync2021-08-021-2/+3
* FE/Qt: bugref:10067: Adjust notification-progress task to handle progress-fin...vboxsync2021-08-021-1/+1
* FE/Qt: Pre-clear the copy of the pressed keys, too. We may get into a situati...vboxsync2021-08-021-0/+1
* bs3-locking-1: scm fix. bugref:6695vboxsync2021-08-021-1/+0
* Debugger/DBGPlugInLinuxModuleCodeTmpl.cpp.h: Make scm happyvboxsync2021-08-021-1/+2
* VMM/PDM: Enabled new critical section enter code that'll wait in ring-0. bugr...vboxsync2021-08-021-1/+1
* bs3-locking-1: Test more, report some values. bugref:6695vboxsync2021-08-021-4/+20
* ValKit/Bs3Kit: Added Bs3TestValue.vboxsync2021-08-026-10/+95
* iprt/asm-amd64-x86-watcom-16.h: Another fix for ASMOutStrU8/16/32 - Parameter...vboxsync2021-08-021-8/+8
* VMM/PDM: Fixed the VERR_INTERRUPTED w/ rcBusy=VINF_SUCCESS case. More stats. ...vboxsync2021-08-023-5/+32
* VMMDev/Testing: Added VMMDEV_TESTING_LOCKED_BUSY_SUCCESS flag so we can test ...vboxsync2021-08-023-6/+32
* iprt/asm-amd64-x86-watcom-16.h: Fix ASMOutStrU8/16/32 - cannot list DS as a m...vboxsync2021-08-021-3/+9
* Devices/TPM: TPM device emulation skeleton, bugref:10075vboxsync2021-08-022-0/+641
* FE/Qt: bugref:10067: Expand UINotificationCenter vertically with a QScrollArea.vboxsync2021-08-021-5/+31
* bs3-locking-1: New testcase. bugref:6695vboxsync2021-08-012-0/+121
* VMMDev: New port for lock contention testing. [grr] bugref:6695vboxsync2021-08-011-29/+54
* VMMDev: New port for lock contention testing. bugref:6695vboxsync2021-08-014-6/+154
* VMM: Put the RTTHREAD handle in the VM structure too, so VMMDev can use it fo...vboxsync2021-08-013-3/+7
* IPRT: comment typo.vboxsync2021-08-011-1/+1
* /Config.kmk: Added way of supplying the /analyze switch to VC++, guareded by ...vboxsync2021-08-011-0/+21
* FE/Qt: bugref:10067: Notification signature for snapshot restore progress whi...vboxsync2021-08-013-66/+153
* FE/Qt: bugref:10067: Notification signature for snapshot delete progress whic...vboxsync2021-08-013-68/+161
* FE/Qt: bugref:10067: Notification signature for snapshot take progress which ...vboxsync2021-08-013-136/+187
* EFI: Export missing E1kNet.infvboxsync2021-08-011-0/+60
* FE/Qt: bugref:10067: UIFDCreationDialog: Full cleanup / refactoring; Make sur...vboxsync2021-08-012-170/+206
* FE/Qt: bugref:10067: A fix for r145856, for UICommon::sltHandleMediumCreated ...vboxsync2021-08-011-2/+12
* FE/Qt: bugref:10067: A fix for r145890, for medium create UINotificationObjec...vboxsync2021-08-011-1/+1
* iprt/cdefs.h: DECL_CHECK_RETURN for Visual C++ (require /analyze to do anythi...vboxsync2021-07-311-1/+2
* VMM/PGM: PDMCritSectTryEnter return status must be checked in ring-3 too. bug...vboxsync2021-07-312-4/+4
* Dev*: Require ring-3 to check PDMDevHlpCritSectEnter return values too, just ...vboxsync2021-07-314-20/+11
* Dev*: Checked up all the PDMDevHlpCritSectEnter calls to make sure the status...vboxsync2021-07-3124-299/+386
* PDM: Mark the critsect enter functions with DECL_CHECK_RETURN_NOT_R3. bugref:...vboxsync2021-07-303-13/+22
* Dev*: Check PDMDevHlpCritSectEnter return status better. bugref:6695vboxsync2021-07-307-29/+36
* iprt/cdefs.h: Added DECL_CHECK_RETURN and DECL_CHECK_RETURN_NOT_R3. bugref:6695vboxsync2021-07-301-5/+29
* whitespacevboxsync2021-07-301-1/+1