aboutsummaryrefslogtreecommitdiff
path: root/target-arm/helper.c
AgeCommit message (Expand)Author
2015-08-25target-arm: Implement missing AFSR registersPeter Maydell
2015-08-25target-arm: Implement missing AMAIR registersPeter Maydell
2015-08-25target-arm: Add missing MAIR_EL3 and TPIDR_EL3 registersPeter Maydell
2015-08-13target-arm: Add AArch32 banked register access to secure physical timerPeter Maydell
2015-08-13target-arm: Add the AArch64 view of the Secure physical timerPeter Maydell
2015-08-13target-arm: Add debug check for mismatched cpreg resetsPeter Maydell
2015-08-13target-arm: Add the Hypervisor timerEdgar E. Iglesias
2015-08-13target-arm: Pass timeridx as argument to various timer functionsEdgar E. Iglesias
2015-08-13target-arm: Rename and move gt_cnt_resetEdgar E. Iglesias
2015-08-13target-arm: Add CNTHCTL_EL2Edgar E. Iglesias
2015-08-13target-arm: Add CNTVOFF_EL2Edgar E. Iglesias
2015-07-15target-arm: Fix broken SCTLR_EL3 resetPeter Maydell
2015-07-06target-arm: fix write helper for TLBI ALLE1ISSergey Fedorov
2015-06-19semihosting: create SemihostingConfig structure and semihost.hLeon Alrae
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-15arm: helper: rename get_phys_addr_mpuPeter 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: 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: use extended address bits from supersection short descriptorSergey Fedorov
2015-06-15target-arm: Handle "extended small page" descriptors correctlyPeter Maydell
2015-06-02target-arm: Remove v8_ prefix from names of non-v8-specific cpreg arraysPeter Maydell
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-05-29target-arm: Add AArch64 CPTR registersGreg Bellows
2015-05-29target-arm: Update interrupt handling to use target ELGreg Bellows
2015-05-29target-arm: Move setting of exception info into tlb_fillPeter Maydell
2015-05-18target-arm: Remove unneeded '+'pull-target-arm-20150518-3pull-target-arm-20150518-2pull-target-arm-20150518-1pull-target-arm-20150518Edgar 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 EL3 and EL2 TCR checkingGreg Bellows
2015-05-18target-arm: Add TTBR regime function and useGreg Bellows
2015-05-14tcg: Push merged memop+mmu_idx parameter to softmmu routinesRichard Henderson
2015-04-26Allow ARMv8 SCR.SMD updatespull-target-arm-20150427Greg Bellows