aboutsummaryrefslogtreecommitdiff
path: root/target/riscv/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2023-02-27target/riscv/cpu: Move Floating-Point fields closerPhilippe Mathieu-Daudé1-3/+3
2023-02-27target/cpu: Restrict do_transaction_failed() handlers to sysemuPhilippe Mathieu-Daudé1-5/+5
2023-02-27target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemuPhilippe Mathieu-Daudé1-1/+1
2023-02-07RISC-V: Adding XTheadFmv ISA extensionChristoph Müllner1-0/+1
2023-02-07RISC-V: Add initial support for T-Head C906Christoph Müllner1-0/+1
2023-02-07RISC-V: Adding T-Head FMemIdx extensionChristoph Müllner1-0/+1
2023-02-07RISC-V: Adding T-Head MemIdx extensionChristoph Müllner1-0/+1
2023-02-07RISC-V: Adding T-Head MemPair extensionChristoph Müllner1-0/+1
2023-02-07RISC-V: Adding T-Head multiply-accumulate instructionsChristoph Müllner1-0/+1
2023-02-07RISC-V: Adding XTheadCondMov ISA extensionChristoph Müllner1-0/+1
2023-02-07RISC-V: Adding XTheadBs ISA extensionChristoph Müllner1-0/+1
2023-02-07RISC-V: Adding XTheadBb ISA extensionChristoph Müllner1-0/+1
2023-02-07RISC-V: Adding XTheadBa ISA extensionChristoph Müllner1-0/+1
2023-02-07RISC-V: Adding XTheadSync ISA extensionChristoph Müllner1-0/+1
2023-02-07RISC-V: Adding XTheadCmo ISA extensionChristoph Müllner1-0/+1
2023-01-20target/riscv/cpu: set cpu->cfg in register_cpu_props()Daniel Henrique Barboza1-0/+4
2023-01-20hw/char: riscv_htif: Move registers from CPUArchState to HTIFStateBin Meng1-4/+0
2023-01-06RISC-V: Add Zawrs ISA extension supportChristoph Muellner1-0/+1
2023-01-06target/riscv: Add itrigger_enabled field to CPURISCVStateLIU Zhiwei1-0/+1
2023-01-06target/riscv: Add itrigger support when icount is enabledLIU Zhiwei1-0/+2
2023-01-06target/riscv: Add itrigger support when icount is not enabledLIU Zhiwei1-0/+2
2023-01-06target/riscv: Add smstateen supportMayuresh Chitale1-0/+4
2022-12-16target/riscv: Convert to 3-phase resetPeter Maydell1-2/+2
2022-10-06dump: Replace opaque DumpState pointer with a typed oneJanosch Frank1-2/+2
2022-09-27target/riscv: debug: Introduce tdata1, tdata2, and tdata3 CSRsFrank Chang1-1/+5
2022-09-27target/riscv: debug: Determine the trigger type from tdata1.typeFrank Chang1-1/+1
2022-09-27target/riscv: Set the CPU resetvec directlyAlistair Francis1-2/+1
2022-09-07target/riscv: Add sscofpmf extension supportAtish Patra1-0/+25
2022-09-07target/riscv: Add vstimecmp supportAtish Patra1-0/+4
2022-09-07target/riscv: Add stimecmp supportAtish Patra1-0/+5
2022-09-07hw/intc: Move mtimer/mtimecmp to aclintAtish Patra1-2/+0
2022-09-07target/riscv: Use official extension names for AIA CSRsAnup Patel1-2/+2
2022-09-07target/riscv: Add Zihintpause supportDao Lu1-0/+1
2022-09-07target/riscv: rvv: Add mask agnostic for vv instructionsYueh-Ting (eop) Chen1-0/+2
2022-09-07target/riscv: Update [m|h]tinst CSR in riscv_cpu_do_interrupt()Anup Patel1-0/+5
2022-07-03target/riscv: Support mcycle/minstret write operationAtish Patra1-7/+16
2022-07-03target/riscv: Add support for hpmcounters/hpmeventsAtish Patra1-0/+11
2022-07-03target/riscv: Implement mcountinhibit CSRAtish Patra1-0/+2
2022-07-03target/riscv: pmu: Make number of counters configurableAtish Patra1-1/+1
2022-07-03target/riscv: pmu: Rename the counters extension to pmuAtish Patra1-1/+1
2022-06-10target/riscv: rvv: Add tail agnostic for vv instructionseopXD1-0/+2
2022-06-10target/riscv: Wake on VS-level external interruptsAndrew Bresticker1-0/+1
2022-06-10target/riscv: add support for zmmul extension v0.1Weiwei Li1-0/+1
2022-05-24target/riscv: Set [m|s]tval for both illegal and virtual instruction trapsAnup Patel1-1/+7
2022-05-24target/riscv: Fix typo of mimpid cpu optionFrank Chang1-1/+1
2022-05-24target/riscv: Add short-isa-string optionTsukasa OI1-0/+2
2022-04-29target/riscv: rvk: add cfg properties for zbk* and zk*Weiwei Li1-0/+13
2022-04-29target/riscv: Support configuarable marchid, mvendorid, mipid CSR valuesFrank Chang1-0/+4
2022-04-22target/riscv: cpu: Add a config option for native debugBin Meng1-1/+3
2022-04-22hw/intc: Make RISC-V ACLINT mtime MMIO register writableFrank Chang1-4/+4