summaryrefslogtreecommitdiffstats
path: root/target-arm
Commit message (Expand)AuthorAgeFilesLines
* target-arm: handle address translations that start at level 3Peter Maydell2014-11-171-9/+11
* target-arm: Correct condition for taking VIRQ and VFIQPeter Maydell2014-11-041-2/+2
* target-arm: Separate out M profile cpu_exec_interrupt handlingPeter Maydell2014-11-042-24/+41
* target-arm/translate.c: Don't pass CPUARMState * to disas_arm_insn()Peter Maydell2014-11-041-6/+5
* target-arm/translate.c: Don't pass CPUARMState around in the decoderPeter Maydell2014-11-041-44/+50
* target-arm/translate.c: Don't use IS_M()Peter Maydell2014-11-041-8/+11
* target-arm/translate.c: Use arm_dc_feature() rather than arm_feature()Peter Maydell2014-11-041-60/+80
* target-arm/translate.c: Use arm_dc_feature() in ENABLE_ARCH_ macrosPeter Maydell2014-11-041-8/+8
* target-arm: A64: remove redundant storeAlex Bennée2014-11-021-1/+0
* target-arm: A32: Emulate the SMC instructionFabian Aggeler2014-10-242-2/+12
* target-arm: make arm_current_el() return EL3Fabian Aggeler2014-10-241-9/+20
* target-arm: rename arm_current_pl to arm_current_elGreg Bellows2014-10-248-47/+50
* target-arm: reject switching to monitor modeSergey Fedorov2014-10-241-0/+2
* target-arm: add arm_is_secure() functionFabian Aggeler2014-10-241-0/+47
* target-arm: increase arrays of registers R13 & R14Fabian Aggeler2014-10-242-4/+4
* target-arm: correctly UNDEF writes to FPINST/FPINST2 from EL0Peter Maydell2014-10-241-0/+3
* target-arm: Report a valid L1Ip field in CTR_EL0 for CPU type "any"Peter Maydell2014-10-241-1/+1
* target-arm: Correct sense of the DCZID DZP bitPeter Maydell2014-10-242-3/+3
* target-arm: add emulation of PSCI calls for system emulationRob Herring2014-10-249-3/+301
* target-arm: Add support for A32 and T32 HVC and SMC insnsPeter Maydell2014-10-243-11/+104
* target-arm: Handle SMC/HVC undef-if-no-ELx in pre_* helpersPeter Maydell2014-10-242-9/+12
* target-arm: add missing PSCI constants needed for PSCI emulationArd Biesheuvel2014-10-241-0/+40
* target-arm: do not set do_interrupt handlers for ARM and AArch64 user modesRob Herring2014-10-244-6/+6
* target-arm: add powered off cpu stateRob Herring2014-10-243-3/+12
* gdbstub: Allow target CPUs to specify watchpoint STOP_BEFORE_ACCESS flagPeter Maydell2014-10-061-0/+1
* target-arm: Add support for VIRQ and VFIQEdgar E. Iglesias2014-09-295-14/+76
* target-arm: Add IRQ and FIQ routing to EL2 and 3Edgar E. Iglesias2014-09-292-0/+27
* target-arm: A64: Emulate the SMC insnEdgar E. Iglesias2014-09-297-0/+51
* target-arm: Add a Hypervisor Trap exception typeEdgar E. Iglesias2014-09-294-0/+4
* target-arm: A64: Emulate the HVC insnEdgar E. Iglesias2014-09-297-10/+81
* target-arm: A64: Correct updates to FAR and ESR on exceptionsEdgar E. Iglesias2014-09-291-4/+3
* target-arm: Don't take interrupts targeting lower ELsEdgar E. Iglesias2014-09-291-0/+7
* target-arm: Break out exception masking to a separate funcEdgar E. Iglesias2014-09-292-5/+17
* target-arm: A64: Refactor aarch64_cpu_do_interruptEdgar E. Iglesias2014-09-293-11/+33
* target-arm: Add SCR_EL3Edgar E. Iglesias2014-09-292-3/+51
* target-arm: Add HCR_EL2Edgar E. Iglesias2014-09-292-0/+70
* target-arm: Don't handle c15_cpar changes via tb_flush()Peter Maydell2014-09-296-30/+44
* target-arm: Implement handling of breakpoint firingPeter Maydell2014-09-292-15/+66
* target-arm: Implement setting guest breakpointsPeter Maydell2014-09-295-2/+136
* target-arm: Use cpu_exec_interrupt qom hookRichard Henderson2014-09-253-0/+36
* target-arm: Make *IS TLB maintenance ops affect all CPUsPeter Maydell2014-09-121-12/+89
* target-arm: Push legacy wildcard TLB ops back into v6Peter Maydell2014-09-121-47/+55
* target-arm: Implement minimal DBGVCR, OSDLR_EL1, MDCCSR_EL0Peter Maydell2014-09-121-0/+19
* target-arm: Remove comment about MDSCR_EL1 being dummy implementationPeter Maydell2014-09-121-3/+1
* target-arm: Set DBGDSCR.MOE for debug exceptions taken to AArch32Peter Maydell2014-09-121-0/+26
* target-arm: Implement handling of fired watchpointsPeter Maydell2014-09-124-1/+204
* target-arm: Move extended_addresses_enabled() to internals.hPeter Maydell2014-09-122-11/+11
* target-arm: Implement setting of watchpointsPeter Maydell2014-09-125-3/+149
* target-arm: Fix broken indentation in arm_cpu_reest()Martin Galvan2014-09-121-1/+1
* target-arm: Fix resetting issues on ARMv7-M CPUsMartin Galvan2014-09-121-10/+22
OpenPOWER on IntegriCloud