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
2017-05-17
migration: Fix regression with compression threads
Juan Quintela
1
-9
/
+10
2017-05-16
xen: call qemu_set_cloexec instead of fcntl
Stefano Stabellini
2
-2
/
+2
2017-05-16
xen/9pfs: fix two resource leaks on error paths, discovered by Coverity
Stefano Stabellini
1
-0
/
+2
2017-05-16
configure: Remove -lxencall for Xen detection
Anthony PERARD
1
-1
/
+1
2017-05-16
xen/mapcache: store dma information in revmapcache entries for debugging
Stefano Stabellini
3
-11
/
+17
2017-05-16
curl: do not do aio_poll when waiting for a free CURLState
Paolo Bonzini
1
-1
/
+15
2017-05-16
curl: convert readv to coroutines
Paolo Bonzini
1
-56
/
+38
2017-05-16
curl: convert CURLAIOCB to byte values
Paolo Bonzini
1
-22
/
+22
2017-05-16
curl: split curl_find_state/curl_init_state
Paolo Bonzini
1
-22
/
+30
2017-05-16
block/win32: fix 'ret not initialized' warning
Gerd Hoffmann
1
-0
/
+1
2017-05-16
curl: avoid recursive locking of BDRVCURLState mutex
Paolo Bonzini
1
-1
/
+13
2017-05-16
curl: never invoke callbacks with s->mutex held
Paolo Bonzini
1
-4
/
+8
2017-05-16
curl: strengthen assertion in curl_clean_state
Paolo Bonzini
1
-0
/
+5
2017-05-16
fix mingw build failure
Gerd Hoffmann
1
-1
/
+1
2017-05-16
maintainers: Add myself as a NetBSD reviewer
Kamil Rytarowski
2
-0
/
+7
2017-05-16
block: curl: Allow passing cookies via QCryptoSecret
Peter Krempa
2
-3
/
+33
2017-05-16
Merge remote-tracking branch 'gkurz/tags/security-fix-for-2.10' into staging
Stefan Hajnoczi
1
-2
/
+56
2017-05-16
Merge remote-tracking branch 'aurel32/tags/pull-target-sh4-20170513' into sta...
Stefan Hajnoczi
5
-190
/
+181
2017-05-16
Merge remote-tracking branch 'rth/tags/pull-s390-20170512' into staging
Stefan Hajnoczi
9
-125
/
+288
2017-05-15
Merge remote-tracking branch 'kraxel/tags/pull-usb-20170512-1' into staging
Stefan Hajnoczi
6
-81
/
+65
2017-05-15
Merge remote-tracking branch 'kraxel/tags/pull-ui-20170512-1' into staging
Stefan Hajnoczi
23
-116
/
+311
2017-05-15
9pfs: local: forbid client access to metadata (CVE-2017-7493)
Greg Kurz
1
-2
/
+56
2017-05-15
Merge remote-tracking branch 'ehabkost/tags/x86-and-machine-pull-request' int...
Stefan Hajnoczi
36
-419
/
+1146
2017-05-15
Merge remote-tracking branch 'kraxel/tags/pull-vga-20170511-1' into staging
Stefan Hajnoczi
4
-85
/
+53
2017-05-15
Merge remote-tracking branch 'dgibson/tags/ppc-for-2.10-20170511' into staging
Stefan Hajnoczi
29
-63
/
+524
2017-05-13
target/sh4: use cpu_loop_exit_restore
Aurelien Jarno
1
-8
/
+2
2017-05-13
target/sh4: trap unaligned accesses
Aurelien Jarno
4
-2
/
+25
2017-05-13
target/sh4: movua.l is an SH4-A only instruction
Aurelien Jarno
1
-11
/
+15
2017-05-13
target/sh4: implement tas.b using atomic helper
Aurelien Jarno
1
-12
/
+7
2017-05-13
target/sh4: generate fences for SH4
Aurelien Jarno
1
-4
/
+5
2017-05-13
target/sh4: optimize gen_write_sr using extract op
Aurelien Jarno
1
-6
/
+3
2017-05-13
target/sh4: optimize gen_store_fpr64
Aurelien Jarno
1
-7
/
+1
2017-05-13
target/sh4: fold ctx->bstate = BS_BRANCH into gen_conditional_jump
Aurelien Jarno
1
-6
/
+3
2017-05-13
target/sh4: only save flags state at the end of the TB
Aurelien Jarno
1
-36
/
+33
2017-05-13
target/sh4: fix BS_EXCP exit
Aurelien Jarno
1
-9
/
+7
2017-05-13
target/sh4: fix BS_STOP exit
Aurelien Jarno
1
-2
/
+3
2017-05-13
target/sh4: move DELAY_SLOT_TRUE flag into a separate global
Aurelien Jarno
3
-18
/
+16
2017-05-13
target/sh4: do not include DELAY_SLOT_TRUE in the TB state
Aurelien Jarno
1
-2
/
+1
2017-05-13
target/sh4: get rid of DELAY_SLOT_CLEARME
Aurelien Jarno
3
-16
/
+6
2017-05-13
target/sh4: split ctx->flags into ctx->tbflags and ctx->envflags
Aurelien Jarno
1
-79
/
+82
2017-05-12
target/s390x: implement serialization in BRANCH CONDITION
Aurelien Jarno
1
-0
/
+15
2017-05-12
target/s390x: fix SIGNAL PROCESSOR return value
Aurelien Jarno
1
-0
/
+1
2017-05-12
target/s390x: mask the SIGP order_code using SIGP_ORDER_MASK
Aurelien Jarno
3
-4
/
+4
2017-05-12
target/s390x: Use atomic operations for LOAD AND OP
Richard Henderson
2
-38
/
+60
2017-05-12
target/s390x: Use atomic operations for COMPARE SWAP
Richard Henderson
4
-74
/
+60
2017-05-12
target/s390x: Implement LOAD PAIR DISJOINT
Eric Bischoff
2
-1
/
+45
2017-05-12
target/s390x: Diagnose specification exception for atomics
Richard Henderson
3
-0
/
+20
2017-05-12
target/s390x: Implement LOAD PROGRAM PARAMETER
Miroslav Benes
2
-0
/
+11
2017-05-12
target/s390x: Implement STORE FACILITIES LIST EXTENDED
Richard Henderson
4
-8
/
+72
2017-05-12
Merge tag 'tracing-pull-request' into staging
Stefan Hajnoczi
1
-1
/
+5
[prev]
[next]