aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)AuthorFilesLines
2017-01-20target/arm/psci.c: If EL2 implemented, start CPUs in EL2Peter Maydell1-7/+18
2017-01-20target-arm: Add ARMCPU fields for GIC CPU i/f configPeter Maydell2-0/+11
2017-01-20target-arm: Expose output GPIO line for VCPU maintenance interruptPeter Maydell2-0/+5
2017-01-20target/arm: Implement DBGVCR32_EL2 system registerPeter Maydell1-0/+7
2017-01-20target/arm: Handle VIRQ and VFIQ in arm_cpu_do_interrupt_aarch32()Peter Maydell1-0/+14
2017-01-19kvm: move cpu synchronization codeVincent Palatin1-1/+1
2017-01-16Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-common-tlb-reset-...Peter Maydell3-17/+19
2017-01-13target/arm: Fix ubfx et al for aarch64Richard Henderson1-1/+1
2017-01-13Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell1-0/+1
2017-01-13cputlb: drop flush_global flag from tlb_flushAlex Bennée1-13/+13
2017-01-13qom/cpu: move tlb_flush to cpu_common_resetAlex Bennée2-4/+6
2017-01-12qmp: Report QOM type name on query-cpu-definitionsEduardo Habkost1-0/+1
2017-01-10target-arm: Use clrsb helperRichard Henderson3-16/+4
2017-01-10target-arm: Use clz opcodeRichard Henderson6-25/+7
2017-01-10target-arm: Use new deposit and extract opsRichard Henderson2-81/+37
2016-12-27target-arm: Add VBAR support to ARM1176 CPUsCédric Le Goater3-6/+23
2016-12-27target-arm: Log AArch64 exception returnsPeter Maydell1-0/+9
2016-12-27target-arm: Fix aarch64 disas_ldst_single_structRichard Henderson1-2/+2
2016-12-27target-arm: Fix aarch64 vec_reg_offsetRichard Henderson1-1/+2
2016-12-27Correct value of ARM Cortex-A8 MVFR1 register.Julian Brown1-1/+1
2016-12-20Move target-* CPU file into a target/ folderThomas Huth35-0/+49062