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
2017-07-24
target/arm: fix TCG temp leak in aarch64 rev16
Emilio G. Cota
1
-0
/
+1
2017-07-24
qapi: Use QNull for a more regular visit_type_null()
Markus Armbruster
1
-1
/
+4
2017-07-24
qapi: Separate type QNull from QObject
Markus Armbruster
1
-2
/
+2
2017-07-21
Merge remote-tracking branch 'remotes/yongbok/tags/mips-20170721' into staging
Peter Maydell
7
-120
/
+660
2017-07-21
Use qemu_tolower() and qemu_toupper(), not tolower() and toupper()
Peter Maydell
1
-2
/
+2
2017-07-21
target/mips: Enable CP0_EBase.WG on MIPS64 CPUs
James Hogan
1
-0
/
+2
2017-07-21
target/mips: Add EVA support to P5600
James Hogan
1
-6
/
+8
2017-07-20
target/mips: Implement segmentation control
James Hogan
1
-39
/
+152
2017-07-20
target/mips: Add segmentation control registers
James Hogan
5
-2
/
+150
2017-07-20
target/mips: Add an MMU mode for ERL
James Hogan
2
-4
/
+23
2017-07-20
target/mips: Abstract mmu_idx from hflags
James Hogan
3
-4
/
+10
2017-07-20
target/mips: Check memory permissions with mem_idx
James Hogan
1
-8
/
+9
2017-07-20
target/mips: Decode microMIPS EVA load & store instructions
James Hogan
1
-4
/
+115
2017-07-20
target/mips: Decode MIPS32 EVA load & store instructions
James Hogan
1
-0
/
+106
2017-07-20
target/mips: Prepare loads/stores for EVA
James Hogan
1
-35
/
+42
2017-07-20
target/mips: Add CP0_Ebase.WG (write gate) support
James Hogan
6
-15
/
+31
2017-07-20
target/mips: Weaken TLB flush on UX,SX,KX,ASID changes
James Hogan
2
-2
/
+2
2017-07-20
target/mips: Fix TLBWI shadow flush for EHINV,XI,RI
James Hogan
1
-2
/
+10
2017-07-20
target/mips: Fix MIPS64 MFC0 UserLocal on BE host
James Hogan
1
-2
/
+3
2017-07-19
tcg: Pass generic CPUState to gen_intermediate_code()
Lluís Vilanova
22
-62
/
+47
2017-07-19
target/alpha: optimize gen_cvtlq() using deposit op
Philippe Mathieu-Daudé
1
-5
/
+3
2017-07-19
target/sparc: optimize gen_op_mulscc() using deposit op
Philippe Mathieu-Daudé
1
-4
/
+1
2017-07-19
target/sparc: optimize various functions using extract op
Philippe Mathieu-Daudé
1
-10
/
+5
2017-07-19
target/ppc: optimize various functions using extract op
Philippe Mathieu-Daudé
2
-30
/
+15
2017-07-19
target/m68k: optimize bcd_flags() using extract op
Philippe Mathieu-Daudé
1
-2
/
+1
2017-07-19
target/arm: optimize aarch32 rev16
Aurelien Jarno
1
-2
/
+4
2017-07-19
target/arm: Optimize aarch64 rev16
Richard Henderson
1
-18
/
+6
2017-07-19
Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20170718' into staging
Peter Maydell
5
-149
/
+180
2017-07-18
target/alpha: Log temp leaks
Richard Henderson
1
-0
/
+6
2017-07-18
target/alpha: Fix temp leak in gen_fbcond
Richard Henderson
1
-1
/
+5
2017-07-18
target/alpha: Fix temp leak in gen_call_pal
Richard Henderson
1
-8
/
+12
2017-07-18
target/alpha: Fix temp leak in gen_mtpr
Richard Henderson
1
-4
/
+6
2017-07-18
target/alpha: Fix temp leak in gen_bcond
Richard Henderson
1
-8
/
+8
2017-07-18
target/alpha: Merge several flag bytes into ENV->FLAGS
Richard Henderson
5
-87
/
+103
2017-07-18
target/alpha: Copy tb->flags into DisasContext
Richard Henderson
1
-5
/
+7
2017-07-18
target/alpha: Remove amask from tb->flags
Richard Henderson
2
-41
/
+38
2017-07-18
target/sh4: Use tcg_gen_lookup_and_goto_ptr
Richard Henderson
1
-10
/
+20
2017-07-18
target/sh4: Implement fsrra
Richard Henderson
3
-0
/
+19
2017-07-18
target/sh4: Add missing FPSCR.PR == 0 checks
Richard Henderson
1
-0
/
+2
2017-07-18
target/sh4: Implement fpchg
Richard Henderson
1
-0
/
+5
2017-07-18
target/sh4: Introduce CHECK_SH4A
Richard Henderson
1
-34
/
+30
2017-07-18
target/sh4: Introduce CHECK_FPSCR_PR_*
Richard Henderson
1
-26
/
+31
2017-07-18
target/sh4: Tidy misc illegal insn checks
Richard Henderson
1
-9
/
+13
2017-07-18
target/sh4: Unify code for CHECK_FPU_ENABLED
Richard Henderson
1
-10
/
+14
2017-07-18
target/sh4: Unify code for CHECK_PRIVILEGED
Richard Henderson
1
-10
/
+4
2017-07-18
target/sh4: Unify code for CHECK_NOT_DELAY_SLOT
Richard Henderson
1
-6
/
+5
2017-07-18
target/sh4: Simplify 64-bit fp reg-reg move
Richard Henderson
1
-4
/
+4
2017-07-18
target/sh4: Load/store Dr as 64-bit quantities
Richard Henderson
1
-39
/
+36
2017-07-18
target/sh4: Merge DREG into fpr64 routines
Richard Henderson
1
-11
/
+15
2017-07-18
target/sh4: Eliminate unused XREG macro
Richard Henderson
1
-1
/
+0
[next]