aboutsummaryrefslogtreecommitdiff
path: root/target/arm/cpu.c
AgeCommit message (Expand)Author
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson
2017-10-09qom/cpu: move cpu_model null check to cpu_class_by_name()Philippe Mathieu-Daudé
2017-10-06nvic: Implement Security Attribution Unit registersPeter Maydell
2017-09-23Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-09-22memory: Get rid of address_space_init_shareableAlexey Kardashevskiy
2017-09-21nvic: Implement AIRCR changes for v8MPeter Maydell
2017-09-19arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov
2017-09-14target/arm: Clear exclusive monitor on v7M reset, exception entry/exitPeter Maydell
2017-09-07target/arm: Add Jazelle featurePortia Stephens
2017-09-07target/arm: Implement new do_transaction_failed hookPeter Maydell
2017-09-07target/arm: Make CCR register banked for v8MPeter Maydell
2017-09-07target/arm: Make MPU_RNR register banked for v8MPeter Maydell
2017-09-07target/arm: Make MPU_RBAR, MPU_RLAR banked for v8MPeter Maydell
2017-09-07target/arm: Make MPU_MAIR0, MPU_MAIR1 registers banked for v8MPeter Maydell
2017-09-07target/arm: Register second AddressSpace for secure v8M CPUsPeter Maydell
2017-09-07target/arm: Add state field, feature bit and migration for v8M secure statePeter Maydell
2017-09-07target/arm: Implement ARMv8M's PMSAv8 registersPeter Maydell
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 implementationPeter 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 CPUsCé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