VirtualBox

source: vbox/trunk/include/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @105087   9 months vboxsync doc/manual,include/VBox,Frontends/VBoxManage,HostServices/SharedFolders …
(edit) @105076   9 months vboxsync VMM/IEM: Increased the TLB size from 256 to 1024 entries. bugref:10687
(edit) @105072   9 months vboxsync VMM/IEM,DBGF,bs3-cpu-weird-1: Early data breakpoint support, mostly …
(edit) @105036   9 months vboxsync VMM/IEM: Split the TLB into non-global (even) and global (odd) …
(edit) @105018   9 months vboxsync doc/manual,include/VBox,Frontends/VBoxManage,HostServices/SharedFolders …
(edit) @105016   9 months vboxsync doc/manual,include/VBox,Frontends/VBoxManage,HostServices/SharedFolders …
(edit) @105006   9 months vboxsync Video Recording: Big revamp to improve overall performance. We now …
(edit) @104991   9 months vboxsync VMM/IEM: Added IEMTlbInvalidateAllGlobal and made the …
(edit) @104947   9 months vboxsync VMM/IEM,tstVMStructSize: Made the IEM TLB size more easily …
(edit) @104933   9 months vboxsync VMM/PGM,IEM: Refactored+copied PGMGstGetPage into PGMGstQueryPage that …
(edit) @104932   9 months vboxsync VMM/PGM,IEM: Refactored+copied PGMGstGetPage into PGMGstQueryPage that …
(edit) @104931   9 months vboxsync VMM/PGM: Adjusted VM:pgm padding for the arm debug build. bugref:10687
(edit) @104910   9 months vboxsync VMM/PGM: bugref:10703 Add PGM API for retreiving boot zeroed RAM …
(edit) @104886   9 months vboxsync VMM/PGM: Tweaked the RAM range TLB hashing and quadrupled the size to …
(edit) @104885   9 months vboxsync VMM/PGM: Lockless PGMPhysIemGCPhys2PtrNoLock. bugref:10687
(edit) @104870   10 months vboxsync VMM/PGM: Missing pgmPhysInvalidatePageMapTLB & …
(edit) @104859   10 months vboxsync VMM/PGM: Moved the apRamRangesTlbR0 out of the shared PGM structure …
(edit) @104850   10 months vboxsync VMM/PGM: Build fix (arm). bugref:10687 bugref:10093
(edit) @104846   10 months vboxsync include/VBox,Main,DevVGA: Folded VBox/graphics.h into VBox/param.h and …
(edit) @104842   10 months vboxsync DevVGA,DevPCI,Main: Increased the max VRAM size to 1GB. Experimental. …
(edit) @104840   10 months vboxsync VMM/PGM: Refactored RAM ranges, MMIO2 ranges and ROM ranges and added …
(edit) @104834   10 months vboxsync Grahpics/HGSMI: Renamed VBoxHGSMICursorPosition() -> …
(edit) @104786   10 months vboxsync Main: Added a new include VBox/graphics.h to avoid dragging in a lot …
(edit) @104778   10 months vboxsync com/errorprint.h: Parameter 'ret' in ASSERT_BREAK macro makes no sense …
(edit) @104773   10 months vboxsync Shared Clipboard: Make ShClUtf16LFLenUtf8 to provide proper length in …
(edit) @104767   10 months vboxsync VMM/PGM,IOM,PDM: MMIO cleanups. bugref:10687
(edit) @104525   11 months vboxsync VBox/vmm/pdmnetifs.h: Change PDMSCATTERGATHER::fFlags from size_t to …
(edit) @104516   11 months vboxsync VMM/GCM,IEM,HM: Integrate GCM with IEM, extending it to cover the mesa …
(edit) @104511   11 months vboxsync VMM: Some more GCM cleanup. bugref:9735 bugref:10683
(edit) @104510   11 months vboxsync VMM: Some more GCM cleanup. bugref:9735 bugref:10683
(edit) @104509   11 months vboxsync VMM: Some more GCM cleanup. bugref:9735 bugref:10683
(edit) @104508   11 months vboxsync VMM: Some more GCM cleanup. bugref:9735 bugref:10683
(edit) @104507   11 months vboxsync VMM,Main: Some GCM adjustments. bugref:9735 bugref:10683
(edit) @104407   11 months vboxsync VMM/IEM: Adjusted the TB exit statistics a bit more, adding a few new …
(edit) @104386   11 months vboxsync VMM/GIC: Add a dedicated GIC device implementation for linux.arm64 …
(edit) @104378   11 months vboxsync VMM/IEM: Automtically convert IEMInternal.h & IEMN8veRecompiler.h into …
(edit) @104347   11 months vboxsync VBox/VBoxGuestLibSharedFoldersInline.h: Build fix. bugref:10585
(edit) @104345   11 months vboxsync Additions: Linux: UBSAN: vboxsf: update naming for r162827, bugref:10585.
(edit) @104344   11 months vboxsync Additions: Linux: UBSAN: make r161313 less ugly, bugref:10585.
(edit) @104339   11 months vboxsync VMM/IEM: Implement native emitters for psubb, psubw, psubd and psubdq, …
(edit) @104338   11 months vboxsync VBox/intnet.h: Corrected alignment padding in INTNETSG.
(edit) @104317   11 months vboxsync Shared Clipboard/Transfers: ShClTransferRootsInitFromXXX() -> …
(edit) @104310   11 months vboxsync Shared Clipboard/Transfers: Renamed ShClTransferRootsInitFromFile() -> …
(edit) @104159   12 months vboxsync VBoxNetFlt: Fix UBSAN warnings by switching to flexible arrays, …
(edit) @104126   12 months vboxsync BUild fix for 32-bit hosts, plus forgotten UUID change.
(edit) @104125   12 months vboxsync VUSB: Added vusbRhAbortEpByAddr(), renamed vusbRhAbortEp() to …
(edit) @104099   12 months vboxsync VMM/IEM: Emit native code for shl Ev,CL. bugref:10376
(edit) @104070   12 months vboxsync VMMDev: Add a magic tail dword following the data made available by …
(edit) @104065   12 months vboxsync VMMDev: Added a VMMDEV_TESTING_CFG_THRESHOLD_NATIVE_RECOMPILER / …
(edit) @104045   12 months vboxsync Backed out r162435: Linux kernel modules: vboxnetflt: Fix UBSAN …
(edit) @104044   12 months vboxsync Linux kernel modules: vboxnetflt: Fix UBSAN warning by switching to …
(edit) @104003   12 months vboxsync Guest Control/Main: Added a new define GSTCTL_DEFAULT_TIMEOUT_MS and …
(edit) @103977   12 months vboxsync Apply RT_OVERRIDE/NS_OVERRIDE where required to shut up clang.
(edit) @103955   12 months vboxsync VMM/IEM,DIS: Another mnemonic todo in vex map 3. bugref:9898
(edit) @103930   12 months vboxsync include: kmk incs; bugref:9898
(edit) @103927   12 months vboxsync VMM/IEM,DIS: Some disassembly corrections for pblendvb, blendvps and …
(edit) @103899   12 months vboxsync VMM/IEM: More mnemonic @todos. bugref:9898
(edit) @103860   12 months vboxsync VMM/IEM: Reworked iemNativeEmitMaybeRaiseSseRelatedXcpt to avoid …
(edit) @103792   12 months vboxsync Linux: Introduce common code for disabling modules loading from kernel …
(edit) @103791   12 months vboxsync Linux: Introduce common code for disabling modules loading from kernel …
(edit) @103785   12 months vboxsync Linux: Introduce common code for disabling modules loading from kernel …
(edit) @103717   13 months vboxsync DIS: cmpxchg8b/16b fix
(edit) @103709   13 months vboxsync DIS: Fixed up all VEX groups and added a few missing instructions.
(edit) @103699   13 months vboxsync DIS: Added a bunch of missing group 7 instructions and rearranged the …
(edit) @103684   13 months vboxsync Linux kernel modules: Fix UBSAN warnings by switching to flexible …
(edit) @103631   13 months vboxsync Shared Clipboard: More cleanups (renaming Windows parts to match the …
(edit) @103619   13 months vboxsync Shared Clipboard/Transfers: Raised SHCLLISTENTRY_MAX_NAME from 1024 to …
(edit) @103615   13 months vboxsync Shared Clipboard/Transfers: Made code a bit easier to follow / read, …
(edit) @103600   13 months vboxsync Disassembler: Add vpslrdq (with and without prefix variant), …
(edit) @103516   13 months vboxsync VMM/IEM,EM: Add all kind of exceptions to the exit history, adding a …
(edit) @103512   13 months vboxsync DIS: Added vex group 13 and redid some or the vex prefix decoding.
(edit) @103508   13 months vboxsync include/VBox/intnet.h: Fix conflicting API declarations, bugref:3409
(edit) @103480   13 months vboxsync Shared Clipboard: Added a ShClTransferTransformPath() function to make …
(edit) @103464   13 months vboxsync VBoxDbg,FE/Qt: Made it possible to configure the sub-tree filtering …
(edit) @103450   13 months vboxsync Shared Clipboard: Condensed more code by adding a new Windows-specific …
(edit) @103449   13 months vboxsync include/VBox/errorprint.h,FE/VBoxAutostart: Some warning fixes, bugref:3409
(edit) @103442   13 months vboxsync Shared Clipboard: Condensed more code by adding a …
(edit) @103404   13 months vboxsync VMM/IEM: Threaded function statistics. bugref:10376
(edit) @103393   13 months vboxsync VMM/IEM,STAM: Some more liveness experiments. Adjusted the …
(edit) @103365   13 months vboxsync Shared Clipboard/Additions: Removed lots of code duplication for …
(edit) @103363   13 months vboxsync Shared Clipboard: Added a dedicated VERR_SHCLPB_NO_DATA error code, to …
(edit) @103323   13 months vboxsync Shared Clipboard: Condensed the X11 clipboard reading code even more …
(edit) @103295   13 months vboxsync include/VBox/pgm.h: Fix declaration of PGMPhysGCPtr2CCPtr(), bugref:3409
(edit) @103289   14 months vboxsync VMM/HMVMXR0: Nested VMX: bugref:10318 VMCS state 'launched' shouldn't …
(edit) @103262   14 months vboxsync IPRT,VMMDev,Bs3Kit: Added support for sub-sub-tests to better deal …
(edit) @103194   14 months vboxsync VMM: Nested VMX: bugref:10318 Distinguish NMI vs. hardware exception 2 …
(edit) @103170   14 months vboxsync include/VBox/VBoxGuestLib.h: Fix mismatching declaration of …
(edit) @103165   14 months vboxsync Guest Control/VbglR3: Made handling the CWD for starting processes …
(edit) @103090   14 months vboxsync Main,FE/VBoxManage,FE/VirtualBox,ValidationKit: Allow setting the …
(edit) @103067   14 months vboxsync Additions: Linux: vboxsf: Prevent array-index-out-of-bounds UBSAN …
(edit) @103005   14 months vboxsync iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
(edit) @102977   14 months vboxsync VMM/IEM: Implemented generic fallback for misaligned x86 locking that …
(edit) @102956   14 months vboxsync GuestControlSvc.h: Docs.
(edit) @102932   14 months vboxsync Guest Properties/HostService: Fixed too strict debug assertions for …
(edit) @102929   14 months vboxsync Shared Clipboard: Better documented for what headless mode is and why …
(edit) @102840   14 months vboxsync VBoxDbg,VMM/STAM: Build fixes. bugref:10371
(edit) @102839   14 months vboxsync VBoxDbg,VMM/STAM: Build fixes. bugref:10371
(edit) @102837   14 months vboxsync Guest Control/GuestControl.h: Docs.
(edit) @102835   14 months vboxsync Guest Control/GuestControlSvc.h: Docs.
(edit) @102833   14 months vboxsync Guest Control: Added a flag for the get mount points HGCM API, so that …
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette