aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2020-03-19Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell
2020-03-18Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-gdbstub-1...Peter Maydell
2020-03-18Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-03-17' into...Peter Maydell
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell
2020-03-17target/arm: don't bother with id_aa64pfr0_read for USER_ONLYAlex Bennée
2020-03-17target/arm: generate xml description of our SVE registersAlex Bennée
2020-03-17target/arm: default SVE length to 64 bytes for linux-userAlex Bennée
2020-03-17target/arm: explicitly encode regnum in our XMLAlex Bennée
2020-03-17target/arm: prepare for multiple dynamic XMLsAlex Bennée
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée
2020-03-17target/arm: use gdb_get_reg helpersAlex Bennée
2020-03-17Use &error_abort instead of separate assert()Markus Armbruster
2020-03-16qom/object: Use common get/set uint helpersFelipe Franciosi
2020-03-12target/arm: kvm: Inject events at the last stage of syncBeata Michalska
2020-03-12target/arm/kvm: Let kvm_arm_vgic_probe() return a bitmapEric Auger
2020-03-12target/arm: Disable clean_data_tbi for system modeRichard Henderson
2020-03-12target/arm: Check addresses for disabled regimesRichard Henderson
2020-03-12target/arm: Fix some comment typosPeter Maydell
2020-03-12target/arm: Recalculate hflags correctly after writes to CONTROLPeter Maydell
2020-03-12target/arm: Update hflags in trans_CPS_v7m()Peter Maydell
2020-03-05target/arm: Clean address for DC ZVARichard Henderson
2020-03-05target/arm: Use DEF_HELPER_FLAGS for helper_dc_zvaRichard Henderson
2020-03-05target/arm: Move helper_dc_zva to helper-a64.cRichard Henderson
2020-03-05target/arm: Apply TBI to ESR_ELx in helper_exception_returnRichard Henderson
2020-03-05target/arm: Introduce core_to_aa64_mmu_idxRichard Henderson
2020-03-05target/arm: Optimize cpu_mmu_indexRichard Henderson
2020-03-05target/arm: Replicate TBI/TBID bits for single range regimesRichard Henderson
2020-03-05target/arm: Honor the HCR_EL2.TTLB bitRichard Henderson
2020-03-05target/arm: Honor the HCR_EL2.TPU bitRichard Henderson
2020-03-05target/arm: Honor the HCR_EL2.TPCP bitRichard Henderson
2020-03-05target/arm: Honor the HCR_EL2.TACR bitRichard Henderson
2020-03-05target/arm: Honor the HCR_EL2.TSW bitRichard Henderson
2020-03-05target/arm: Honor the HCR_EL2.{TVM,TRVM} bitsRichard Henderson
2020-03-05target/arm: Improve masking in arm_hcr_el2_effRichard Henderson
2020-03-05target/arm: Remove EL2 and EL3 setup from user-onlyRichard Henderson
2020-03-05target/arm: Disable has_el2 and has_el3 for user-onlyRichard Henderson
2020-03-05target/arm: Add HCR_EL2 bit definitions from ARMv8.6Richard Henderson
2020-03-05target/arm: Improve masking of HCR/HCR2 RES0 bitsRichard Henderson
2020-03-05target/arm: Implement (trivially) ARMv8.2-TTCNPPeter Maydell
2020-02-28target/arm: Implement ARMv8.3-CCIDXPeter Maydell
2020-02-28target/arm: Implement v8.4-RCPCPeter Maydell
2020-02-28target/arm: Implement v8.3-RCPCPeter Maydell
2020-02-28target/arm: Fix wrong use of FIELD_EX32 on ID_AA64DFR0Peter Maydell
2020-02-28target/arm: Split VMINMAXNM decodeRichard Henderson
2020-02-28target/arm: Split VFM decodeRichard Henderson
2020-02-28target/arm: Add formats for some vfp 2 and 3-register insnsRichard Henderson
2020-02-28target/arm: Remove ARM_FEATURE_VFP*Richard Henderson
2020-02-28target/arm: Move the vfp decodetree calls next to the base isaRichard Henderson
2020-02-28target/arm: Move VLLDM and VLSTM to vfp.decodeRichard Henderson
2020-02-28target/arm: Remove ARM_FEATURE_VFP check from disas_vfp_insnRichard Henderson