summaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-08-05target/arm: Fix Rt/Rt2 in ESR_ELx for copro traps from AArch32 to 64Peter Maydell
2020-08-04target/arm: Fix decode of LDRA[AB] instructionsPeter Collingbourne
2020-08-03target/arm: Avoid maybe-uninitialized warning with gcc 4.9Kaige Li
2020-08-03target/arm: Fix AddPAC error indicationRichard Henderson
2020-07-27target/arm: Improve IMPDEF algorithm for IRGRichard Henderson
2020-07-27target/arm: Always pass cacheattr in S1_ptw_translateRichard Henderson
2020-07-20hw/arm/virt: Enable MTE via a machine propertyRichard Henderson
2020-07-13target/arm: Don't do raw writes for PMINTENCLRAaron Lindsay
2020-07-13target/arm: Fix mtedesc for do_mem_zpzRichard Henderson
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-07-03target/arm: Fix temp double-free in sve ldr/strRichard Henderson
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