aboutsummaryrefslogtreecommitdiff
path: root/target-arm/op_helper.c
AgeCommit message (Expand)Author
2015-11-10target-arm: Fix gdb singlestep handling in arm_debug_excp_handler()Sergey Fedorov
2015-11-03target-arm: Add and use symbolic names for register banksSoren Brinkmann
2015-10-27target-arm: Add support for S1 + S2 MMU translationsEdgar E. Iglesias
2015-10-27target-arm: Route S2 MMU faults to EL2Edgar E. Iglesias
2015-10-27target-arm: Add S2 translation to 64bit S1 PTWsEdgar E. Iglesias
2015-10-27target-arm: Add ARMMMUFaultInfoEdgar E. Iglesias
2015-10-16target-arm: Fix CPU breakpoint handlingSergey Fedorov
2015-10-16target-arm: Fix GDB breakpoint handlingSergey Fedorov
2015-08-25target-arm: Add CP_ACCESS_TRAP_UNCATEGORIZED_EL2, 3Peter Maydell
2015-07-06target-arm: Split DISAS_YIELD from DISAS_WFEPeter Maydell
2015-06-15arm: Refactor get_phys_addr FSR return mechanismPeter Crosthwaite
2015-06-02target-arm: Correct check for non-EL3Edgar E. Iglesias
2015-05-29target-arm: Add WFx instruction trap supportGreg Bellows
2015-05-29target-arm: Don't halt on WFI unless we don't have any workPeter Maydell
2015-05-29target-arm: Allow cp access functions to indicate traps to EL2 or EL3Peter Maydell
2015-05-29target-arm: Make raise_exception() take syndrome and target ELPeter Maydell
2015-05-29target-arm: Set exception target EL in tlb_fillPeter Maydell
2015-05-29target-arm: Move setting of exception info into tlb_fillPeter Maydell
2015-05-29target-arm: Set correct syndrome for faults on MSR DAIF*, immPeter Maydell
2015-05-29target-arm: Extend helpers to route exceptionsGreg Bellows
2015-05-29target-arm: Add exception target el infrastructureGreg Bellows
2015-04-26target-arm: Check watchpoints against CPU security statePeter Maydell
2015-04-26target-arm: Use attribute info to handle user-only watchpointsPeter Maydell
2015-02-13target-arm: Add 32/64-bit register syncGreg Bellows
2014-12-11target-arm: make c13 cp regs banked (FCSEIDR, ...)Fabian Aggeler
2014-12-11target-arm: add SCTLR_EL3 and make SCTLR bankedFabian Aggeler
2014-10-24target-arm: A32: Emulate the SMC instructionFabian Aggeler
2014-10-24target-arm: rename arm_current_pl to arm_current_elGreg Bellows
2014-10-24target-arm: add emulation of PSCI calls for system emulationRob Herring
2014-10-24target-arm: Handle SMC/HVC undef-if-no-ELx in pre_* helpersPeter Maydell
2014-09-29target-arm: A64: Emulate the SMC insnEdgar E. Iglesias
2014-09-29target-arm: A64: Emulate the HVC insnEdgar E. Iglesias
2014-09-29target-arm: Don't handle c15_cpar changes via tb_flush()Peter Maydell
2014-09-29target-arm: Implement handling of breakpoint firingPeter Maydell
2014-09-12target-arm: Implement handling of fired watchpointsPeter Maydell
2014-08-19target-arm: Implement ARMv8 single-step handling for A64 codePeter Maydell
2014-08-19target-arm: Set PSTATE.SS correctly on exception return from AArch64Peter Maydell
2014-08-19target-arm: Don't allow AArch32 to access RES0 CPSR bitsPeter Maydell
2014-08-04target-arm: A64: Respect SPSEL in ERET SP restoreEdgar E. Iglesias
2014-08-04target-arm: A64: Break out aarch64_save/restore_spEdgar E. Iglesias
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini
2014-06-05softmmu: commonize helper definitionsPaolo Bonzini
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson
2014-05-27target-arm: A64: Generalize ERET to various ELsEdgar E. Iglesias
2014-05-27target-arm: A64: Forbid ERET to higher or unimplemented ELsEdgar E. Iglesias
2014-05-27target-arm: A64: Introduce aarch64_banked_spsr_index()Edgar E. Iglesias
2014-05-27target-arm: Make elr_el1 an arrayEdgar E. Iglesias
2014-05-01target-arm: Correct a comment refering to EL0Edgar E. Iglesias
2014-04-17target-arm: Implement AArch64 EL1 exception handlingRob Herring
2014-04-17target-arm: Implement SP_EL0, SP_EL1Peter Maydell