Age | Commit message (Expand) | Author |
2017-09-21 | memory: Rework "info mtree" to print flat views and dispatch trees | Alexey Kardashevskiy |
2017-09-21 | memory: Rename mem_begin/mem_commit/mem_add helpers | Alexey Kardashevskiy |
2017-09-21 | memory: Cleanup after switching to FlatView | Alexey Kardashevskiy |
2017-09-21 | memory: Switch memory from using AddressSpace to FlatView | Alexey Kardashevskiy |
2017-09-21 | memory: Remove AddressSpace pointer from AddressSpaceDispatch | Alexey Kardashevskiy |
2017-09-21 | memory: Move AddressSpaceDispatch from AddressSpace to FlatView | Alexey Kardashevskiy |
2017-09-21 | memory: Open code FlatView rendering | Alexey Kardashevskiy |
2017-09-21 | exec: Explicitly export target AS from address_space_translate_internal | Alexey Kardashevskiy |
2017-09-19 | exec,dump,i386,ppc,s390x: don't include exec/cpu-all.h explicitly | David Hildenbrand |
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 |