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
2019-02-17
target/ppc: Disable ISA 2.06 PM instructions on POWER9
Benjamin Herrenschmidt
1
-1
/
+1
2019-02-17
ppc: fix crash during branch stepping
Roman Kapl
1
-22
/
+15
2019-02-17
target/ppc: Remove some #if 0'ed code
Benjamin Herrenschmidt
2
-24
/
+0
2019-02-17
target/ppc: Fix msync to do what hardware does
BALATON Zoltan
1
-3
/
+8
2019-02-17
target/ppc: Enable reporting of SPRs to GDB
Fabiano Rosas
4
-2
/
+130
2019-02-15
target/arm: Add missing clear_tail calls
Richard Henderson
1
-0
/
+2
2019-02-15
target/arm: Use vector operations for saturation
Richard Henderson
5
-44
/
+331
2019-02-15
target/arm: Split out FPSCR.QC to a vector field
Richard Henderson
4
-7
/
+21
2019-02-15
target/arm: Fix set of bits kept in xregs[ARM_VFP_FPSCR]
Richard Henderson
1
-7
/
+8
2019-02-15
target/arm: Split out flags setting from vfp compares
Richard Henderson
1
-18
/
+27
2019-02-15
target/arm: Fix arm_cpu_dump_state vs FPSCR
Richard Henderson
1
-1
/
+1
2019-02-15
target/arm: Fix vfp_gdb_get/set_reg vs FPSCR
Richard Henderson
1
-2
/
+2
2019-02-15
target/arm: Remove neon min/max helpers
Richard Henderson
2
-24
/
+0
2019-02-15
target/arm: Use tcg integer min/max primitives for neon
Richard Henderson
1
-4
/
+4
2019-02-15
target/arm: Use vector minmax expanders for aarch32
Richard Henderson
1
-6
/
+19
2019-02-15
target/arm: Use vector minmax expanders for aarch64
Richard Henderson
1
-21
/
+14
2019-02-15
target/arm: Rely on optimization within tcg_gen_gvec_or
Richard Henderson
3
-19
/
+5
2019-02-15
arm: Allow system registers for KVM guests to be changed by QEMU code
Peter Maydell
5
-22
/
+38
2019-02-15
target/arm: expose remaining CPUID registers as RAZ
Alex Bennée
2
-3
/
+26
2019-02-15
target/arm: expose MPIDR_EL1 to userspace
Alex Bennée
1
-7
/
+14
2019-02-15
target/arm: expose CPUID registers to userspace
Alex Bennée
2
-0
/
+80
2019-02-15
target/arm: relax permission checks for HWCAP_CPUID registers
Alex Bennée
2
-1
/
+17
2019-02-15
target/arm: Fix int128_make128 lo, hi order in paired_cmpxchg64_be
Catherine Ho
1
-2
/
+2
2019-02-15
target/arm: Implement HACR_EL2
Peter Maydell
1
-0
/
+6
2019-02-15
target/arm: Fix CRn to be 14 for PMEVTYPER/PMEVCNTR
Aaron Lindsay OS
1
-4
/
+4
2019-02-14
target/mips: introduce MTTCG-enabled builds
Aleksandar Markovic
1
-0
/
+2
2019-02-14
target/mips: hold BQL in mips_vpe_wake()
Goran Ferenc
1
-0
/
+3
2019-02-14
hw/mips_int: hold BQL for all interrupt requests
Aleksandar Markovic
1
-18
/
+3
2019-02-14
target/mips: reimplement SC instruction emulation and use cmpxchg
Leon Alrae
5
-118
/
+44
2019-02-14
target/mips: compare virtual addresses in LL/SC sequence
Leon Alrae
4
-18
/
+25
2019-02-14
Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.0-sf1' i...
Peter Maydell
8
-106
/
+394
2019-02-12
target/hppa: fix dcor instruction
Sven Schnelle
1
-1
/
+1
2019-02-12
target/hppa: Fix addition '</<=' conditions
Sven Schnelle
1
-36
/
+57
2019-02-12
target/hppa: Rearrange log conditions
Richard Henderson
1
-7
/
+49
2019-02-12
target/hppa: move GETPC to HELPER() functions
Sven Schnelle
1
-10
/
+6
2019-02-12
target/hppa: Merge translate_one into hppa_tr_translate_insn
Richard Henderson
1
-8
/
+3
2019-02-12
target/hppa: Convert fp operate insns
Richard Henderson
2
-435
/
+483
2019-02-12
target/hppa: Convert fp fused multiply-add insns
Richard Henderson
2
-53
/
+36
2019-02-12
target/hppa: Convert halt/reset insns
Richard Henderson
2
-33
/
+19
2019-02-12
target/hppa: Convert fp indexed memory insns
Richard Henderson
2
-93
/
+21
2019-02-12
target/hppa: Convert offset memory insns
Richard Henderson
2
-165
/
+99
2019-02-12
target/hppa: Convert arithmetic immediate insns
Richard Henderson
2
-89
/
+92
2019-02-12
target/hppa: Convert direct and indirect branches
Richard Henderson
2
-102
/
+63
2019-02-12
target/hppa: Convert shift, extract, deposit insns
Richard Henderson
2
-136
/
+94
2019-02-12
target/hppa: Convert conditional branches
Richard Henderson
2
-126
/
+123
2019-02-12
target/hppa: Convert fp multiply-add
Richard Henderson
2
-29
/
+52
2019-02-12
target/hppa: Convert indexed memory insns
Richard Henderson
2
-133
/
+60
2019-02-12
target/hppa: Convert arithmetic/logical insns
Richard Henderson
2
-167
/
+189
2019-02-12
target/hppa: Convert memory management insns
Richard Henderson
2
-111
/
+89
2019-02-12
target/hppa: Unify specializations of OR
Richard Henderson
1
-49
/
+59
[next]