summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | linux-user/aarch64: Tidy target_restore_sigframe error returnRichard Henderson2022-07-111-14/+10Star
| * | linux-user/aarch64: Add SM bit to SVE signal contextRichard Henderson2022-07-111-1/+8
| * | linux-user/aarch64: Reset PSTATE.SM on syscallsRichard Henderson2022-07-111-0/+9
| * | linux-user/aarch64: Clear tpidr2_el0 if CLONE_SETTLSRichard Henderson2022-07-111-1/+4
| * | target/arm: Enable SME for -cpu maxRichard Henderson2022-07-112-0/+15
| * | target/arm: Reset streaming sve state on exception boundariesRichard Henderson2022-07-111-2/+13
| * | target/arm: Implement SCLAMP, UCLAMPRichard Henderson2022-07-114-0/+149
| * | target/arm: Implement REVDRichard Henderson2022-07-114-0/+21
| * | target/arm: Implement PSELRichard Henderson2022-07-112-0/+77
| * | target/arm: Implement SME integer outer productRichard Henderson2022-07-114-0/+118
| * | target/arm: Implement FMOPA, FMOPS (widening)Richard Henderson2022-07-114-0/+78
| * | target/arm: Implement BFMOPA, BFMOPSRichard Henderson2022-07-114-0/+90
| * | target/arm: Implement FMOPA, FMOPS (non-widening)Richard Henderson2022-07-114-0/+115
| * | target/arm: Implement SME ADDHA, ADDVARichard Henderson2022-07-114-0/+137
| * | target/arm: Implement SME LDR, STRRichard Henderson2022-07-112-0/+31
| * | target/arm: Export unpredicated ld/st from translate-sve.cRichard Henderson2022-07-112-12/+39
| * | target/arm: Implement SME LD1, ST1Richard Henderson2022-07-114-0/+756
| * | target/arm: Implement SME MOVARichard Henderson2022-07-118-1/+331
| * | target/arm: Implement SME ZERORichard Henderson2022-07-114-0/+44
| * | target/arm: Implement SME RDSVL, ADDSVL, ADDSPLRichard Henderson2022-07-113-1/+54
| * | target/arm: Handle SME in sve_access_checkRichard Henderson2022-07-111-6/+16
| * | target/arm: Add SME enablement checksRichard Henderson2022-07-112-0/+55
| * | target/arm: Mark LD1RO as non-streamingRichard Henderson2022-07-112-3/+2Star
| * | target/arm: Mark LDFF1 and LDNF1 as non-streamingRichard Henderson2022-07-112-2/+2
| * | target/arm: Mark gather prefetch as non-streamingRichard Henderson2022-07-113-8/+16
| * | target/arm: Mark gather/scatter load/store as non-streamingRichard Henderson2022-07-112-9/+6Star
| * | target/arm: Mark string/histo/crypto as non-streamingRichard Henderson2022-07-112-18/+18
| * | target/arm: Mark SMMLA, UMMLA, USMMLA as non-streamingRichard Henderson2022-07-112-7/+6Star
| * | target/arm: Mark FTSMUL, FTMAD, FADDA as non-streamingRichard Henderson2022-07-112-7/+11
| * | target/arm: Mark PMULL, FMMLA as non-streamingRichard Henderson2022-07-112-11/+15
| * | target/arm: Mark BDEP, BEXT, BGRP, COMPACT, FEXPA, FTSSEL as non-streamingRichard Henderson2022-07-112-13/+12Star
| * | target/arm: Mark RDFFR, WRFFR, SETFFR as non-streamingRichard Henderson2022-07-112-5/+6
| * | target/arm: Mark ADR as non-streamingRichard Henderson2022-07-113-5/+11
| * | target/arm: Trap non-streaming usage when Streaming SVE is activeRichard Henderson2022-07-118-2/+195
| * | target/arm: Add infrastructure for disas_smeRichard Henderson2022-07-115-1/+64
| * | target/arm: Handle SME in aarch64_cpu_dump_stateRichard Henderson2022-07-111-1/+16
|/ /
* | Merge tag 'pull-target-arm-20220707' of https://git.linaro.org/people/pmaydel...Richard Henderson2022-07-0813-538/+684
|\ \
| * | target/arm: Fix qemu-system-arm handling of LPAE block descriptors for highmemPeter Maydell2022-07-071-1/+1
| * | target/arm: Correctly implement Feat_DoubleLockPeter Maydell2022-07-072-2/+38
| * | target/arm: Implement AArch32 DBGDEVID, DBGDEVID1, DBGDEVID2Peter Maydell2022-07-074-0/+55
| * | target/arm: Suppress debug exceptions when OS Lock setPeter Maydell2022-07-071-0/+3
| * | target/arm: Move define_debug_regs() to debug_helper.cPeter Maydell2022-07-074-530/+538
| * | target/arm: Fix code style issues in debug helper functionsPeter Maydell2022-07-071-20/+38
| * | target/arm: Record tagged bit for user-only in sve_probe_pageRichard Henderson2022-07-071-0/+3
| * | target/arm: Fix MTE check in sve_ldnfff1_rRichard Henderson2022-07-071-1/+1
| * | hw/arm/virt: dt: add rng-seed propertyJason A. Donenfeld2022-07-074-24/+47
* | | Merge tag 'pull-request-2022-07-07' of https://gitlab.com/thuth/qemu into sta...Richard Henderson2022-07-0713-138/+129Star
|\ \ \
| * | | target/s390x: Exit tb after executing ex_valueRichard Henderson2022-07-061-1/+1
| * | | target/s390x: Remove DISAS_PC_STALE_NOCHAINRichard Henderson2022-07-061-10/+11
| * | | target/s390x: Remove DISAS_PC_STALERichard Henderson2022-07-061-9/+4Star