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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-07
target/riscv: Add "pmu-mask" property to replace "pmu-num"
Rob Bradford
5
-12
/
+51
2023-11-07
target/riscv: Use existing PMU counter mask in FDT generation
Rob Bradford
2
-6
/
+2
2023-11-07
target/riscv: Don't assume PMU counters are continuous
Rob Bradford
1
-2
/
+3
2023-11-07
target/riscv: Propagate error from PMU setup
Rob Bradford
3
-12
/
+18
2023-11-07
target/riscv: cpu: Set the OpenTitan priv to 1.12.0
Alistair Francis
1
-1
/
+1
2023-11-07
target/riscv: Move vector crypto extensions to riscv_cpu_extensions
Max Chou
1
-18
/
+18
2023-11-07
target/riscv: Expose Zvks[c|g] extnesion properties
Max Chou
1
-0
/
+6
2023-11-07
target/riscv: Add cfg properties for Zvks[c|g] extensions
Max Chou
2
-0
/
+20
2023-11-07
target/riscv: Expose Zvkn[c|g] extnesion properties
Max Chou
1
-0
/
+6
2023-11-07
target/riscv: Add cfg properties for Zvkn[c|g] extensions
Max Chou
2
-0
/
+23
2023-11-07
target/riscv: Expose Zvkb extension property
Max Chou
1
-0
/
+2
2023-11-07
target/riscv: Replace Zvbb checking by Zvkb
Max Chou
1
-13
/
+24
2023-11-07
target/riscv: Add cfg property for Zvkb extension
Max Chou
2
-3
/
+4
2023-11-07
target/riscv: Expose Zvkt extension property
Max Chou
1
-0
/
+2
2023-11-07
target/riscv: Add cfg property for Zvkt extension
Max Chou
2
-0
/
+6
2023-11-07
target/riscv: correct csr_ops[CSR_MSECCFG]
Heinrich Schuchardt
1
-2
/
+5
2023-11-07
target/riscv/kvm: add zicsr, zifencei, zba, zbs, svnapot
Daniel Henrique Barboza
1
-0
/
+5
2023-11-07
target/riscv/kvm: add zihpm reg
Daniel Henrique Barboza
1
-0
/
+1
2023-11-07
target/riscv: add zihpm extension flag for TCG
Daniel Henrique Barboza
3
-0
/
+17
2023-11-07
target/riscv/kvm: add zicntr reg
Daniel Henrique Barboza
1
-0
/
+1
2023-11-07
target/riscv: add zicntr extension flag for TCG
Daniel Henrique Barboza
4
-0
/
+25
2023-11-07
target/riscv: pmp: Ignore writes when RW=01
Mayuresh Chitale
1
-0
/
+5
2023-11-07
target/riscv: pmp: Clear pmp/smepmp bits on reset
Mayuresh Chitale
3
-0
/
+23
2023-11-07
Add epmp to extensions list and rename it to smepmp
Himanshu Chauhan
5
-17
/
+15
2023-11-07
target/riscv/riscv-qmp-cmds.c: check CPU accel in query-cpu-model-expansion
Daniel Henrique Barboza
1
-0
/
+20
2023-11-07
target/riscv: add riscv_cpu_accelerator_compatible()
Daniel Henrique Barboza
4
-1
/
+17
2023-11-07
target/riscv: handle custom props in qmp_query_cpu_model_expansion
Daniel Henrique Barboza
1
-0
/
+65
2023-11-07
target/riscv/tcg: add tcg_cpu_finalize_features()
Daniel Henrique Barboza
4
-30
/
+53
2023-11-07
qapi,risc-v: add query-cpu-model-expansion
Daniel Henrique Barboza
1
-0
/
+75
2023-11-07
target/riscv/kvm/kvm-cpu.c: add missing property getters()
Daniel Henrique Barboza
1
-3
/
+37
2023-11-07
target/riscv: Add HS-mode virtual interrupt and IRQ filtering support.
Rajnesh Kanwal
5
-32
/
+236
2023-11-07
target/riscv: Add M-mode virtual interrupt and IRQ filtering support.
Rajnesh Kanwal
6
-38
/
+291
2023-11-07
target/riscv: Split interrupt logic from riscv_cpu_update_mip.
Rajnesh Kanwal
2
-7
/
+19
2023-11-07
target/riscv: Set VS* bits to one in mideleg when H-Ext is enabled
Rajnesh Kanwal
1
-1
/
+6
2023-11-07
target/riscv: Check for async flag in case of RISCV_EXCP_SEMIHOST.
Rajnesh Kanwal
1
-6
/
+4
2023-11-07
target/riscv: Without H-mode mask all HS mode inturrupts in mie.
Rajnesh Kanwal
1
-1
/
+1
2023-11-07
target/riscv: rename ext_icboz to ext_zicboz
Daniel Henrique Barboza
4
-11
/
+11
2023-11-07
target/riscv: rename ext_icbom to ext_zicbom
Daniel Henrique Barboza
4
-11
/
+11
2023-11-07
target/riscv: rename ext_icsr to ext_zicsr
Daniel Henrique Barboza
5
-21
/
+21
2023-11-07
target/riscv: rename ext_ifencei to ext_zifencei
Daniel Henrique Barboza
4
-17
/
+17
2023-10-25
kvm: require KVM_IRQFD for kernel irqchip
Paolo Bonzini
1
-1
/
+1
2023-10-12
target/riscv: Fix vfwmaccbf16.vf
Max Chou
1
-1
/
+1
2023-10-12
target/riscv: deprecate capital 'Z' CPU properties
Daniel Henrique Barboza
3
-12
/
+59
2023-10-12
target/riscv: Use env_archcpu for better performance
Richard W.M. Jones
1
-2
/
+1
2023-10-12
target/riscv/tcg: remove RVG warning
Daniel Henrique Barboza
1
-1
/
+0
2023-10-12
target/riscv/kvm: support KVM_GET_REG_LIST
Daniel Henrique Barboza
1
-1
/
+95
2023-10-12
target/riscv/kvm: improve 'init_multiext_cfg' error msg
Daniel Henrique Barboza
1
-2
/
+2
2023-10-12
target/riscv/tcg-cpu.c: add extension properties for all cpus
Daniel Henrique Barboza
1
-14
/
+50
2023-10-12
target/riscv: add riscv_cpu_get_name()
Daniel Henrique Barboza
3
-1
/
+15
2023-10-12
target/riscv/cpu: move priv spec functions to tcg-cpu.c
Daniel Henrique Barboza
3
-40
/
+38
[next]