summaryrefslogtreecommitdiff
path: root/target-arm
AgeCommit message (Expand)AuthorFilesLines
2017-03-21target-arm: Fix aarch64 vec_reg_offsetRichard Henderson1-1/+2
2017-03-21target-arm: Fix aarch64 disas_ldst_single_structRichard Henderson1-2/+2
2016-12-05target-arm/translate-a64: fix gen_load_exclusiveAlex Bennée1-23/+19
2016-11-07Fix corruption of CPSR when SCTLR.EE is setJulian Brown1-1/+1
2016-11-01log: Add locking to large logging blocksRichard Henderson2-0/+4
2016-10-31Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-mttcg' into s...Peter Maydell2-1/+3
2016-10-31target-arm/arm-powerctl: wake up sleeping CPUsAlex Bennée2-1/+3
2016-10-28arm: Add an option to turn on/off vPMU supportWei Huang4-3/+32
2016-10-26target-arm: remove EXCP_STREX + cpu_exclusive_{test, info}Emilio G. Cota4-22/+1
2016-10-26target-arm: emulate aarch64's LL/SC using cmpxchg helpersEmilio G. Cota3-58/+163
2016-10-26target-arm: emulate SWP with atomic_xchg helperEmilio G. Cota1-12/+14
2016-10-26target-arm: emulate LL/SC using cmpxchg helpersEmilio G. Cota1-95/+45
2016-10-26target-arm: Rearrange aa32 load and store functionsRichard Henderson1-105/+66
2016-10-25Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell2-25/+22
2016-10-24exec: move cpu_exec_init() calls to realize functionsLaurent Vivier2-25/+22
2016-10-24target-arm: Implement new HLT trap for semihostingPeter Maydell3-7/+60
2016-10-24target-arm: Make page size a runtime settingPeter Maydell2-4/+29
2016-10-17target-arm: Add trace events for the generic timersPeter Maydell2-4/+26
2016-10-17target-arm: Implement dummy MDCCINT_EL1Peter Maydell1-0/+8
2016-10-17Fix masking of PC lower bits when doing exception returnsPeter Maydell2-9/+27
2016-10-17target-arm: Comments added to identify cases in a switchThomas Hanson1-3/+3
2016-10-17target-arm: Code changes to implement overwrite of tag field on PC loadThomas Hanson1-5/+77
2016-10-17target-arm: Infrastucture changes to enable handling of tagged address loadin...Thomas Hanson4-2/+100
2016-10-17target-arm: kvm: use AddressSpace-specific listenerPaolo Bonzini1-1/+2
2016-10-04target-arm: Correctly handle 'sub pc, pc, 1' for ARMv6Peter Maydell1-1/+6
2016-10-04target-arm: A64: Fix decoding of iss_sf in disas_ld_litEdgar E. Iglesias1-1/+1
2016-10-04target-arm: move gicv3_class_name from machine to kvm_arm.hEric Auger2-16/+15
2016-10-04hw/intc/arm_gicv3_its: Implement ITS base classPavel Fedin1-0/+19
2016-09-22arm: add Cortex A7 CPU parametersAndrey Yurovsky1-0/+46
2016-09-16target-aarch64: Generate fences for aarch64Pranith Kumar1-1/+26
2016-09-16target-arm: Generate fences in ARMv7 frontendPranith Kumar1-2/+2
2016-09-16tcg: Merge GETPC and GETRARichard Henderson1-3/+3
2016-09-13arm: spelling fix: mismatchMichael Tokarev1-1/+1
2016-09-06target-arm: Fix lpae bit in FSR on an alignment faultSergey Sorokin1-1/+1
2016-08-12target-arm: Fix warn about implicit conversionPranith Kumar1-1/+1
2016-07-21Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+11
2016-07-21kvm-irqchip: i386: add hook for add/remove virqPeter Xu1-0/+11
2016-07-19target-arm: Fix unreachable code in gicv3_class_name()Peter Maydell1-2/+1
2016-07-14target-arm: Add missed AArch32 TLBI sytem registersSergey Sorokin1-0/+139
2016-07-12target-*: Clean up cpu.h header guardsMarkus Armbruster1-2/+2
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster2-6/+6
2016-07-12Fix confusing argument names in some common functionsSergey Sorokin2-15/+20
2016-07-07target-arm/arm-semi.c: In SYS_HEAPINFO use correct type for 'limit'Peter Maydell1-1/+1
2016-07-04target-arm/arm-semi.c: Fix SYS_HEAPINFO for 64-bit guestsPeter Maydell1-21/+26
2016-06-29Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-2/+0
2016-06-29target-*: Don't redefine cpu_exec()Peter Crosthwaite1-2/+0
2016-06-24softfloat: Implement run-time-configurable meaning of signaling NaN bitAleksandar Markovic2-27/+27
2016-06-20exec: [tcg] Track which vCPU is performing translation and executionLluís Vilanova1-0/+1
2016-06-17target-arm/monitor.c: Advertise emulated GICv3 in capabilitiesPeter Maydell1-2/+1
2016-06-17target-arm/machine.c: Allow user to request GICv3 emulationPeter Maydell1-2/+1