aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2020-07-02target/riscv: vector single-width integer multiply instructionsLIU Zhiwei
2020-07-02target/riscv: vector integer min/max instructionsLIU Zhiwei
2020-07-02target/riscv: vector integer comparison instructionsLIU Zhiwei
2020-07-02target/riscv: vector narrowing integer right shift instructionsLIU Zhiwei
2020-07-02target/riscv: vector single-width bit shift instructionsLIU Zhiwei
2020-07-02target/riscv: vector bitwise logical instructionsLIU Zhiwei
2020-07-02target/riscv: vector integer add-with-carry / subtract-with-borrow instructionsLIU Zhiwei
2020-07-02target/riscv: vector widening integer add and subtractLIU Zhiwei
2020-07-02target/riscv: vector single-width integer add and subtractLIU Zhiwei
2020-07-02target/riscv: add vector amo operationsLIU Zhiwei
2020-07-02target/riscv: add fault-only-first unit stride loadLIU Zhiwei
2020-07-02target/riscv: add vector index load and store instructionsLIU Zhiwei
2020-07-02target/riscv: add vector stride load and store instructionsLIU Zhiwei
2020-07-02target/riscv: add an internals.h headerLIU Zhiwei
2020-07-02target/riscv: add vector configure instructionLIU Zhiwei
2020-07-02target/riscv: support vector extension csrLIU Zhiwei
2020-07-02target/riscv: implementation-defined constant parametersLIU Zhiwei
2020-07-02target/riscv: add vector extension field in CPURISCVStateLIU Zhiwei
2020-06-29target/sparc: Translate flushw opcodeGiuseppe Musacchio
2020-06-27hw/mips: Implement the kvm_type() hook in MachineClassHuacai Chen
2020-06-26Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200626'...Peter Maydell
2020-06-26Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-06-26i386: Mask SVM features if nested SVM is disabledEduardo Habkost
2020-06-26kvm: i386: allow TSC to differ by NTP correction bounds without TSC scalingMarcelo Tosatti
2020-06-26target/i386: Add notes for versioned CPU modelsTao Xu
2020-06-26target/i386: reimplement fpatan using floatx80 operationsJoseph Myers
2020-06-26target/i386: reimplement fyl2x using floatx80 operationsJoseph Myers
2020-06-26target/i386: reimplement fyl2xp1 using floatx80 operationsJoseph Myers
2020-06-26target/i386: reimplement fprem, fprem1 using floatx80 operationsJoseph Myers
2020-06-26softfloat: merge floatx80_mod and floatx80_remJoseph Myers
2020-06-26target/i386: reimplement f2xm1 using floatx80 operationsJoseph Myers
2020-06-26target/arm: Enable MTERichard Henderson
2020-06-26target/arm: Add allocation tag storage for system modeRichard Henderson
2020-06-26target/arm: Create tagged ram when MTE is enabledRichard Henderson
2020-06-26target/arm: Cache the Tagged bit for a page in MemTxAttrsRichard Henderson
2020-06-26target/arm: Always pass cacheattr to get_phys_addrRichard Henderson
2020-06-26target/arm: Set PSTATE.TCO on exception entryRichard Henderson
2020-06-26target/arm: Implement data cache set allocation tagsRichard Henderson
2020-06-26target/arm: Complete TBI clearing for user-only for SVERichard Henderson
2020-06-26target/arm: Add mte helpers for sve scatter/gather memory opsRichard Henderson
2020-06-26target/arm: Handle TBI for sve scalar + int memory opsRichard Henderson
2020-06-26target/arm: Add mte helpers for sve scalar + int ff/nf loadsRichard Henderson
2020-06-26target/arm: Add mte helpers for sve scalar + int storesRichard Henderson
2020-06-26target/arm: Add mte helpers for sve scalar + int loadsRichard Henderson
2020-06-26target/arm: Add arm_tlb_bti_gpRichard Henderson
2020-06-26target/arm: Tidy trans_LD1R_zpriRichard Henderson
2020-06-26target/arm: Use mte_check1 for sve LD1RRichard Henderson
2020-06-26target/arm: Use mte_checkN for sve unpredicated storesRichard Henderson
2020-06-26target/arm: Use mte_checkN for sve unpredicated loadsRichard Henderson
2020-06-26target/arm: Add helper_mte_check_zvaRichard Henderson