index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
riscv
/
cpu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-07
hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()
Philippe Mathieu-Daudé
1
-2
/
+1
2023-11-07
target/riscv: Add "pmu-mask" property to replace "pmu-num"
Rob Bradford
1
-1
/
+39
2023-11-07
target/riscv: cpu: Set the OpenTitan priv to 1.12.0
Alistair Francis
1
-1
/
+1
2023-11-07
target/riscv: Move vector crypto extensions to riscv_cpu_extensions
Max Chou
1
-18
/
+18
2023-11-07
target/riscv: Expose Zvks[c|g] extnesion properties
Max Chou
1
-0
/
+6
2023-11-07
target/riscv: Expose Zvkn[c|g] extnesion properties
Max Chou
1
-0
/
+6
2023-11-07
target/riscv: Expose Zvkb extension property
Max Chou
1
-0
/
+2
2023-11-07
target/riscv: Expose Zvkt extension property
Max Chou
1
-0
/
+2
2023-11-07
target/riscv: add zihpm extension flag for TCG
Daniel Henrique Barboza
1
-0
/
+3
2023-11-07
target/riscv: add zicntr extension flag for TCG
Daniel Henrique Barboza
1
-0
/
+12
2023-11-07
target/riscv: pmp: Clear pmp/smepmp bits on reset
Mayuresh Chitale
1
-0
/
+11
2023-11-07
Add epmp to extensions list and rename it to smepmp
Himanshu Chauhan
1
-5
/
+3
2023-11-07
target/riscv: add riscv_cpu_accelerator_compatible()
Daniel Henrique Barboza
1
-0
/
+9
2023-11-07
target/riscv/tcg: add tcg_cpu_finalize_features()
Daniel Henrique Barboza
1
-2
/
+16
2023-11-07
target/riscv: Add HS-mode virtual interrupt and IRQ filtering support.
Rajnesh Kanwal
1
-1
/
+2
2023-11-07
target/riscv: Add M-mode virtual interrupt and IRQ filtering support.
Rajnesh Kanwal
1
-1
/
+2
2023-11-07
target/riscv: rename ext_icboz to ext_zicboz
Daniel Henrique Barboza
1
-3
/
+3
2023-11-07
target/riscv: rename ext_icbom to ext_zicbom
Daniel Henrique Barboza
1
-3
/
+3
2023-11-07
target/riscv: rename ext_icsr to ext_zicsr
Daniel Henrique Barboza
1
-11
/
+11
2023-11-07
target/riscv: rename ext_ifencei to ext_zifencei
Daniel Henrique Barboza
1
-11
/
+11
2023-10-12
target/riscv: deprecate capital 'Z' CPU properties
Daniel Henrique Barboza
1
-11
/
+28
2023-10-12
target/riscv: add riscv_cpu_get_name()
Daniel Henrique Barboza
1
-0
/
+11
2023-10-12
target/riscv/cpu: move priv spec functions to tcg-cpu.c
Daniel Henrique Barboza
1
-38
/
+0
2023-10-12
target/riscv/cpu.c: export isa_edata_arr[]
Daniel Henrique Barboza
1
-26
/
+21
2023-10-12
target/riscv/tcg: move riscv_cpu_add_misa_properties() to tcg-cpu.c
Daniel Henrique Barboza
1
-90
/
+0
2023-10-12
target/riscv/cpu.c: make misa_ext_cfgs[] 'const'
Daniel Henrique Barboza
1
-13
/
+8
2023-10-12
target/riscv/tcg: introduce tcg_cpu_instance_init()
Daniel Henrique Barboza
1
-150
/
+0
2023-10-12
target/riscv/cpu.c: export set_misa()
Daniel Henrique Barboza
1
-16
/
+18
2023-10-12
target/riscv/kvm: do not use riscv_cpu_add_misa_properties()
Daniel Henrique Barboza
1
-0
/
+2
2023-10-12
target/riscv: move KVM only files to kvm subdir
Daniel Henrique Barboza
1
-1
/
+1
2023-10-12
target/riscv: introduce KVM AccelCPUClass
Daniel Henrique Barboza
1
-5
/
+3
2023-10-12
target/riscv: make riscv_add_satp_mode_properties() public
Daniel Henrique Barboza
1
-3
/
+2
2023-10-12
target/riscv: move riscv_cpu_add_kvm_properties() to kvm.c
Daniel Henrique Barboza
1
-80
/
+5
2023-10-12
target/riscv/cpu.c: mark extensions arrays as 'const'
Daniel Henrique Barboza
1
-9
/
+13
2023-10-12
target/riscv: move 'host' CPU declaration to kvm.c
Daniel Henrique Barboza
1
-15
/
+0
2023-10-12
target/riscv/cpu.c: add .instance_post_init()
Daniel Henrique Barboza
1
-11
/
+32
2023-10-12
target/riscv: move riscv_tcg_ops to tcg-cpu.c
Daniel Henrique Barboza
1
-58
/
+0
2023-10-12
target/riscv: move riscv_cpu_validate_set_extensions() to tcg-cpu.c
Daniel Henrique Barboza
1
-356
/
+5
2023-10-12
target/riscv: move riscv_cpu_realize_tcg() to TCG::cpu_realizefn()
Daniel Henrique Barboza
1
-128
/
+0
2023-10-12
target/riscv: introduce TCG AccelCPUClass
Daniel Henrique Barboza
1
-4
/
+1
2023-10-12
target/riscv/cpu.c: consider user option with RVG
Daniel Henrique Barboza
1
-2
/
+16
2023-10-12
target/riscv/cpu.c: honor user choice in cpu_cfg_ext_auto_update()
Daniel Henrique Barboza
1
-0
/
+16
2023-10-12
target/riscv: use isa_ext_update_enabled() in init_max_cpu_extensions()
Daniel Henrique Barboza
1
-9
/
+9
2023-10-12
target/riscv/cpu.c: introduce RISCVCPUMultiExtConfig
Daniel Henrique Barboza
1
-99
/
+159
2023-10-12
target/riscv/cpu.c: use cpu_cfg_ext_auto_update() during realize()
Daniel Henrique Barboza
1
-25
/
+25
2023-10-12
target/riscv/cpu.c: introduce cpu_cfg_ext_auto_update()
Daniel Henrique Barboza
1
-3
/
+40
2023-10-12
target/riscv: make CPUCFG() macro public
Daniel Henrique Barboza
1
-1
/
+1
2023-10-12
target/riscv/cpu.c: use offset in isa_ext_is_enabled/update_enabled
Daniel Henrique Barboza
1
-9
/
+9
2023-10-12
target/riscv: deprecate the 'any' CPU type
Daniel Henrique Barboza
1
-0
/
+5
2023-10-12
target/riscv: add 'max' CPU type
Daniel Henrique Barboza
1
-0
/
+56
[next]