aboutsummaryrefslogtreecommitdiff
path: root/target/arm/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-23target/arm: Make M-profile VTOR loads on reset handle memory aliasingPeter Maydell1-1/+1
2021-03-08target/arm: Restrict v7A TCG cpus to TCG accelPhilippe Mathieu-Daudé1-335/+0
2021-03-05target/arm/cpu: Update coding style to make checkpatch.pl happyPhilippe Mathieu-Daudé1-4/+8
2021-03-05target/arm: Restrict v8M IDAU to TCGPhilippe Mathieu-Daudé1-7/+0
2021-03-05target/arm: Set ID_PFR2.SSBS to 1 for "max" 32-bit CPURebecca Cran1-0/+4
2021-02-16target/arm: Enable MTE for user-onlyRichard Henderson1-0/+15
2021-02-16target/arm: Use the proper TBI settings for linux-userRichard Henderson1-7/+3
2021-02-11target/arm: Set ID_PFR0.DIT to 1 for "max" 32-bit CPURebecca Cran1-0/+4
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana1-15/+26
2021-02-05cpu: move debug_check_watchpoint to tcg_opsClaudio Fontana1-2/+2
2021-02-05cpu: move adjust_watchpoint_address to tcg_opsClaudio Fontana1-1/+1
2021-02-05cpu: move do_unaligned_access to tcg_opsClaudio Fontana1-1/+1
2021-02-05cpu: move cc->transaction_failed to tcg_opsClaudio Fontana1-2/+2
2021-02-05cpu: move cc->do_interrupt to tcg_opsClaudio Fontana1-2/+2
2021-02-05cpu: Move debug_excp_handler to tcg_opsEduardo Habkost1-1/+1
2021-02-05cpu: Move tlb_fill to tcg_opsEduardo Habkost1-1/+1
2021-02-05cpu: Move cpu_exec_* to tcg_opsEduardo Habkost1-1/+1
2021-02-05cpu: Move synchronize_from_tb() to tcg_opsEduardo Habkost1-1/+3
2021-02-05cpu: Introduce TCGCpuOperations structEduardo Habkost1-1/+1
2021-01-19target/arm: Implement SCR_EL2.EEL2Rémi Denis-Courmont1-1/+1
2021-01-19target/arm: remove redundant testsRémi Denis-Courmont1-4/+4
2021-01-19target/arm: Add cpu properties to control pauthRichard Henderson1-0/+13
2021-01-08target/arm: Remove timer_del()/timer_deinit() before timer_free()Peter Maydell1-2/+0
2021-01-07tcg: Make tb arg to synchronize_from_tb constRichard Henderson1-1/+2
2020-12-10hw/intc/armv7m_nvic: Update FPDSCR masking for v8.1MPeter Maydell1-0/+3
2020-12-10target/arm: Don't clobber ID_PFR1.Security on M-profile coresPeter Maydell1-1/+1
2020-10-20target/arm: Implement FPSCR.LTPSIZE for M-profile LOB extensionPeter Maydell1-0/+9
2020-10-20target/arm: Fix has_vfp/has_neon ID reg squashing for M-profilePeter Maydell1-12/+19
2020-10-08hw/arm/virt: Implement kvm-steal-timeAndrew Jones1-0/+8
2020-10-01target/arm: Move id_pfr0, id_pfr1 into ARMISARegistersPeter Maydell1-10/+10
2020-10-01target/arm: Replace ARM_FEATURE_PXN with ID_MMFR0.VMSA checkPeter Maydell1-1/+0
2020-09-18target/arm: Set instance_align on CPUARM TypeInfoRichard Henderson1-0/+2
2020-09-14target/arm: Remove no-longer-reachable 32-bit KVM codePeter Maydell1-60/+53
2020-09-08target/arm: Move setting of CPU halted state to generic codeThiago Jung Bauermann1-1/+0
2020-09-08target/arm: Move start-powered-off property to generic CPUStateThiago Jung Bauermann1-3/+2
2020-09-01target/arm: Enable FP16 in '-cpu max'Peter Maydell1-1/+2
2020-08-24target/arm: Implement FPST_STD_F16 fpstatusPeter Maydell1-0/+3
2020-07-20hw/arm/virt: Enable MTE via a machine propertyRichard Henderson1-8/+11
2020-06-26target/arm: Create tagged ram when MTE is enabledRichard Henderson1-4/+48
2020-06-26target/arm: Complete TBI clearing for user-only for SVERichard Henderson1-0/+3
2020-06-26target/arm: Restrict the values of DCZID.BS under TCGRichard Henderson1-0/+24
2020-06-26target/arm: Define arm_cpu_do_unaligned_access for user-onlyRichard Henderson1-1/+1
2020-06-23target/arm: Check supported KVM features globally (not per vCPU)Philippe Mathieu-Daudé1-1/+1
2020-06-16target/arm/cpu: adjust virtual time for all KVM arm cpusfangying1-2/+4
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-7/+4
2020-05-11target/arm: Restrict TCG cpus to TCG accelPhilippe Mathieu-Daudé1-634/+0
2020-05-11target/arm/cpu: Restrict v8M IDAU interface to Aarch32 CPUsPhilippe Mathieu-Daudé1-1/+1
2020-05-11target/arm/cpu: Use ARRAY_SIZE() to iterate over ARMCPUInfo[]Philippe Mathieu-Daudé1-7/+9
2020-05-11target/arm: Make set_feature() available for other filesThomas Huth1-10/+0
2020-05-04target/arm: Use uint64_t for midr field in CPU state structPhilippe Mathieu-Daudé1-1/+1