VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @105485   8 months vboxsync include/iprt/armv8.h: Add helper for the BFC instruction alias, …
(edit) @105459   8 months vboxsync VMM/IEM: Need to clear PE if either OE/UE is set and not masked by the …
(edit) @105457   8 months vboxsync VMM/IEM: Need to clear PE if either OE/UE is set and not masked by the …
(edit) @105443   8 months vboxsync iprt/armv8.h: DMB, DSB, ISB, SSBB & PSSBB. (Only DMB has been tested.) …
(edit) @105441   8 months vboxsync include/{x86.h,armv8.h}: Some additional definitions for MXCSR and …
(edit) @105399   8 months vboxsync VMM/IEM: Implement native emitters for …
(edit) @105390   8 months vboxsync iprt/cdefs.h: s/WITH_IPRT_CALL_ATTRIBUTE/WITH_IPRT_CALLREQ_ATTRIBUTE/ …
(edit) @105386   8 months vboxsync include/iprt/armv8.h: Add definitions for FPCR and FPSR registers, …
(edit) @105385   8 months vboxsync include/iprt/armv8.h: Add definitions for FPCR and FPSR registers, …
(edit) @105384   8 months vboxsync iprt/cdefs.h,*: s/RT_IPRT_CALL_ATTR/RT_IPRT_CALLREQ_ATTR/g bugref:10725
(edit) @105377   8 months vboxsync iprt/cdefs.h,*: s/RT_IPRT_CALL_ATTR/RT_IPRT_CALLREQ_ATTR/g bugref:10725
(edit) @105364   8 months vboxsync VMM: Expose FMA and F16C instruction set extensions if available and …
(edit) @105353   8 months vboxsync iprt/req.h,*: Adjustments of the RTReqQueue API to fit darwin/arm64 …
(edit) @105352   8 months vboxsync VMM/VMR3Req,iprt/cdefs.h: Adjustments of VMR3ReqCallUV family to fit …
(edit) @105314   8 months vboxsync Disassembler: Fix disassembly of vcvttsd2si and vcvtsd2si, bugref:9898
(edit) @105310   8 months vboxsync Disassembler: Implement diassembly for vcvtsi2sd, bugref:9898
(edit) @105281   8 months vboxsync Disassembler: Fix disassembly of vcmpps, vcmppd, vcmpss, vcmpsd, …
(edit) @105266   8 months vboxsync Recording: Implemented support for a dedicated progress object, which …
(edit) @105257   8 months vboxsync include/iprt/x86.h: Add signed integer views to X86YMMREG and …
(edit) @105227   8 months vboxsync VMM/IEM: Implement vmin{ps,pd,ss,sd} instruction emulations, …
(edit) @105225   8 months vboxsync VMM/IEM: Implement vmin{ps,pd,ss,sd} instruction emulations, …
(edit) @105224   8 months vboxsync VMM/IEM: Implement vmin{ps,pd,ss,sd} instruction emulations, bugref:9898
(edit) @105216   8 months vboxsync iprt/x86.h: doxygen fix. bugref:10715
(edit) @105177   8 months vboxsync VMM/IEM: Increase TLB size to 8192 on arm; quick fix for 2M/4M page …
(edit) @105175   8 months vboxsync include/iprt/armv8.h: Add helper for 3 operand floating point …
(edit) @105174   8 months vboxsync include/iprt/armv8.h: Add helper for 3 operand floating point …
(edit) @105173   8 months vboxsync VMM/IEM: Implement native emitter for packuswb, bugref:10652
(edit) @105172   8 months vboxsync VMM/IEM: Implement native emitters for pmullw,paddusb,paddusw, bugref:10652
(edit) @105171   8 months vboxsync VMM/IEM: Implement native emitter for por,orps,orpd instructions, some …
(edit) @105170   8 months vboxsync VMM/IEM: Implement native emitter for por,orps,orpd instructions, some …
(edit) @105154   8 months vboxsync iprt/asmdefs.mac: Corrected RT_NOCRT_BEGINPROC to not export symbols …
(edit) @105124   8 months vboxsync Certificate repair function added - bugref:10310
(edit) @105092   8 months vboxsync VMM/CPUM: Fixed ancient bug in CPUMRecalcHyperDRx where it would try …
(edit) @105087   8 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) @104994   9 months vboxsync iprt/x86.h: Defined more ARCH_CAP bits. bugref:10687
(edit) @104991   9 months vboxsync VMM/IEM: Added IEMTlbInvalidateAllGlobal and made the …
(edit) @104984   9 months vboxsync VMM/IEM: Relax alignment restrictions in native code TLB lookup, avoid …
(edit) @104974   9 months vboxsync Devices/Trace: Updates to the TPM trace decoding, bugref:10701 …
(edit) @104966   9 months vboxsync Runtime/tools/RTTraceLogTool,Devices/Trace: Decouple decoding from …
(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) @104923   9 months vboxsync Devices/Trace: Some more TPM trace decoding, bugref:10701
(edit) @104921   9 months vboxsync Runtime/tools/RTTraceLogTool,Devices/VBoxTraceLogDecoders.cpp: Allow …
(edit) @104920   9 months vboxsync Runtime/tools/RTTraceLogTool,Devices/VBoxTraceLogDecoders.cpp: Allow …
(edit) @104918   9 months vboxsync Devices/Trace: Some more decoding for TPM commands, bugref:10701
(edit) @104910   9 months vboxsync VMM/PGM: bugref:10703 Add PGM API for retreiving boot zeroed RAM …
(edit) @104905   9 months vboxsync Devices/Trace: Some updates to the TPM trace decoding, bugref:10701 …
(edit) @104893   9 months vboxsync include/formats/tpm.h: Add more constants, bugref:10701
(edit) @104892   9 months vboxsync Runtime/RTTraceLogTool: Add support for loading decoder plugins which …
(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   9 months vboxsync VMM/PGM: Missing pgmPhysInvalidatePageMapTLB & …
(edit) @104859   9 months vboxsync VMM/PGM: Moved the apRamRangesTlbR0 out of the shared PGM structure …
(edit) @104850   9 months vboxsync VMM/PGM: Build fix (arm). bugref:10687 bugref:10093
(edit) @104848   9 months vboxsync VMM/PGM,SUPDrv,IPRT: Added a RTR0MemObjZeroInitialize function to …
(edit) @104846   9 months vboxsync include/VBox,Main,DevVGA: Folded VBox/graphics.h into VBox/param.h and …
(edit) @104842   9 months vboxsync DevVGA,DevPCI,Main: Increased the max VRAM size to 1GB. Experimental. …
(edit) @104840   9 months vboxsync VMM/PGM: Refactored RAM ranges, MMIO2 ranges and ROM ranges and added …
(edit) @104834   9 months vboxsync Grahpics/HGSMI: Renamed VBoxHGSMICursorPosition() -> …
(edit) @104808   10 months vboxsync iprt/assert.h: Added AssertLogRelReturnStmt & …
(edit) @104807   10 months vboxsync iprt/asm.h: re-shuffle declarations and code to meet ISO C90 …
(edit) @104795   10 months vboxsync iprt/asm.h: Added ASMAtomic[Uo]WriteU128[U|v2] and …
(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) @104745   10 months vboxsync IPRT,Main: Reworked the newly introduced RTCrX509Certificate_Generate …
(edit) @104730   10 months vboxsync Config.kmk,include/iprt/param.h: Allow bolting the linux.arm64 builds …
(edit) @104728   10 months vboxsync include/iprt/armv8.h: Include system register definitions for the …
(edit) @104726   10 months vboxsync include/iprt/armv8.h: Include system register definitions for …
(edit) @104666   10 months vboxsync include/iprt/param.h: Set page size and associated macros to indicate …
(edit) @104664   10 months vboxsync include/iprt/asm-math.h: Build fix for win.arm64 where the emul and …
(edit) @104662   10 months vboxsync include/iprt/asmdefs-arm.h: Support win.arm64 when using clang for the …
(edit) @104655   10 months vboxsync include/iprt/armv8.h: Add CNTFRQ_EL0 and CNTVCT_EL0 system register …
(edit) @104654   10 months vboxsync include/iprt/param.h: Set page size and associated macros to indicate …
(edit) @104626   10 months vboxsync IPRT/VFS: Fixed warnings. ​bugref:3409
(edit) @104570   10 months vboxsync Make TLS default and auto-generate a certificate - bugref:10310
(edit) @104541   10 months vboxsync Revert r163069-r163071 for debugging
(edit) @104538   10 months vboxsync Made TLS default with auto-generation of self-signed certificate - #10310
(edit) @104525   10 months vboxsync VBox/vmm/pdmnetifs.h: Change PDMSCATTERGATHER::fFlags from size_t to …
(edit) @104516   10 months vboxsync VMM/GCM,IEM,HM: Integrate GCM with IEM, extending it to cover the mesa …
(edit) @104511   10 months vboxsync VMM: Some more GCM cleanup. bugref:9735 bugref:10683
(edit) @104510   10 months vboxsync VMM: Some more GCM cleanup. bugref:9735 bugref:10683
(edit) @104509   10 months vboxsync VMM: Some more GCM cleanup. bugref:9735 bugref:10683
(edit) @104508   10 months vboxsync VMM: Some more GCM cleanup. bugref:9735 bugref:10683
(edit) @104507   10 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) @104398   11 months vboxsync iprt/armv8.h: Some more system register definitions, bugref:10391
(edit) @104386   11 months vboxsync VMM/GIC: Add a dedicated GIC device implementation for linux.arm64 …
(edit) @104382   11 months vboxsync iprt/armv8.h: Build fix. bugref:10652
(edit) @104378   11 months vboxsync VMM/IEM: Automtically convert IEMInternal.h & IEMN8veRecompiler.h into …
(edit) @104366   11 months vboxsync VMM/IEM: Use IEMInternal.h from IEMAllN8veHlpA-arm64.S and produce …
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