aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)AuthorFilesLines
2017-06-06Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell2-1/+3
2017-06-05numa: move numa_node from CPUState into target specific classesIgor Mammedov2-1/+3
2017-06-05target/aarch64: optimize indirect branchesEmilio G. Cota1-2/+1
2017-06-05target/aarch64: optimize cross-page direct jumps in softmmuEmilio G. Cota1-1/+1
2017-06-05target/arm: optimize indirect branchesEmilio G. Cota2-9/+20
2017-06-05target/arm: optimize cross-page direct jumps in softmmuEmilio G. Cota1-1/+5
2017-06-04target/arm: add data cache invalidation cp15 instruction to cortex-r5Luc MICHEL1-0/+2
2017-06-02arm: Implement HFNMIENA support for M profile MPUPeter Maydell3-2/+41
2017-06-02arm: add MPU support to M profile CPUsMichael Davidsaver3-3/+33
2017-06-02armv7m: Classify faults as MemManage or BusFaultMichael Davidsaver1-3/+42
2017-06-02arm: All M profile cores are PMSAPeter Maydell1-0/+8
2017-06-02armv7m: Implement M profile default memory mapMichael Davidsaver1-9/+32
2017-06-02armv7m: Improve "-d mmu" tracing for PMSAv7 MPUMichael Davidsaver1-12/+27
2017-06-02arm: Remove unnecessary check on cpu->pmsav7_dregionPeter Maydell1-2/+1
2017-06-02arm: Don't let no-MPU PMSA cores write to SCTLR.MPeter Maydell1-0/+5
2017-06-02arm: Don't clear ARM_FEATURE_PMSA for no-mpu configsPeter Maydell1-1/+7
2017-06-02arm: Clean up handling of no-MPU PMSA CPUsPeter Maydell4-14/+14
2017-06-02arm: Use different ARMMMUIdx values for M profilePeter Maydell3-2/+27
2017-06-02arm: Add support for M profile CPUs having different MMU index semanticsPeter Maydell6-99/+156
2017-06-02arm: Use the mmu_idx we're passed in arm_cpu_do_unaligned_access()Peter Maydell1-1/+1
2017-06-02target/arm: clear PMUVER field of AA64DFR0 when vPMU=offWei Huang1-1/+1
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake1-2/+2
2017-05-11virt-arm: add node-id property to CPUIgor Mammedov1-0/+1
2017-05-11hw/arm/virt: extract mp-affinity calculation in separate functionIgor Mammedov2-3/+11
2017-04-20arm: Remove workarounds for old M-profile exception return implementationPeter Maydell2-49/+2
2017-04-20arm: Implement M profile exception return properlyPeter Maydell2-6/+64
2017-04-20arm: Track M profile handler mode state in TB flagsPeter Maydell3-0/+11
2017-04-20arm: Abstract out "are we singlestepping" test to utility functionPeter Maydell1-5/+15
2017-04-20arm: Move condition-failed codepath generation out of if()Peter Maydell1-13/+11
2017-04-20arm: Move gen_set_condexec() and gen_set_pc_im() up in the filePeter Maydell1-16/+15
2017-04-20arm: Factor out "generate right kind of step exception"Peter Maydell1-12/+16
2017-04-20arm: Thumb shift operations should not permit interworking branchesPeter Maydell1-1/+1
2017-04-20arm: Don't implement BXJ on M-profile CPUsPeter Maydell1-1/+6
2017-04-20arm/kvm: Remove trailing newlines from error_report()Ishani Chugh1-2/+2
2017-04-20target/arm: Add assertion about FSC format for syndrome registersPeter Maydell1-5/+18
2017-04-20arm: Move excnames[] array into arm_log_exceptions()Peter Maydell3-24/+20
2017-04-20target/arm: Add missing entries to excnames[] for log stringsPeter Maydell2-0/+3
2017-03-20arm: Fix APSR writes via M profile MSRPeter Maydell2-5/+24
2017-03-20arm: Enforce should-be-1 bits in MRS decodingPeter Maydell1-0/+14
2017-03-20arm: Don't decode MRS(banked) or MSR(banked) for M profilePeter Maydell1-2/+4
2017-03-20arm: HVC and SMC encodings don't exist for M profilePeter Maydell1-0/+3
2017-03-14target/arm/arm-powerctl: Fix psci info return valuesAndrew Jones1-2/+2
2017-03-14target/arm: implement armv8 PMUSERENR (user-mode enable bits)Andrew Baumann1-8/+71
2017-03-09target/arm/helper: make it clear the EC field is also in hexAlex Bennée1-1/+1
2017-03-03KVM: do not use sigtimedwait to catch SIGBUSPaolo Bonzini1-5/+0
2017-03-03KVM: remove kvm_arch_on_sigbusPaolo Bonzini1-5/+0
2017-02-28target-arm: Add GICv3CPUState in CPUARMState structVijaya Kumar K1-0/+2
2017-02-28armv7m: Raise correct kind of UsageFault for attempts to execute ARM codePeter Maydell3-2/+11
2017-02-28armv7m: Check exception return consistencyPeter Maydell2-12/+112
2017-02-28armv7m: Extract "exception taken" code into functionsPeter Maydell1-50/+68