Age | Commit message (Expand) | Author | Files | Lines |
2022-05-05 | target/arm: Reorg CPAccessResult and access_check_cp_reg | Richard Henderson | 1 | -26/+26 |
2022-05-05 | target/arm: Split out cpregs.h | Richard Henderson | 1 | -0/+1 |
2022-04-22 | target/arm: Remove fpexc32_access | Richard Henderson | 1 | -13/+0 |
2021-08-26 | target/arm: Implement HSTR.TJDBX | Peter Maydell | 1 | -0/+16 |
2021-06-03 | target/arm: use raise_exception_ra for stack limit exception | Jamie Iles | 1 | -6/+3 |
2021-06-03 | target/arm: fold do_raise_exception into raise_exception | Jamie Iles | 1 | -10/+2 |
2021-06-03 | target/arm: fix missing exception class | Jamie Iles | 1 | -2/+9 |
2021-05-10 | target/arm: Make WFI a NOP for userspace emulators | Peter Maydell | 1 | -0/+14 |
2021-05-02 | hw: Do not include qemu/log.h if it is not necessary | Thomas Huth | 1 | -1/+0 |
2021-02-11 | target/arm: Support AA32 DIT by moving PSTATE_SS from cpsr into env->pstate | Rebecca Cran | 1 | -8/+1 |
2021-01-19 | target/arm: add 64-bit S-EL2 to EL exception table | Rémi Denis-Courmont | 1 | -2/+2 |
2020-11-15 | arm tcg cpus: Fix Lesser GPL version number | Chetan Pant | 1 | -1/+1 |
2020-11-10 | target/arm: Fix neon VTBL/VTBX for len > 1 | Richard Henderson | 1 | -10/+13 |
2020-06-26 | target/arm: Implement LDG, STG, ST2G instructions | Richard Henderson | 1 | -0/+16 |
2020-03-05 | target/arm: Move helper_dc_zva to helper-a64.c | Richard Henderson | 1 | -93/+0 |
2020-02-13 | target/arm: Remove CPSR_RESERVED | Richard Henderson | 1 | -1/+8 |
2020-02-13 | target/arm: Replace CPSR_ERET_MASK with aarch32_cpsr_valid_mask | Richard Henderson | 1 | -1/+4 |
2020-01-17 | target/arm: adjust program counter for wfi exception in AArch32 | Jeff Kubascik | 1 | -1/+6 |
2019-12-16 | target/arm: Handle AArch32 CP15 trapping via HSTR_EL2 | Marc Zyngier | 1 | -0/+22 |
2019-10-24 | target/arm: Rebuild hflags at CPSR writes | Richard Henderson | 1 | -0/+3 |
2019-10-24 | target/arm: Rebuild hflags at EL changes | Richard Henderson | 1 | -0/+1 |
2019-08-16 | target/arm: Remove helper_double_saturate | Richard Henderson | 1 | -15/+0 |
2019-07-30 | target/arm: Deliver BKPT/BRK exceptions to correct exception level | Peter Maydell | 1 | -1/+15 |
2019-07-04 | target/arm: Move debug routines to debug_helper.c | Philippe Mathieu-Daudé | 1 | -295/+0 |
2019-07-01 | target/arm: Move TLB related routines to tlb_helper.c | Philippe Mathieu-Daudé | 1 | -135/+0 |
2019-07-01 | target/arm: Move the DC ZVA helper into op_helper | Samuel Ortiz | 1 | -0/+93 |
2019-07-01 | target/arm: Fix multiline comment syntax | Philippe Mathieu-Daudé | 1 | -18/+36 |
2019-06-10 | target/arm: Use env_cpu, env_archcpu | Richard Henderson | 1 | -11/+10 |
2019-05-10 | target/arm: Convert to CPUClass::tlb_fill | Richard Henderson | 1 | -25/+4 |
2019-03-05 | target/arm: Add set/clear_pstate_bits, share gen_ss_advance | Richard Henderson | 1 | -5/+0 |
2019-03-05 | target/arm: Split helper_msr_i_pstate into 3 | Richard Henderson | 1 | -42/+0 |
2019-01-21 | target/arm: Move helper_exception_return to helper-a64.c | Richard Henderson | 1 | -155/+0 |
2019-01-21 | target/arm: Introduce raise_exception_ra | Richard Henderson | 1 | -2/+17 |
2018-12-13 | target/arm: Use arm_hcr_el2_eff more places | Richard Henderson | 1 | -8/+6 |
2018-11-19 | target/arm: fix smc incorrectly trapping to EL3 when secure is off | Luc Michel | 1 | -8/+46 |
2018-11-13 | target/arm: Hyp mode R14 is shared with User and System | Peter Maydell | 1 | -2/+2 |
2018-10-24 | target/arm: New utility function to extract EC from syndrome | Peter Maydell | 1 | -1/+1 |
2018-10-16 | target/arm: Fix aarch64_sve_change_el wrt EL0 | Richard Henderson | 1 | -1/+5 |
2018-10-08 | target/arm: Add v8M stack limit checks on NS function calls | Peter Maydell | 1 | -2/+2 |
2018-10-08 | target/arm: Add v8M stack checks on ADD/SUB/MOV of SP | Peter Maydell | 1 | -0/+19 |
2018-10-08 | target/arm: Handle SVE vector length changes in system mode | Richard Henderson | 1 | -0/+1 |
2018-08-20 | target/arm: Permit accesses to ELR_Hyp from Hyp mode via MSR/MRS (banked) | Peter Maydell | 1 | -11/+11 |
2018-08-14 | target/arm: Honour HCR_EL2.TGE when raising synchronous exceptions | Peter Maydell | 1 | -0/+14 |
2018-04-26 | target/arm: Add pre-EL change hooks | Aaron Lindsay | 1 | -0/+8 |
2018-04-11 | icount: fix cpu_restore_state_from_tb for non-tb-exit cases | Pavel Dovgalyuk | 1 | -3/+3 |
2018-03-23 | target/arm: Always set FAR to a known unknown value for debug exceptions | Peter Maydell | 1 | -1/+10 |
2018-03-23 | target/arm: Set FSR for BKPT, BRK when raising exception | Peter Maydell | 1 | -0/+2 |
2018-03-23 | target/arm: Factor out code to calculate FSR for debug exceptions | Peter Maydell | 1 | -10/+2 |
2018-03-23 | target/arm: Honour MDCR_EL2.TDE when routing exceptions due to BKPT/BRK | Peter Maydell | 1 | -0/+8 |
2018-01-26 | Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.12-pull-request'... | Peter Maydell | 1 | -2/+2 |