index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
arm
/
cpu.c
Age
Commit message (
Expand
)
Author
2020-03-05
target/arm: Implement (trivially) ARMv8.2-TTCNP
Peter Maydell
2020-02-28
target/arm: Remove ARM_FEATURE_VFP*
Richard Henderson
2020-02-28
target/arm: Replace ARM_FEATURE_VFP4 with isar_feature_aa32_simdfmac
Richard Henderson
2020-02-28
target/arm: Add isar_feature_aa64_fp_simd, isar_feature_aa32_vfp
Richard Henderson
2020-02-28
target/arm: Add isar_feature_aa32_vfp_simd
Richard Henderson
2020-02-21
target/arm: Set MVFR0.FPSP for ARMv5 cpus
Richard Henderson
2020-02-21
target/arm: Use isar_feature_aa32_simd_r32 more places
Richard Henderson
2020-02-21
target/arm: Correctly implement ACTLR2, HACTLR2
Peter Maydell
2020-02-21
target/arm: Test correct register in aa32_pan and aa32_ats1e1 checks
Peter Maydell
2020-02-21
target/arm: Move DBGDIDR into ARMISARegisters
Peter Maydell
2020-02-21
target/arm: Add _aa64_ and _any_ versions of pmu_8_1 isar checks
Peter Maydell
2020-02-21
target/arm: Define an aa32_pmu_8_1 isar feature test function
Peter Maydell
2020-02-21
target/arm: Use FIELD macros for clearing ID_DFR0 PERFMON field
Peter Maydell
2020-02-21
target/arm: Add and use FIELD definitions for ID_AA64DFR0_EL1
Peter Maydell
2020-02-21
target/arm: Add _aa32_ to isar_feature functions testing 32-bit ID registers
Peter Maydell
2020-02-13
target/arm: Enable ARMv8.2-ATS1E1 in -cpu max
Richard Henderson
2020-02-07
target/arm: Raise only one interrupt in arm_cpu_exec_interrupt
Richard Henderson
2020-02-07
target/arm: Use bool for unmasked in arm_excp_unmasked
Richard Henderson
2020-02-07
target/arm: Pass more cpu state to arm_excp_unmasked
Richard Henderson
2020-02-07
target/arm: Move arm_excp_unmasked to cpu.c
Richard Henderson
2020-02-07
target/arm: Add the hypervisor virtual counter
Richard Henderson
2020-01-30
target/arm/cpu: Add the kvm-no-adjvtime CPU property
Andrew Jones
2020-01-27
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
qdev: remove extraneous error
Marc-André Lureau
2020-01-24
cpu: Use cpu_class_set_parent_reset()
Greg Kurz
2020-01-23
target/arm: add PMU feature to cortex-r5 and cortex-r5f
Clement Deschamps
2019-12-20
target/arm: Prepare generic timer for per-platform CNTFRQ
Andrew Jeffery
2019-12-20
target/arm: Abstract the generic timer frequency
Andrew Jeffery
2019-12-16
target/arm: Add support for cortex-m7 CPU
Christophe Lyon
2019-11-01
target/arm/kvm: host cpu: Add support for sve<N> properties
Andrew Jones
2019-11-01
target/arm/cpu64: max cpu: Introduce sve<N> properties
Andrew Jones
2019-11-01
target/arm: Allow SVE to be disabled via a CPU property
Andrew Jones
2019-10-24
target/arm: Rebuild hflags at EL changes
Richard Henderson
2019-10-15
intc/arm_gic: Support IRQ injection for more than 256 vpus
Eric Auger
2019-08-16
target/arm/cpu: Ensure we can use the pmu with kvm
Andrew Jones
2019-08-02
target/arm: Avoid bogus NSACR traps on M-profile without Security Extension
Peter Maydell
2019-07-22
target/arm: Limit ID register assertions to TCG
Peter Maydell
2019-07-15
target/arm: Set VFP-related MVFR0 fields for arm926 and arm1026
Peter Maydell
2019-07-15
target/arm: report ARMv8-A FP support for AArch32 -cpu max
Alex Bennée
2019-07-05
hw/arm: Replace global smp variables with machine smp properties
Like Xu
2019-07-04
target/arm: Move debug routines to debug_helper.c
Philippe Mathieu-Daudé
2019-07-01
target/arm: Move TLB related routines to tlb_helper.c
Philippe Mathieu-Daudé
2019-07-01
target/arm: Move CPU state dumping routines to cpu.c
Philippe Mathieu-Daudé
2019-06-17
target/arm: Allow M-profile CPUs to disable the DSP extension via CPU property
Peter Maydell
2019-06-17
target/arm: Allow VFP and Neon to be disabled via a CPU property
Peter Maydell
2019-06-13
target/arm: Explicitly enable VFP short-vectors for aarch32 -cpu max
Peter Maydell
2019-06-13
target/arm: Fix Cortex-R5F MVFR values
Peter Maydell
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
[next]