Age | Commit message (Expand) | Author |
2017-08-01 | exec: Add lock parameter to qemu_ram_ptr_length | Anthony PERARD |
2017-07-14 | cpu: Convert to DEFINE_PROP_LINK | Fam Zheng |
2017-07-14 | memory/iommu: introduce IOMMUMemoryRegionClass | Alexey Kardashevskiy |
2017-07-14 | memory/iommu: QOM'fy IOMMU MemoryRegion | Alexey Kardashevskiy |
2017-07-14 | Revert "exec.c: Fix breakpoint invalidation race" | Pranith Kumar |
2017-07-14 | exec: use qemu_ram_ptr_length to access guest ram | Prasad J Pandit |
2017-07-04 | exec: elide calls to tb_lock and tb_unlock | Paolo Bonzini |
2017-07-04 | tcg: move page_size_init() function | Yang Zhong |
2017-06-15 | exec: split qemu_ram_alloc_from_file() | Marc-André Lureau |
2017-06-15 | exec: split file_ram_alloc() | Marc-André Lureau |
2017-06-15 | exec: check kvm mmu notifiers earlier | Marc-André Lureau |
2017-06-06 | exec: simplify phys_page_find() params | Peter Xu |
2017-05-25 | memory: tune last param of iommu_ops.translate() | Peter Xu |
2017-05-18 | migration: Make savevm.c target independent | Juan Quintela |
2017-05-18 | exec: Create include for target_page_size() | Juan Quintela |
2017-05-18 | Merge remote-tracking branch 'dgilbert/tags/pull-hmp-20170517' into staging | Stefan Hajnoczi |
2017-05-18 | Merge remote-tracking branch 'mst/tags/for_upstream' into staging | Stefan Hajnoczi |
2017-05-18 | exec: abstract address_space_do_translate() | Peter Xu |
2017-05-17 | ramblock: add new hmp command "info ramblock" | Peter Xu |
2017-05-17 | ramblock: add RAMBLOCK_FOREACH() | Peter Xu |
2017-05-16 | xen/mapcache: store dma information in revmapcache entries for debugging | Stefano Stabellini |
2017-04-24 | memory: add support getting and using a dirty bitmap copy. | Gerd Hoffmann |
2017-04-21 | ram: Remove migration_bitmap_extend() | Juan Quintela |
2017-04-21 | ram: rename last_ram_offset() last_ram_pages() | Juan Quintela |
2017-04-21 | ram: Rename qemu_target_page_bits() to qemu_target_page_size() | Juan Quintela |
2017-04-03 | exec: revert MemoryRegionCache | Paolo Bonzini |
2017-03-16 | RAMBlocks: qemu_ram_is_shared | Dr. David Alan Gilbert |
2017-03-14 | exec: add cpu_synchronize_state to cpu_memory_rw_debug | Christian Borntraeger |
2017-03-14 | mem-prealloc: reduce large guest start-up and migration time. | Jitendra Kolhe |
2017-03-03 | exec, kvm, target-ppc: Move getrampagesize() to common code | Alexey Kardashevskiy |
2017-02-28 | postcopy: Record largest page size | Dr. David Alan Gilbert |
2017-02-28 | postcopy: enhance ram_block_discard_range for hugepages | Dr. David Alan Gilbert |
2017-02-28 | exec: ram_block_discard_range | Dr. David Alan Gilbert |
2017-02-24 | tcg: drop global lock during TCG code execution | Jan Kiszka |
2017-02-17 | exec: make address_space_cache_destroy idempotent | Paolo Bonzini |
2017-02-07 | arm: Correctly handle watchpoints for BE32 CPUs | Julian Brown |
2017-01-31 | trace: switch to modular code generation for sub-directories | Daniel P. Berrange |
2017-01-27 | memory: don't sign-extend 32-bit writes | Ladi Prosek |
2017-01-20 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2017-01-16 | ramblock-notifier: new | Paolo Bonzini |
2017-01-16 | exec: Add missing rcu_read_unlock | Roman Kapl |
2017-01-13 | cputlb: drop flush_global flag from tlb_flush | Alex Bennée |
2017-01-10 | exec: introduce address_space_get_iotlb_entry() | Jason Wang |
2016-12-22 | exec: introduce MemoryRegionCache | Paolo Bonzini |
2016-12-22 | exec: introduce address_space_extend_translation | Paolo Bonzini |
2016-12-22 | exec: introduce memory_ldst.inc.c | Paolo Bonzini |
2016-12-22 | exec: optimize remaining address_space_* cases | Paolo Bonzini |
2016-12-06 | exec.c: Fix breakpoint invalidation race | Peter Maydell |
2016-11-03 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Stefan Hajnoczi |
2016-11-02 | exec.c: check memory backend file size with 'size' option | Haozhong Zhang |