aboutsummaryrefslogtreecommitdiff
path: root/target-arm
AgeCommit message (Expand)Author
2015-07-15target-arm: Fix broken SCTLR_EL3 resetPeter Maydell
2015-07-09disas: arm: QOMify target specific disas setupPeter Crosthwaite
2015-07-09cpu-exec: Purge all uses of ENV_GET_CPU()Peter Crosthwaite
2015-07-09cpu: Change cpu_exec_init() arg to cpu, not envPeter Crosthwaite
2015-07-09cpu: Add Error argument to cpu_exec_init()Bharata B Rao
2015-07-07crypto: move built-in AES implementation into crypto/Daniel P. Berrange
2015-07-06target-arm: Implement YIELD insn to yield in ARM and Thumb translatorsPeter Maydell
2015-07-06target-arm: Split DISAS_YIELD from DISAS_WFEPeter Maydell
2015-07-06target-arm: fix write helper for TLBI ALLE1ISSergey Fedorov
2015-06-26target-arm: A64: Print ELR when taking exceptionsSoren Brinkmann
2015-06-26target-arm: default empty semihosting cmdlineLiviu Ionescu
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster
2015-06-22disas: Remove uses of CPU envPeter Crosthwaite
2015-06-19semihosting: add --semihosting-config arg sub-argumentpull-target-arm-20150619Leon Alrae
2015-06-19semihosting: create SemihostingConfig structure and semihost.hLeon Alrae
2015-06-19target-arm: Add support for Cortex-R5Peter Crosthwaite
2015-06-19target-arm: Implement PMSAv7 MPUPeter Crosthwaite
2015-06-19target-arm: Add registers for PMSAv7Peter Crosthwaite
2015-06-19target-arm/helper.c: define MPUIR registerPeter Crosthwaite
2015-06-19target-arm: Do not reset sysregs marked as ALIASSergey Fedorov
2015-06-19target-arm: Add the Cortex-M4 CPUAurelio C. Remonda
2015-06-15target-arm: Correct "preferred return address" for cpreg access exceptionsPeter Maydell
2015-06-15arm: helper: rename get_phys_addr_mpuPeter Crosthwaite
2015-06-15arm: Add has-mpu propertyPeter Crosthwaite
2015-06-15arm: Implement uniprocessor with MP configPeter Crosthwaite
2015-06-15arm: Refactor get_phys_addr FSR return mechanismPeter Crosthwaite
2015-06-15arm: helper: Factor out CP regs common to [pv]msaPeter Crosthwaite
2015-06-15arm: Don't add v7mp registers in MPU systemsPeter Crosthwaite
2015-06-15arm: Do not define TLBTR in PMSA systemsPeter Crosthwaite
2015-06-15target-arm: Add the THUMB_DSP featureAurelio C. Remonda
2015-06-15target-arm: Use the kernel's idea of MPIDR if we're using KVMPavel Fedin
2015-06-15target-arm: add AArch32 MIDR aliases in ARMv8Sergey Fedorov
2015-06-15target-arm: Fix REVIDR reset valueSergey Fedorov
2015-06-15target-arm/kvm64: Add cortex-a53 cpu supportShannon Zhao
2015-06-15target-arm/cpu.h: remove pending_exceptionAlex Bennée
2015-06-15target-arm: use extended address bits from supersection short descriptorSergey Fedorov
2015-06-15target-arm: Handle "extended small page" descriptors correctlyPeter Maydell
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela
2015-06-02target-arm: Remove v8_ prefix from names of non-v8-specific cpreg arraysPeter Maydell
2015-06-02kvm: introduce kvm_arch_msi_data_to_gsiEric Auger
2015-06-02Revert "target-arm: Avoid g_hash_table_get_keys()"Markus Armbruster
2015-06-02target-arm: Add TLBI_VAE2{IS}Edgar E. Iglesias
2015-06-02target-arm: Add TLBI_ALLE2Edgar E. Iglesias
2015-06-02target-arm: Add TLBI_ALLE1{IS}Edgar E. Iglesias
2015-06-02target-arm: Add TTBR0_EL2Edgar E. Iglesias
2015-06-02target-arm: Add TPIDR_EL2Edgar E. Iglesias
2015-06-02target-arm: Add SCTLR_EL2Edgar E. Iglesias
2015-06-02target-arm: Add TCR_EL2Edgar E. Iglesias
2015-06-02target-arm: Add MAIR_EL2Edgar E. Iglesias
2015-06-02target-arm: Break down TLB_LOCKDOWNEdgar E. Iglesias