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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
/
op_helper.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-31
target/helpers: Remove unnecessary 'qemu/main-loop.h' header
Philippe Mathieu-Daudé
1
-1
/
+0
2023-08-31
target/translate: Include missing 'exec/cpu_ldst.h' header
Philippe Mathieu-Daudé
1
-0
/
+1
2023-07-10
target/riscv: Make MPV only work when MPP != PRV_M
Weiwei Li
1
-1
/
+2
2023-05-05
target/riscv: Check SUM in the correct register
Richard Henderson
1
-1
/
+5
2023-05-05
target/riscv: Move hstatus.spvp check to check_access_hlsv
Richard Henderson
1
-1
/
+1
2023-05-05
target/riscv: Rename MMU_HYP_ACCESS_BIT to MMU_2STAGE_BIT
Richard Henderson
1
-1
/
+1
2023-05-05
target/riscv: Handle HLV, HSV via helpers
Richard Henderson
1
-6
/
+93
2023-05-05
target/riscv: Use cpu_ld*_code_mmu for HLVX
Richard Henderson
1
-2
/
+11
2023-05-05
target/riscv: Reduce overhead of MSTATUS_SUM change
Fei Wu
1
-2
/
+3
2023-05-05
target/riscv: fix H extension TVM trap
Yi Chen
1
-6
/
+6
2023-05-05
target/riscv: Use PRV_RESERVED instead of PRV_H
Weiwei Li
1
-1
/
+1
2023-05-05
target/riscv: Fix the mstatus.MPP value after executing MRET
Weiwei Li
1
-1
/
+2
2023-05-05
target/riscv: Fix format for indentation
Weiwei Li
1
-2
/
+2
2023-05-05
target/riscv: Remove riscv_cpu_virt_enabled()
Weiwei Li
1
-9
/
+9
2023-05-05
target/riscv: Remove redundant check on RVH
Weiwei Li
1
-2
/
+1
2023-03-05
target/riscv: implement Zicbom extension
Christoph Muellner
1
-0
/
+67
2023-03-05
target/riscv: implement Zicboz extension
Christoph Muellner
1
-0
/
+68
2023-03-01
target/riscv: remove RISCV_FEATURE_PMP
Daniel Henrique Barboza
1
-1
/
+1
2023-02-07
RISC-V: Adding XTheadSync ISA extension
Christoph Müllner
1
-0
/
+6
2023-01-06
target/riscv: Clear mstatus.MPRV when leaving M-mode for priv spec 1.12+
Bin Meng
1
-0
/
+6
2023-01-06
target/riscv: Simplify helper_sret() a little bit
Bin Meng
1
-14
/
+6
2023-01-06
target/riscv: Fix mret exception cause when no pmp rule is configured
Bin Meng
1
-1
/
+1
2022-04-29
target/riscv: rvk: add CSR support for Zkr
Weiwei Li
1
-0
/
+9
2022-04-21
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau
1
-2
/
+2
2022-01-21
target/riscv: Adjust csr write mask with XLEN
LIU Zhiwei
1
-1
/
+2
2022-01-21
target/riscv: Don't save pc when exception return
LIU Zhiwei
1
-2
/
+2
2022-01-08
target/riscv: helper functions to wrap calls to 128-bit csr insns
Frédéric Pétrot
1
-0
/
+44
2022-01-08
target/riscv/pmp: fix no pmp illegal intrs
Nikita Shubin
1
-1
/
+2
2021-09-01
target/riscv: Reorg csr instructions
Richard Henderson
1
-11
/
+7
2021-06-08
target/riscv: fix wfi exception behavior
Jose Martins
1
-3
/
+8
2021-05-11
target/riscv: Use RISCVException enum for CSR access
Alistair Francis
1
-9
/
+9
2021-05-02
hw: Do not include qemu/log.h if it is not necessary
Thomas Huth
1
-1
/
+0
2021-01-16
target/riscv/pmp: Raise exception if no PMP entry is configured
Atish Patra
1
-0
/
+5
2020-11-09
target/riscv: Split the Hypervisor execute load helpers
Alistair Francis
1
-27
/
+9
2020-11-09
target/riscv: Remove the hyp load and store functions
Alistair Francis
1
-86
/
+0
2020-11-09
target/riscv: Remove the HS_TWO_STAGE flag
Alistair Francis
1
-12
/
+0
2020-11-09
target/riscv: Set the virtualised MMU mode when doing hyp accesses
Alistair Francis
1
-13
/
+17
2020-11-03
target/riscv: Merge m/vsstatus and m/vsstatush into one uint64_t unit
Yifei Jiang
1
-7
/
+4
2020-10-22
target/riscv: Fix implementation of HLVX.WU instruction
Georg Kotheimer
1
-3
/
+3
2020-10-22
riscv: Convert interrupt logs to use qemu_log_mask()
Alistair Francis
1
-1
/
+0
2020-08-25
target/riscv: Support the Virtual Instruction fault
Alistair Francis
1
-4
/
+38
2020-08-25
target/riscv: Return the exception from invalid CSR accesses
Alistair Francis
1
-6
/
+12
2020-08-25
target/riscv: Update the Hypervisor trap return/entry
Alistair Francis
1
-6
/
+2
2020-08-25
target/riscv: Allow generating hlv/hlvx/hsv instructions
Alistair Francis
1
-0
/
+114
2020-06-19
target/riscv: Implement checks for hfence
Alistair Francis
1
-0
/
+13
2020-06-03
target/riscv: Drop support for ISA spec version 1.09.1
Alistair Francis
1
-12
/
+5
2020-03-16
target/riscv: Correctly implement TSR trap
Alistair Francis
1
-1
/
+1
2020-02-27
target/riscv: Add the MSTATUS_MPV_ISSET helper macro
Alistair Francis
1
-1
/
+1
2020-02-27
target/riscv: Add support for the 32-bit MSTATUSH CSR
Alistair Francis
1
-0
/
+4
2020-02-27
target/riscv: Add Hypervisor trap return support
Alistair Francis
1
-10
/
+52
[next]