summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2021-05-25target/arm: Implement SVE2 bitwise exclusive-or interleavedRichard Henderson
2021-05-25target/arm: Implement SVE2 bitwise shift left longRichard Henderson
2021-05-25target/arm: Implement SVE2 PMULLB, PMULLTRichard Henderson
2021-05-25target/arm: Implement SVE2 integer multiply longRichard Henderson
2021-05-25target/arm: Implement SVE2 integer add/subtract wideRichard Henderson
2021-05-25target/arm: Implement SVE2 integer add/subtract interleaved longRichard Henderson
2021-05-25target/arm: Implement SVE2 integer add/subtract longRichard Henderson
2021-05-25target/arm: Implement SVE2 saturating add/subtract (predicated)Richard Henderson
2021-05-25target/arm: Implement SVE2 integer pairwise arithmeticRichard Henderson
2021-05-25target/arm: Implement SVE2 integer halving add/subtract (predicated)Richard Henderson
2021-05-25target/arm: Implement SVE2 saturating/rounding bitwise shift left (predicated)Richard Henderson
2021-05-25target/arm: Split out saturating/rounding shifts from neonRichard Henderson
2021-05-25target/arm: Implement SVE2 integer unary operations (predicated)Richard Henderson
2021-05-25target/arm: Implement SVE2 integer pairwise add and accumulate longRichard Henderson
2021-05-25target/arm: Implement SVE2 Integer Multiply - UnpredicatedRichard Henderson
2021-05-25target/arm: Add ID_AA64ZFR0 fields and isar_feature_aa64_sve2Richard Henderson
2021-05-25target/arm: set ID_AA64ISAR0.TLB to 2 for max AARCH64 CPU typeRebecca Cran
2021-05-25target/arm: Add support for FEAT_TLBIOSRebecca Cran
2021-05-25target/arm: Add support for FEAT_TLBIRANGERebecca Cran
2021-05-25target/arm: Use correct SP in M-profile exception returnPeter Maydell
2021-05-20target/xtensa: clean up unaligned accessMax Filippov
2021-05-20target/xtensa: fix access ring in l32exMax Filippov
2021-05-20target/xtensa: don't generate extra EXCP_DEBUG on exceptionMax Filippov
2021-05-20Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210520-v2' i...Peter Maydell
2021-05-20target/i386: Make sure that vsyscall's tb->size != 0Ilya Leoshkevich
2021-05-20target/xtensa: Make sure that tb->size != 0Ilya Leoshkevich
2021-05-20target/arm: Make sure that commpage's tb->size != 0Ilya Leoshkevich
2021-05-20target/s390x: Fix translation exception on illegal instructionIlya Leoshkevich
2021-05-20Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-x86-20210519' into...Peter Maydell
2021-05-19target/i386: Remove user-only i/o stubsRichard Henderson
2021-05-19target/i386: Move helper_check_io to sysemuRichard Henderson
2021-05-19target/i386: Create helper_check_ioRichard Henderson
2021-05-19target/i386: Pass in port to gen_check_ioRichard Henderson
2021-05-19target/i386: Tidy gen_check_ioRichard Henderson
2021-05-19target/i386: Exit tb after wrmsrRichard Henderson
2021-05-19target/i386: Eliminate user stubs for read/write_crN, rd/wrmsrRichard Henderson
2021-05-19target/i386: Inline user cpu_svm_check_intercept_paramRichard Henderson
2021-05-19target/i386: Unify invlpg, invlpgaRichard Henderson
2021-05-19target/i386: Move invlpg, hlt, monitor, mwait to sysemuRichard Henderson
2021-05-19target/i386: Pass env to do_pause and do_hltRichard Henderson
2021-05-19target/i386: Cleanup read_crN, write_crN, lmswRichard Henderson
2021-05-19target/i386: Remove user stub for cpu_vmexitRichard Henderson
2021-05-19target/i386: Remove pc_start argument to gen_svm_check_interceptRichard Henderson
2021-05-19target/i386: Tidy svm_check_intercept from tcgRichard Henderson
2021-05-19target/i386: Simplify gen_debug usageRichard Henderson
2021-05-19target/i386: Mark some helpers as noreturnRichard Henderson
2021-05-19target/i386: Eliminate SVM helpers for user-onlyRichard Henderson
2021-05-19target/i386: Implement skinit in translate.cRichard Henderson
2021-05-19target/i386: Assert !GUEST for user-onlyRichard Henderson
2021-05-19target/i386: Assert !SVME for user-onlyRichard Henderson