aboutsummaryrefslogtreecommitdiff
path: root/target/riscv/cpu.h
AgeCommit message (Expand)Author
2024-07-18target/riscv: raise an exception when CSRRS/CSRRC writes a read-only CSRYu-Ming Chang
2024-07-18target/riscv: Save counter values during countinhibit updateAtish Patra
2024-07-18target/riscv: Implement privilege mode filtering for cycle/instretAtish Patra
2024-07-18target/riscv: Add cycle & instret privilege mode filtering definitionsKaiwen Xue
2024-07-18target/riscv: Combine set_mode and set_virt functions.Rajnesh Kanwal
2024-06-26target/riscv: Introduce extension implied rules definitionFrank Chang
2024-06-26target/riscv: Define macros and variables for ss1p13Fea.Wang
2024-06-26target/riscv: Reuse the conversion function of priv_specJim Shu
2024-06-04Merge tag 'hw-misc-accel-20240604' of https://github.com/philmd/qemu into sta...Richard Henderson
2024-06-04target/riscv: Restrict riscv_cpu_do_interrupt() to sysemuPhilippe Mathieu-Daudé
2024-06-03riscv: thead: Add th.sxstatus CSR emulationChristoph Müllner
2024-06-03target/riscv: Implement dynamic establishment of custom decoderHuang Tao
2024-06-03target/riscv/kvm: Fix exposure of ZkrAndrew Jones
2024-04-26target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'Philippe Mathieu-Daudé
2024-03-08target/riscv: mcountinhibit, mcounteren, scounteren, hcounteren is 32-bitVadim Shakirov
2024-02-28target/riscv: Use GDBFeature for dynamic XMLAkihiko Odaki
2024-02-09target/riscv: support new isa extension detection devicetree propertiesConor Dooley
2024-02-09target/riscv: use misa_mxl_max to populate isa string rather than TARGET_LONG...Conor Dooley
2024-02-09target/riscv: Move misa_mxl_max to classAkihiko Odaki
2024-02-09target/riscv: change vext_get_vlmax() argumentsDaniel Henrique Barboza
2024-02-09target/riscv/cpu.h: use 'vlenb' in vext_get_vlmax()Daniel Henrique Barboza
2024-02-09target/riscv: Implement optional CSR mcontext of debug Sdtrig extensionAlvin Chang
2024-02-09target/riscv: remove riscv_cpu_options[]Daniel Henrique Barboza
2024-02-09target/riscv: create finalize_features() for KVMDaniel Henrique Barboza
2024-02-09target/riscv: rework 'vext_spec'Daniel Henrique Barboza
2024-02-09target/riscv: rework 'priv_spec'Daniel Henrique Barboza
2024-02-09target/riscv: make riscv_cpu_is_vendor() publicDaniel Henrique Barboza
2024-02-09target/riscv/cpu_cfg.h: remove unused fieldsDaniel Henrique Barboza
2024-02-09target/riscv: Add infrastructure for 'B' MISA extensionRob Bradford
2024-02-03include/exec: Implement cpu_mmu_index genericallyRichard Henderson
2024-02-03target/riscv: Rename riscv_cpu_mmu_index to riscv_env_mmu_indexRichard Henderson
2024-01-10target/riscv: add 'parent' in profile descriptionDaniel Henrique Barboza
2024-01-10target/riscv: add satp_mode profile supportDaniel Henrique Barboza
2024-01-10target/riscv/cpu.c: add riscv_cpu_is_32bit()Daniel Henrique Barboza
2024-01-10target/riscv: add priv ver restriction to profilesDaniel Henrique Barboza
2024-01-10target/riscv: add rva22u64 profile definitionDaniel Henrique Barboza
2024-01-10target/riscv/tcg: add 'zic64b' supportDaniel Henrique Barboza
2024-01-05target/riscv: Use generic cpu_list()Gavin Shan
2023-11-15target/riscv/cpu.h: spelling fix: separatlyMichael Tokarev
2023-11-07target: Move ArchCPUClass definition to 'cpu.h'Philippe Mathieu-Daudé
2023-11-07target/riscv: Move TYPE_RISCV_CPU_BASE definition to 'cpu.h'Philippe Mathieu-Daudé
2023-11-07target/riscv: Remove CPU_RESOLVING_TYPE from 'cpu-qom.h'Philippe Mathieu-Daudé
2023-11-07target: Unify QOM stylePhilippe Mathieu-Daudé
2023-11-07target/riscv: add riscv_cpu_accelerator_compatible()Daniel Henrique Barboza
2023-11-07target/riscv/tcg: add tcg_cpu_finalize_features()Daniel Henrique Barboza
2023-11-07target/riscv: Add HS-mode virtual interrupt and IRQ filtering support.Rajnesh Kanwal
2023-11-07target/riscv: Add M-mode virtual interrupt and IRQ filtering support.Rajnesh Kanwal
2023-11-07target/riscv: Split interrupt logic from riscv_cpu_update_mip.Rajnesh Kanwal
2023-10-12target/riscv: deprecate capital 'Z' CPU propertiesDaniel Henrique Barboza
2023-10-12target/riscv: add riscv_cpu_get_name()Daniel Henrique Barboza