summaryrefslogtreecommitdiff
path: root/target-arm
AgeCommit message (Expand)AuthorFilesLines
2015-08-13target-arm: Add AArch32 banked register access to secure physical timerPeter Maydell1-0/+27
2015-08-13target-arm: Add the AArch64 view of the Secure physical timerPeter Maydell4-1/+92
2015-08-13target-arm: Add debug check for mismatched cpreg resetsPeter Maydell3-1/+27
2015-08-13Introduce gic_class_name() instead of repeating conditionPavel Fedin1-0/+5
2015-08-13target-arm: Add the Hypervisor timerEdgar E. Iglesias4-1/+73
2015-08-13target-arm: Pass timeridx as argument to various timer functionsEdgar E. Iglesias1-22/+77
2015-08-13target-arm: Rename and move gt_cnt_resetEdgar E. Iglesias1-7/+5
2015-08-13target-arm: Add CNTHCTL_EL2Edgar E. Iglesias2-2/+32
2015-08-13target-arm: Add CNTVOFF_EL2Edgar E. Iglesias2-6/+42
2015-07-21target-arm: kvm: Differentiate registers based on write-back levelsChristoffer Dall6-6/+76
2015-07-15target-arm: Fix broken SCTLR_EL3 resetPeter Maydell1-0/+1
2015-07-09disas: arm: QOMify target specific disas setupPeter Crosthwaite1-0/+35
2015-07-09cpu-exec: Purge all uses of ENV_GET_CPU()Peter Crosthwaite1-1/+1
2015-07-09cpu: Change cpu_exec_init() arg to cpu, not envPeter Crosthwaite1-1/+1
2015-07-09cpu: Add Error argument to cpu_exec_init()Bharata B Rao1-1/+1
2015-07-07crypto: move built-in AES implementation into crypto/Daniel P. Berrange1-1/+1
2015-07-06target-arm: Implement YIELD insn to yield in ARM and Thumb translatorsPeter Maydell1-0/+7
2015-07-06target-arm: Split DISAS_YIELD from DISAS_WFEPeter Maydell4-3/+23
2015-07-06target-arm: fix write helper for TLBI ALLE1ISSergey Fedorov1-1/+1
2015-06-26target-arm: A64: Print ELR when taking exceptionsSoren Brinkmann1-0/+2
2015-06-26target-arm: default empty semihosting cmdlineLiviu Ionescu1-2/+9
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster1-1/+0
2015-06-22disas: Remove uses of CPU envPeter Crosthwaite2-2/+2
2015-06-19semihosting: add --semihosting-config arg sub-argumentLeon Alrae1-7/+3
2015-06-19semihosting: create SemihostingConfig structure and semihost.hLeon Alrae1-3/+4
2015-06-19target-arm: Add support for Cortex-R5Peter Crosthwaite1-0/+38
2015-06-19target-arm: Implement PMSAv7 MPUPeter Crosthwaite2-1/+174
2015-06-19target-arm: Add registers for PMSAv7Peter Crosthwaite4-7/+133
2015-06-19target-arm/helper.c: define MPUIR registerPeter Crosthwaite3-0/+30
2015-06-19target-arm: Do not reset sysregs marked as ALIASSergey Fedorov3-22/+12
2015-06-19target-arm: Add the Cortex-M4 CPUAurelio C. Remonda1-0/+11
2015-06-15target-arm: Correct "preferred return address" for cpreg access exceptionsPeter Maydell1-1/+1
2015-06-15arm: helper: rename get_phys_addr_mpuPeter Crosthwaite1-5/+5
2015-06-15arm: Add has-mpu propertyPeter Crosthwaite2-0/+16
2015-06-15arm: Implement uniprocessor with MP configPeter Crosthwaite2-2/+7
2015-06-15arm: Refactor get_phys_addr FSR return mechanismPeter Crosthwaite3-64/+78
2015-06-15arm: helper: Factor out CP regs common to [pv]msaPeter Crosthwaite1-9/+14
2015-06-15arm: Don't add v7mp registers in MPU systemsPeter Crosthwaite1-1/+2
2015-06-15arm: Do not define TLBTR in PMSA systemsPeter Crosthwaite1-3/+10
2015-06-15target-arm: Add the THUMB_DSP featureAurelio C. Remonda3-10/+107
2015-06-15target-arm: Use the kernel's idea of MPIDR if we're using KVMPavel Fedin6-8/+63
2015-06-15target-arm: add AArch32 MIDR aliases in ARMv8Sergey Fedorov1-3/+7
2015-06-15target-arm: Fix REVIDR reset valueSergey Fedorov3-3/+5
2015-06-15target-arm/kvm64: Add cortex-a53 cpu supportShannon Zhao2-0/+5
2015-06-15target-arm/cpu.h: remove pending_exceptionAlex Bennée1-1/+0
2015-06-15target-arm: use extended address bits from supersection short descriptorSergey Fedorov1-0/+2
2015-06-15target-arm: Handle "extended small page" descriptors correctlyPeter Maydell1-4/+9
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela1-16/+10
2015-06-02target-arm: Remove v8_ prefix from names of non-v8-specific cpreg arraysPeter Maydell1-4/+4
2015-06-02kvm: introduce kvm_arch_msi_data_to_gsiEric Auger1-0/+5