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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-17
target/ppc: Enable reporting of SPRs to GDB
Fabiano Rosas
4
-2
/
+130
2019-02-17
spapr: Rename xics to intc in interrupt controller agnostic code
Greg Kurz
6
-10
/
+10
2019-02-17
hw/ppc/prep: Drop useless inclusion of "hw/i386/pc.h"
Philippe Mathieu-Daudé
1
-1
/
+0
2019-02-15
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-20190215' i...
Peter Maydell
4
-0
/
+0
2019-02-15
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190215'...
Peter Maydell
18
-195
/
+622
2019-02-15
Update OpenBIOS images to 3464681b built from submodule.
Mark Cave-Ayland
4
-0
/
+0
2019-02-15
gdbstub: Send a reply to the vKill packet.
Sandra Loosemore
1
-0
/
+1
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
hw/arm/armsse: Fix miswiring of expansion IRQs
Peter Maydell
1
-1
/
+1
2019-02-15
hw/intc/armv7m_nvic: Allow byte accesses to SHPR1
Peter Maydell
1
-2
/
+2
2019-02-15
MAINTAINERS: Remove Peter Crosthwaite from various entries
Peter Maydell
1
-4
/
+0
2019-02-15
arm: Allow system registers for KVM guests to be changed by QEMU code
Peter Maydell
5
-22
/
+38
2019-02-15
linux-user/elfload: enable HWCAP_CPUID for AArch64
Alex Bennée
1
-0
/
+1
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
Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-feb-14-2019' ...
Peter Maydell
46
-229
/
+5194
2019-02-14
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...
Peter Maydell
13
-72
/
+61
2019-02-14
tests/tcg: target/mips: Add tests for MSA logic instructions
Aleksandar Markovic
4
-0
/
+612
2019-02-14
tests/tcg: target/mips: Add wrappers for MSA logic instructions
Aleksandar Markovic
1
-0
/
+5
2019-02-14
tests/tcg: target/mips: Add tests for MSA interleave instructions
Aleksandar Markovic
16
-0
/
+2448
2019-02-14
tests/tcg: target/mips: Add wrappers for MSA interleave instructions
Aleksandar Markovic
1
-0
/
+39
2019-02-14
tests/tcg: target/mips: Add tests for MSA bit counting instructions
Aleksandar Markovic
12
-0
/
+1728
2019-02-14
tests/tcg: target/mips: Add wrappers for MSA bit counting instructions
Aleksandar Markovic
1
-0
/
+57
2019-02-14
tests/tcg: target/mips: Add a header with test utilities
Aleksandar Markovic
1
-0
/
+78
2019-02-14
tests/tcg: target/mips: Add a header with test inputs
Aleksandar Markovic
1
-0
/
+122
2019-02-14
tests/tcg: target/mips: Remove an unnecessary file
Aleksandar Markovic
1
-2
/
+0
2019-02-14
target/mips: introduce MTTCG-enabled builds
Aleksandar Markovic
2
-0
/
+5
2019-02-14
hw/mips_cpc: kick a VP when putting it into Run statewq
Miodrag Dinic
1
-2
/
+15
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
2
-18
/
+15
2019-02-14
target/mips: reimplement SC instruction emulation and use cmpxchg
Leon Alrae
6
-191
/
+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/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-4
/
+9
2019-02-14
Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...
Peter Maydell
8
-39
/
+246
[prev]
[next]