index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
host
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
util/cpuinfo-riscv: Support host/cpuinfo.h for riscv
Richard Henderson
2024-07-03
1
-0
/
+23
*
Revert "host/i386: assume presence of SSE2"
Paolo Bonzini
2024-06-28
2
-2
/
+4
*
Revert "host/i386: assume presence of POPCNT"
Paolo Bonzini
2024-06-28
1
-0
/
+1
*
util/bufferiszero: Add loongarch64 vector acceleration
Richard Henderson
2024-06-19
1
-0
/
+143
*
util/bufferiszero: Split out host include files
Richard Henderson
2024-06-19
4
-0
/
+211
*
util/loongarch64: Detect LASX vector support
Richard Henderson
2024-06-19
1
-0
/
+1
*
host/i386: assume presence of POPCNT
Paolo Bonzini
2024-06-05
1
-1
/
+0
*
host/i386: assume presence of SSE2
Paolo Bonzini
2024-06-05
1
-1
/
+0
*
host/i386: assume presence of CMOV
Paolo Bonzini
2024-06-05
1
-1
/
+0
*
host/i386: nothing looks at CPUINFO_SSE4
Paolo Bonzini
2024-06-05
1
-1
/
+0
*
accel/tcg: Rename load-extract/store-insert headers using .h.inc suffix
Philippe Mathieu-Daudé
2024-04-26
7
-0
/
+0
*
host/include/generic/host/atomic128: Fix compilation problem with Clang 17
Thomas Huth
2023-11-13
2
-2
/
+2
*
host/include/loongarch64: Add atomic16 load and store
Richard Henderson
2023-11-06
3
-0
/
+103
*
util: Add cpuinfo for loongarch64
Richard Henderson
2023-11-06
1
-0
/
+21
*
i386: spelling fixes
Michael Tokarev
2023-09-20
1
-1
/
+1
*
ppc: spelling fixes
Michael Tokarev
2023-09-20
1
-1
/
+1
*
Merge tag 'pull-tcg-20230915-2' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
2023-09-19
1
-0
/
+1
|
\
|
*
util/cpuinfo-aarch64: Add CPUINFO_BTI
Richard Henderson
2023-09-16
1
-0
/
+1
*
|
host/include/aarch64: Implement clmul.h
Richard Henderson
2023-09-15
2
-0
/
+42
*
|
host/include/i386: Implement clmul.h
Richard Henderson
2023-09-15
3
-0
/
+31
*
|
crypto: Add generic 64-bit carry-less multiply routine
Richard Henderson
2023-09-15
1
-0
/
+15
|
/
*
other architectures: spelling fixes
Michael Tokarev
2023-07-25
1
-1
/
+1
*
arm: spelling fixes
Michael Tokarev
2023-07-25
1
-1
/
+1
*
host/include/ppc: Implement aes-round.h
Richard Henderson
2023-07-08
3
-0
/
+184
*
host/include/aarch64: Implement aes-round.h
Richard Henderson
2023-07-08
2
-0
/
+206
*
host/include/i386: Implement aes-round.h
Richard Henderson
2023-07-08
3
-0
/
+154
*
crypto: Add aesdec_ISB_ISR_AK_IMC
Richard Henderson
2023-07-08
1
-0
/
+3
*
crypto: Add aesdec_ISB_ISR_IMC_AK
Richard Henderson
2023-07-08
1
-0
/
+3
*
crypto: Add aesenc_SB_SR_MC_AK
Richard Henderson
2023-07-08
1
-0
/
+3
*
crypto: Add aesdec_IMC
Richard Henderson
2023-07-08
1
-0
/
+2
*
crypto: Add aesenc_MC
Richard Henderson
2023-07-08
1
-0
/
+2
*
crypto: Add aesdec_ISB_ISR_AK
Richard Henderson
2023-07-08
1
-0
/
+4
*
crypto: Add aesenc_SB_SR_AK
Richard Henderson
2023-07-08
1
-0
/
+16
*
util: Add cpuinfo-ppc.c
Richard Henderson
2023-07-08
2
-0
/
+30
*
host/include/x86_64: Use __m128i for "x" constraints
Richard Henderson
2023-06-20
2
-13
/
+20
*
accel/tcg: Add aarch64 store_atom_insert_al16
Richard Henderson
2023-05-30
1
-0
/
+47
*
accel/tcg: Add aarch64 lse2 load_atom_extract_al16_or_al8
Richard Henderson
2023-05-30
1
-0
/
+40
*
accel/tcg: Add x86_64 load_atom_extract_al16_or_al8
Richard Henderson
2023-05-30
1
-0
/
+50
*
accel/tcg: Extract store_atom_insert_al16 to host header
Richard Henderson
2023-05-30
1
-0
/
+50
*
accel/tcg: Extract load_atom_extract_al16_or_al8 to host header
Richard Henderson
2023-05-30
1
-0
/
+45
*
qemu/atomic128: Add x86_64 atomic128-ldst.h
Richard Henderson
2023-05-30
1
-0
/
+68
*
qemu/atomic128: Add runtime test for FEAT_LSE2
Richard Henderson
2023-05-23
1
-13
/
+40
*
qemu/atomic128: Improve cmpxchg fallback for atomic16_set
Richard Henderson
2023-05-23
1
-4
/
+7
*
qemu/atomic128: Split atomic16_read
Richard Henderson
2023-05-23
2
-17
/
+35
*
accel/tcg: Eliminate #if on HAVE_ATOMIC128 and HAVE_CMPXCHG128
Richard Henderson
2023-05-23
2
-1
/
+3
*
include/qemu: Move CONFIG_ATOMIC128_OPT handling to atomic128.h
Richard Henderson
2023-05-23
2
-10
/
+20
*
include/host: Split out atomic128-ldst.h
Richard Henderson
2023-05-23
2
-0
/
+106
*
include/host: Split out atomic128-cas.h
Richard Henderson
2023-05-23
2
-0
/
+86
*
util: Add cpuinfo-aarch64.c
Richard Henderson
2023-05-23
1
-0
/
+22
*
util: Add i386 CPUINFO_ATOMIC_VMOVDQU
Richard Henderson
2023-05-23
1
-0
/
+1
[next]