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
/
cpu64.c
Age
Commit message (
Expand
)
Author
2019-08-16
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190816'...
Peter Maydell
2019-08-16
target/arm/cpu64: Ensure kvm really supports aarch64=off
Andrew Jones
2019-08-16
target/arm: generate a custom MIDR for -cpu max
Alex Bennée
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-10
target/arm: Use env_cpu, env_archcpu
Richard Henderson
2019-05-23
arm: Remove unnecessary includes of hw/arm/arm.h
Peter Maydell
2019-05-22
target/arm: Implement ARMv8.5-RNG
Richard Henderson
2019-03-05
target/arm: Implement ARMv8.5-FRINT
Richard Henderson
2019-03-05
target/arm: Implement ARMv8.5-CondM
Richard Henderson
2019-03-05
target/arm: Implement ARMv8.4-CondM
Richard Henderson
2019-03-05
target/arm: Implement ARMv8.0-PredInv
Richard Henderson
2019-03-05
target/arm: Implement ARMv8.0-SB
Richard Henderson
2019-02-28
target/arm: Enable ARMv8.2-FHM for -cpu max
Richard Henderson
2019-02-21
target/arm: Implement ARMv8.3-JSConv
Richard Henderson
2019-02-05
target/arm: Enable BTI for -cpu max
Richard Henderson
2019-02-01
target/arm: Always enable pac keys for user-only
Richard Henderson
2019-02-01
arm: Clarify the logic of set_pc()
Julia Suvorova
2019-01-21
target/arm: Add array for supported PMU events, generate PMCEID[01]_EL0
Aaron Lindsay
2019-01-21
target/arm: Enable PAuth for user-only
Richard Henderson
2019-01-21
target/arm: Enable PAuth for -cpu max
Richard Henderson
2019-01-07
arm: replace instance_post_init()
Marc-André Lureau
2018-12-13
target/arm: Implement the ARMv8.1-LOR extension
Richard Henderson
2018-12-13
target/arm: Implement the ARMv8.1-HPD extension
Richard Henderson
2018-12-13
target/arm: Move id_aa64mmfr* to ARMISARegisters
Peter Maydell
2018-10-24
target/arm: Convert v8.2-fp16 from feature bit to aa64pfr0 test
Richard Henderson
2018-10-24
target/arm: Convert sve from feature bit to aa64pfr0 test
Richard Henderson
2018-10-24
target/arm: Convert v8 extensions from feature bits to isar tests
Richard Henderson
2018-10-24
target/arm: Move some system registers into a substructure
Richard Henderson
2018-10-16
target/arm: Add the Cortex-A72
Edgar E. Iglesias
2018-10-08
target/arm: Handle SVE vector length changes in system mode
Richard Henderson
2018-08-16
target/arm: Add sve-max-vq cpu property to -cpu max
Richard Henderson
2018-06-29
target/arm: Add ID_ISAR6
Richard Henderson
2018-06-29
target/arm: Prune a57 features from max
Richard Henderson
2018-06-29
target/arm: Implement ARMv8.2-DotProd
Richard Henderson
2018-06-29
target/arm: Enable SVE for aarch64-linux-user
Richard Henderson
2018-05-10
target/arm: Enable ARM_FEATURE_V8_ATOMICS for user-only
Richard Henderson
2018-03-09
target/arm: Make 'any' CPU just an alias for 'max'
Peter Maydell
2018-03-09
target/arm: Add "-cpu max" support
Peter Maydell
2018-03-09
linux-user: Implement aarch64 PR_SVE_SET/GET_VL
Richard Henderson
2018-03-09
target/arm: Add a core count property
Alistair Francis
2018-03-02
target/arm: Enable ARM_FEATURE_V8_FCMA
Richard Henderson
2018-03-02
target/arm: Enable ARM_FEATURE_V8_RDM
Richard Henderson
2018-03-01
target/arm: Enable ARM_V8_FP16 feature bit for the AArch64 "any" CPU
Peter Maydell
2018-02-09
target/arm: enable user-mode SHA-3, SM3, SM4 and SHA-512 instruction support
Ard Biesheuvel
2017-01-20
target-arm: Enable EL2 feature bit on A53 and A57
Peter Maydell
2017-01-20
target-arm: Add ARMCPU fields for GIC CPU i/f config
Peter Maydell
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth