aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)AuthorFilesLines
2018-12-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20181214' into ...Peter Maydell1-9/+24
2018-12-14target/arm: Create timers in realize, not initPeter Maydell1-8/+9
2018-12-14target/arm: Free name string in ARMCPRegInfo hashtable entriesPeter Maydell1-1/+15
2018-12-13target/arm: Implement the ARMv8.1-LOR extensionRichard Henderson4-0/+93
2018-12-13target/arm: Use arm_hcr_el2_eff more placesRichard Henderson2-15/+11
2018-12-13target/arm: Introduce arm_hcr_el2_effRichard Henderson2-61/+72
2018-12-13target/arm: Implement the ARMv8.2-AA32HPD extensionRichard Henderson3-8/+42
2018-12-13target/arm: Implement the ARMv8.1-HPD extensionRichard Henderson2-7/+24
2018-12-13target/arm: Tidy scr_writeRichard Henderson2-7/+9
2018-12-13target/arm: Fix HCR_EL2.TGE check in arm_phys_excp_target_elRichard Henderson1-3/+0
2018-12-13target/arm: Add SCR_EL3 bits up to ARMv8.5Richard Henderson1-0/+10
2018-12-13target/arm: Add HCR_EL2 bits up to ARMv8.5Richard Henderson1-1/+21
2018-12-13target/arm: Move id_aa64mmfr* to ARMISARegistersPeter Maydell5-8/+35
2018-12-11qom: make interface types abstractMarc-André Lureau1-3/+1
2018-11-28target/arm/sve_helper: Fix compilation with clang 3.4Thomas Huth1-10/+10
2018-11-27vmstate: constify VMStateFieldMarc-André Lureau1-6/+6
2018-11-19target/arm: fix smc incorrectly trapping to EL3 when secure is offLuc Michel1-8/+46
2018-11-19target/arm: Fill in ARMISARegisters for kvm32Richard Henderson1-5/+35
2018-11-19target/arm: Introduce read_sys_reg32 for kvm32Richard Henderson1-25/+16
2018-11-19target/arm: Fill in ARMISARegisters for kvm64Richard Henderson1-2/+88
2018-11-19target/arm: Install ARMISARegisters from kvm hostRichard Henderson2-0/+2
2018-11-13target/arm/cpu: Give Cortex-A15 and -A7 the EL2 featurePeter Maydell1-0/+2
2018-11-13target/arm: Hyp mode R14 is shared with User and SystemPeter Maydell4-18/+35
2018-11-13target/arm: Correctly implement handling of HCR_EL2.{VI, VF}Peter Maydell3-3/+83
2018-11-13target/arm: Track the state of our irq lines from the GIC explicitlyPeter Maydell3-0/+71
2018-11-13Revert "target/arm: Implement HCR.VI and VF"Peter Maydell1-43/+4
2018-11-13arm: fix aa64_generate_debug_exceptions to work with EL2Alex Bennée1-15/+24
2018-11-13arm: use symbolic MDCR_TDE in arm_debug_target_elAlex Bennée1-1/+1
2018-11-13target/arm64: kvm debug set target_el when passing exception to guestAlex Bennée1-0/+1
2018-11-13target/arm64: hold BQL when calling do_interrupt()Alex Bennée1-0/+2
2018-11-13target/arm64: properly handle DBGVR RESS bitsAlex Bennée1-2/+15
2018-11-13target/arm: Fix typo in tlbi_aa64_vmalle1_writeRichard Henderson1-1/+1
2018-11-13target/arm: Remove antique TODO commentPeter Maydell1-1/+0
2018-11-13target/arm: Remove workaround for small SAU regionsPeter Maydell1-12/+0
2018-11-06target/arm: Fix ATS1Hx instructionsPeter Maydell1-2/+2
2018-11-06target/arm: Set S and PTW in 64-bit PAR formatPeter Maydell1-4/+6
2018-11-06target/arm: Remove can't-happen if() from handle_vec_simd_shli()Peter Maydell1-5/+3
2018-11-02target/arm: Conditionalize some asserts on aarch32 supportRichard Henderson2-2/+18
2018-10-31decodetree: Remove "insn" argument from trans_* expandersRichard Henderson1-263/+244
2018-10-24target/arm: Only flush tlb if ASID changesRichard Henderson1-5/+3
2018-10-24target/arm: Remove writefn from TTBR0_EL3Richard Henderson1-1/+1
2018-10-24target/arm: Reorg NEON VLD/VST single element to one laneRichard Henderson1-42/+50
2018-10-24target/arm: Promote consecutive memory ops for aa32Richard Henderson1-0/+10
2018-10-24target/arm: Reorg NEON VLD/VST all elementsRichard Henderson1-96/+74
2018-10-24target/arm: Use gvec for NEON VLD all lanesRichard Henderson1-55/+26
2018-10-24target/arm: Use gvec for NEON_3R_VTST_VCEQ, NEON_3R_VCGT, NEON_3R_VCGERichard Henderson3-61/+60
2018-10-24target/arm: Use gvec for NEON_3R_VMLRichard Henderson3-122/+120
2018-10-24target/arm: Use gvec for VSRI, VSLIRichard Henderson3-219/+179
2018-10-24target/arm: Use gvec for VSRARichard Henderson3-117/+130
2018-10-24target/arm: Use gvec for VSHR, VSHLRichard Henderson1-22/+48