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