aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2020-07-02target/riscv: vector widening integer multiply-add instructionsLIU Zhiwei4-0/+83
2020-07-02target/riscv: vector single-width integer multiply-add instructionsLIU Zhiwei4-0/+139
2020-07-02target/riscv: vector widening integer multiply instructionsLIU Zhiwei4-0/+84
2020-07-02target/riscv: vector integer divide instructionsLIU Zhiwei4-0/+125
2020-07-02target/riscv: vector single-width integer multiply instructionsLIU Zhiwei4-0/+214
2020-07-02target/riscv: vector integer min/max instructionsLIU Zhiwei4-0/+122
2020-07-02target/riscv: vector integer comparison instructionsLIU Zhiwei4-0/+246
2020-07-02target/riscv: vector narrowing integer right shift instructionsLIU Zhiwei4-0/+123
2020-07-02target/riscv: vector single-width bit shift instructionsLIU Zhiwei4-0/+165
2020-07-02target/riscv: vector bitwise logical instructionsLIU Zhiwei4-0/+96
2020-07-02target/riscv: vector integer add-with-carry / subtract-with-borrow instructionsLIU Zhiwei4-0/+294
2020-07-02target/riscv: vector widening integer add and subtractLIU Zhiwei4-0/+362
2020-07-02target/riscv: vector single-width integer add and subtractLIU Zhiwei4-0/+509
2020-07-02target/riscv: add vector amo operationsLIU Zhiwei6-0/+339
2020-07-02target/riscv: add fault-only-first unit stride loadLIU Zhiwei4-0/+212
2020-07-02target/riscv: add vector index load and store instructionsLIU Zhiwei4-0/+293
2020-07-02target/riscv: add vector stride load and store instructionsLIU Zhiwei6-0/+914
2020-07-02target/riscv: add an internals.h headerLIU Zhiwei1-0/+24
2020-07-02target/riscv: add vector configure instructionLIU Zhiwei7-12/+210
2020-07-02target/riscv: support vector extension csrLIU Zhiwei2-1/+89
2020-07-02target/riscv: implementation-defined constant parametersLIU Zhiwei2-0/+12
2020-07-02target/riscv: add vector extension field in CPURISCVStateLIU Zhiwei2-1/+14
2020-07-02target/i386: sev: Use ram_block_discard_disable()David Hildenbrand1-0/+7
2020-06-29target/sparc: Translate flushw opcodeGiuseppe Musacchio1-0/+2
2020-06-27hw/mips: Implement the kvm_type() hook in MachineClassHuacai Chen2-0/+37
2020-06-26Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200626'...Peter Maydell21-857/+4141
2020-06-26Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell5-216/+1319
2020-06-26i386: Mask SVM features if nested SVM is disabledEduardo Habkost1-0/+4
2020-06-26kvm: i386: allow TSC to differ by NTP correction bounds without TSC scalingMarcelo Tosatti1-5/+41
2020-06-26target/i386: Add notes for versioned CPU modelsTao Xu1-0/+5
2020-06-26target/i386: reimplement fpatan using floatx80 operationsJoseph Myers1-4/+483
2020-06-26target/i386: reimplement fyl2x using floatx80 operationsJoseph Myers1-111/+262
2020-06-26target/i386: reimplement fyl2xp1 using floatx80 operationsJoseph Myers1-9/+202
2020-06-26target/i386: reimplement fprem, fprem1 using floatx80 operationsJoseph Myers1-108/+48
2020-06-26softfloat: merge floatx80_mod and floatx80_remJoseph Myers2-84/+0
2020-06-26target/i386: reimplement f2xm1 using floatx80 operationsJoseph Myers1-3/+382
2020-06-26target/arm: Enable MTERichard Henderson1-0/+5
2020-06-26target/arm: Add allocation tag storage for system modeRichard Henderson1-0/+131
2020-06-26target/arm: Create tagged ram when MTE is enabledRichard Henderson2-4/+54
2020-06-26target/arm: Cache the Tagged bit for a page in MemTxAttrsRichard Henderson2-3/+50
2020-06-26target/arm: Always pass cacheattr to get_phys_addrRichard Henderson4-36/+42
2020-06-26target/arm: Set PSTATE.TCO on exception entryRichard Henderson1-0/+3
2020-06-26target/arm: Implement data cache set allocation tagsRichard Henderson3-1/+58
2020-06-26target/arm: Complete TBI clearing for user-only for SVERichard Henderson3-2/+25
2020-06-26target/arm: Add mte helpers for sve scatter/gather memory opsRichard Henderson3-253/+877
2020-06-26target/arm: Handle TBI for sve scalar + int memory opsRichard Henderson3-3/+6
2020-06-26target/arm: Add mte helpers for sve scalar + int ff/nf loadsRichard Henderson3-100/+357
2020-06-26target/arm: Add mte helpers for sve scalar + int storesRichard Henderson3-78/+226
2020-06-26target/arm: Add mte helpers for sve scalar + int loadsRichard Henderson5-98/+385
2020-06-26target/arm: Add arm_tlb_bti_gpRichard Henderson3-2/+15