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
2022-02-16
target/riscv: add support for svinval extension
Weiwei Li
1
-0
/
+1
2022-02-16
target/riscv: Ignore reserved bits in PTE for RV64
Guo Ren
1
-0
/
+15
2022-02-16
target/riscv: Allow users to force enable AIA CSRs in HART
Anup Patel
1
-0
/
+1
2022-02-16
target/riscv: Implement AIA xiselect and xireg CSRs
Anup Patel
1
-0
/
+7
2022-02-16
target/riscv: Implement AIA hvictl and hviprioX CSRs
Anup Patel
1
-0
/
+2
2022-02-16
target/riscv: Implement AIA CSRs for 64 local interrupts on RV32
Anup Patel
1
-7
/
+7
2022-02-16
target/riscv: Implement AIA local interrupt priorities
Anup Patel
1
-0
/
+12
2022-02-16
target/riscv: Allow AIA device emulation to set ireg rmw callback
Anup Patel
1
-0
/
+23
2022-02-16
target/riscv: Add AIA cpu feature
Anup Patel
1
-1
/
+2
2022-02-16
target/riscv: Allow setting CPU feature from machine/device emulation
Anup Patel
1
-0
/
+5
2022-02-16
target/riscv: Implement hgeie and hgeip CSRs
Anup Patel
1
-0
/
+5
2022-02-16
target/riscv: Add XVentanaCondOps custom extension
Philipp Tomsich
1
-0
/
+3
2022-02-16
target/riscv: refactor (anonymous struct) RISCVCPU.cfg into 'struct RISCVCPUC...
Philipp Tomsich
1
-37
/
+41
2022-01-21
target/riscv: Remove VILL field in VTYPE
LIU Zhiwei
1
-1
/
+0
2022-01-21
target/riscv: Adjust vsetvl according to XLEN
LIU Zhiwei
1
-0
/
+5
2022-01-21
target/riscv: Split out the vill from vtype
LIU Zhiwei
1
-0
/
+1
2022-01-21
target/riscv: Split pm_enabled into mask and base
LIU Zhiwei
1
-1
/
+2
2022-01-21
target/riscv: Create current pm fields in env
LIU Zhiwei
1
-0
/
+4
2022-01-21
target/riscv: Create xl field in env
LIU Zhiwei
1
-0
/
+31
2022-01-21
target/riscv: rvv-1.0: Add Zve32f extension into RISC-V
Frank Chang
1
-0
/
+1
2022-01-21
target/riscv: rvv-1.0: Add Zve64f extension into RISC-V
Frank Chang
1
-0
/
+1
2022-01-21
target/riscv: Add kvm_riscv_get/put_regs_timer
Yifei Jiang
1
-0
/
+7
2022-01-21
target/riscv: Add host cpu type
Yifei Jiang
1
-0
/
+1
2022-01-21
target/riscv: Support start kernel directly by KVM
Yifei Jiang
1
-0
/
+3
2022-01-08
target/riscv: Implement the stval/mtval illegal instruction
Alistair Francis
1
-0
/
+2
2022-01-08
target/riscv: actual functions to realize crs 128-bit insns
Frédéric Pétrot
1
-0
/
+7
2022-01-08
target/riscv: helper functions to wrap calls to 128-bit csr insns
Frédéric Pétrot
1
-0
/
+5
2022-01-08
target/riscv: adding high part of some csrs
Frédéric Pétrot
1
-0
/
+4
2022-01-08
target/riscv: support for 128-bit M extension
Frédéric Pétrot
1
-0
/
+3
2022-01-08
target/riscv: setup everything for rv64 to support rv128 execution
Frédéric Pétrot
1
-0
/
+1
2022-01-08
target/riscv: array for the 64 upper bits of 128-bit registers
Frédéric Pétrot
1
-0
/
+2
2021-12-20
target/riscv: gdb: support vector registers for rv64 & rv32
Hsiangkai Wang
1
-0
/
+1
2021-12-20
target/riscv: rvv-1.0: relax RV_VLEN_MAX to 1024-bits
Frank Chang
1
-1
/
+1
2021-12-20
target/riscv: rvv-1.0: take fractional LMUL into vector max elements calculation
Frank Chang
1
-9
/
+18
2021-12-20
target/riscv: rvv-1.0: add VMA and VTA
Frank Chang
1
-0
/
+2
2021-12-20
target/riscv: rvv-1.0: add fractional LMUL
Frank Chang
1
-12
/
+14
2021-12-20
target/riscv: rvv-1.0: add translation-time vector context status
Frank Chang
1
-2
/
+3
2021-12-20
target/riscv: rvv-1.0: add mstatus VS field
LIU Zhiwei
1
-0
/
+2
2021-12-20
target/riscv: drop vector 0.7.1 and add 1.0 support
Frank Chang
1
-1
/
+1
2021-12-20
target/riscv: zfh: implement zfhmin extension
Frank Chang
1
-0
/
+1
2021-12-20
target/riscv: zfh: half-precision load and store
Kito Cheng
1
-0
/
+1
2021-10-29
target/riscv: remove force HS exception
Jose Martins
1
-2
/
+0
2021-10-28
target/riscv: Implement address masking functions required for RISC-V Pointer...
Anatoly Parshintsev
1
-0
/
+2
2021-10-28
target/riscv: Support CSRs required for RISC-V PM extension except for the h-...
Alexey Baturo
1
-0
/
+11
2021-10-28
target/riscv: Add J-extension into RISC-V
Alexey Baturo
1
-0
/
+2
2021-10-22
target/riscv: Add MXL/SXL/UXL to TB_FLAGS
Richard Henderson
1
-0
/
+2
2021-10-22
target/riscv: Replace riscv_cpu_is_32bit with riscv_cpu_mxl
Richard Henderson
1
-1
/
+8
2021-10-22
target/riscv: Split misa.mxl and misa.ext
Richard Henderson
1
-7
/
+8
2021-10-22
target/riscv: Move cpu_get_tb_cpu_state out of line
Richard Henderson
1
-45
/
+2
2021-10-22
target/riscv: fix TB_FLAGS bits overlapping bug for rvv/rvh
Frank Chang
1
-7
/
+7
[next]