index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
riscv
/
cpu.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw, target: Add ResetType argument to hold and exit phase methods
Peter Maydell
2024-04-25
1
-2
/
+2
*
target/riscv: do not enable all named features by default
Daniel Henrique Barboza
2024-03-22
1
-31
/
+9
*
target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handler
Philippe Mathieu-Daudé
2024-03-12
1
-1
/
+1
*
target/riscv: move ratified/frozen exts to non-experimental
Daniel Henrique Barboza
2024-03-08
1
-13
/
+9
*
RISC-V: Add support for Ztso
Palmer Dabbelt
2024-03-08
1
-0
/
+2
*
target/riscv: Promote svade to a normal extension
Andrew Jones
2024-03-08
1
-7
/
+2
*
target/riscv: Gate hardware A/D PTE bit updating
Andrew Jones
2024-03-08
1
-1
/
+2
*
target/riscv: Reset henvcfg to zero
Andrew Jones
2024-03-08
1
-2
/
+1
*
target/riscv: add remaining named features
Daniel Henrique Barboza
2024-03-08
1
-7
/
+35
*
target/riscv: add riscv,isa to named features
Daniel Henrique Barboza
2024-03-08
1
-4
/
+13
*
hw/core/cpu: Remove gdb_get_dynamic_xml member
Akihiko Odaki
2024-02-28
1
-14
/
+0
*
gdbstub: Infer number of core registers from XML
Akihiko Odaki
2024-02-28
1
-1
/
+0
*
target/riscv: Use GDBFeature for dynamic XML
Akihiko Odaki
2024-02-28
1
-2
/
+2
*
target/riscv: add rv32i, rv32e and rv64e CPUs
Daniel Henrique Barboza
2024-02-09
1
-0
/
+21
*
target/riscv/cpu.c: add riscv_bare_cpu_init()
Daniel Henrique Barboza
2024-02-09
1
-16
/
+29
*
target/riscv: support new isa extension detection devicetree properties
Conor Dooley
2024-02-09
1
-0
/
+54
*
target/riscv: use misa_mxl_max to populate isa string rather than TARGET_LONG...
Conor Dooley
2024-02-09
1
-1
/
+9
*
target/riscv: Expose Zaamo and Zalrsc extensions
Rob Bradford
2024-02-09
1
-0
/
+5
*
target/riscv: Validate misa_mxl_max only once
Akihiko Odaki
2024-02-09
1
-0
/
+21
*
target/riscv: Move misa_mxl_max to class
Akihiko Odaki
2024-02-09
1
-76
/
+84
*
target/riscv/cpu.c: remove cpu->cfg.vlen
Daniel Henrique Barboza
2024-02-09
1
-5
/
+3
*
target/riscv: add 'vlenb' field in cpu->cfg
Daniel Henrique Barboza
2024-02-09
1
-1
/
+3
*
target/riscv/cpu.c: move 'marchid' to riscv_cpu_properties[]
Daniel Henrique Barboza
2024-02-09
1
-53
/
+57
*
target/riscv/cpu.c: move 'mimpid' to riscv_cpu_properties[]
Daniel Henrique Barboza
2024-02-09
1
-32
/
+36
*
target/riscv/cpu.c: move 'mvendorid' to riscv_cpu_properties[]
Daniel Henrique Barboza
2024-02-09
1
-32
/
+37
*
target/riscv: remove riscv_cpu_options[]
Daniel Henrique Barboza
2024-02-09
1
-5
/
+0
*
target/riscv: move 'cboz_blocksize' to riscv_cpu_properties[]
Daniel Henrique Barboza
2024-02-09
1
-1
/
+37
*
target/riscv: move 'cbop_blocksize' to riscv_cpu_properties[]
Daniel Henrique Barboza
2024-02-09
1
-1
/
+37
*
target/riscv: move 'cbom_blocksize' to riscv_cpu_properties[]
Daniel Henrique Barboza
2024-02-09
1
-1
/
+38
*
target/riscv: create finalize_features() for KVM
Daniel Henrique Barboza
2024-02-09
1
-5
/
+11
*
target/riscv: move 'elen' to riscv_cpu_properties[]
Daniel Henrique Barboza
2024-02-09
1
-2
/
+42
*
target/riscv: move 'vlen' to riscv_cpu_properties[]
Daniel Henrique Barboza
2024-02-09
1
-1
/
+44
*
target/riscv: rework 'vext_spec'
Daniel Henrique Barboza
2024-02-09
1
-2
/
+33
*
target/riscv: rework 'priv_spec'
Daniel Henrique Barboza
2024-02-09
1
-1
/
+72
*
target/riscv: move 'pmp' to riscv_cpu_properties[]
Daniel Henrique Barboza
2024-02-09
1
-2
/
+36
*
target/riscv: move 'mmu' to riscv_cpu_properties[]
Daniel Henrique Barboza
2024-02-09
1
-4
/
+51
*
target/riscv: move 'pmu-mask' and 'pmu-num' to riscv_cpu_properties[]
Daniel Henrique Barboza
2024-02-09
1
-7
/
+84
*
target/riscv: make riscv_cpu_is_vendor() public
Daniel Henrique Barboza
2024-02-09
1
-0
/
+5
*
target/riscv: Add infrastructure for 'B' MISA extension
Rob Bradford
2024-02-09
1
-2
/
+3
*
target/riscv: Populate CPUClass.mmu_index
Richard Henderson
2024-02-03
1
-0
/
+6
*
target/riscv: Ensure mideleg is set correctly on reset
Alistair Francis
2024-01-10
1
-0
/
+8
*
target/riscv: add rva22s64 cpu
Daniel Henrique Barboza
2024-01-10
1
-0
/
+8
*
target/riscv: add RVA22S64 profile
Daniel Henrique Barboza
2024-01-10
1
-0
/
+32
*
target/riscv: add 'parent' in profile description
Daniel Henrique Barboza
2024-01-10
1
-0
/
+1
*
target/riscv: add satp_mode profile support
Daniel Henrique Barboza
2024-01-10
1
-0
/
+1
*
target/riscv/cpu.c: add riscv_cpu_is_32bit()
Daniel Henrique Barboza
2024-01-10
1
-1
/
+6
*
target/riscv/cpu.c: finalize satp_mode earlier
Daniel Henrique Barboza
2024-01-10
1
-8
/
+8
*
target/riscv: add priv ver restriction to profiles
Daniel Henrique Barboza
2024-01-10
1
-0
/
+1
*
target/riscv: implement svade
Daniel Henrique Barboza
2024-01-10
1
-0
/
+1
*
target/riscv: add 'rva22u64' CPU
Daniel Henrique Barboza
2024-01-10
1
-0
/
+17
[next]