index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
/
bufferiszero.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
util/bufferiszero: Split out host include files
Richard Henderson
2024-06-19
1
-190
/
+1
*
host/i386: assume presence of SSE2
Paolo Bonzini
2024-06-05
1
-2
/
+2
*
util/bufferiszero: Add simd acceleration for aarch64
Richard Henderson
2024-05-03
1
-0
/
+67
*
util/bufferiszero: Simplify test_buffer_is_zero_next_accel
Richard Henderson
2024-05-03
1
-46
/
+35
*
util/bufferiszero: Introduce biz_accel_fn typedef
Richard Henderson
2024-05-03
1
-3
/
+4
*
util/bufferiszero: Improve scalar variant
Richard Henderson
2024-05-03
1
-34
/
+51
*
util/bufferiszero: Optimize SSE2 and AVX2 variants
Alexander Monakov
2024-05-03
1
-41
/
+76
*
util/bufferiszero: Remove useless prefetches
Alexander Monakov
2024-05-03
1
-3
/
+0
*
util/bufferiszero: Reorganize for early test for acceleration
Alexander Monakov
2024-05-03
1
-51
/
+31
*
util/bufferiszero: Remove AVX512 variant
Alexander Monakov
2024-05-03
1
-35
/
+3
*
util/bufferiszero: Remove SSE4.1 variant
Alexander Monakov
2024-05-03
1
-29
/
+0
*
util/bufferiszero: Use i386 host/cpuinfo.h
Richard Henderson
2023-05-23
1
-80
/
+45
*
include/qemu/cpuid: Introduce xgetbv_low
Richard Henderson
2023-03-05
1
-2
/
+1
*
util/bufferiszero: Use __attribute__((target)) for avx2/avx512
Richard Henderson
2023-01-16
1
-35
/
+6
*
cpuid: use unsigned for max cpuid
Michael S. Tsirkin
2022-02-04
1
-1
/
+1
*
util/bufferiszero: improve avx2 accelerator
Robert Hoo
2020-04-01
1
-17
/
+9
*
util/bufferiszero: assign length_to_accel value for each accelerator case
Robert Hoo
2020-04-01
1
-0
/
+3
*
util: add util function buffer_zero_avx512()
Robert Hoo
2020-03-16
1
-10
/
+61
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
1
-1
/
+0
*
util: Introduce include/qemu/cpuid.h
Richard Henderson
2017-07-24
1
-4
/
+3
*
cutils: Rewrite x86 buffer zero checking
Richard Henderson
2016-09-14
1
-75
/
+156
*
cutils: Add generic prefetch
Richard Henderson
2016-09-13
1
-0
/
+5
*
cutils: Add SSE4 version
Paolo Bonzini
2016-09-13
1
-0
/
+10
*
cutils: Add test for buffer_is_zero
Richard Henderson
2016-09-13
1
-0
/
+20
*
cutils: Remove ppc buffer zero checking
Richard Henderson
2016-09-13
1
-25
/
+1
*
cutils: Remove aarch64 buffer zero checking
Richard Henderson
2016-09-13
1
-15
/
+0
*
cutils: Rearrange buffer_is_zero acceleration
Richard Henderson
2016-09-13
1
-191
/
+157
*
cutils: Export only buffer_is_zero
Richard Henderson
2016-09-13
1
-4
/
+4
*
cutils: Remove SPLAT macro
Richard Henderson
2016-09-13
1
-4
/
+0
*
cutils: Move buffer_is_zero and subroutines to a new file
Richard Henderson
2016-09-13
1
-0
/
+272