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
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
2020-06-19
riscv: Generalize CPU init routine for the base CPU
Bin Meng
1
-13
/
+5
2020-06-08
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.1-pull-re...
Peter Maydell
1
-2
/
+4
2020-06-05
target/riscv/cpu: Restrict CPU migration to system-mode
Philippe Mathieu-Daudé
1
-2
/
+4
2020-06-03
target/riscv: Add the lowRISC Ibex CPU
Alistair Francis
1
-0
/
+10
2020-06-03
target/riscv: Don't set PMP feature in the cpu init
Alistair Francis
1
-5
/
+0
2020-06-03
target/riscv: Disable the MMU correctly
Alistair Francis
1
-2
/
+3
2020-06-03
target/riscv: Don't overwrite the reset vector
Alistair Francis
1
-1
/
+2
2020-06-03
target/riscv: Drop support for ISA spec version 1.09.1
Alistair Francis
1
-2
/
+0
2020-06-03
target/riscv: Remove the deprecated CPUs
Alistair Francis
1
-28
/
+0
2020-04-29
target/riscv: Add a sifive-e34 cpu type
Corey Wharton
1
-0
/
+10
2020-03-17
cpu: Use DeviceClass reset instead of a special CPUClass reset
Peter Maydell
1
-3
/
+4
2020-03-05
RISC-V: Add a missing "," in riscv_excp_names
Palmer Dabbelt
1
-2
/
+2
2020-02-27
target/riscv: Allow enabling the Hypervisor extension
Alistair Francis
1
-0
/
+5
2020-02-27
target/riscv: Add support for the 32-bit MSTATUSH CSR
Alistair Francis
1
-0
/
+3
2020-02-27
target/riscv: Dump Hypervisor registers if enabled
Alistair Francis
1
-0
/
+33
2020-02-27
target/riscv: Rename the H irqs to VS irqs
Alistair Francis
1
-3
/
+3
2020-02-27
target/riscv: Add support for the new execption numbers
Alistair Francis
1
-0
/
+8
2020-02-27
target/riscv: Convert MIP CSR to target_ulong
Alistair Francis
1
-1
/
+1
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-1
/
+1
2020-01-24
cpu: Use cpu_class_set_parent_reset()
Greg Kurz
1
-2
/
+1
2019-11-14
target/riscv: Remove atomic accesses to MIP CSR
Alistair Francis
1
-3
/
+2
2019-10-28
RISC-V: Implement cpu_do_transaction_failed
Palmer Dabbelt
1
-1
/
+1
2019-09-17
target/riscv: Use both register name and ABI name
Atish Patra
1
-8
/
+11
2019-08-19
target/riscv: rationalise softfloat includes
Alex Bennée
1
-0
/
+1
2019-06-25
RISC-V: Clear load reservations on context switch and SC
Joel Sing
1
-0
/
+1
2019-06-25
RISC-V: Add support for the Zicsr extension
Palmer Dabbelt
1
-0
/
+1
2019-06-25
RISC-V: Add support for the Zifencei extension
Palmer Dabbelt
1
-0
/
+1
2019-06-25
target/riscv: Add support for disabling/enabling Counters
Alistair Francis
1
-0
/
+1
2019-06-25
target/riscv: Remove user version information
Alistair Francis
1
-23
/
+9
2019-06-25
target/riscv: Require either I or E base extension
Alistair Francis
1
-0
/
+6
2019-06-25
target/riscv: Set privledge spec 1.11.0 as default
Alistair Francis
1
-3
/
+5
2019-06-24
target/riscv: Restructure deprecatd CPUs
Alistair Francis
1
-8
/
+10
2019-06-23
target/riscv: Implement riscv_cpu_unassigned_access
Michael Clark
1
-0
/
+1
2019-06-23
target/riscv: Allow setting ISA extensions via CPU props
Alistair Francis
1
-2
/
+68
2019-06-11
qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h
Markus Armbruster
1
-0
/
+1
2019-06-10
cpu: Introduce cpu_set_cpustate_pointers
Richard Henderson
1
-2
/
+1
2019-05-24
target/riscv: Add a base 32 and 64 bit CPU
Alistair Francis
1
-0
/
+14
[next]