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
2021-06-08
target/riscv: rvb: add b-ext version cpu option
Frank Chang
1
-0
/
+23
2021-06-08
target/riscv: rvb: support and turn on B-extension from command line
Kito Cheng
1
-0
/
+4
2021-06-08
target/riscv: Dump CSR mscratch/sscratch/satp
Changbin Du
1
-2
/
+5
2021-06-08
target/riscv: Remove unnecessary riscv_*_names[] declaration
Bin Meng
1
-2
/
+2
2021-05-26
hw/core: Constify TCGCPUOps
Richard Henderson
1
-1
/
+1
2021-05-26
cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOps
Philippe Mathieu-Daudé
1
-1
/
+1
2021-05-26
cpu: Move CPUClass::write_elf* to SysemuCPUOps
Philippe Mathieu-Daudé
1
-2
/
+2
2021-05-26
cpu: Move CPUClass::vmsd to SysemuCPUOps
Philippe Mathieu-Daudé
1
-1
/
+1
2021-05-26
cpu: Introduce SysemuCPUOps structure
Philippe Mathieu-Daudé
1
-0
/
+8
2021-05-26
cpu: Rename CPUClass vmsd -> legacy_vmsd
Philippe Mathieu-Daudé
1
-2
/
+1
2021-05-11
target/riscv: Remove the hardcoded RVXLEN macro
Alistair Francis
1
-1
/
+5
2021-05-11
target/riscv: fix a typo with interrupt names
Emmanuel Blot
1
-1
/
+1
2021-05-11
target/riscv: Add ePMP support for the Ibex CPU
Alistair Francis
1
-0
/
+1
2021-05-11
target/riscv: Add a config option for ePMP
Hou Weiying
1
-0
/
+10
2021-05-11
target/riscv: Convert the RISC-V exceptions to an enum
Alistair Francis
1
-1
/
+1
2021-05-11
target/riscv: Add Shakti C class CPU
Vijai Kumar K
1
-0
/
+1
2021-05-11
target/riscv: Align the data type of reset vector address
Dylan Jhong
1
-1
/
+1
2021-05-11
target/riscv: Remove privilege v1.9 specific CSR related code
Atish Patra
1
-1
/
+1
2021-03-22
target/riscv: Add proper two-stage lookup exception detection
Georg Kotheimer
1
-0
/
+1
2021-03-09
Various spelling fixes
Michael Tokarev
1
-1
/
+1
2021-03-04
target-riscv: support QMP dump-guest-memory
Yifei Jiang
1
-0
/
+2
2021-02-05
cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass
Claudio Fontana
1
-7
/
+16
2021-02-05
cpu: move do_unaligned_access to tcg_ops
Claudio Fontana
1
-1
/
+1
2021-02-05
cpu: move cc->transaction_failed to tcg_ops
Claudio Fontana
1
-1
/
+1
2021-02-05
cpu: move cc->do_interrupt to tcg_ops
Claudio Fontana
1
-1
/
+1
2021-02-05
cpu: Move tlb_fill to tcg_ops
Eduardo Habkost
1
-1
/
+1
2021-02-05
cpu: Move cpu_exec_* to tcg_ops
Eduardo Habkost
1
-1
/
+1
2021-02-05
cpu: Move synchronize_from_tb() to tcg_ops
Eduardo Habkost
1
-1
/
+1
2021-02-05
target/riscv: remove CONFIG_TCG, as it is always TCG
Claudio Fontana
1
-2
/
+1
2021-02-05
cpu: Introduce TCGCpuOperations struct
Eduardo Habkost
1
-1
/
+1
2021-01-16
target/riscv: Generate the GDB XML file for CSR registers dynamically
Bin Meng
1
-0
/
+12
2021-01-16
gdb: riscv: Add target description
Sylvain Pelissier
1
-0
/
+13
2021-01-07
tcg: Make tb arg to synchronize_from_tb const
Richard Henderson
1
-1
/
+2
2020-12-17
target/riscv: cpu: Set XLEN independently from target
Alistair Francis
1
-9
/
+16
2020-12-17
target/riscv: cpu: Remove compile time XLEN checks
Alistair Francis
1
-9
/
+10
2020-12-17
target/riscv: Specify the XLEN for CPUs
Alistair Francis
1
-10
/
+23
2020-12-17
target/riscv: Add a riscv_cpu_is_32bit() helper function
Alistair Francis
1
-0
/
+9
2020-11-03
target/riscv: Add basic vmstate description of CPU
Yifei Jiang
1
-7
/
+1
2020-11-03
target/riscv: Merge m/vsstatus and m/vsstatush into one uint64_t unit
Yifei Jiang
1
-3
/
+5
2020-09-18
target/riscv: Set instance_align on RISCVCPU TypeInfo
Richard Henderson
1
-0
/
+1
2020-09-09
target/riscv: cpu: Set reset vector based on the configured property value
Bin Meng
1
-5
/
+2
2020-09-09
target/riscv: cpu: Add a new 'resetvec' property
Bin Meng
1
-0
/
+1
2020-09-09
target/riscv: Fix bug in getting trap cause name for trace_riscv_trap
Yifei Jiang
1
-0
/
+11
2020-07-02
target/riscv: configure and turn on vector extension from command line
LIU Zhiwei
1
-0
/
+43
2020-07-02
target/riscv: implementation-defined constant parameters
LIU Zhiwei
1
-0
/
+7
2020-06-19
hw/riscv: sifive: Change SiFive E/U CPU reset vector to 0x1004
Bin Meng
1
-8
/
+8
2020-06-19
target/riscv: Rename IBEX CPU init routine
Bin Meng
1
-2
/
+2
2020-06-19
riscv: Keep the CPU init routine names consistent
Bin Meng
1
-4
/
+4
2020-06-19
riscv: Generalize CPU init routine for the imacu CPU
Bin Meng
1
-21
/
+10
2020-06-19
riscv: Generalize CPU init routine for the gcsu CPU
Bin Meng
1
-14
/
+6
[next]