index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
riscv
/
cpu.h
Age
Commit message (
Expand
)
Author
2019-06-25
RISC-V: Add support for the Zicsr extension
Palmer Dabbelt
2019-06-25
RISC-V: Add support for the Zifencei extension
Palmer Dabbelt
2019-06-25
target/riscv: Add support for disabling/enabling Counters
Alistair Francis
2019-06-25
target/riscv: Remove user version information
Alistair Francis
2019-06-24
target/riscv: Add the privledge spec version 1.11.0
Alistair Francis
2019-06-24
target/riscv: Restructure deprecatd CPUs
Alistair Francis
2019-06-23
RISC-V: Check PMP during Page Table Walks
Hesham Almatary
2019-06-23
target/riscv: Implement riscv_cpu_unassigned_access
Michael Clark
2019-06-23
target/riscv: Allow setting ISA extensions via CPU props
Alistair Francis
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-10
cpu: Remove CPU_COMMON
Richard Henderson
2019-06-10
cpu: Introduce CPUNegativeOffsetState
Richard Henderson
2019-06-10
cpu: Move ENV_OFFSET to exec/gen-icount.h
Richard Henderson
2019-06-10
target/riscv: Use env_cpu, env_archcpu
Richard Henderson
2019-06-10
cpu: Replace ENV_GET_CPU with env_cpu
Richard Henderson
2019-06-10
cpu: Define ArchCPU
Richard Henderson
2019-06-10
cpu: Define CPUArchState with typedef
Richard Henderson
2019-06-10
tcg: Split out target/arch/cpu-param.h
Richard Henderson
2019-05-24
target/riscv: Add a base 32 and 64 bit CPU
Alistair Francis
2019-05-24
target/riscv: Create settable CPU properties
Alistair Francis
2019-05-10
target/riscv: Convert to CPUClass::tlb_fill
Richard Henderson
2019-04-18
target: Simplify how the TARGET_cpu_list() print
Markus Armbruster
2019-03-19
RISC-V: linux-user support for RVE ABI
Kito Cheng
2019-03-19
RISC-V: Allow interrupt controllers to claim interrupts
Michael Clark
2019-03-19
RISC-V: Add hooks to use the gdb xml files.
Jim Wilson
2019-03-19
RISC-V: Add debug support for accessing CSRs.
Jim Wilson
2019-02-11
RISC-V: Add misa runtime write support
Michael Clark
2019-02-11
RISC-V: Use riscv prefix consistently on cpu helpers
Michael Clark
2019-02-11
RISC-V: Split out mstatus_fs from tb_flags
Richard Henderson
2019-01-09
RISC-V: Implement existential predicates for CSRs
Michael Clark
2019-01-08
RISC-V: Implement modular CSR helper interface
Michael Clark
2018-10-17
RISC-V: Allow setting and clearing multiple irqs
Michael Clark
2018-09-05
riscv: remove define cpu_init()
Igor Mammedov
2018-09-04
RISC-V: Update address bits to support sv39 and sv48
Michael Clark
2018-05-06
RISC-V: Use [ms]counteren CSRs when priv ISA >= v1.10
Michael Clark
2018-05-06
RISC-V: Update E and I extension order
Michael Clark
2018-05-06
RISC-V: Remove EM_RISCV ELF_MACHINE indirection
Michael Clark
2018-03-19
cpu: add CPU_RESOLVING_TYPE macro
Igor Mammedov
2018-03-07
RISC-V CPU Core Definition
Michael Clark