aboutsummaryrefslogtreecommitdiff
path: root/target/arm/cpu.c
AgeCommit message (Expand)Author
2017-09-04hw/arm/virt: add pmu interrupt stateAndrew Jones
2017-09-04target/arm: Don't store M profile PRIMASK and FAULTMASK in daifPeter Maydell
2017-07-31target/arm: Move PMSAv7 reset into arm_cpu_reset() so M profile MPUs get resetPeter Maydell
2017-07-17target/arm: Make Cortex-M3 and M4 default to 8 PMSA regionsPeter Maydell
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-04target/arm: add data cache invalidation cp15 instruction to cortex-r5Luc MICHEL
2017-06-02arm: All M profile cores are PMSAPeter 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-02target/arm: clear PMUVER field of AA64DFR0 when vPMU=offWei Huang
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-02-28armv7m: Fix condition check for taking exceptionsPeter Maydell
2017-02-24target-arm/powerctl: defer cpu reset work to CPU contextAlex Bennée
2017-02-10target-arm: Enable vPMU support under TCG modeWei Huang
2017-02-07arm: Correctly handle watchpoints for BE32 CPUsJulian Brown
2017-02-07Fix Thumb-1 BE32 execution and disassembly.Julian Brown
2017-02-07target/arm: Add cfgend parameter for ARM CPU selection.Julian Brown
2017-01-27armv7m: R14 should reset to 0xffffffffPeter Maydell
2017-01-27armv7m: FAULTMASK should be 0 on resetMichael Davidsaver
2017-01-27armv7m: add state for v7M CCR, CFSR, HFSR, DFSR, MMFAR, BFARPeter Maydell
2017-01-27target/arm: Drop IS_M() macroPeter Maydell
2017-01-27armv7m: Replace armv7m.hack with unassigned_access handlerMichael Davidsaver
2017-01-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-01-20target-arm: Enable EL2 feature bit on A53 and A57Peter Maydell
2017-01-20target-arm: Expose output GPIO line for VCPU maintenance interruptPeter Maydell
2017-01-19kvm: move cpu synchronization codeVincent Palatin
2017-01-13qom/cpu: move tlb_flush to cpu_common_resetAlex Bennée
2016-12-27target-arm: Add VBAR support to ARM1176 CPUspull-target-arm-20161227Cédric Le Goater
2016-12-27Correct value of ARM Cortex-A8 MVFR1 register.Julian Brown
2016-12-20Move target-* CPU file into a target/ folderThomas Huth