summaryrefslogtreecommitdiffstats
path: root/target-arm
Commit message (Expand)AuthorAgeFilesLines
* Move target-* CPU file into a target/ folderThomas Huth2016-12-2035-49062/+0Star
* target-arm/translate-a64: fix gen_load_exclusiveAlex Bennée2016-12-051-23/+19Star
* Fix corruption of CPSR when SCTLR.EE is setJulian Brown2016-11-071-1/+1
* log: Add locking to large logging blocksRichard Henderson2016-11-012-0/+4
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-mttcg' into s...Peter Maydell2016-10-312-1/+3
|\
| * target-arm/arm-powerctl: wake up sleeping CPUsAlex Bennée2016-10-312-1/+3
* | arm: Add an option to turn on/off vPMU supportWei Huang2016-10-284-3/+32
|/
* target-arm: remove EXCP_STREX + cpu_exclusive_{test, info}Emilio G. Cota2016-10-264-22/+1Star
* target-arm: emulate aarch64's LL/SC using cmpxchg helpersEmilio G. Cota2016-10-263-58/+163
* target-arm: emulate SWP with atomic_xchg helperEmilio G. Cota2016-10-261-12/+14
* target-arm: emulate LL/SC using cmpxchg helpersEmilio G. Cota2016-10-261-95/+45Star
* target-arm: Rearrange aa32 load and store functionsRichard Henderson2016-10-261-105/+66Star
* Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell2016-10-252-25/+22Star
|\
| * exec: move cpu_exec_init() calls to realize functionsLaurent Vivier2016-10-242-25/+22Star
* | target-arm: Implement new HLT trap for semihostingPeter Maydell2016-10-243-7/+60
* | target-arm: Make page size a runtime settingPeter Maydell2016-10-242-4/+29
|/
* target-arm: Add trace events for the generic timersPeter Maydell2016-10-172-4/+26
* target-arm: Implement dummy MDCCINT_EL1Peter Maydell2016-10-171-0/+8
* Fix masking of PC lower bits when doing exception returnsPeter Maydell2016-10-172-9/+27
* target-arm: Comments added to identify cases in a switchThomas Hanson2016-10-171-3/+3
* target-arm: Code changes to implement overwrite of tag field on PC loadThomas Hanson2016-10-171-5/+77
* target-arm: Infrastucture changes to enable handling of tagged address loadin...Thomas Hanson2016-10-174-2/+100
* target-arm: kvm: use AddressSpace-specific listenerPaolo Bonzini2016-10-171-1/+2
* target-arm: Correctly handle 'sub pc, pc, 1' for ARMv6Peter Maydell2016-10-041-1/+6
* target-arm: A64: Fix decoding of iss_sf in disas_ld_litEdgar E. Iglesias2016-10-041-1/+1
* target-arm: move gicv3_class_name from machine to kvm_arm.hEric Auger2016-10-042-16/+15Star
* hw/intc/arm_gicv3_its: Implement ITS base classPavel Fedin2016-10-041-0/+19
* arm: add Cortex A7 CPU parametersAndrey Yurovsky2016-09-221-0/+46
* target-aarch64: Generate fences for aarch64Pranith Kumar2016-09-161-1/+26
* target-arm: Generate fences in ARMv7 frontendPranith Kumar2016-09-161-2/+2
* tcg: Merge GETPC and GETRARichard Henderson2016-09-161-3/+3
* arm: spelling fix: mismatchMichael Tokarev2016-09-131-1/+1
* target-arm: Fix lpae bit in FSR on an alignment faultSergey Sorokin2016-09-061-1/+1
* target-arm: Fix warn about implicit conversionPranith Kumar2016-08-121-1/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-07-211-0/+11
|\
| * kvm-irqchip: i386: add hook for add/remove virqPeter Xu2016-07-211-0/+11
* | target-arm: Fix unreachable code in gicv3_class_name()Peter Maydell2016-07-191-2/+1Star
|/
* target-arm: Add missed AArch32 TLBI sytem registersSergey Sorokin2016-07-141-0/+139
* target-*: Clean up cpu.h header guardsMarkus Armbruster2016-07-121-2/+2
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-122-6/+6
* Fix confusing argument names in some common functionsSergey Sorokin2016-07-122-15/+20
* target-arm/arm-semi.c: In SYS_HEAPINFO use correct type for 'limit'Peter Maydell2016-07-071-1/+1
* target-arm/arm-semi.c: Fix SYS_HEAPINFO for 64-bit guestsPeter Maydell2016-07-041-21/+26
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-06-291-2/+0Star
|\
| * target-*: Don't redefine cpu_exec()Peter Crosthwaite2016-06-291-2/+0Star
* | softfloat: Implement run-time-configurable meaning of signaling NaN bitAleksandar Markovic2016-06-242-27/+27
|/
* exec: [tcg] Track which vCPU is performing translation and executionLluís Vilanova2016-06-201-0/+1
* target-arm/monitor.c: Advertise emulated GICv3 in capabilitiesPeter Maydell2016-06-171-2/+1Star
* target-arm/machine.c: Allow user to request GICv3 emulationPeter Maydell2016-06-171-2/+1Star
* target-arm: Add mp-affinity property for ARM CPU classPavel Fedin2016-06-171-0/+1