summaryrefslogtreecommitdiffstats
path: root/target/arm
Commit message (Expand)AuthorAgeFilesLines
* target/arm: Report KVM's actual PSCI version to guest in dtbPeter Maydell2022-03-022-0/+13
* target/arm: Implement FEAT_LPA2Richard Henderson2022-03-023-15/+111
* target/arm: Advertise all page sizes for -cpu maxRichard Henderson2022-03-021-0/+4
* target/arm: Validate tlbi TG matches translation granule in useRichard Henderson2022-03-021-3/+7
* target/arm: Fix TLBIRange.base for 16k and 64k pagesRichard Henderson2022-03-021-2/+3
* target/arm: Introduce tlbi_aa64_get_rangeRichard Henderson2022-03-021-34/+24Star
* target/arm: Extend arm_fi_to_lfsc to level -1Richard Henderson2022-03-021-6/+29
* target/arm: Implement FEAT_LPARichard Henderson2022-03-023-5/+18
* target/arm: Implement FEAT_LVARichard Henderson2022-03-024-2/+15
* target/arm: Prepare DBGBVR and DBGWVR for FEAT_LVARichard Henderson2022-03-021-8/+24
* target/arm: Honor TCR_ELx.{I}PSRichard Henderson2022-03-022-16/+57
* target/arm: Use MAKE_64BIT_MASK to compute indexmaskRichard Henderson2022-03-021-2/+2
* target/arm: Pass outputsize down to check_s2_mmu_setupRichard Henderson2022-03-021-11/+10Star
* target/arm: Move arm_pamax out of lineRichard Henderson2022-03-022-18/+23
* target/arm: Fault on invalid TCR_ELx.TxSZRichard Henderson2022-03-022-4/+29
* target/arm: Set TCR_EL1.TSZ for user-onlyRichard Henderson2022-03-021-1/+2
* target/arm: Fix early free of TCG temp in handle_simd_shift_fpint_conv()Wentao_Liang2022-03-021-1/+1
* target/arm: Support PSCI 1.1 and SMCCC 1.0Akihiko Odaki2022-03-025-11/+71
* Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-02-...Peter Maydell2022-02-224-0/+5
|\
| * exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé2022-02-213-0/+3
| * target: Add missing "qemu/timer.h" includePhilippe Mathieu-Daudé2022-02-212-0/+2
* | target/arm: Support PAuth extension for hvfPeter Maydell2022-02-211-4/+10
* | target/arm: Fix '-cpu max' for HVFPeter Maydell2022-02-211-2/+3
* | target/arm: Unindent unnecessary else-clausePeter Maydell2022-02-211-160/+163
* | target/arm: Make KVM -cpu max exactly like -cpu hostPeter Maydell2022-02-211-6/+8
* | target/arm: Use aarch64_cpu_register() for 'host' CPU typePeter Maydell2022-02-211-13/+4Star
* | target/arm: Move '-cpu host' code to cpu64.cPeter Maydell2022-02-212-30/+30
* | hvf: arm: Handle unknown ID registers as RES0Alexander Graf2022-02-211-0/+14
* | hvf: arm: Use macros for sysreg shift/maskingAlexander Graf2022-02-211-22/+47
|/
* arm: force flag recalculation when messing with DAIFAlex Bennée2022-02-081-0/+2
* arm: tcg: Adhere to SMCCC 1.3 section 5.2Peter Maydell2022-02-081-29/+6Star
* target/arm: make psci-conduit settable after realizePeter Maydell2022-02-081-1/+5
* target/arm: Use CPTR_TFP with CPTR_EL3 in fp_exception_elRichard Henderson2022-02-081-1/+1
* target/arm: Fix {fp, sve}_exception_el for VHE mode runningRichard Henderson2022-02-081-17/+60
* target/arm: Tidy sve_exception_el for CPACR_EL1 accessRichard Henderson2022-02-081-19/+17Star
* target/arm: Fix sve_zcr_len_for_el for VHE mode runningRichard Henderson2022-02-081-1/+2
* target/arm: Use correct entrypoint for SVC taken from Hyp to HypPeter Maydell2022-01-281-2/+2
* target/arm: Log CPU index in 'Taking exception' logPeter Maydell2022-01-283-5/+8
* hw/arm/virt: KVM: Enable PAuth when supported by the hostMarc Zyngier2022-01-204-15/+54
* exec/memop: Adding signedness to quad definitionsFrédéric Pétrot2022-01-087-23/+23
* target/arm: Add missing FEAT_TLBIOS instructionsIdan Horowitz2022-01-071-0/+32
* target/arm: Correct calculation of tlb range invalidate lengthPeter Maydell2021-12-151-3/+3
* target/arm: Suppress bp for exceptions with more priorityRichard Henderson2021-12-151-0/+23
* target/arm: Assert thumb pc is alignedRichard Henderson2021-12-153-2/+20
* target/arm: Take an exception if PC is misalignedRichard Henderson2021-12-155-1/+60
* target/arm: Split compute_fsr_fsc out of arm_deliver_faultRichard Henderson2021-12-151-17/+28
* target/arm: Advance pc for arch single-step exceptionRichard Henderson2021-12-151-0/+1
* target/arm: Split arm_pre_translate_insnRichard Henderson2021-12-151-3/+7
* target/arm: Hoist pc_next to a local variable in thumb_tr_translate_insnRichard Henderson2021-12-151-8/+8
* target/arm: Hoist pc_next to a local variable in arm_tr_translate_insnRichard Henderson2021-12-151-4/+5