aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
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 implementationpull-target-arm-20170420Peter 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 MSRpull-target-arm-20170320Peter Maydell
2017-03-20arm: Enforce should-be-1 bits in MRS decodingPeter Maydell
2017-03-20arm: Don't decode MRS(banked) or MSR(banked) for M profilePeter Maydell
2017-03-20arm: HVC and SMC encodings don't exist for M profilePeter Maydell
2017-03-14target/arm/arm-powerctl: Fix psci info return valuespull-target-arm-20170314Andrew Jones
2017-03-14target/arm: implement armv8 PMUSERENR (user-mode enable bits)Andrew Baumann
2017-03-09target/arm/helper: make it clear the EC field is also in hexAlex Bennée
2017-03-03KVM: do not use sigtimedwait to catch SIGBUSPaolo Bonzini
2017-03-03KVM: remove kvm_arch_on_sigbusPaolo Bonzini
2017-02-28target-arm: Add GICv3CPUState in CPUARMState structVijaya Kumar K
2017-02-28armv7m: Raise correct kind of UsageFault for attempts to execute ARM codePeter Maydell
2017-02-28armv7m: Check exception return consistencyPeter Maydell
2017-02-28armv7m: Extract "exception taken" code into functionsPeter Maydell