Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-05-23 | qemu/atomic128: Add runtime test for FEAT_LSE2 | Richard Henderson | 1 | -13/+40 |
2023-05-23 | qemu/atomic128: Improve cmpxchg fallback for atomic16_set | Richard Henderson | 1 | -4/+7 |
2023-05-23 | qemu/atomic128: Split atomic16_read | Richard Henderson | 2 | -17/+35 |
2023-05-23 | accel/tcg: Eliminate #if on HAVE_ATOMIC128 and HAVE_CMPXCHG128 | Richard Henderson | 2 | -1/+3 |
2023-05-23 | include/qemu: Move CONFIG_ATOMIC128_OPT handling to atomic128.h | Richard Henderson | 2 | -10/+20 |
2023-05-23 | include/host: Split out atomic128-ldst.h | Richard Henderson | 2 | -0/+106 |
2023-05-23 | include/host: Split out atomic128-cas.h | Richard Henderson | 2 | -0/+86 |
2023-05-23 | util: Add cpuinfo-aarch64.c | Richard Henderson | 1 | -0/+22 |
2023-05-23 | util: Add i386 CPUINFO_ATOMIC_VMOVDQU | Richard Henderson | 1 | -0/+1 |
2023-05-23 | util: Add cpuinfo-i386.c | Richard Henderson | 2 | -0/+39 |
2023-05-23 | util: Introduce host-specific cpuinfo.h | Richard Henderson | 1 | -0/+4 |