summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* target/arm: Implement SVE2 floating-point pairwiseStephen Long2021-05-254-0/+114
* target/arm: Implement SVE2 saturating extract narrowRichard Henderson2021-05-254-0/+330
* target/arm: Implement SVE2 integer absolute difference and accumulateRichard Henderson2021-05-252-0/+27
* target/arm: Implement SVE2 bitwise shift and insertRichard Henderson2021-05-252-0/+15
* target/arm: Implement SVE2 bitwise shift right and accumulateRichard Henderson2021-05-252-0/+42
* target/arm: Implement SVE2 integer add/subtract long with carryRichard Henderson2021-05-254-0/+66
* target/arm: Implement SVE2 integer absolute difference and accumulate longRichard Henderson2021-05-254-0/+104
* target/arm: Implement SVE2 complex integer addRichard Henderson2021-05-254-0/+92
* target/arm: Implement SVE2 bitwise permuteRichard Henderson2021-05-255-0/+135
* target/arm: Implement SVE2 bitwise exclusive-or interleavedRichard Henderson2021-05-254-0/+49
* target/arm: Implement SVE2 bitwise shift left longRichard Henderson2021-05-254-0/+197
* target/arm: Implement SVE2 PMULLB, PMULLTRichard Henderson2021-05-255-0/+59
* target/arm: Implement SVE2 integer multiply longRichard Henderson2021-05-254-0/+64
* target/arm: Implement SVE2 integer add/subtract wideRichard Henderson2021-05-254-0/+78
* target/arm: Implement SVE2 integer add/subtract interleaved longRichard Henderson2021-05-252-0/+10
* target/arm: Implement SVE2 integer add/subtract longRichard Henderson2021-05-254-0/+132
* target/arm: Implement SVE2 saturating add/subtract (predicated)Richard Henderson2021-05-254-56/+210
* target/arm: Implement SVE2 integer pairwise arithmeticRichard Henderson2021-05-254-0/+135
* target/arm: Implement SVE2 integer halving add/subtract (predicated)Richard Henderson2021-05-254-0/+112
* target/arm: Implement SVE2 saturating/rounding bitwise shift left (predicated)Richard Henderson2021-05-254-0/+176
* target/arm: Split out saturating/rounding shifts from neonRichard Henderson2021-05-252-430/+227Star
* target/arm: Implement SVE2 integer unary operations (predicated)Richard Henderson2021-05-254-0/+88
* target/arm: Implement SVE2 integer pairwise add and accumulate longRichard Henderson2021-05-254-0/+102
* target/arm: Implement SVE2 Integer Multiply - UnpredicatedRichard Henderson2021-05-254-0/+166
* target/arm: Add ID_AA64ZFR0 fields and isar_feature_aa64_sve2Richard Henderson2021-05-253-8/+32
* disas/libvixl: Protect C system header for C++ compilerPhilippe Mathieu-Daudé2021-05-256-11/+15
* target/arm: set ID_AA64ISAR0.TLB to 2 for max AARCH64 CPU typeRebecca Cran2021-05-251-0/+1
* target/arm: Add support for FEAT_TLBIOSRebecca Cran2021-05-252-0/+48
* target/arm: Add support for FEAT_TLBIRANGERebecca Cran2021-05-252-0/+286
* accel/tlb: Rename tlb_flush_[page_bits > range]_by_mmuidx_async_[2 > 1]Richard Henderson2021-05-251-6/+6
* accel/tcg: Rename tlb_flush_page_bits -> range]_by_mmuidx_async_0Richard Henderson2021-05-251-6/+5Star
* accel/tlb: Add tlb_flush_range_by_mmuidx_all_cpus_synced()Richard Henderson2021-05-252-7/+32
* accel/tcg: Add tlb_flush_range_by_mmuidx_all_cpus()Richard Henderson2021-05-252-7/+30
* accel/tcg: Add tlb_flush_range_by_mmuidx()Richard Henderson2021-05-252-5/+34
* accel/tcg: Remove {encode,decode}_pbm_to_runonRichard Henderson2021-05-251-66/+20Star
* accel/tlb: Rename TLBFlushPageBitsByMMUIdxData -> TLBFlushRangeDataRichard Henderson2021-05-251-12/+12
* accel/tcg: Pass length argument to tlb_flush_range_locked()Richard Henderson2021-05-251-15/+33
* accel/tcg: Replace g_new() + memcpy() by g_memdup()Richard Henderson2021-05-251-11/+4Star
* target/arm: Use correct SP in M-profile exception returnPeter Maydell2021-05-251-1/+2
* hw/arm: Model TCMs in the SSE-300, not the AN547Peter Maydell2021-05-253-12/+21
* hw/arm/mps2-tz: Allow board to specify a boot RAM sizePeter Maydell2021-05-251-0/+13
* hw/arm/armsse: Convert armsse_realize() to use ERRP_GUARDPeter Maydell2021-05-251-4/+4
* hw/arm/armsse.c: Correct modelling of SSE-300 internal SRAMsPeter Maydell2021-05-251-2/+6
* hw/arm/mps2-tz: Make SRAM_ADDR_WIDTH board-specificPeter Maydell2021-05-251-0/+6
* hw/arm/mps2-tz: Don't duplicate modelling of SRAM in AN524Peter Maydell2021-05-251-7/+1Star
* hw/intc/arm_gicv3_cpuif: Fix EOIR write access check logicPeter Maydell2021-05-251-16/+32
* hw/arm/smmuv3: Another range invalidation fixEric Auger2021-05-251-24/+26
* Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell2021-05-247-70/+79
|\
| * coroutine-sleep: introduce qemu_co_sleepPaolo Bonzini2021-05-212-7/+24
| * coroutine-sleep: replace QemuCoSleepState pointer with struct in the APIPaolo Bonzini2021-05-214-43/+39Star