aboutsummaryrefslogtreecommitdiff
path: root/target/arm/tcg
AgeCommit message (Expand)Author
2023-09-21target/arm: Remove unused allocation_tag_mem() argumentPeter Maydell
2023-09-21target/arm: Implement FEAT_HBCPeter Maydell
2023-09-19Merge tag 'pull-tcg-20230915-2' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2023-09-16target/arm: Use tcg_gen_gvec_cmpi for compare vs 0Richard Henderson
2023-09-15target/arm: Use clmul_64Richard Henderson
2023-09-15target/arm: Use clmul_32* routinesRichard Henderson
2023-09-15target/arm: Use clmul_16* routinesRichard Henderson
2023-09-15target/arm: Use clmul_8* routinesRichard Henderson
2023-09-11Merge tag 'pull-riscv-to-apply-20230911' of https://github.com/alistair23/qem...Stefan Hajnoczi
2023-09-11crypto: Create sm4_subwordMax Chou
2023-09-08target/arm: Implement FEAT_TIDCP1Richard Henderson
2023-09-08target/arm: Implement HCR_EL2.TIDCPRichard Henderson
2023-09-08target/arm: Implement cortex-a710Richard Henderson
2023-09-08target/arm: Do not use gen_mte_checkN in trans_STGPRichard Henderson
2023-09-08target/arm: Implement FEAT_FPAC and FEAT_FPACCOMBINEAaron Lindsay
2023-09-08target/arm: Inform helpers whether a PAC instruction is 'combined'Aaron Lindsay
2023-09-08target/arm: Implement FEAT_Pauth2Aaron Lindsay
2023-09-08target/arm: Implement FEAT_EPACAaron Lindsay
2023-09-08target/arm: Implement FEAT_PACQARMA3Richard Henderson
2023-09-08target/arm: Don't change pauth features when changing algorithmRichard Henderson
2023-09-08target/arm: Add feature detection for FEAT_Pauth2 and extensionsAaron Lindsay
2023-08-31target/arm: Catch illegal-exception-return from EL3 with bad NSE/NSPeter Maydell
2023-08-31target/arm: properly document FEAT_CRC32Alex Bennée
2023-08-31target/arm: Implement FEAT_HPDS2 as a no-opRichard Henderson
2023-08-31target/arm: Apply access checks to neoverse-v1 special registersRichard Henderson
2023-08-31target/arm: Apply access checks to neoverse-n1 special registersRichard Henderson
2023-08-31target/arm: Introduce make_ccsidr64Richard Henderson
2023-08-31target/arm: Support more GM blocksizesRichard Henderson
2023-08-31target/arm: Allow cpu to configure GM blocksizeRichard Henderson
2023-08-24target/arm: Use tcg_gen_negsetcond_*Richard Henderson
2023-08-22target/arm: Fix 64-bit SSRARichard Henderson
2023-08-22target/arm: Fix SME ST1QRichard Henderson
2023-07-31target/arm/tcg: Don't build AArch64 decodetree files for qemu-system-armPeter Maydell
2023-07-31target/arm: Avoid writing to constant TCGv in trans_CSEL()Peter Maydell
2023-07-31target/arm: Fix MemOp for STGPRichard Henderson
2023-07-25arm: spelling fixesMichael Tokarev
2023-07-09target/arm: Use aesdec_IMCRichard Henderson
2023-07-09target/arm: Use aesenc_MCRichard Henderson
2023-07-09target/arm: Use aesdec_ISB_ISR_AKRichard Henderson
2023-07-09target/arm: Use aesenc_SB_SR_AKRichard Henderson
2023-07-08target/arm: Demultiplex AESE and AESMCRichard Henderson
2023-07-08target/arm: Move aesmc and aesimc tables to crypto/aes.cRichard Henderson
2023-07-06target/arm: Define neoverse-v1Peter Maydell
2023-07-06target/arm: Fix SME full tile indexingRichard Henderson
2023-07-03plugins: force slow path when plugins instrument memory opsAlex Bennée
2023-06-23target/arm: Fix sve predicate store, 8 <= VQ <= 15Richard Henderson
2023-06-23target/arm: Add cpu properties for enabling FEAT_RMERichard Henderson
2023-06-23target/arm: Implement GPC exceptionsRichard Henderson
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé
2023-06-19target/arm: Convert load/store tags insns to decodetreePeter Maydell