summaryrefslogtreecommitdiff
path: root/target-arm
AgeCommit message (Expand)Author
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
2015-05-18target-arm: cpu64: generalise name of A57 regsPeter Crosthwaite
2015-05-14tcg: Push merged memop+mmu_idx parameter to softmmu routinesRichard Henderson
2015-05-11Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-04-30kvm: add support for memory transaction attributesPaolo Bonzini
2015-04-30tcg: Delete unused cpu_pc_from_tb()Peter Crosthwaite
2015-04-30arm: cpu.h: Remove unused typdefsPeter Crosthwaite
2015-04-26Allow ARMv8 SCR.SMD updatesGreg Bellows
2015-04-26target-arm: Adjust id_aa64pfr0 when has_el3 CPU property disabledSergey Fedorov
2015-04-26target-arm: rename c1_coproc to cpacr_el1Sergey Fedorov
2015-04-26target-arm: Check watchpoints against CPU security statePeter Maydell
2015-04-26target-arm: Use attribute info to handle user-only watchpointsPeter Maydell
2015-04-26target-arm: Add user-mode transaction attributePeter Maydell
2015-04-26target-arm: Use correct memory attributes for page table walksPeter Maydell
2015-04-26target-arm: Honour NS bits in page tablesPeter Maydell
2015-04-01target-arm: kvm64 fix save/restore of SPSR regsAlex Bennée