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-05-05
target/riscv: add Ventana's Veyron V1 CPU
Rahul Pathak
1
-0
/
+38
2023-05-05
target/riscv: add TYPE_RISCV_DYNAMIC_CPU
Daniel Henrique Barboza
1
-4
/
+16
2023-05-05
target/riscv: Add a general status enum for extensions
LIU Zhiwei
1
-1
/
+1
2023-05-05
target/riscv: Use check for relationship between Zdinx/Zhinx{min} and Zfinx
Weiwei Li
1
-2
/
+3
2023-05-05
target/riscv/cpu.c: redesign register_cpu_props()
Daniel Henrique Barboza
1
-31
/
+10
2023-05-05
target/riscv: add RVG and remove cpu->cfg.ext_g
Daniel Henrique Barboza
1
-9
/
+8
2023-05-05
target/riscv: remove cfg.ext_g setup from rv64_thead_c906_cpu_init()
Daniel Henrique Barboza
1
-2
/
+1
2023-05-05
target/riscv: remove riscv_cpu_sync_misa_cfg()
Daniel Henrique Barboza
1
-52
/
+0
2023-05-05
target/riscv: remove cpu->cfg.ext_v
Daniel Henrique Barboza
1
-7
/
+5
2023-05-05
target/riscv: remove cpu->cfg.ext_j
Daniel Henrique Barboza
1
-3
/
+3
2023-05-05
target/riscv: remove cpu->cfg.ext_h
Daniel Henrique Barboza
1
-5
/
+5
2023-05-05
target/riscv: remove cpu->cfg.ext_u
Daniel Henrique Barboza
1
-5
/
+4
2023-05-05
target/riscv: remove cpu->cfg.ext_s
Daniel Henrique Barboza
1
-6
/
+5
2023-05-05
target/riscv: remove cpu->cfg.ext_m
Daniel Henrique Barboza
1
-5
/
+5
2023-05-05
target/riscv: remove cpu->cfg.ext_e
Daniel Henrique Barboza
1
-5
/
+5
2023-05-05
target/riscv: remove cpu->cfg.ext_i
Daniel Henrique Barboza
1
-8
/
+7
2023-05-05
target/riscv: remove cpu->cfg.ext_f
Daniel Henrique Barboza
1
-13
/
+13
2023-05-05
target/riscv: remove cpu->cfg.ext_d
Daniel Henrique Barboza
1
-9
/
+8
2023-05-05
target/riscv: remove cpu->cfg.ext_c
Daniel Henrique Barboza
1
-5
/
+4
2023-05-05
target/riscv: remove cpu->cfg.ext_a
Daniel Henrique Barboza
1
-8
/
+8
2023-05-05
target/riscv: introduce riscv_cpu_add_misa_properties()
Daniel Henrique Barboza
1
-0
/
+65
2023-05-05
target/riscv/cpu.c: remove 'multi_letter' from isa_ext_data
Daniel Henrique Barboza
1
-67
/
+65
2023-05-05
target/riscv: remove MISA properties from isa_edata_arr[]
Daniel Henrique Barboza
1
-2
/
+17
2023-05-05
target/riscv: sync env->misa_ext* with cpu->cfg in realize()
Daniel Henrique Barboza
1
-38
/
+56
2023-05-05
target/riscv: Fix lines with over 80 characters
Weiwei Li
1
-1
/
+2
2023-05-05
target/riscv: Fix format for comments
Weiwei Li
1
-1
/
+1
2023-05-05
target/riscv: Fix format for indentation
Weiwei Li
1
-20
/
+20
2023-05-05
target/riscv: Remove riscv_cpu_virt_enabled()
Weiwei Li
1
-1
/
+1
2023-05-05
target/riscv: Add support for Zce
Weiwei Li
1
-0
/
+12
2023-05-05
target/riscv: expose properties for Zc* extension
Weiwei Li
1
-0
/
+14
2023-05-05
target/riscv: add cfg properties for Zc* extension
Weiwei Li
1
-0
/
+43
2023-05-05
target/riscv: Simplify type conversion for CPURISCVState
Weiwei Li
1
-3
/
+3
2023-05-05
target/riscv: Fix priv version dependency for vector and zfh
LIU Zhiwei
1
-4
/
+4
2023-03-06
riscv: Introduce satp mode hw capabilities
Alexandre Ghiti
1
-24
/
+69
2023-03-06
riscv: Allow user to set the satp mode
Alexandre Ghiti
1
-0
/
+214
2023-03-06
riscv: Pass Object to register_cpu_props instead of DeviceState
Alexandre Ghiti
1
-14
/
+15
2023-03-05
target/riscv: cpu: Implement get_arch_id callback
Mayuresh Chitale
1
-0
/
+8
2023-03-05
target/riscv: implement Zicbom extension
Christoph Muellner
1
-0
/
+3
2023-03-05
target/riscv: implement Zicboz extension
Christoph Muellner
1
-0
/
+4
2023-03-03
Merge tag 'pull-riscv-to-apply-20230303' of https://gitlab.com/palmer-dabbelt...
Peter Maydell
1
-43
/
+91
2023-03-01
Merge patch series "target/riscv: Add support for Svadu extension"
Palmer Dabbelt
1
-0
/
+8
2023-03-01
target/riscv: Export Svadu property
Weiwei Li
1
-0
/
+3
2023-03-01
target/riscv: Add *envcfg.HADE related check in address translation
Weiwei Li
1
-2
/
+4
2023-03-01
target/riscv: Add *envcfg.PBMTE related check in address translation
Weiwei Li
1
-0
/
+3
2023-03-01
target/riscv: Add support for Zicond extension
Weiwei Li
1
-0
/
+2
2023-03-01
Merge patch series "target/riscv: Some updates to float point related extensi...
Palmer Dabbelt
1
-28
/
+71
2023-03-01
target/riscv: Expose properties for Zv* extensions
Weiwei Li
1
-0
/
+7
2023-03-01
target/riscv: Indent fixes in cpu.c
Weiwei Li
1
-22
/
+22
2023-03-01
target/riscv: Add property check for Zvfh{min} extensions
Weiwei Li
1
-0
/
+14
2023-03-01
target/riscv: Fix relationship between V, Zve*, F and D
Weiwei Li
1
-3
/
+18
[next]