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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-27
cpus-common: lock-free fast path for cpu_exec_start/end
Paolo Bonzini
3
-20
/
+133
2016-09-27
tcg: Make tb_flush() thread safe
Sergey Fedorov
4
-23
/
+31
2016-09-27
cpus-common: Introduce async_safe_run_on_cpu()
Paolo Bonzini
2
-2
/
+45
2016-09-27
cpus-common: simplify locking for start_exclusive/end_exclusive
Paolo Bonzini
3
-8
/
+11
2016-09-27
cpus-common: remove redundant call to exclusive_idle()
Paolo Bonzini
2
-2
/
+0
2016-09-27
cpus-common: always defer async_run_on_cpu work items
Paolo Bonzini
1
-5
/
+0
2016-09-27
docs: include formal model for TCG exclusive sections
Paolo Bonzini
1
-0
/
+177
2016-09-27
cpus-common: move exclusive work infrastructure from linux-user
Paolo Bonzini
5
-105
/
+127
2016-09-27
cpus-common: fix uninitialized variable use in run_on_cpu
Paolo Bonzini
1
-2
/
+2
2016-09-27
cpus-common: move CPU work item management to common code
Sergey Fedorov
5
-91
/
+148
2016-09-27
cpus-common: move CPU list management to common code
Paolo Bonzini
9
-68
/
+109
2016-09-27
linux-user: Add qemu_cpu_is_self() and qemu_cpu_kick()
Sergey Fedorov
1
-0
/
+10
2016-09-27
linux-user: Use QemuMutex and QemuCond
Sergey Fedorov
1
-23
/
+32
2016-09-27
cpus: Rename flush_queued_work()
Sergey Fedorov
1
-2
/
+2
2016-09-27
cpus: Move common code out of {async_, }run_on_cpu()
Sergey Fedorov
1
-24
/
+18
2016-09-27
cpus: pass CPUState to run_on_cpu helpers
Alex Bennée
14
-138
/
+109
2016-09-27
build-sys: put glib_cflags in QEMU_CFLAGS
Marc-André Lureau
1
-1
/
+1
2016-09-27
build-sys: remove unused GLIB_CFLAGS
Marc-André Lureau
1
-1
/
+0
2016-09-27
migration: sync all address spaces
Paolo Bonzini
3
-18
/
+37
2016-09-27
compiler: Swap 'public domain' header for license
Felipe Franciosi
1
-1
/
+5
2016-09-27
checkpatch: downgrade "architecture specific defines should be avoided"
Paolo Bonzini
1
-1
/
+1
2016-09-27
x86: ioapic: boost default version to 0x20
Peter Xu
2
-1
/
+5
2016-09-27
intel_iommu, amd_iommu: allow UNMAP notifiers
Peter Xu
2
-7
/
+15
2016-09-27
memory: introduce IOMMUOps.notify_flag_changed
Peter Xu
5
-24
/
+44
2016-09-27
memory: introduce IOMMUNotifier and its caps
Peter Xu
4
-19
/
+71
2016-09-26
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
16
-72
/
+2009
2016-09-24
hw/i386: AMD IOMMU IVRS table
David Kiarie
7
-10
/
+90
2016-09-24
hw/i386: Introduce AMD IOMMU
David Kiarie
3
-0
/
+1490
2016-09-23
hw/i386/trace-events: Add AMD IOMMU trace events
David Kiarie
1
-0
/
+29
2016-09-23
hw/pci: Prepare for AMD IOMMU
David Kiarie
1
-0
/
+3
2016-09-23
virtio: handle virtqueue_get_head() errors
Stefan Hajnoczi
1
-10
/
+17
2016-09-23
virtio: handle virtqueue_num_heads() errors
Stefan Hajnoczi
1
-3
/
+8
2016-09-23
virtio: handle virtqueue_read_next_desc() errors
Stefan Hajnoczi
1
-13
/
+32
2016-09-23
virtio: use unsigned int for virtqueue_get_avail_bytes() index
Stefan Hajnoczi
1
-1
/
+1
2016-09-23
virtio: handle virtqueue_get_avail_bytes() errors
Stefan Hajnoczi
1
-6
/
+11
2016-09-23
virtio: handle virtqueue_map_desc() errors
Stefan Hajnoczi
1
-19
/
+55
2016-09-23
virtio: migrate vdev->broken flag
Stefan Hajnoczi
1
-0
/
+19
2016-09-23
virtio: stop virtqueue processing if device is broken
Stefan Hajnoczi
2
-0
/
+42
2016-09-23
virtio: fix stray tab character
Stefan Hajnoczi
1
-1
/
+1
2016-09-23
target-i386: turn off CPU.l3-cache only for 2.7 and older machine types
Igor Mammedov
1
-4
/
+3
2016-09-23
pc: clean up COMPAT macro chaining
Igor Mammedov
1
-2
/
+0
2016-09-23
virtio: add check for descriptor's mapped address
Prasad J Pandit
1
-0
/
+5
2016-09-23
tests: add /vhost-user/flags-mismatch test
Marc-André Lureau
1
-1
/
+59
2016-09-23
tests: add a simple /vhost-user/multiqueue test
Marc-André Lureau
2
-4
/
+107
2016-09-23
tests: add /vhost-user/connect-fail test
Marc-André Lureau
1
-0
/
+39
2016-09-23
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
35
-668
/
+848
2016-09-23
Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160923' into staging
Peter Maydell
8
-4
/
+199
2016-09-23
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.8-20160923' into...
Peter Maydell
55
-657
/
+1633
2016-09-23
Merge remote-tracking branch 'remotes/famz/tags/various-pull-request' into st...
Peter Maydell
36
-237
/
+486
2016-09-23
block: Remove BB interface from blockdev-add/del
Kevin Wolf
4
-132
/
+48
[next]