aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)AuthorFilesLines
2020-08-21meson: targetPaolo Bonzini2-89/+62
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini5-32/+32
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-0/+1
2020-08-05target/arm: Fix Rt/Rt2 in ESR_ELx for copro traps from AArch32 to 64Peter Maydell1-1/+91
2020-08-04target/arm: Fix decode of LDRA[AB] instructionsPeter Collingbourne1-2/+4
2020-08-03target/arm: Avoid maybe-uninitialized warning with gcc 4.9Kaige Li1-1/+1
2020-08-03target/arm: Fix AddPAC error indicationRichard Henderson1-1/+5
2020-07-27target/arm: Improve IMPDEF algorithm for IRGRichard Henderson1-7/+30
2020-07-27target/arm: Always pass cacheattr in S1_ptw_translateRichard Henderson1-13/+6
2020-07-20hw/arm/virt: Enable MTE via a machine propertyRichard Henderson2-10/+14
2020-07-13target/arm: Don't do raw writes for PMINTENCLRAaron Lindsay1-2/+2
2020-07-13target/arm: Fix mtedesc for do_mem_zpzRichard Henderson1-1/+1
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2-11/+4
2020-07-10qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-2/+1
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-1/+1
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2-8/+4
2020-07-03target/arm: Fix temp double-free in sve ldr/strRichard Henderson3-6/+9
2020-07-03target/arm: kvm: Handle misconfigured dabt injectionBeata Michalska5-1/+124
2020-07-03target/arm: kvm: Handle DABT with no valid ISSBeata Michalska1-0/+52
2020-06-26target/arm: Enable MTERichard Henderson1-0/+5
2020-06-26target/arm: Add allocation tag storage for system modeRichard Henderson1-0/+131
2020-06-26target/arm: Create tagged ram when MTE is enabledRichard Henderson2-4/+54
2020-06-26target/arm: Cache the Tagged bit for a page in MemTxAttrsRichard Henderson2-3/+50
2020-06-26target/arm: Always pass cacheattr to get_phys_addrRichard Henderson4-36/+42
2020-06-26target/arm: Set PSTATE.TCO on exception entryRichard Henderson1-0/+3
2020-06-26target/arm: Implement data cache set allocation tagsRichard Henderson3-1/+58
2020-06-26target/arm: Complete TBI clearing for user-only for SVERichard Henderson3-2/+25
2020-06-26target/arm: Add mte helpers for sve scatter/gather memory opsRichard Henderson3-253/+877
2020-06-26target/arm: Handle TBI for sve scalar + int memory opsRichard Henderson3-3/+6
2020-06-26target/arm: Add mte helpers for sve scalar + int ff/nf loadsRichard Henderson3-100/+357
2020-06-26target/arm: Add mte helpers for sve scalar + int storesRichard Henderson3-78/+226
2020-06-26target/arm: Add mte helpers for sve scalar + int loadsRichard Henderson5-98/+385
2020-06-26target/arm: Add arm_tlb_bti_gpRichard Henderson3-2/+15
2020-06-26target/arm: Tidy trans_LD1R_zpriRichard Henderson1-5/+7
2020-06-26target/arm: Use mte_check1 for sve LD1RRichard Henderson1-2/+4
2020-06-26target/arm: Use mte_checkN for sve unpredicated storesRichard Henderson1-28/+33
2020-06-26target/arm: Use mte_checkN for sve unpredicated loadsRichard Henderson1-28/+33
2020-06-26target/arm: Add helper_mte_check_zvaRichard Henderson3-1/+122
2020-06-26target/arm: Implement helper_mte_checkNRichard Henderson2-1/+166
2020-06-26target/arm: Implement helper_mte_check1Richard Henderson2-1/+179
2020-06-26target/arm: Add gen_mte_checkNRichard Henderson4-16/+66
2020-06-26target/arm: Add gen_mte_check1Richard Henderson5-24/+95
2020-06-26target/arm: Move regime_tcr to internals.hRichard Henderson2-9/+9
2020-06-26target/arm: Move regime_el to internals.hRichard Henderson2-36/+36
2020-06-26target/arm: Implement the access tag cache flushesRichard Henderson1-0/+65
2020-06-26target/arm: Implement the LDGM, STGM, STZGM instructionsRichard Henderson4-8/+153
2020-06-26target/arm: Simplify DC_ZVARichard Henderson1-70/+26
2020-06-26target/arm: Restrict the values of DCZID.BS under TCGRichard Henderson1-0/+24
2020-06-26target/arm: Implement the STGP instructionRichard Henderson1-3/+26
2020-06-26target/arm: Implement LDG, STG, ST2G instructionsRichard Henderson5-5/+386