aboutsummaryrefslogtreecommitdiff
path: root/host
AgeCommit message (Expand)Author
2023-11-13host/include/generic/host/atomic128: Fix compilation problem with Clang 17Thomas Huth
2023-11-06host/include/loongarch64: Add atomic16 load and storeRichard Henderson
2023-11-06util: Add cpuinfo for loongarch64Richard Henderson
2023-09-20i386: spelling fixesMichael Tokarev
2023-09-20ppc: spelling fixesMichael Tokarev
2023-09-19Merge tag 'pull-tcg-20230915-2' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2023-09-16util/cpuinfo-aarch64: Add CPUINFO_BTIRichard Henderson
2023-09-15host/include/aarch64: Implement clmul.hRichard Henderson
2023-09-15host/include/i386: Implement clmul.hRichard Henderson
2023-09-15crypto: Add generic 64-bit carry-less multiply routineRichard Henderson
2023-07-25other architectures: spelling fixesMichael Tokarev
2023-07-25arm: spelling fixesMichael Tokarev
2023-07-08host/include/ppc: Implement aes-round.hRichard Henderson
2023-07-08host/include/aarch64: Implement aes-round.hRichard Henderson
2023-07-08host/include/i386: Implement aes-round.hRichard Henderson
2023-07-08crypto: Add aesdec_ISB_ISR_AK_IMCRichard Henderson
2023-07-08crypto: Add aesdec_ISB_ISR_IMC_AKRichard Henderson
2023-07-08crypto: Add aesenc_SB_SR_MC_AKRichard Henderson
2023-07-08crypto: Add aesdec_IMCRichard Henderson
2023-07-08crypto: Add aesenc_MCRichard Henderson
2023-07-08crypto: Add aesdec_ISB_ISR_AKRichard Henderson
2023-07-08crypto: Add aesenc_SB_SR_AKRichard Henderson
2023-07-08util: Add cpuinfo-ppc.cRichard Henderson
2023-06-20host/include/x86_64: Use __m128i for "x" constraintsRichard Henderson
2023-05-30accel/tcg: Add aarch64 store_atom_insert_al16Richard Henderson
2023-05-30accel/tcg: Add aarch64 lse2 load_atom_extract_al16_or_al8Richard Henderson
2023-05-30accel/tcg: Add x86_64 load_atom_extract_al16_or_al8Richard Henderson
2023-05-30accel/tcg: Extract store_atom_insert_al16 to host headerRichard Henderson
2023-05-30accel/tcg: Extract load_atom_extract_al16_or_al8 to host headerRichard Henderson
2023-05-30qemu/atomic128: Add x86_64 atomic128-ldst.hRichard Henderson
2023-05-23qemu/atomic128: Add runtime test for FEAT_LSE2Richard Henderson
2023-05-23qemu/atomic128: Improve cmpxchg fallback for atomic16_setRichard Henderson
2023-05-23qemu/atomic128: Split atomic16_readRichard Henderson
2023-05-23accel/tcg: Eliminate #if on HAVE_ATOMIC128 and HAVE_CMPXCHG128Richard Henderson
2023-05-23include/qemu: Move CONFIG_ATOMIC128_OPT handling to atomic128.hRichard Henderson
2023-05-23include/host: Split out atomic128-ldst.hRichard Henderson
2023-05-23include/host: Split out atomic128-cas.hRichard Henderson
2023-05-23util: Add cpuinfo-aarch64.cRichard Henderson
2023-05-23util: Add i386 CPUINFO_ATOMIC_VMOVDQURichard Henderson
2023-05-23util: Add cpuinfo-i386.cRichard Henderson
2023-05-23util: Introduce host-specific cpuinfo.hRichard Henderson