|
|
@105353
|
7 months |
vboxsync |
iprt/req.h,*: Adjustments of the RTReqQueue API to fit darwin/arm64 …
|
|
|
@105352
|
7 months |
vboxsync |
VMM/VMR3Req,iprt/cdefs.h: Adjustments of VMR3ReqCallUV family to fit …
|
|
|
@105257
|
7 months |
vboxsync |
include/iprt/x86.h: Add signed integer views to X86YMMREG and …
|
|
|
@105216
|
7 months |
vboxsync |
iprt/x86.h: doxygen fix. bugref:10715
|
|
|
@105175
|
7 months |
vboxsync |
include/iprt/armv8.h: Add helper for 3 operand floating point …
|
|
|
@105174
|
7 months |
vboxsync |
include/iprt/armv8.h: Add helper for 3 operand floating point …
|
|
|
@105173
|
7 months |
vboxsync |
VMM/IEM: Implement native emitter for packuswb, bugref:10652
|
|
|
@105172
|
7 months |
vboxsync |
VMM/IEM: Implement native emitters for pmullw,paddusb,paddusw, bugref:10652
|
|
|
@105171
|
7 months |
vboxsync |
VMM/IEM: Implement native emitter for por,orps,orpd instructions, some …
|
|
|
@105170
|
7 months |
vboxsync |
VMM/IEM: Implement native emitter for por,orps,orpd instructions, some …
|
|
|
@105154
|
7 months |
vboxsync |
iprt/asmdefs.mac: Corrected RT_NOCRT_BEGINPROC to not export symbols …
|
|
|
@105124
|
7 months |
vboxsync |
Certificate repair function added - bugref:10310
|
|
|
@105072
|
7 months |
vboxsync |
VMM/IEM,DBGF,bs3-cpu-weird-1: Early data breakpoint support, mostly …
|
|
|
@104994
|
7 months |
vboxsync |
iprt/x86.h: Defined more ARCH_CAP bits. bugref:10687
|
|
|
@104984
|
8 months |
vboxsync |
VMM/IEM: Relax alignment restrictions in native code TLB lookup, avoid …
|
|
|
@104974
|
8 months |
vboxsync |
Devices/Trace: Updates to the TPM trace decoding, bugref:10701 …
|
|
|
@104966
|
8 months |
vboxsync |
Runtime/tools/RTTraceLogTool,Devices/Trace: Decouple decoding from …
|
|
|
@104923
|
8 months |
vboxsync |
Devices/Trace: Some more TPM trace decoding, bugref:10701
|
|
|
@104921
|
8 months |
vboxsync |
Runtime/tools/RTTraceLogTool,Devices/VBoxTraceLogDecoders.cpp: Allow …
|
|
|
@104920
|
8 months |
vboxsync |
Runtime/tools/RTTraceLogTool,Devices/VBoxTraceLogDecoders.cpp: Allow …
|
|
|
@104918
|
8 months |
vboxsync |
Devices/Trace: Some more decoding for TPM commands, bugref:10701
|
|
|
@104905
|
8 months |
vboxsync |
Devices/Trace: Some updates to the TPM trace decoding, bugref:10701 …
|
|
|
@104893
|
8 months |
vboxsync |
include/formats/tpm.h: Add more constants, bugref:10701
|
|
|
@104892
|
8 months |
vboxsync |
Runtime/RTTraceLogTool: Add support for loading decoder plugins which …
|
|
|
@104848
|
8 months |
vboxsync |
VMM/PGM,SUPDrv,IPRT: Added a RTR0MemObjZeroInitialize function to …
|
|
|
@104808
|
8 months |
vboxsync |
iprt/assert.h: Added AssertLogRelReturnStmt & …
|
|
|
@104807
|
8 months |
vboxsync |
iprt/asm.h: re-shuffle declarations and code to meet ISO C90 …
|
|
|
@104795
|
8 months |
vboxsync |
iprt/asm.h: Added ASMAtomic[Uo]WriteU128[U|v2] and …
|
|
|
@104745
|
9 months |
vboxsync |
IPRT,Main: Reworked the newly introduced RTCrX509Certificate_Generate …
|
|
|
@104730
|
9 months |
vboxsync |
Config.kmk,include/iprt/param.h: Allow bolting the linux.arm64 builds …
|
|
|
@104728
|
9 months |
vboxsync |
include/iprt/armv8.h: Include system register definitions for the …
|
|
|
@104726
|
9 months |
vboxsync |
include/iprt/armv8.h: Include system register definitions for …
|
|
|
@104666
|
9 months |
vboxsync |
include/iprt/param.h: Set page size and associated macros to indicate …
|
|
|
@104664
|
9 months |
vboxsync |
include/iprt/asm-math.h: Build fix for win.arm64 where the emul and …
|
|
|
@104662
|
9 months |
vboxsync |
include/iprt/asmdefs-arm.h: Support win.arm64 when using clang for the …
|
|
|
@104655
|
9 months |
vboxsync |
include/iprt/armv8.h: Add CNTFRQ_EL0 and CNTVCT_EL0 system register …
|
|
|
@104654
|
9 months |
vboxsync |
include/iprt/param.h: Set page size and associated macros to indicate …
|
|
|
@104626
|
9 months |
vboxsync |
IPRT/VFS: Fixed warnings. bugref:3409
|
|
|
@104570
|
9 months |
vboxsync |
Make TLS default and auto-generate a certificate - bugref:10310
|
|
|
@104541
|
9 months |
vboxsync |
Revert r163069-r163071 for debugging
|
|
|
@104538
|
9 months |
vboxsync |
Made TLS default with auto-generation of self-signed certificate - #10310
|
|
|
@104398
|
10 months |
vboxsync |
iprt/armv8.h: Some more system register definitions, bugref:10391
|
|
|
@104382
|
10 months |
vboxsync |
iprt/armv8.h: Build fix. bugref:10652
|
|
|
@104366
|
10 months |
vboxsync |
VMM/IEM: Use IEMInternal.h from IEMAllN8veHlpA-arm64.S and produce …
|
|
|
@104365
|
10 months |
vboxsync |
iprt/cdefs.h: Added RT_IN_ASSEMBLER for when we're preprocessing for …
|
|
|
@104351
|
10 months |
vboxsync |
VMM/IEM: Implement native emitters for pcmpeqb, pcmpeqw and pcmpeqd …
|
|
|
@104350
|
10 months |
vboxsync |
VMM/IEM: Implement native emitters for pcmpeqb, pcmpeqw and pcmpeqd …
|
|
|
@104349
|
10 months |
vboxsync |
VMM/IEM: Implement native emitters for pcmpeqb, pcmpeqw and pcmpeqd …
|
|
|
@104341
|
10 months |
vboxsync |
VMM/IEM: Improved iemNativeEmitMarker on arm64. bugref:10375
|
|
|
@104323
|
10 months |
vboxsync |
VMM/IEM: Implement native emitters for paddb,paddw,paddd,paddq, …
|
|
|
@104314
|
10 months |
vboxsync |
VMM/IEM: Implement native emitters for paddb,paddw,paddd,paddq, …
|
|
|
@104308
|
10 months |
vboxsync |
IPRT/http-curl: Also handle the 501 HTTP status code. Required for …
|
|
|
@104304
|
10 months |
vboxsync |
VMM/IEM: Implement native emitters for paddb,paddw,paddd,paddq, …
|
|
|
@104299
|
10 months |
vboxsync |
VMM/IEM: ARM assembly rendition of RCR. Shortened the 8, 16 & 32 bit …
|
|
|
@104294
|
10 months |
vboxsync |
VMM/IEM: Implement native emitters for psllw,pslld,psllq, bugref:10652
|
|
|
@104293
|
10 months |
vboxsync |
VMM/IEM: Implement native emitters for psrlw,psrld,psrlq, bugref:10652 …
|
|
|
@104292
|
10 months |
vboxsync |
VMM/IEM: Implement native emitters for psrlw,psrld,psrlq, bugref:10652
|
|
|
@104286
|
10 months |
vboxsync |
IPRT/log,Main: Open the parent directory of the log file on Windows …
|
|
|
@104279
|
10 months |
vboxsync |
VMM/IEM: Implement a native emitter for the pand,andps,andpd …
|
|
|
@104238
|
10 months |
vboxsync |
VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
|
|
|
@104230
|
10 months |
vboxsync |
asmdefs-arm.mac,asmdefs-arm.h: Merge asmdefs-arm.mac into …
|
|
|
@104216
|
10 months |
vboxsync |
include/iprt/asmdefs-arm.h: Convert #if ASM_FORMAT_MACHO to #ifdef …
|
|
|
@104214
|
10 months |
vboxsync |
iprt/asmdefs-arm.mac: Fixes, bugref:10391
|
|
|
@104213
|
10 months |
vboxsync |
bldprogs/VBoxDef2LazyLoad: Get it working on linux.arm64/ELF, bugref:10391
|
|
|
@104212
|
10 months |
vboxsync |
include/iprt,VMM/IEMAllN8veHlpA-arm64.S: Introduce a new …
|
|
|
@104147
|
10 months |
vboxsync |
VMM/IEM: Optimize (?) the TLB code on ARM64 by using LDP and (for …
|
|
|
@104056
|
10 months |
vboxsync |
VMM/IEM: Implement native emitters for IEM_MC_LOCAL_ASSIGN(), …
|
|
|
@104040
|
10 months |
vboxsync |
iprt/armv8.h: Data processing instructions with to register inputs. …
|
|
|
@104039
|
10 months |
vboxsync |
iprt/armv8.h: Data processing instructions with to register inputs. …
|
|
|
@104013
|
11 months |
vboxsync |
iprt/arm64.h: Build fix. bugref:10614
|
|
|
@104010
|
11 months |
vboxsync |
*: Fixed various calloc argument order warnings from gcc 14.
|
|
|
@103990
|
11 months |
vboxsync |
VMM/IEM: Fix the SIMD guest register value checking, cnt operates on …
|
|
|
@103976
|
11 months |
vboxsync |
iprt/cdefs.h: RT_OVERRIDE adj for clang; added RT_FINAL.
|
|
|
@103930
|
11 months |
vboxsync |
include: kmk incs; bugref:9898
|
|
|
@103929
|
11 months |
vboxsync |
iprt/x86.h: Added X86_OP_VEX3_BYTE1_MAKE(). bugref:9898
|
|
|
@103894
|
11 months |
vboxsync |
VMM/IEM: Add SIMD local variable support and implement native emitters …
|
|
|
@103887
|
11 months |
vboxsync |
iprt/asm-math.h,ValKit/bs3-cpu-instr-3: 32-bit watcom implementation …
|
|
|
@103860
|
11 months |
vboxsync |
VMM/IEM: Reworked iemNativeEmitMaybeRaiseSseRelatedXcpt to avoid …
|
|
|
@103833
|
11 months |
vboxsync |
iprt/armv8.h: Corrected assertion in Armv8A64MkInstrLogicalImm. …
|
|
|
@103822
|
11 months |
vboxsync |
VMM/IEM: Implement native emitter for …
|
|
|
@103821
|
11 months |
vboxsync |
VMM/IEM: Use vpbroadcast, some VEX3 prefix cleanups, bugref:10614
|
|
|
@103815
|
11 months |
vboxsync |
VMM/IEM: Implement native emitter for …
|
|
|
@103777
|
11 months |
vboxsync |
VMM/IEM: Implement emitter for IEM_MC_STORE_XREG_U64() and some fixes …
|
|
|
@103758
|
11 months |
vboxsync |
VMM/IEM: More amd64 fixes for SIMD enablement, bs3-cpu-instr-3 works …
|
|
|
@103755
|
11 months |
vboxsync |
iprt/cdefs.h: Fixed typo in r161965. bugref:10376
|
|
|
@103754
|
11 months |
vboxsync |
include/iprt/armv8.h: Fix generation of umov instruction, bugref:10614
|
|
|
@103733
|
11 months |
vboxsync |
include/iprt/armv8.h: Some NEON/SIMD helpers, bugref:10614 [fix]
|
|
|
@103732
|
11 months |
vboxsync |
include/iprt/armv8.h: Some NEON/SIMD helpers, bugref:10614 [overly …
|
|
|
@103722
|
11 months |
vboxsync |
include/iprt/armv8.h: Some NEON/SIMD helpers, bugref:10614 [doxygen]
|
|
|
@103716
|
11 months |
vboxsync |
include/iprt/armv8.h: Some NEON/SIMD helpers, bugref:10614 [doxygen]
|
|
|
@103715
|
11 months |
vboxsync |
include/iprt/armv8.h: Some NEON/SIMD helpers, bugref:10614
|
|
|
@103691
|
11 months |
vboxsync |
VMM/IEM: Implemented iemNativeEmit_adc_r_r_efl and enabled it on both …
|
|
|
@103675
|
11 months |
vboxsync |
VMM/IEM: Implemented iemNativeEmit_sub_r_r_efl and enabled it for both …
|
|
|
@103668
|
11 months |
vboxsync |
include/iprt/x86.h: Some _BIT definitions for the CR registers, …
|
|
|
@103638
|
11 months |
vboxsync |
include/iprt/assert.h: Add AssertReleaseStmt() and …
|
|
|
@103628
|
11 months |
vboxsync |
iprt/net.h: Some inlined IPv4 initialization and conversion to/from …
|
|
|
@103626
|
11 months |
vboxsync |
include/iprt/nocrt/assert.h: missing parentheses
|
|
|
@103611
|
11 months |
vboxsync |
ValKit/bs3-cpu-instr-2: Test the alternate reg/reg encoding of and, …
|
|
|
@103607
|
11 months |
vboxsync |
iprt/cdefs.h: Introducing RT_ARCH_VAL which is set to …
|
|
|
@103606
|
11 months |
vboxsync |
iprt/armv8.h: CSEL and friends. bugref:10376
|
|
|