summaryrefslogtreecommitdiffstats
path: root/target-arm
Commit message (Expand)AuthorAgeFilesLines
* target-arm: Remove v8_ prefix from names of non-v8-specific cpreg arraysPeter Maydell2015-06-021-4/+4
* kvm: introduce kvm_arch_msi_data_to_gsiEric Auger2015-06-021-0/+5
* Revert "target-arm: Avoid g_hash_table_get_keys()"Markus Armbruster2015-06-021-10/+2
* target-arm: Add TLBI_VAE2{IS}Edgar E. Iglesias2015-06-021-0/+8
* target-arm: Add TLBI_ALLE2Edgar E. Iglesias2015-06-021-0/+4
* target-arm: Add TLBI_ALLE1{IS}Edgar E. Iglesias2015-06-021-0/+8
* target-arm: Add TTBR0_EL2Edgar E. Iglesias2015-06-021-0/+14
* target-arm: Add TPIDR_EL2Edgar E. Iglesias2015-06-021-0/+7
* target-arm: Add SCTLR_EL2Edgar E. Iglesias2015-06-021-0/+7
* target-arm: Add TCR_EL2Edgar E. Iglesias2015-06-021-0/+8
* target-arm: Add MAIR_EL2Edgar E. Iglesias2015-06-021-0/+15
* target-arm: Break down TLB_LOCKDOWNEdgar E. Iglesias2015-06-021-12/+18
* target-arm: Correct check for non-EL3Edgar E. Iglesias2015-06-021-1/+1
* target-arm: Avoid buffer overrun on UNPREDICTABLE ldrd/strdPeter Maydell2015-05-291-24/+32
* target-arm: Add WFx instruction trap supportGreg Bellows2015-05-291-1/+59
* target-arm: Don't halt on WFI unless we don't have any workPeter Maydell2015-05-293-0/+15
* target-arm: Move TB flags down to fill gapPeter Maydell2015-05-291-2/+2
* target-arm: Extend FP checks to use an ELGreg Bellows2015-05-294-37/+82
* target-arm: Make singlestate TB flags common between AArch32/64Peter Maydell2015-05-292-44/+29
* target-arm: Add AArch64 CPTR registersGreg Bellows2015-05-292-1/+44
* target-arm: Allow cp access functions to indicate traps to EL2 or EL3Peter Maydell2015-05-292-2/+19
* target-arm: Update interrupt handling to use target ELGreg Bellows2015-05-294-61/+50
* target-arm: Make raise_exception() take syndrome and target ELPeter Maydell2015-05-291-40/+28
* target-arm: Set exception target EL in tlb_fillPeter Maydell2015-05-291-0/+1
* target-arm: Move setting of exception info into tlb_fillPeter Maydell2015-05-295-44/+52
* target-arm: Set correct syndrome for faults on MSR DAIF*, immPeter Maydell2015-05-291-0/+3
* target-arm: Extend helpers to route exceptionsGreg Bellows2015-05-291-0/+21
* target-arm: Add exception target el infrastructureGreg Bellows2015-05-296-37/+83
* target-arm: Remove unneeded '+'Edgar E. Iglesias2015-05-181-1/+1
* target-arm: Correct accessfn for CNTV_TVAL_EL0Edgar E. Iglesias2015-05-181-0/+1
* target-arm: Correct accessfn for CNTP_{CT}VAL_EL0Edgar E. Iglesias2015-05-181-1/+2
* target-arm: Add WFx syndrome functionGreg Bellows2015-05-181-0/+6
* target-arm: Add EL3 and EL2 TCR checkingGreg Bellows2015-05-181-13/+32
* target-arm: Add TTBR regime function and useGreg Bellows2015-05-181-5/+19
* target-arm: cpu64: Add support for Cortex-A53Peter Crosthwaite2015-05-181-0/+51
* target-arm: cpu64: generalise name of A57 regsPeter Crosthwaite2015-05-181-5/+5
* tcg: Push merged memop+mmu_idx parameter to softmmu routinesRichard Henderson2015-05-141-4/+6
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-05-111-1/+3
|\
| * kvm: add support for memory transaction attributesPaolo Bonzini2015-04-301-1/+3
* | tcg: Delete unused cpu_pc_from_tb()Peter Crosthwaite2015-04-301-9/+0
* | arm: cpu.h: Remove unused typdefsPeter Crosthwaite2015-04-301-5/+0
|/
* Allow ARMv8 SCR.SMD updatesGreg Bellows2015-04-261-1/+3
* target-arm: Adjust id_aa64pfr0 when has_el3 CPU property disabledSergey Fedorov2015-04-261-1/+2
* target-arm: rename c1_coproc to cpacr_el1Sergey Fedorov2015-04-263-6/+6
* target-arm: Check watchpoints against CPU security statePeter Maydell2015-04-261-2/+4
* target-arm: Use attribute info to handle user-only watchpointsPeter Maydell2015-04-261-11/+12
* target-arm: Add user-mode transaction attributePeter Maydell2015-04-261-0/+1
* target-arm: Use correct memory attributes for page table walksPeter Maydell2015-04-261-9/+40
* target-arm: Honour NS bits in page tablesPeter Maydell2015-04-261-12/+67
* target-arm: kvm64 fix save/restore of SPSR regsAlex Bennée2015-04-011-2/+27
OpenPOWER on IntegriCloud