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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-05
target/m68k: Finish conversion to tcg_gen_qemu_{ld,st}_*
Richard Henderson
1
-51
/
+25
2023-05-05
target/Hexagon: Finish conversion to tcg_gen_qemu_{ld, st}_*
Richard Henderson
4
-42
/
+40
2023-05-05
target/cris: Finish conversion to tcg_gen_qemu_{ld,st}_*
Richard Henderson
1
-14
/
+4
2023-05-05
target/avr: Finish conversion to tcg_gen_qemu_{ld,st}_*
Richard Henderson
1
-8
/
+8
2023-05-05
softfloat: Fix the incorrect computation in float32_exp2
Shivaprasad G Bhat
1
-1
/
+1
2023-05-05
hw/ppc/Kconfig: NVDIMM is a hard requirement for the pseries machine
Thomas Huth
1
-1
/
+1
2023-05-05
tests: tcg: ppc64: Add tests for Vector Extract Mask Instructions
Shivaprasad G Bhat
2
-1
/
+55
2023-05-05
tcg: ppc64: Fix mask generation for vextractdm
Shivaprasad G Bhat
1
-1
/
+1
2023-05-05
MAINTAINERS: Adding myself in the list for ppc/spapr
Harsh Prateek Bora
1
-0
/
+1
2023-05-05
ppc: spapr: cleanup cr get/set with helpers.
Harsh Prateek Bora
8
-60
/
+31
2023-05-05
hw/display/sm501: Remove unneeded increment from loop
BALATON Zoltan
1
-1
/
+1
2023-05-05
audio/pwaudio.c: Add Pipewire audio backend for QEMU
Dorinda Bassey
10
-3
/
+1013
2023-05-05
Merge tag 'pull-riscv-to-apply-20230505-1' of https://github.com/alistair23/q...
Richard Henderson
45
-1300
/
+2488
2023-05-05
target/riscv: add Ventana's Veyron V1 CPU
Rahul Pathak
3
-0
/
+43
2023-05-05
riscv: Make sure an exception is raised if a pte is malformed
Alexandre Ghiti
2
-4
/
+12
2023-05-05
target/riscv: Fix Guest Physical Address Translation
Irina Ryapolova
1
-9
/
+16
2023-05-05
target/riscv: Restore the predicate() NULL check behavior
Bin Meng
1
-2
/
+9
2023-05-05
target/riscv: add TYPE_RISCV_DYNAMIC_CPU
Daniel Henrique Barboza
3
-5
/
+21
2023-05-05
target/riscv: add query-cpy-definitions support
Daniel Henrique Barboza
3
-3
/
+59
2023-05-05
target/riscv: add CPU QOM header
Daniel Henrique Barboza
2
-45
/
+71
2023-05-05
hw/intc/riscv_aplic: Zero init APLIC internal state
Ivan Klokov
1
-1
/
+1
2023-05-05
target/riscv: Reorg sum check in get_physical_address
Richard Henderson
1
-11
/
+11
2023-05-05
target/riscv: Reorg access check in get_physical_address
Richard Henderson
1
-33
/
+36
2023-05-05
target/riscv: Merge checks for reserved pte flags
Richard Henderson
1
-6
/
+6
2023-05-05
target/riscv: Don't modify SUM with is_debug
Richard Henderson
1
-1
/
+1
2023-05-05
target/riscv: Suppress pte update with is_debug
Richard Henderson
1
-1
/
+1
2023-05-05
target/riscv: Move leaf pte processing out of level loop
Richard Henderson
1
-111
/
+123
2023-05-05
target/riscv: Hoist pbmte and hade out of the level loop
Richard Henderson
1
-8
/
+8
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
[prev]
[next]