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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-21
hw/core: Make do_unaligned_access noreturn
Richard Henderson
1
-1
/
+1
2021-09-21
include/exec: Move cpu_signal_handler declaration
Richard Henderson
1
-2
/
+0
2021-09-14
target/riscv: Restrict cpu_exec_interrupt() handler to sysemu
Philippe Mathieu-Daudé
1
-1
/
+1
2021-06-08
target/riscv: rvb: add b-ext version cpu option
Frank Chang
1
-0
/
+3
2021-06-08
target/riscv: rvb: support and turn on B-extension from command line
Kito Cheng
1
-0
/
+1
2021-06-08
target/riscv: rvb: count leading/trailing zeros
Kito Cheng
1
-0
/
+1
2021-06-08
target/riscv: Remove unnecessary riscv_*_names[] declaration
Bin Meng
1
-2
/
+0
2021-06-08
target/riscv: Do not include 'pmp.h' in user emulation
Philippe Mathieu-Daudé
1
-0
/
+2
2021-05-11
target/riscv: Remove the hardcoded RVXLEN macro
Alistair Francis
1
-6
/
+0
2021-05-11
target/riscv: Add a config option for ePMP
Hou Weiying
1
-0
/
+1
2021-05-11
target/riscv: Add ePMP CSR access functions
Hou Weiying
1
-0
/
+1
2021-05-11
target/riscv: Add the ePMP feature
Alistair Francis
1
-0
/
+1
2021-05-11
target/riscv: Use RISCVException enum for CSR access
Alistair Francis
1
-4
/
+7
2021-05-11
target/riscv: Use the RISCVException enum for CSR operations
Alistair Francis
1
-6
/
+8
2021-05-11
target/riscv: Use the RISCVException enum for CSR predicates
Alistair Francis
1
-1
/
+2
2021-05-11
target/riscv: Add Shakti C class CPU
Vijai Kumar K
1
-0
/
+1
2021-05-11
target/riscv: Remove privilege v1.9 specific CSR related code
Atish Patra
1
-3
/
+1
2021-03-22
target/riscv: Add proper two-stage lookup exception detection
Georg Kotheimer
1
-0
/
+4
2021-03-04
target-riscv: support QMP dump-guest-memory
Yifei Jiang
1
-0
/
+4
2021-03-04
target/riscv: Declare csr_ops[] with a known size
Bin Meng
1
-1
/
+1
2021-01-16
target/riscv: Generate the GDB XML file for CSR registers dynamically
Bin Meng
1
-0
/
+2
2021-01-16
target/riscv: Add CSR name in the CSR function table
Bin Meng
1
-0
/
+1
2021-01-16
target/riscv: Make csr_ops[CSR_TABLE_SIZE] external
Bin Meng
1
-0
/
+8
2020-12-17
target/riscv: Add a riscv_cpu_is_32bit() helper function
Alistair Francis
1
-0
/
+2
2020-12-17
target/riscv: Add a TYPE_RISCV_CPU_BASE CPU
Alistair Francis
1
-0
/
+6
2020-11-09
target/riscv: Remove the hyp load and store functions
Alistair Francis
1
-0
/
+12
2020-11-09
target/riscv: Remove the HS_TWO_STAGE flag
Alistair Francis
1
-2
/
+1
2020-11-09
target/riscv: Add a virtualised MMU Mode
Alistair Francis
1
-1
/
+3
2020-11-03
target/riscv: Merge m/vsstatus and m/vsstatush into one uint64_t unit
Yifei Jiang
1
-13
/
+11
2020-10-22
target/riscv: raise exception to HS-mode at get_physical_address
Yifei Jiang
1
-3
/
+7
2020-09-18
qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros
Eduardo Habkost
1
-1
/
+1
2020-09-13
Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...
Peter Maydell
1
-2
/
+6
2020-09-09
hw/riscv: clint: Avoid using hard-coded timebase frequency
Bin Meng
1
-2
/
+4
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
/
+1
2020-09-09
Use OBJECT_DECLARE_TYPE where possible
Eduardo Habkost
1
-4
/
+2
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
1
-6
/
+2
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
1
-4
/
+7
2020-08-25
target/riscv: Allow setting a two-stage lookup in the virt status
Alistair Francis
1
-0
/
+2
2020-07-13
target/riscv: fix vill bit index in vtype register
Frank Chang
1
-1
/
+1
2020-07-02
target/riscv: configure and turn on vector extension from command line
LIU Zhiwei
1
-1
/
+3
2020-07-02
target/riscv: add vector configure instruction
LIU Zhiwei
1
-9
/
+54
2020-07-02
target/riscv: implementation-defined constant parameters
LIU Zhiwei
1
-0
/
+5
2020-07-02
target/riscv: add vector extension field in CPURISCVState
LIU Zhiwei
1
-0
/
+12
2020-06-03
target/riscv: Add the lowRISC Ibex CPU
Alistair Francis
1
-0
/
+1
2020-06-03
target/riscv: Drop support for ISA spec version 1.09.1
Alistair Francis
1
-1
/
+0
2020-06-03
target/riscv: Remove the deprecated CPUs
Alistair Francis
1
-7
/
+0
2020-04-29
target/riscv: Add a sifive-e34 cpu type
Corey Wharton
1
-0
/
+1
2020-03-19
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...
Peter Maydell
1
-1
/
+1
2020-03-17
cpu: Use DeviceClass reset instead of a special CPUClass reset
Peter Maydell
1
-1
/
+1
[next]