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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-05
target/riscv: Hoist second stage mode change to callers
Richard Henderson
1
-10
/
+2
2023-05-05
target/riscv: Check SUM in the correct register
Richard Henderson
2
-5
/
+13
2023-05-05
target/riscv: Set MMU_2STAGE_BIT in riscv_cpu_mmu_index
Richard Henderson
2
-37
/
+18
2023-05-05
target/riscv: Move hstatus.spvp check to check_access_hlsv
Richard Henderson
2
-10
/
+2
2023-05-05
target/riscv: Introduce mmuidx_2stage
Richard Henderson
3
-15
/
+11
2023-05-05
target/riscv: Introduce mmuidx_priv
Richard Henderson
2
-5
/
+10
2023-05-05
target/riscv: Introduce mmuidx_sum
Richard Henderson
2
-1
/
+6
2023-05-05
target/riscv: Rename MMU_HYP_ACCESS_BIT to MMU_2STAGE_BIT
Richard Henderson
3
-4
/
+6
2023-05-05
target/riscv: Handle HLV, HSV via helpers
Richard Henderson
6
-109
/
+165
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
6
-10
/
+35
2023-05-05
target/riscv: Separate priv from mmu_idx
Fei Wu
5
-16
/
+8
2023-05-05
target/riscv: Add a tb flags field for vstart
LIU Zhiwei
4
-9
/
+11
2023-05-05
target/riscv: Remove mstatus_hs_{fs, vs} from tb_flags
Richard Henderson
3
-48
/
+33
2023-05-05
target/riscv: Encode the FS and VS on a normal way for tb flags
LIU Zhiwei
5
-36
/
+32
2023-05-05
target/riscv: Add a general status enum for extensions
LIU Zhiwei
4
-16
/
+20
2023-05-05
target/riscv: Extract virt enabled state from tb flags
LIU Zhiwei
3
-9
/
+4
2023-05-05
target/riscv: fix H extension TVM trap
Yi Chen
2
-27
/
+41
2023-05-05
target/riscv: Use check for relationship between Zdinx/Zhinx{min} and Zfinx
Weiwei Li
1
-2
/
+3
2023-05-05
target/riscv: Legalize MPP value in write_mstatus
Weiwei Li
2
-6
/
+34
2023-05-05
target/riscv: Use PRV_RESERVED instead of PRV_H
Weiwei Li
5
-5
/
+5
2023-05-05
target/riscv: Fix the mstatus.MPP value after executing MRET
Weiwei Li
1
-1
/
+2
2023-05-05
target/riscv/cpu.c: redesign register_cpu_props()
Daniel Henrique Barboza
2
-35
/
+11
2023-05-05
target/riscv: add RVG and remove cpu->cfg.ext_g
Daniel Henrique Barboza
2
-10
/
+9
2023-05-05
target/riscv: remove cfg.ext_g setup from rv64_thead_c906_cpu_init()
Daniel Henrique Barboza
1
-2
/
+1
2023-05-05
target/riscv: remove riscv_cpu_sync_misa_cfg()
Daniel Henrique Barboza
1
-52
/
+0
2023-05-05
target/riscv: remove cpu->cfg.ext_v
Daniel Henrique Barboza
2
-8
/
+5
2023-05-05
target/riscv: remove cpu->cfg.ext_j
Daniel Henrique Barboza
2
-4
/
+3
2023-05-05
target/riscv: remove cpu->cfg.ext_h
Daniel Henrique Barboza
2
-6
/
+5
2023-05-05
target/riscv: remove cpu->cfg.ext_u
Daniel Henrique Barboza
2
-6
/
+4
2023-05-05
target/riscv: remove cpu->cfg.ext_s
Daniel Henrique Barboza
2
-7
/
+5
2023-05-05
target/riscv: remove cpu->cfg.ext_m
Daniel Henrique Barboza
2
-6
/
+5
2023-05-05
target/riscv: remove cpu->cfg.ext_e
Daniel Henrique Barboza
3
-7
/
+6
2023-05-05
target/riscv: remove cpu->cfg.ext_i
Daniel Henrique Barboza
2
-9
/
+7
2023-05-05
target/riscv: remove cpu->cfg.ext_f
Daniel Henrique Barboza
2
-14
/
+13
2023-05-05
target/riscv: remove cpu->cfg.ext_d
Daniel Henrique Barboza
2
-10
/
+8
2023-05-05
target/riscv: remove cpu->cfg.ext_c
Daniel Henrique Barboza
2
-6
/
+4
2023-05-05
target/riscv: remove cpu->cfg.ext_a
Daniel Henrique Barboza
2
-9
/
+8
2023-05-05
target/riscv: introduce riscv_cpu_add_misa_properties()
Daniel Henrique Barboza
1
-0
/
+65
2023-05-05
target/riscv/cpu.c: remove 'multi_letter' from isa_ext_data
Daniel Henrique Barboza
1
-67
/
+65
2023-05-05
target/riscv: remove MISA properties from isa_edata_arr[]
Daniel Henrique Barboza
1
-2
/
+17
2023-05-05
target/riscv: sync env->misa_ext* with cpu->cfg in realize()
Daniel Henrique Barboza
1
-38
/
+56
2023-05-05
target/riscv: Fix lines with over 80 characters
Weiwei Li
9
-56
/
+91
2023-05-05
target/riscv: Fix format for comments
Weiwei Li
11
-104
/
+151
2023-05-05
target/riscv: Fix format for indentation
Weiwei Li
12
-241
/
+247
2023-05-05
target/riscv: Remove riscv_cpu_virt_enabled()
Weiwei Li
8
-70
/
+64
2023-05-05
target/riscv: Set opcode to env->bins for illegal/virtual instruction fault
Weiwei Li
1
-0
/
+2
2023-05-05
target/riscv: Fix addr type for get_physical_address
Weiwei Li
1
-2
/
+2
2023-05-05
target/riscv: Remove redundant parentheses
Weiwei Li
1
-1
/
+1
2023-05-05
target/riscv: Convert env->virt to a bool env->virt_enabled
LIU Zhiwei
5
-12
/
+9
[prev]
[next]