aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau
2022-04-01target/arm: Don't use DISAS_NORETURN in STXP !HAVE_CMPXCHG128 codegenPeter Maydell
2022-04-01target/arm: Determine final stage 2 output PA space based on original IPAIdan Horowitz
2022-04-01target/arm: Take VSTCR.SW, VTCR.NSW into account in final stage 2 walkIdan Horowitz
2022-04-01target/arm: Check VSTCR.SW when assigning the stage 2 output PA spaceIdan Horowitz
2022-04-01target/arm: Fix MTE access checks for disabled SEL2Idan Horowitz
2022-03-25target/arm: Fix sve_ld1_z and sve_st1_z vs MMIORichard Henderson
2022-03-18target/arm: Make rvbar settable after realizeEdgar E. Iglesias
2022-03-18target/arm: Log fault address for M-profile faultsPeter Maydell
2022-03-18target/arm: Log M-profile vector table accessesPeter Maydell
2022-03-18target/arm: Fix handling of LPAE block descriptorsPeter Maydell
2022-03-18target/arm: Fix pauth_check_trap vs SEL2Richard Henderson
2022-03-18target/arm: Fix sve2 ldnt1 and stnt1Richard Henderson
2022-03-08Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...Peter Maydell
2022-03-07target/arm: Provide cpu property for controling FEAT_LPA2Richard Henderson
2022-03-07target/arm/translate-neon: Simplify align field check for VLD3Peter Maydell
2022-03-07target/arm/translate-neon: UNDEF if VLD1/VST1 stride bits are non-zeroPeter Maydell
2022-03-06target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé
2022-03-06target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé
2022-03-06target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé
2022-03-06target: Use forward declared type instead of structure typePhilippe Mathieu-Daudé
2022-03-02target/arm: Report KVM's actual PSCI version to guest in dtbPeter Maydell
2022-03-02target/arm: Implement FEAT_LPA2Richard Henderson
2022-03-02target/arm: Advertise all page sizes for -cpu maxRichard Henderson
2022-03-02target/arm: Validate tlbi TG matches translation granule in useRichard Henderson
2022-03-02target/arm: Fix TLBIRange.base for 16k and 64k pagesRichard Henderson
2022-03-02target/arm: Introduce tlbi_aa64_get_rangeRichard Henderson
2022-03-02target/arm: Extend arm_fi_to_lfsc to level -1Richard Henderson
2022-03-02target/arm: Implement FEAT_LPARichard Henderson
2022-03-02target/arm: Implement FEAT_LVARichard Henderson
2022-03-02target/arm: Prepare DBGBVR and DBGWVR for FEAT_LVARichard Henderson
2022-03-02target/arm: Honor TCR_ELx.{I}PSRichard Henderson
2022-03-02target/arm: Use MAKE_64BIT_MASK to compute indexmaskRichard Henderson
2022-03-02target/arm: Pass outputsize down to check_s2_mmu_setupRichard Henderson
2022-03-02target/arm: Move arm_pamax out of lineRichard Henderson
2022-03-02target/arm: Fault on invalid TCR_ELx.TxSZRichard Henderson
2022-03-02target/arm: Set TCR_EL1.TSZ for user-onlyRichard Henderson
2022-03-02target/arm: Fix early free of TCG temp in handle_simd_shift_fpint_conv()Wentao_Liang
2022-03-02target/arm: Support PSCI 1.1 and SMCCC 1.0Akihiko Odaki
2022-02-22Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-02-...Peter Maydell
2022-02-21target/arm: Support PAuth extension for hvfPeter Maydell
2022-02-21target/arm: Fix '-cpu max' for HVFPeter Maydell
2022-02-21target/arm: Unindent unnecessary else-clausePeter Maydell
2022-02-21target/arm: Make KVM -cpu max exactly like -cpu hostPeter Maydell
2022-02-21target/arm: Use aarch64_cpu_register() for 'host' CPU typePeter Maydell
2022-02-21target/arm: Move '-cpu host' code to cpu64.cPeter Maydell
2022-02-21hvf: arm: Handle unknown ID registers as RES0Alexander Graf
2022-02-21hvf: arm: Use macros for sysreg shift/maskingAlexander Graf
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé