summaryrefslogtreecommitdiff
path: root/target/arm/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-31target/arm: Move PMSAv7 reset into arm_cpu_reset() so M profile MPUs get resetPeter Maydell1-0/+14
2017-07-17target/arm: Make Cortex-M3 and M4 default to 8 PMSA regionsPeter Maydell1-1/+11
2017-06-06Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell1-1/+1
2017-06-05numa: move numa_node from CPUState into target specific classesIgor Mammedov1-1/+1
2017-06-04target/arm: add data cache invalidation cp15 instruction to cortex-r5Luc MICHEL1-0/+2
2017-06-02arm: All M profile cores are PMSAPeter Maydell1-0/+8
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 Maydell1-6/+6
2017-06-02target/arm: clear PMUVER field of AA64DFR0 when vPMU=offWei Huang1-1/+1
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 Mammedov1-3/+9
2017-04-20arm: Remove workarounds for old M-profile exception return implementationPeter Maydell1-41/+2
2017-02-28armv7m: Fix condition check for taking exceptionsPeter Maydell1-8/+8
2017-02-24target-arm/powerctl: defer cpu reset work to CPU contextAlex Bennée1-2/+2
2017-02-10target-arm: Enable vPMU support under TCG modeWei Huang1-1/+1
2017-02-07arm: Correctly handle watchpoints for BE32 CPUsJulian Brown1-0/+3
2017-02-07Fix Thumb-1 BE32 execution and disassembly.Julian Brown1-0/+23
2017-02-07target/arm: Add cfgend parameter for ARM CPU selection.Julian Brown1-0/+13
2017-01-27armv7m: R14 should reset to 0xffffffffPeter Maydell1-0/+3
2017-01-27armv7m: FAULTMASK should be 0 on resetMichael Davidsaver1-4/+6
2017-01-27armv7m: add state for v7M CCR, CFSR, HFSR, DFSR, MMFAR, BFARPeter Maydell1-0/+7
2017-01-27target/arm: Drop IS_M() macroPeter Maydell1-1/+1
2017-01-27armv7m: Replace armv7m.hack with unassigned_access handlerMichael Davidsaver1-0/+28
2017-01-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2017-01-20target-arm: Enable EL2 feature bit on A53 and A57Peter Maydell1-0/+12
2017-01-20target-arm: Expose output GPIO line for VCPU maintenance interruptPeter Maydell1-0/+3
2017-01-19kvm: move cpu synchronization codeVincent Palatin1-1/+1
2017-01-13qom/cpu: move tlb_flush to cpu_common_resetAlex Bennée1-3/+2
2016-12-27target-arm: Add VBAR support to ARM1176 CPUsCédric Le Goater1-0/+9
2016-12-27Correct value of ARM Cortex-A8 MVFR1 register.Julian Brown1-1/+1
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+1622