Age | Commit message (Expand) | Author | Files | Lines |
2024-10-01 | target/arm: Avoid target_ulong for physical address lookups | Ard Biesheuvel | 2 | -10/+10 |
2024-09-28 | Merge tag 'pull-request-2024-09-25' of https://gitlab.com/thuth/qemu into sta... | Peter Maydell | 1 | -1/+0 |
2024-09-24 | target/arm: remove break after g_assert_not_reached() | Pierrick Bouvier | 1 | -1/+0 |
2024-09-20 | license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-later | Philippe Mathieu-Daudé | 1 | -1/+1 |
2024-09-20 | mark <zlib.h> with for-crc32 in a consistent manner | Michael Tokarev | 2 | -2/+2 |
2024-09-19 | target/arm: Correct ID_AA64ISAR1_EL1 value for neoverse-v1 | Peter Maydell | 1 | -1/+1 |
2024-09-19 | target/arm: Convert scalar [US]QSHRN, [US]QRSHRN, SQSHRUN to decodetree | Richard Henderson | 2 | -127/+63 |
2024-09-19 | target/arm: Convert vector [US]QSHRN, [US]QRSHRN, SQSHRUN to decodetree | Richard Henderson | 2 | -14/+186 |
2024-09-19 | target/arm: Convert SQSHL, UQSHL, SQSHLU (immediate) to decodetree | Richard Henderson | 2 | -131/+128 |
2024-09-19 | target/arm: Widen NeonGenNarrowEnvFn return to 64 bits | Richard Henderson | 5 | -78/+93 |
2024-09-19 | target/arm: Convert VQSHL, VQSHLU to gvec | Richard Henderson | 6 | -110/+94 |
2024-09-19 | target/arm: Convert handle_scalar_simd_shli to decodetree | Richard Henderson | 2 | -35/+13 |
2024-09-19 | target/arm: Convert handle_scalar_simd_shri to decodetree | Richard Henderson | 2 | -70/+86 |
2024-09-19 | target/arm: Convert SHRN, RSHRN to decodetree | Richard Henderson | 2 | -48/+55 |
2024-09-19 | target/arm: Split out subroutines of handle_shri_with_rndacc | Richard Henderson | 1 | -56/+82 |
2024-09-19 | target/arm: Push tcg_rnd into handle_shri_with_rndacc | Richard Henderson | 1 | -26/+6 |
2024-09-19 | target/arm: Convert SSHLL, USHLL to decodetree | Richard Henderson | 2 | -44/+45 |
2024-09-19 | target/arm: Use {, s}extract in handle_vec_simd_wshli | Richard Henderson | 1 | -2/+5 |
2024-09-19 | target/arm: Convert handle_vec_simd_shli to decodetree | Richard Henderson | 2 | -30/+18 |
2024-09-19 | target/arm: Convert handle_vec_simd_shri to decodetree | Richard Henderson | 2 | -60/+89 |
2024-09-19 | target/arm: Fix whitespace near gen_srshr64_i64 | Richard Henderson | 1 | -1/+1 |
2024-09-19 | target/arm: Introduce gen_gvec_sshr, gen_gvec_ushr | Richard Henderson | 4 | -38/+27 |
2024-09-19 | target/arm: Convert MOVI, FMOV, ORR, BIC (vector immediate) to decodetree | Richard Henderson | 2 | -67/+59 |
2024-09-19 | target/arm: Convert FMOVI (scalar, immediate) to decodetree | Richard Henderson | 2 | -48/+30 |
2024-09-19 | target/arm: Convert FMAXNMV, FMINNMV, FMAXV, FMINV to decodetree | Richard Henderson | 2 | -123/+67 |
2024-09-19 | target/arm: Convert ADDV, *ADDLV, *MAXV, *MINV to decodetree | Richard Henderson | 2 | -91/+61 |
2024-09-19 | target/arm: Simplify do_reduction_op | Richard Henderson | 1 | -27/+13 |
2024-09-19 | target/arm: Convert UZP, TRN, ZIP to decodetree | Richard Henderson | 2 | -90/+77 |
2024-09-19 | target/arm: Convert TBL, TBX to decodetree | Richard Henderson | 2 | -33/+18 |
2024-09-19 | target/arm: Convert EXT to decodetree | Richard Henderson | 2 | -73/+53 |
2024-09-19 | target/arm: Use tcg_gen_extract2_i64 for EXT | Richard Henderson | 1 | -20/+3 |
2024-09-19 | target/arm: Use cmpsel in gen_sshl_vec | Richard Henderson | 1 | -5/+3 |
2024-09-19 | target/arm: Use cmpsel in gen_ushl_vec | Richard Henderson | 1 | -11/+8 |
2024-09-19 | target/arm: Replace tcg_gen_dupi_vec with constants in translate-sve.c | Richard Henderson | 1 | -79/+49 |
2024-09-19 | target/arm: Replace tcg_gen_dupi_vec with constants in gengvec.c | Richard Henderson | 1 | -24/+19 |
2024-09-13 | target/arm/tcg: refine cache descriptions with a wrapper | Alireza Sanaee | 3 | -60/+117 |
2024-09-13 | hvf: arm: Implement and use hvf_get_physical_address_range | Danny Canter | 4 | -1/+108 |
2024-09-13 | hvf: Split up hv_vm_create logic per arch | Danny Canter | 1 | -0/+9 |
2024-09-10 | gdbstub: Add support for MTE in system mode | Gustavo Romero | 1 | -2/+4 |
2024-09-10 | gdbstub: Use specific MMU index when probing MTE addresses | Gustavo Romero | 1 | -4/+13 |
2024-09-05 | target/arm: Correct names of VFP VFNMA and VFNMS insns | Peter Maydell | 2 | -10/+10 |
2024-09-05 | target/arm: Enable FEAT_EBF16 in the "max" CPU | Peter Maydell | 2 | -3/+2 |
2024-09-05 | target/arm: Implement FPCR.EBF=1 semantics for bfdotadd() | Peter Maydell | 1 | -3/+54 |
2024-09-05 | target/arm: Prepare bfdotadd() callers for FEAT_EBF support | Peter Maydell | 3 | -65/+193 |
2024-09-05 | target/arm: Pass env pointer through to gvec_bfmmla helper | Peter Maydell | 5 | -7/+8 |
2024-09-05 | target/arm: Pass env pointer through to gvec_bfdot_idx helper | Peter Maydell | 5 | -7/+22 |
2024-09-05 | target/arm: Pass env pointer through to gvec_bfdot helper | Peter Maydell | 5 | -7/+77 |
2024-09-05 | target/arm: Pass env pointer through to sme_bfmopa helper | Peter Maydell | 3 | -5/+5 |
2024-09-05 | target/arm: Allow setting the FPCR.EBF bit for FEAT_EBF16 | Peter Maydell | 3 | -2/+12 |
2024-08-13 | target/arm: Fix usage of MMU indexes when EL3 is AArch32 | Peter Maydell | 8 | -34/+81 |