summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
...
* | target/riscv: vector integer min/max instructionsLIU Zhiwei2020-07-024-0/+122
* | target/riscv: vector integer comparison instructionsLIU Zhiwei2020-07-024-0/+246
* | target/riscv: vector narrowing integer right shift instructionsLIU Zhiwei2020-07-024-0/+123
* | target/riscv: vector single-width bit shift instructionsLIU Zhiwei2020-07-024-0/+165
* | target/riscv: vector bitwise logical instructionsLIU Zhiwei2020-07-024-0/+96
* | target/riscv: vector integer add-with-carry / subtract-with-borrow instructionsLIU Zhiwei2020-07-024-0/+294
* | target/riscv: vector widening integer add and subtractLIU Zhiwei2020-07-024-0/+362
* | target/riscv: vector single-width integer add and subtractLIU Zhiwei2020-07-024-0/+509
* | target/riscv: add vector amo operationsLIU Zhiwei2020-07-026-0/+339
* | target/riscv: add fault-only-first unit stride loadLIU Zhiwei2020-07-024-0/+212
* | target/riscv: add vector index load and store instructionsLIU Zhiwei2020-07-024-0/+293
* | target/riscv: add vector stride load and store instructionsLIU Zhiwei2020-07-026-0/+914
* | target/riscv: add an internals.h headerLIU Zhiwei2020-07-021-0/+24
* | target/riscv: add vector configure instructionLIU Zhiwei2020-07-027-12/+210
* | target/riscv: support vector extension csrLIU Zhiwei2020-07-022-1/+89
* | target/riscv: implementation-defined constant parametersLIU Zhiwei2020-07-022-0/+12
* | target/riscv: add vector extension field in CPURISCVStateLIU Zhiwei2020-07-022-1/+14
|/
* hw/mips: Implement the kvm_type() hook in MachineClassHuacai Chen2020-06-272-0/+37
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200626'...Peter Maydell2020-06-2621-857/+4141
|\
| * target/arm: Enable MTERichard Henderson2020-06-261-0/+5
| * target/arm: Add allocation tag storage for system modeRichard Henderson2020-06-261-0/+131
| * target/arm: Create tagged ram when MTE is enabledRichard Henderson2020-06-262-4/+54
| * target/arm: Cache the Tagged bit for a page in MemTxAttrsRichard Henderson2020-06-262-3/+50
| * target/arm: Always pass cacheattr to get_phys_addrRichard Henderson2020-06-264-36/+42
| * target/arm: Set PSTATE.TCO on exception entryRichard Henderson2020-06-261-0/+3
| * target/arm: Implement data cache set allocation tagsRichard Henderson2020-06-263-1/+58
| * target/arm: Complete TBI clearing for user-only for SVERichard Henderson2020-06-263-2/+25
| * target/arm: Add mte helpers for sve scatter/gather memory opsRichard Henderson2020-06-263-253/+877
| * target/arm: Handle TBI for sve scalar + int memory opsRichard Henderson2020-06-263-3/+6
| * target/arm: Add mte helpers for sve scalar + int ff/nf loadsRichard Henderson2020-06-263-100/+357
| * target/arm: Add mte helpers for sve scalar + int storesRichard Henderson2020-06-263-78/+226
| * target/arm: Add mte helpers for sve scalar + int loadsRichard Henderson2020-06-265-98/+385
| * target/arm: Add arm_tlb_bti_gpRichard Henderson2020-06-263-2/+15
| * target/arm: Tidy trans_LD1R_zpriRichard Henderson2020-06-261-5/+7
| * target/arm: Use mte_check1 for sve LD1RRichard Henderson2020-06-261-2/+4
| * target/arm: Use mte_checkN for sve unpredicated storesRichard Henderson2020-06-261-28/+33
| * target/arm: Use mte_checkN for sve unpredicated loadsRichard Henderson2020-06-261-28/+33
| * target/arm: Add helper_mte_check_zvaRichard Henderson2020-06-263-1/+122
| * target/arm: Implement helper_mte_checkNRichard Henderson2020-06-262-1/+166
| * target/arm: Implement helper_mte_check1Richard Henderson2020-06-262-1/+179
| * target/arm: Add gen_mte_checkNRichard Henderson2020-06-264-16/+66
| * target/arm: Add gen_mte_check1Richard Henderson2020-06-265-24/+95
| * target/arm: Move regime_tcr to internals.hRichard Henderson2020-06-262-9/+9
| * target/arm: Move regime_el to internals.hRichard Henderson2020-06-262-36/+36
| * target/arm: Implement the access tag cache flushesRichard Henderson2020-06-261-0/+65
| * target/arm: Implement the LDGM, STGM, STZGM instructionsRichard Henderson2020-06-264-8/+153
| * target/arm: Simplify DC_ZVARichard Henderson2020-06-261-70/+26Star
| * target/arm: Restrict the values of DCZID.BS under TCGRichard Henderson2020-06-261-0/+24
| * target/arm: Implement the STGP instructionRichard Henderson2020-06-261-3/+26
| * target/arm: Implement LDG, STG, ST2G instructionsRichard Henderson2020-06-265-5/+386