aboutsummaryrefslogtreecommitdiff
path: root/target/arm/cpu.h
AgeCommit message (Expand)Author
2021-01-29target/arm: Implement ID_PFR2Richard Henderson
2021-01-19target/arm: Implement SCR_EL2.EEL2Rémi Denis-Courmont
2021-01-19target/arm: set HPFAR_EL2.NS on secure stage 2 faultsRémi Denis-Courmont
2021-01-19target/arm: secure stage 2 translation regimeRémi Denis-Courmont
2021-01-19target/arm: add ARMv8.4-SEL2 system registersRémi Denis-Courmont
2021-01-19target/arm: add MMU stage 1 for Secure EL2Rémi Denis-Courmont
2021-01-19target/arm: Define isar_feature function to test for presence of SEL2Rémi Denis-Courmont
2021-01-19target/arm: use arm_is_el2_enabled() where applicableRémi Denis-Courmont
2021-01-19target/arm: add arm_is_el2_enabled() helperRémi Denis-Courmont
2021-01-19target/arm: Add cpu properties to control pauthRichard Henderson
2021-01-19target/arm: Implement an IMPDEF pauth algorithmRichard Henderson
2021-01-18semihosting: Change common-semi API to be architecture-independentKeith Packard
2021-01-12target/arm: add aarch32 ID register fields to cpu.hLeif Lindholm
2021-01-12target/arm: add aarch64 ID register fields to cpu.hLeif Lindholm
2021-01-12target/arm: add descriptions of CLIDR_EL1, CCSIDR_EL1, CTR_EL0 to cpu.hLeif Lindholm
2021-01-12target/arm: make ARMCPU.ctr 64-bitLeif Lindholm
2021-01-12target/arm: make ARMCPU.clidr 64-bitLeif Lindholm
2021-01-12target/arm: fix typo in cpu.h ID_AA64PFR1 field nameLeif Lindholm
2021-01-12target/arm: ARMv8.4-TTST extensionRémi Denis-Courmont
2020-12-10target/arm: Implement M-profile "minimal RAS implementation"Peter Maydell
2020-12-10hw/intc/armv7m_nvic: Support v8.1M CCR.TRD bitPeter Maydell
2020-12-10hw/intc/armv7m_nvic: Update FPDSCR masking for v8.1MPeter Maydell
2020-12-10target/arm: Implement M-profile FPSCR_nzcvqcPeter Maydell
2020-12-10target/arm: Refactor M-profile VMSR/VMRS handlingPeter Maydell
2020-12-10target/arm: Implement VSCCLRM insnPeter Maydell
2020-11-15arm tcg cpus: Fix Lesser GPL version numberChetan Pant
2020-10-27linux-user: Set PAGE_TARGET_1 for TARGET_PROT_BTIRichard Henderson
2020-10-20target/arm: Implement FPSCR.LTPSIZE for M-profile LOB extensionPeter Maydell
2020-10-20target/arm: Implement v8.1M branch-future insns (as NOPs)Peter Maydell
2020-10-20target/arm: Implement v8.1M NOCP handlingPeter Maydell
2020-10-08hw/arm/virt: Implement kvm-steal-timeAndrew Jones
2020-10-01target/arm: Make isar_feature_aa32_fp16_arith() handle M-profilePeter Maydell
2020-10-01target/arm: Move id_pfr0, id_pfr1 into ARMISARegistersPeter Maydell
2020-10-01target/arm: Replace ARM_FEATURE_PXN with ID_MMFR0.VMSA checkPeter Maydell
2020-09-08target/arm: Move start-powered-off property to generic CPUStateThiago Jung Bauermann
2020-09-01target/arm: Use correct ID register check for aa32_fp16_arithPeter Maydell
2020-08-24target/arm: Implement FPST_STD_F16 fpstatusPeter Maydell
2020-08-24target/arm: Delete unused ARM_FEATURE_CRCPeter Maydell
2020-07-03target/arm: kvm: Handle misconfigured dabt injectionBeata Michalska
2020-06-26target/arm: Create tagged ram when MTE is enabledRichard Henderson
2020-06-26target/arm: Implement data cache set allocation tagsRichard Henderson
2020-06-26target/arm: Add mte helpers for sve scalar + int loadsRichard Henderson
2020-06-26target/arm: Add arm_tlb_bti_gpRichard Henderson
2020-06-26target/arm: Add MTE bits to tb_flagsRichard Henderson
2020-06-26target/arm: Add MTE system registersRichard Henderson
2020-06-26target/arm: Add isar tests for mteRichard Henderson
2020-06-23target/arm: Remove unnecessary gen_io_end() callsPeter Maydell
2020-05-21target/arm: Allow user-mode code to write CPSR.E via MSRPeter Maydell
2020-05-14target-arm: kvm64: handle SIGBUS signal from kernel or KVMDongjiu Geng
2020-05-11target/arm: Make set_feature() available for other filesThomas Huth