aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2017-07-19tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova
2017-07-19target/arm: optimize aarch32 rev16Aurelien Jarno
2017-07-19target/arm: Optimize aarch64 rev16Richard Henderson
2017-07-17target/arm: use DISAS_EXIT for eret handlingAlex Bennée
2017-07-17target/arm: use gen_goto_tb for ISB handlingAlex Bennée
2017-07-17target/arm/translate: ensure gen_goto_tb sets exit flagsAlex Bennée
2017-07-17target/arm/translate.h: expand comment on DISAS_EXITAlex Bennée
2017-07-17target/arm/translate: make DISAS_UPDATE match declared semanticsAlex Bennée
2017-07-17target/arm: Make Cortex-M3 and M4 default to 8 PMSA regionsPeter Maydell
2017-07-11target-arm: v7M: ignore writes to CONTROL.SPSEL from Thread modePeter Maydell
2017-07-11ARM: KVM: Enable in-kernel timers with user space gicAlexander Graf
2017-06-19target/arm: Exit after clearing aarch64 interrupt maskRichard Henderson
2017-06-06Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell
2017-06-05numa: move numa_node from CPUState into target specific classesIgor Mammedov
2017-06-05target/aarch64: optimize indirect branchesEmilio G. Cota
2017-06-05target/aarch64: optimize cross-page direct jumps in softmmuEmilio G. Cota
2017-06-05target/arm: optimize indirect branchesEmilio G. Cota
2017-06-05target/arm: optimize cross-page direct jumps in softmmuEmilio G. Cota
2017-06-04target/arm: add data cache invalidation cp15 instruction to cortex-r5Luc MICHEL
2017-06-02arm: Implement HFNMIENA support for M profile MPUPeter Maydell
2017-06-02arm: add MPU support to M profile CPUsMichael Davidsaver
2017-06-02armv7m: Classify faults as MemManage or BusFaultMichael Davidsaver
2017-06-02arm: All M profile cores are PMSAPeter Maydell
2017-06-02armv7m: Implement M profile default memory mapMichael Davidsaver
2017-06-02armv7m: Improve "-d mmu" tracing for PMSAv7 MPUMichael Davidsaver
2017-06-02arm: Remove unnecessary check on cpu->pmsav7_dregionPeter Maydell
2017-06-02arm: Don't let no-MPU PMSA cores write to SCTLR.MPeter Maydell
2017-06-02arm: Don't clear ARM_FEATURE_PMSA for no-mpu configsPeter Maydell
2017-06-02arm: Clean up handling of no-MPU PMSA CPUsPeter Maydell
2017-06-02arm: Use different ARMMMUIdx values for M profilePeter Maydell
2017-06-02arm: Add support for M profile CPUs having different MMU index semanticsPeter Maydell
2017-06-02arm: Use the mmu_idx we're passed in arm_cpu_do_unaligned_access()Peter Maydell
2017-06-02target/arm: clear PMUVER field of AA64DFR0 when vPMU=offWei Huang
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake
2017-05-11virt-arm: add node-id property to CPUIgor Mammedov
2017-05-11hw/arm/virt: extract mp-affinity calculation in separate functionIgor Mammedov
2017-04-20arm: Remove workarounds for old M-profile exception return implementationPeter Maydell
2017-04-20arm: Implement M profile exception return properlyPeter Maydell
2017-04-20arm: Track M profile handler mode state in TB flagsPeter Maydell
2017-04-20arm: Abstract out "are we singlestepping" test to utility functionPeter Maydell
2017-04-20arm: Move condition-failed codepath generation out of if()Peter Maydell
2017-04-20arm: Move gen_set_condexec() and gen_set_pc_im() up in the filePeter Maydell
2017-04-20arm: Factor out "generate right kind of step exception"Peter Maydell
2017-04-20arm: Thumb shift operations should not permit interworking branchesPeter Maydell
2017-04-20arm: Don't implement BXJ on M-profile CPUsPeter Maydell
2017-04-20arm/kvm: Remove trailing newlines from error_report()Ishani Chugh
2017-04-20target/arm: Add assertion about FSC format for syndrome registersPeter Maydell
2017-04-20arm: Move excnames[] array into arm_log_exceptions()Peter Maydell
2017-04-20target/arm: Add missing entries to excnames[] for log stringsPeter Maydell
2017-03-20arm: Fix APSR writes via M profile MSRPeter Maydell