aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)AuthorFilesLines
2017-09-04target/arm: Fix aa64 ldp register writebackRichard Henderson1-12/+17
2017-09-04target/arm: Allow deliver_fault() caller to specify EA bitPeter Maydell2-5/+7
2017-09-04target/arm: Factor out fault delivery codePeter Maydell1-53/+57
2017-09-04target/arm/kvm: pmu: improve error handlingAndrew Jones3-23/+26
2017-09-04hw/arm/virt: allow pmu instantiation with userspace irqchipAndrew Jones2-3/+6
2017-09-04target/arm/kvm: pmu: split init and set-irq stagesAndrew Jones3-30/+40
2017-09-04hw/arm/virt: add pmu interrupt stateAndrew Jones2-0/+4
2017-09-04target/arm: Create and use new function arm_v7m_is_handler_mode()Peter Maydell2-6/+12
2017-09-04target/arm: Don't calculate lr in arm_v7m_cpu_do_interrupt() until neededPeter Maydell1-7/+8
2017-09-04target/arm: Make arm_cpu_dump_state() handle the M-profile XPSRPeter Maydell1-18/+40
2017-09-04target/arm: Don't use cpsr_write/cpsr_read to transfer M profile XPSRPeter Maydell1-15/+34
2017-09-04target/arm: Don't store M profile PRIMASK and FAULTMASK in daifPeter Maydell4-19/+41
2017-09-04target/arm: Define and use XPSR bit masksPeter Maydell2-17/+36
2017-09-04target/arm: Fix outdated comment about exception exitPeter Maydell1-1/+1
2017-09-04target/arm: Remove incorrect comment about MPU_CTRLPeter Maydell1-1/+1
2017-09-04target/arm: Tighten up Thumb decode where new v8M insns will bePeter Maydell1-9/+39
2017-09-04target/arm: Consolidate PMSA handling in get_phys_addr()Peter Maydell1-16/+22
2017-09-04target/arm: Don't trap WFI/WFE for M profilePeter Maydell1-0/+5
2017-09-04target/arm: Use MMUAccessType enum rather than intPeter Maydell2-16/+17
2017-09-01arm: replace cpu_arm_init() with cpu_generic_init()Igor Mammedov2-7/+1
2017-08-15target/arm: Require alignment for load exclusiveAlistair Francis1-5/+6
2017-08-15target/arm: Correct load exclusive pair atomicityRichard Henderson1-23/+37
2017-08-15target/arm: Correct exclusive store cmpxchg memop maskAlistair Francis1-1/+1
2017-08-01trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy1-5/+5
2017-07-31target/arm: Migrate MPU_RNR register state for M profile coresPeter Maydell1-0/+28
2017-07-31target/arm: Move PMSAv7 reset into arm_cpu_reset() so M profile MPUs get resetPeter Maydell2-16/+26
2017-07-31target/arm: Rename cp15.c6_rgnr to pmsav7.rnrPeter Maydell3-6/+5
2017-07-31target/arm: Don't allow guest to make System space executable for M profilePeter Maydell1-1/+15
2017-07-31target/arm: Don't do MPU lookups for addresses in M profile PPB regionPeter Maydell1-1/+16
2017-07-31target/arm: Correct MPU trace handling of write vs executePeter Maydell1-2/+2
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé1-1/+1
2017-07-24target/arm: fix TCG temp leak in aarch64 rev16Emilio G. Cota1-0/+1
2017-07-19tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova3-8/+8
2017-07-19target/arm: optimize aarch32 rev16Aurelien Jarno1-2/+4
2017-07-19target/arm: Optimize aarch64 rev16Richard Henderson1-18/+6
2017-07-17target/arm: use DISAS_EXIT for eret handlingAlex Bennée2-3/+6
2017-07-17target/arm: use gen_goto_tb for ISB handlingAlex Bennée2-3/+3
2017-07-17target/arm/translate: ensure gen_goto_tb sets exit flagsAlex Bennée1-1/+5
2017-07-17target/arm/translate.h: expand comment on DISAS_EXITAlex Bennée1-1/+4
2017-07-17target/arm/translate: make DISAS_UPDATE match declared semanticsAlex Bennée2-10/+10
2017-07-17target/arm: Make Cortex-M3 and M4 default to 8 PMSA regionsPeter Maydell1-1/+11
2017-07-11target-arm: v7M: ignore writes to CONTROL.SPSEL from Thread modePeter Maydell1-3/+10
2017-07-11ARM: KVM: Enable in-kernel timers with user space gicAlexander Graf2-0/+54
2017-06-19target/arm: Exit after clearing aarch64 interrupt maskRichard Henderson1-1/+6
2017-06-06Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell2-1/+3
2017-06-05numa: move numa_node from CPUState into target specific classesIgor Mammedov2-1/+3
2017-06-05target/aarch64: optimize indirect branchesEmilio G. Cota1-2/+1
2017-06-05target/aarch64: optimize cross-page direct jumps in softmmuEmilio G. Cota1-1/+1
2017-06-05target/arm: optimize indirect branchesEmilio G. Cota2-9/+20
2017-06-05target/arm: optimize cross-page direct jumps in softmmuEmilio G. Cota1-1/+5