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