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
2021-09-01
target/riscv: Introduce DisasExtend and new helpers
Richard Henderson
1
-16
/
+81
2021-09-01
target/riscv: Add DisasContext to gen_get_gpr, gen_set_gpr
Richard Henderson
9
-144
/
+144
2021-09-01
target/riscv: Clean up division helpers
Richard Henderson
1
-83
/
+91
2021-09-01
target/riscv: Use tcg_constant_*
Richard Henderson
3
-70
/
+34
2021-09-01
target/riscv: Add User CSRs read-only check
LIU Zhiwei
1
-3
/
+5
2021-09-01
target/riscv: Don't wrongly override isa version
LIU Zhiwei
1
-6
/
+8
2021-09-01
target/riscv: Correct a comment in riscv_csrrw()
Bin Meng
1
-1
/
+1
2021-08-27
Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.2-20210827' in...
Peter Maydell
13
-1680
/
+1710
2021-08-27
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2021-08-26' into...
Peter Maydell
4
-19
/
+6
2021-08-27
target/ppc: fix vector registers access in gdbstub for little-endian
Matheus Ferst
1
-25
/
+7
2021-08-27
target/ppc: fix vextu[bhw][lr]x helpers
Matheus Ferst
1
-28
/
+10
2021-08-27
ppc/pnv: powerpc_excp: Do not discard HDECR exception when entering power-sav...
Cédric Le Goater
1
-6
/
+0
2021-08-27
ppc: Add a POWER10 DD2 CPU
Cédric Le Goater
3
-1
/
+7
2021-08-27
target/ppc: moved store_40x_sler to helper_regs.c
Lucas Mateus Castro (alqotel)
2
-10
/
+12
2021-08-27
target/ppc: moved ppc_store_sdr1 to mmu_common.c
Lucas Mateus Castro (alqotel)
2
-28
/
+26
2021-08-27
target/ppc: divided mmu_helper.c in 2 files
Lucas Mateus Castro (alqotel)
5
-1592
/
+1658
2021-08-26
target/arm: Do hflags rebuild in cpsr_write()
Peter Maydell
2
-2
/
+13
2021-08-26
target/arm: Implement HSTR.TJDBX
Peter Maydell
6
-0
/
+55
2021-08-26
target/arm: Implement HSTR.TTEE
Peter Maydell
2
-2
/
+18
2021-08-26
target/arm: Avoid assertion trying to use KVM and multiple ASes
Peter Maydell
1
-0
/
+23
2021-08-26
arch_init.h: Don't include arch_init.h unnecessarily
Peter Maydell
2
-2
/
+0
2021-08-26
target/arm/cpu64: Validate sve vector lengths are supported
Andrew Jones
1
-56
/
+45
2021-08-26
target/arm/cpu64: Replace kvm_supported with sve_vq_supported
Andrew Jones
1
-8
/
+11
2021-08-26
target/arm/kvm64: Ensure sve vls map is completely clear
Andrew Jones
1
-1
/
+1
2021-08-26
target/arm/cpu: Introduce sve_vq_supported bitmap
Andrew Jones
2
-0
/
+6
2021-08-26
migration: Unify failure check for migrate_add_blocker()
Markus Armbruster
3
-7
/
+5
2021-08-26
whpx nvmm: Drop useless migrate_del_blocker()
Markus Armbruster
2
-2
/
+0
2021-08-26
i386: Never free migration blocker objects instead of sometimes
Markus Armbruster
1
-3
/
+0
2021-08-26
error: Use error_fatal to simplify obvious fatal errors (again)
Markus Armbruster
1
-7
/
+1
2021-08-26
Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request'...
Peter Maydell
1
-1
/
+9
2021-08-25
Merge remote-tracking branch 'remotes/philmd/tags/mips-20210825' into staging
Peter Maydell
19
-486
/
+502
2021-08-25
i386/cpu: Remove AVX_VNNI feature from Cooperlake cpu model
Yang Zhong
1
-1
/
+1
2021-08-25
target/i386: Remove split lock detect in Snowridge CPU model
Chenyi Qiang
1
-0
/
+8
2021-08-25
target/mips: Replace TARGET_WORDS_BIGENDIAN by cpu_is_bigendian()
Philippe Mathieu-Daudé
3
-45
/
+50
2021-08-25
target/mips: Store CP0_Config0 in DisasContext
Philippe Mathieu-Daudé
2
-0
/
+2
2021-08-25
target/mips: Replace GET_LMASK64() macro by get_lmask(64) function
Philippe Mathieu-Daudé
1
-19
/
+16
2021-08-25
target/mips: Replace GET_LMASK() macro by get_lmask(32) function
Philippe Mathieu-Daudé
1
-11
/
+21
2021-08-25
target/mips: Call cpu_is_bigendian & inline GET_OFFSET in ld/st helpers
Philippe Mathieu-Daudé
1
-22
/
+33
2021-08-25
target/mips: Define gen_helper() macros in translate.h
Philippe Mathieu-Daudé
2
-12
/
+12
2021-08-25
target/mips: Use tcg_constant_i32() in generate_exception_err()
Philippe Mathieu-Daudé
1
-5
/
+2
2021-08-25
target/mips: Inline gen_helper_0e0i()
Philippe Mathieu-Daudé
1
-6
/
+2
2021-08-25
target/mips: Inline gen_helper_1e1i() call in op_ld_INSN() macros
Philippe Mathieu-Daudé
1
-5
/
+1
2021-08-25
target/mips: Simplify gen_helper() macros by using tcg_constant_i32()
Philippe Mathieu-Daudé
1
-15
/
+5
2021-08-25
target/mips: Use tcg_constant_i32() in gen_helper_0e2i()
Philippe Mathieu-Daudé
1
-12
/
+2
2021-08-25
target/mips: Remove gen_helper_1e2i()
Philippe Mathieu-Daudé
1
-6
/
+0
2021-08-25
target/mips: Remove gen_helper_0e3i()
Philippe Mathieu-Daudé
1
-6
/
+0
2021-08-25
target/mips: Remove duplicated check_cp1_enabled() calls in Loongson EXT
Philippe Mathieu-Daudé
1
-2
/
+0
2021-08-25
target/mips: Allow Loongson 3A1000 to use up to 48-bit VAddr
Philippe Mathieu-Daudé
1
-1
/
+1
2021-08-25
target/mips: Document Loongson-3A CPU definitions
Philippe Mathieu-Daudé
1
-2
/
+2
2021-08-25
target/mips: Convert Vr54xx MSA* opcodes to decodetree
Philippe Mathieu-Daudé
3
-53
/
+14
[prev]
[next]