summaryrefslogtreecommitdiff
path: root/target-arm
AgeCommit message (Expand)Author
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
2015-06-02target-arm: Correct check for non-EL3Edgar E. Iglesias
2015-05-29target-arm: Avoid buffer overrun on UNPREDICTABLE ldrd/strdPeter Maydell
2015-05-29target-arm: Add WFx instruction trap supportGreg Bellows
2015-05-29target-arm: Don't halt on WFI unless we don't have any workPeter Maydell
2015-05-29target-arm: Move TB flags down to fill gapPeter Maydell
2015-05-29target-arm: Extend FP checks to use an ELGreg Bellows
2015-05-29target-arm: Make singlestate TB flags common between AArch32/64Peter Maydell
2015-05-29target-arm: Add AArch64 CPTR registersGreg Bellows
2015-05-29target-arm: Allow cp access functions to indicate traps to EL2 or EL3Peter Maydell
2015-05-29target-arm: Update interrupt handling to use target ELGreg Bellows
2015-05-29target-arm: Make raise_exception() take syndrome and target ELPeter Maydell
2015-05-29target-arm: Set exception target EL in tlb_fillPeter Maydell
2015-05-29target-arm: Move setting of exception info into tlb_fillPeter Maydell
2015-05-29target-arm: Set correct syndrome for faults on MSR DAIF*, immPeter Maydell
2015-05-29target-arm: Extend helpers to route exceptionsGreg Bellows
2015-05-29target-arm: Add exception target el infrastructureGreg Bellows
2015-05-18target-arm: Remove unneeded '+'Edgar E. Iglesias
2015-05-18target-arm: Correct accessfn for CNTV_TVAL_EL0Edgar E. Iglesias
2015-05-18target-arm: Correct accessfn for CNTP_{CT}VAL_EL0Edgar E. Iglesias
2015-05-18target-arm: Add WFx syndrome functionGreg Bellows
2015-05-18target-arm: Add EL3 and EL2 TCR checkingGreg Bellows
2015-05-18target-arm: Add TTBR regime function and useGreg Bellows
2015-05-18target-arm: cpu64: Add support for Cortex-A53Peter Crosthwaite