aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2020-07-03target/arm: kvm: Handle misconfigured dabt injectionBeata Michalska
2020-07-03target/arm: kvm: Handle DABT with no valid ISSBeata Michalska
2020-06-26target/arm: Enable MTERichard Henderson
2020-06-26target/arm: Add allocation tag storage for system modeRichard Henderson
2020-06-26target/arm: Create tagged ram when MTE is enabledRichard Henderson
2020-06-26target/arm: Cache the Tagged bit for a page in MemTxAttrsRichard Henderson
2020-06-26target/arm: Always pass cacheattr to get_phys_addrRichard Henderson
2020-06-26target/arm: Set PSTATE.TCO on exception entryRichard Henderson
2020-06-26target/arm: Implement data cache set allocation tagsRichard Henderson
2020-06-26target/arm: Complete TBI clearing for user-only for SVERichard Henderson
2020-06-26target/arm: Add mte helpers for sve scatter/gather memory opsRichard Henderson
2020-06-26target/arm: Handle TBI for sve scalar + int memory opsRichard Henderson
2020-06-26target/arm: Add mte helpers for sve scalar + int ff/nf loadsRichard Henderson
2020-06-26target/arm: Add mte helpers for sve scalar + int storesRichard Henderson
2020-06-26target/arm: Add mte helpers for sve scalar + int loadsRichard Henderson
2020-06-26target/arm: Add arm_tlb_bti_gpRichard Henderson
2020-06-26target/arm: Tidy trans_LD1R_zpriRichard Henderson
2020-06-26target/arm: Use mte_check1 for sve LD1RRichard Henderson
2020-06-26target/arm: Use mte_checkN for sve unpredicated storesRichard Henderson
2020-06-26target/arm: Use mte_checkN for sve unpredicated loadsRichard Henderson
2020-06-26target/arm: Add helper_mte_check_zvaRichard Henderson
2020-06-26target/arm: Implement helper_mte_checkNRichard Henderson
2020-06-26target/arm: Implement helper_mte_check1Richard Henderson
2020-06-26target/arm: Add gen_mte_checkNRichard Henderson
2020-06-26target/arm: Add gen_mte_check1Richard Henderson
2020-06-26target/arm: Move regime_tcr to internals.hRichard Henderson
2020-06-26target/arm: Move regime_el to internals.hRichard Henderson
2020-06-26target/arm: Implement the access tag cache flushesRichard Henderson
2020-06-26target/arm: Implement the LDGM, STGM, STZGM instructionsRichard Henderson
2020-06-26target/arm: Simplify DC_ZVARichard Henderson
2020-06-26target/arm: Restrict the values of DCZID.BS under TCGRichard Henderson
2020-06-26target/arm: Implement the STGP instructionRichard Henderson
2020-06-26target/arm: Implement LDG, STG, ST2G instructionsRichard Henderson
2020-06-26target/arm: Define arm_cpu_do_unaligned_access for user-onlyRichard Henderson
2020-06-26target/arm: Implement the SUBP instructionRichard Henderson
2020-06-26target/arm: Implement the GMI instructionRichard Henderson
2020-06-26target/arm: Implement the ADDG, SUBG instructionsRichard Henderson
2020-06-26target/arm: Revise decoding for disas_add_sub_immRichard Henderson
2020-06-26target/arm: Implement the IRG instructionRichard Henderson
2020-06-26target/arm: Add MTE bits to tb_flagsRichard Henderson
2020-06-26target/arm: Add MTE system registersRichard Henderson
2020-06-26target/arm: Add DISAS_UPDATE_NOCHAINRichard Henderson
2020-06-26target/arm: Rename DISAS_UPDATE to DISAS_UPDATE_EXITRichard Henderson
2020-06-26target/arm: Add support for MTE to HCR_EL2 and SCR_EL3Richard Henderson
2020-06-26target/arm: Add support for MTE to SCTLR_ELxRichard Henderson
2020-06-26target/arm: Improve masking of SCR RES0 bitsRichard Henderson
2020-06-26target/arm: Add isar tests for mteRichard Henderson
2020-06-23target/arm: Check supported KVM features globally (not per vCPU)Philippe Mathieu-Daudé
2020-06-23target/arm: Remove dead code relating to SABA and UABAPeter Maydell
2020-06-23target/arm: Remove unnecessary gen_io_end() callsPeter Maydell