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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-04
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-nios-20220303' int...
Peter Maydell
9
-243
/
+147
2022-03-03
Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20220...
Peter Maydell
12
-376
/
+978
2022-03-03
target/nios2: Rewrite interrupt handling
Richard Henderson
5
-36
/
+9
2022-03-03
target/nios2: Special case ipending in rdctl and wrctl
Richard Henderson
1
-0
/
+14
2022-03-03
target/nios2: Split mmu_write
Richard Henderson
4
-107
/
+100
2022-03-03
target/nios2: Hoist R_ZERO check in rdctl
Richard Henderson
1
-3
/
+5
2022-03-03
target/nios2: Only build mmu.c for system mode
Richard Henderson
2
-5
/
+1
2022-03-03
target/nios2: Replace MMU_LOG with tracepoints
Richard Henderson
2
-68
/
+38
2022-03-03
target/nios2: Remove mmu_read_debug
Richard Henderson
5
-44
/
+0
2022-03-03
target/riscv: expose zfinx, zdinx, zhinx{min} properties
Weiwei Li
1
-0
/
+5
2022-03-03
target/riscv: add support for zhinx/zhinxmin
Weiwei Li
4
-143
/
+296
2022-03-03
target/riscv: add support for zdinx
Weiwei Li
2
-78
/
+259
2022-03-03
target/riscv: add support for zfinx
Weiwei Li
5
-145
/
+369
2022-03-03
target/riscv: hardwire mstatus.FS to zero when enable zfinx
Weiwei Li
3
-6
/
+29
2022-03-03
target/riscv: add cfg properties for zfinx, zdinx and zhinx{min}
Weiwei Li
2
-0
/
+16
2022-03-03
target/riscv: fix inverted checks for ext_zb[abcs]
Philipp Tomsich
1
-4
/
+4
2022-03-02
target/arm: Report KVM's actual PSCI version to guest in dtb
Peter Maydell
2
-0
/
+13
2022-03-02
target/arm: Implement FEAT_LPA2
Richard Henderson
3
-15
/
+111
2022-03-02
target/arm: Advertise all page sizes for -cpu max
Richard Henderson
1
-0
/
+4
2022-03-02
target/arm: Validate tlbi TG matches translation granule in use
Richard Henderson
1
-3
/
+7
2022-03-02
target/arm: Fix TLBIRange.base for 16k and 64k pages
Richard Henderson
1
-2
/
+3
2022-03-02
target/arm: Introduce tlbi_aa64_get_range
Richard Henderson
1
-34
/
+24
2022-03-02
target/arm: Extend arm_fi_to_lfsc to level -1
Richard Henderson
1
-6
/
+29
2022-03-02
target/arm: Implement FEAT_LPA
Richard Henderson
3
-5
/
+18
2022-03-02
target/arm: Implement FEAT_LVA
Richard Henderson
4
-2
/
+15
2022-03-02
target/arm: Prepare DBGBVR and DBGWVR for FEAT_LVA
Richard Henderson
1
-8
/
+24
2022-03-02
target/arm: Honor TCR_ELx.{I}PS
Richard Henderson
2
-16
/
+57
2022-03-02
target/arm: Use MAKE_64BIT_MASK to compute indexmask
Richard Henderson
1
-2
/
+2
2022-03-02
target/arm: Pass outputsize down to check_s2_mmu_setup
Richard Henderson
1
-11
/
+10
2022-03-02
target/arm: Move arm_pamax out of line
Richard Henderson
2
-18
/
+23
2022-03-02
target/arm: Fault on invalid TCR_ELx.TxSZ
Richard Henderson
2
-4
/
+29
2022-03-02
target/arm: Set TCR_EL1.TSZ for user-only
Richard Henderson
1
-1
/
+2
2022-03-02
target/arm: Fix early free of TCG temp in handle_simd_shift_fpint_conv()
Wentao_Liang
1
-1
/
+1
2022-03-02
target/arm: Support PSCI 1.1 and SMCCC 1.0
Akihiko Odaki
5
-11
/
+71
2022-03-02
target/ppc: implement lxvr[bhwd]/stxvr[bhwd]x
Lucas Coutinho
2
-0
/
+43
2022-03-02
target/ppc: implement plxssp/pstxssp
Leandro Lupori
4
-68
/
+62
2022-03-02
target/ppc: implement plxsd/pstxsd
Leandro Lupori
4
-14
/
+67
2022-03-02
target/ppc: Implement xvcvbf16spn and xvcvspbf16 instructions
Víctor Colombo
4
-4
/
+57
2022-03-02
target/ppc: Implement xs{max,min}cqp
Víctor Colombo
4
-0
/
+9
2022-03-02
target/ppc: Refactor VSX_MAX_MINC helper
Víctor Colombo
1
-24
/
+17
2022-03-02
target/ppc: Move xs{max, min}[cj]dp to use do_helper_XX3
Víctor Colombo
3
-34
/
+12
2022-03-02
target/ppc: Move xscmp{eq,ge,gt}dp to decodetree
Víctor Colombo
5
-12
/
+34
2022-03-02
target/ppc: Implement xscmp{eq,ge,gt}qp
Víctor Colombo
4
-0
/
+40
2022-03-02
target/ppc: Refactor VSX_SCALAR_CMP_DP
Víctor Colombo
1
-35
/
+29
2022-03-02
target/ppc: Remove xscmpnedp instruction
Víctor Colombo
4
-4
/
+0
2022-03-02
target/ppc: Implement xvtlsbb instruction
Víctor Colombo
2
-0
/
+47
2022-03-02
target/ppc: implement xs[n]maddqp[o]/xs[n]msubqp[o]
Matheus Ferst
4
-0
/
+80
2022-03-02
target/ppc: move xs[n]madd[am][ds]p/xs[n]msub[am][ds]p to decodetree
Matheus Ferst
5
-43
/
+90
2022-03-02
target/ppc: Implement xxgenpcv[bhwd]m instruction
Matheus Ferst
4
-0
/
+160
2022-03-02
target/ppc: Implement xxeval
Matheus Ferst
4
-0
/
+271
[next]