summaryrefslogtreecommitdiff
path: root/host/include/generic
AgeCommit message (Expand)Author
2025-12-05include/generic/host: Fix atomic128-cas.h.inc for Int128 structureRichard Henderson
2025-08-30qemu/atomic: Add atomic16 primitives for xchg, fetch_and, fetch_orRichard Henderson
2025-03-08qemu/atomic: Rename atomic128-ldst.h headers using .h.inc suffixPhilippe Mathieu-Daudé
2025-03-08qemu/atomic: Rename atomic128-cas.h headers using .h.inc suffixPhilippe Mathieu-Daudé
2024-06-19util/bufferiszero: Split out host include filesRichard Henderson
2024-04-26accel/tcg: Rename load-extract/store-insert headers using .h.inc suffixPhilippe Mathieu-Daudé
2023-11-13host/include/generic/host/atomic128: Fix compilation problem with Clang 17Thomas Huth
2023-09-15crypto: Add generic 64-bit carry-less multiply routineRichard Henderson
2023-07-25other architectures: spelling fixesMichael Tokarev
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-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-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: Introduce host-specific cpuinfo.hRichard Henderson