Age | Commit message (Expand) | Author |
2017-03-14 | memory: info mtree check mr range overflow | Peter Xu |
2017-03-03 | memory: show region offset and ROM/RAM type in "info mtree -f" | Paolo Bonzini |
2017-03-03 | memory: Introduce DEVICE_HOST_ENDIAN for ram device | Yongji Xie |
2017-02-24 | tcg: drop global lock during TCG code execution | Jan Kiszka |
2017-02-17 | memory: make memory_listener_unregister idempotent | Paolo Bonzini |
2017-01-31 | trace: switch to modular code generation for sub-directories | Daniel P. Berrange |
2017-01-27 | memory: hmp: add "-f" for "info mtree" | Peter Xu |
2017-01-27 | memory: tune mtree_print_mr() to dump mr type | Peter Xu |
2017-01-10 | memory: handle alias for iommu notifier | Jason Wang |
2016-10-31 | memory: Don't use memcpy for ram_device regions | Alex Williamson |
2016-10-31 | memory: Replace skip_dump flag with "ram_device" | Alex Williamson |
2016-10-24 | memory: optimize memory_region_sync_dirty_bitmap | Paolo Bonzini |
2016-10-24 | memory: optimize memory_global_dirty_log_sync | Paolo Bonzini |
2016-10-24 | memory: add a per-AddressSpace list of listeners | Paolo Bonzini |
2016-10-24 | memory: eliminate global MemoryListeners | Paolo Bonzini |
2016-09-27 | migration: sync all address spaces | Paolo Bonzini |
2016-09-27 | memory: introduce IOMMUOps.notify_flag_changed | Peter Xu |
2016-09-27 | memory: introduce IOMMUNotifier and its caps | Peter Xu |
2016-09-14 | memory: remove memory_region_destructor_rom_device | Paolo Bonzini |
2016-07-04 | memory: Assert that memory_region_init_rom_device() ops aren't NULL | Peter Maydell |
2016-07-04 | memory: Provide memory_region_init_rom() | Peter Maydell |
2016-06-30 | memory: Add MemoryRegionIOMMUOps.notify_started/stopped callbacks | Alexey Kardashevskiy |
2016-06-22 | memory: Add reporting of supported page sizes | Alexey Kardashevskiy |
2016-05-29 | exec: hide mr->ram_addr from qemu_get_ram_ptr users | Paolo Bonzini |
2016-05-29 | memory: split memory_region_from_host from qemu_ram_addr_from_host | Paolo Bonzini |
2016-05-29 | memory: remove qemu_get_ram_fd, qemu_set_ram_fd, qemu_ram_block_host_ptr | Paolo Bonzini |
2016-05-29 | Revert "memory: Drop FlatRange.romd_mode" | Paolo Bonzini |
2016-05-23 | memory: remove unnecessary masking of MemoryRegion ram_addr | Paolo Bonzini |
2016-05-23 | memory: Drop FlatRange.romd_mode | Fam Zheng |
2016-05-23 | memory: Remove code for mr->may_overlap | Fam Zheng |
2016-05-23 | memory: drop find_ram_block() | Gonglei |
2016-05-19 | qemu-common: push cpu.h inclusion out of qemu-common.h | Paolo Bonzini |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-03-14 | trace: separate MMIO tracepoints from TB-access tracepoints | Hollis Blanchard |
2016-03-14 | trace: include CPU index in trace_memory_region_*() | Hollis Blanchard |
2016-03-07 | exec: Pass RAMBlock pointer to qemu_ram_free | Fam Zheng |
2016-03-07 | memory: Drop MemoryRegion.ram_addr | Fam Zheng |
2016-03-07 | memory: Implement memory_region_get_ram_addr with mr->ram_block | Fam Zheng |
2016-03-07 | memory: Move assignment to ram_block to memory_region_init_* | Fam Zheng |
2016-03-07 | exec: Return RAMBlock pointer from allocating functions | Fam Zheng |
2016-03-01 | trace: use addresses instead of offsets in memory tracepoints | Hollis Blanchard |
2016-03-01 | trace: split subpage MMIOs into their own trace events. | Hollis Blanchard |
2016-02-25 | memory: optimize qemu_get_ram_ptr and qemu_ram_ptr_length | Gonglei |
2016-02-25 | exec: store RAMBlock pointer into memory region | Gonglei |
2016-02-08 | qom: Swap 'name' next to visitor in ObjectPropertyAccessor | Eric Blake |
2016-02-08 | qapi: Swap visit_* arguments for consistent 'name' placement | Eric Blake |
2016-02-04 | all: Clean up includes | Peter Maydell |
2016-01-21 | memory: Add address_space_init_shareable() | Peter Crosthwaite |
2015-12-17 | memory: inline a few small accessors | Paolo Bonzini |
2015-12-17 | memory: avoid unnecessary object_ref/unref | Paolo Bonzini |