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
2016-06-01
docker: Add quick test
Fam Zheng
1
-0
/
+19
2016-06-01
docker: Add common.rc
Fam Zheng
1
-0
/
+31
2016-06-01
docker: Add test runner
Fam Zheng
1
-0
/
+58
2016-06-01
docker: Add images
Fam Zheng
3
-0
/
+24
2016-06-01
Makefile: Rules for docker testing
Fam Zheng
2
-1
/
+126
2016-06-01
Makefile: Always include rules.mak
Fam Zheng
1
-1
/
+2
2016-06-01
rules.mak: Add "COMMA" constant
Fam Zheng
1
-0
/
+2
2016-06-01
tests: Add utilities for docker testing
Fam Zheng
1
-0
/
+194
2016-05-31
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160531' into...
Peter Maydell
16
-65
/
+337
2016-05-31
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
36
-1242
/
+709
2016-05-30
cpu: Add a sync version of cpu_remove()
Bharata B Rao
2
-0
/
+20
2016-05-30
cpu: Reclaim vCPU objects
Gu Zheng
5
-3
/
+109
2016-05-30
exec: Do vmstate unregistration from cpu_exec_exit()
Bharata B Rao
1
-0
/
+11
2016-05-30
exec: Remove cpu from cpus list during cpu_exec_exit()
Bharata B Rao
1
-8
/
+24
2016-05-30
ppc: Add PPC_64H instruction flag to POWER7 and POWER8
Benjamin Herrenschmidt
1
-2
/
+2
2016-05-30
ppc: Get out of emulation on SMT "OR" ops
Benjamin Herrenschmidt
1
-3
/
+18
2016-05-30
ppc: Fix sign extension issue in mtmsr(d) emulation
Michael Neuling
1
-2
/
+2
2016-05-30
ppc: Change 'invalid' bit mask of tlbiel and tlbie
Benjamin Herrenschmidt
1
-2
/
+4
2016-05-30
ppc: tlbie, tlbia and tlbisync are HV only
Benjamin Herrenschmidt
1
-3
/
+3
2016-05-30
ppc: Do some batching of TCG tlb flushes
Benjamin Herrenschmidt
8
-15
/
+82
2016-05-30
ppc: Use split I/D mmu modes to avoid flushes on interrupts
Benjamin Herrenschmidt
5
-25
/
+63
2016-05-30
ppc: Remove MMU_MODEn_SUFFIX definitions
Benjamin Herrenschmidt
1
-3
/
+0
2016-05-29
exec: hide mr->ram_addr from qemu_get_ram_ptr users
Paolo Bonzini
4
-54
/
+31
2016-05-29
memory: split memory_region_from_host from qemu_ram_addr_from_host
Paolo Bonzini
7
-20
/
+51
2016-05-29
exec: remove ram_addr argument from qemu_ram_block_from_host
Paolo Bonzini
3
-10
/
+8
2016-05-29
memory: remove qemu_get_ram_fd, qemu_set_ram_fd, qemu_ram_block_host_ptr
Paolo Bonzini
6
-52
/
+37
2016-05-29
scsi-generic: Merge block max xfer len in INQUIRY response
Fam Zheng
1
-0
/
+12
2016-05-29
scsi-block: always use SG_IO
Paolo Bonzini
1
-18
/
+196
2016-05-29
scsi-disk: introduce scsi_disk_req_check_error
Paolo Bonzini
1
-67
/
+22
2016-05-29
scsi-disk: add need_fua_emulation to SCSIDiskClass
Paolo Bonzini
1
-2
/
+7
2016-05-29
scsi-disk: introduce dma_readv and dma_writev
Paolo Bonzini
1
-15
/
+52
2016-05-29
scsi-disk: introduce a common base class
Paolo Bonzini
1
-14
/
+22
2016-05-29
xen-hvm: ignore background I/O sections
Paul Durrant
1
-2
/
+12
2016-05-29
docs/atomics: update comparison with Linux
Paolo Bonzini
1
-5
/
+15
2016-05-29
atomics: do not emit consume barrier for atomic_rcu_read
Emilio G. Cota
1
-2
/
+12
2016-05-29
atomics: emit an smp_read_barrier_depends() barrier only for Alpha and Thread...
Emilio G. Cota
1
-0
/
+11
2016-05-29
docs/atomics: update atomic_read/set comparison with Linux
Emilio G. Cota
1
-3
/
+13
2016-05-29
bt: rewrite csrhci_write to avoid out-of-bounds writes
Paolo Bonzini
1
-21
/
+46
2016-05-29
block/iscsi: avoid potential overflow of acb->task->cdb
Peter Lieven
1
-0
/
+7
2016-05-29
scsi: megasas: check 'read_queue_head' index value
Prasad J Pandit
1
-0
/
+2
2016-05-29
scsi: megasas: initialise local configuration data buffer
Prasad J Pandit
1
-1
/
+1
2016-05-29
scsi: megasas: use appropriate property buffer size
Prasad J Pandit
1
-1
/
+1
2016-05-29
scsi: mptsas: infinite loop while fetching requests
Prasad J Pandit
1
-5
/
+4
2016-05-29
scsi: pvscsi: check command descriptor ring buffer size (CVE-2016-4952)
Prasad J Pandit
1
-4
/
+20
2016-05-29
kvm_stat: Remove
Paolo Bonzini
3
-889
/
+0
2016-05-29
nbd: Don't trim unrequested bytes
Eric Blake
1
-6
/
+14
2016-05-29
hw/char: QOM'ify milkymist-uart.c
xiaoqiang zhao
3
-6
/
+10
2016-05-29
hw/char: QOM'ify lm32_uart.c
xiaoqiang zhao
3
-13
/
+35
2016-05-29
hw/char: QOM'ify lm32_juart.c
xiaoqiang zhao
4
-13
/
+14
2016-05-29
hw/char: QOM'ify etraxfs_ser.c
xiaoqiang zhao
3
-12
/
+35
[next]