aboutsummaryrefslogtreecommitdiff
path: root/target-arm/cpu.c
AgeCommit message (Expand)Author
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-04target-arm: cpu: Move cpu_is_big_endian to headerPeter Crosthwaite
2016-03-04target-arm: implement SCTLR.B, drop bswap_codePaolo Bonzini
2016-02-18target-arm: Add the pmceid0 and pmceid1 registersAlistair Francis
2016-02-11target-arm: Implement checking of fired watchpointSergey Fedorov
2016-02-03target-arm: Don't report presence of EL2 if it doesn't existPeter Maydell
2016-01-27gdb: provide the name of the architecture in the target.xmlDavid Hildenbrand
2016-01-21target-arm: Implement cpu_get_phys_page_attrs_debugPeter Maydell
2016-01-21target-arm: Implement asidx_from_attrsPeter Maydell
2016-01-21target-arm: Add QOM property for Secure memory regionPeter Maydell
2016-01-18target-arm: Clean up includesPeter Maydell
2016-01-15target-arm: support QMP dump-guest-memoryAndrew Jones
2016-01-13error: Strip trailing '\n' from error string arguments (again)Markus Armbruster
2015-12-17target-arm: raise exception on misaligned LDREX operandsAndrew Baumann
2015-10-09qdev: Protect device-list-properties against broken devicesMarkus Armbruster
2015-09-07target-arm: Refactor CPU affinity handlingPavel Fedin
2015-09-07arm: Remove hw_error() usages.Peter Crosthwaite
2015-09-07arm: cpu: assert() on no-EL2 virt IRQ error condition.Peter Crosthwaite
2015-08-13target-arm: Add the AArch64 view of the Secure physical timerPeter Maydell
2015-08-13target-arm: Add debug check for mismatched cpreg resetsPeter Maydell
2015-08-13target-arm: Add the Hypervisor timerEdgar E. Iglesias
2015-07-09disas: arm: QOMify target specific disas setupPeter Crosthwaite
2015-07-09cpu: Change cpu_exec_init() arg to cpu, not envPeter Crosthwaite
2015-07-09cpu: Add Error argument to cpu_exec_init()Bharata B Rao
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster
2015-06-19target-arm: Add support for Cortex-R5Peter Crosthwaite
2015-06-19target-arm: Add registers for PMSAv7Peter Crosthwaite
2015-06-19target-arm/helper.c: define MPUIR registerPeter Crosthwaite
2015-06-19target-arm: Do not reset sysregs marked as ALIASSergey Fedorov
2015-06-19target-arm: Add the Cortex-M4 CPUAurelio C. Remonda
2015-06-15arm: Add has-mpu propertyPeter Crosthwaite
2015-06-15target-arm: Add the THUMB_DSP featureAurelio C. Remonda
2015-06-15target-arm: Use the kernel's idea of MPIDR if we're using KVMPavel Fedin
2015-05-29target-arm: Update interrupt handling to use target ELGreg Bellows
2015-05-29target-arm: Move setting of exception info into tlb_fillPeter Maydell
2015-04-26target-arm: Adjust id_aa64pfr0 when has_el3 CPU property disabledSergey Fedorov
2015-04-26target-arm: rename c1_coproc to cpacr_el1Sergey Fedorov
2015-02-13target-arm: Add CPU property to disable AArch64Greg Bellows
2015-02-05target-arm: Guest cpu endianness determination for virtio KVM ARM/ARM64Pranavkumar Sawargaonkar
2015-02-05target-arm: Change reset to highest available ELGreg Bellows
2014-12-22target-arm: add cpu feature EL3 to CPUs with Security ExtensionsFabian Aggeler
2014-12-22target-arm: Add ARMCPU secure propertyGreg Bellows
2014-12-22target-arm: Add feature unset functionGreg Bellows
2014-12-11target-arm: make IFAR/DFAR bankedFabian Aggeler
2014-12-11target-arm: add SCTLR_EL3 and make SCTLR bankedFabian Aggeler
2014-11-04target-arm: Separate out M profile cpu_exec_interrupt handlingPeter Maydell
2014-10-24target-arm: Correct sense of the DCZID DZP bitPeter Maydell
2014-10-24target-arm: add emulation of PSCI calls for system emulationRob Herring
2014-10-24target-arm: do not set do_interrupt handlers for ARM and AArch64 user modesRob Herring
2014-10-24target-arm: add powered off cpu stateRob Herring