1. 8deaf12 memory: add support getting and using a dirty bitmap copy. by Gerd Hoffmann · 7 years ago
  2. faa362e memory: add MemoryRegionIOMMUOps.replay() callback by Peter Xu · 8 years ago
  3. bd2bfa4 memory: introduce memory_region_notify_one() by Peter Xu · 8 years ago
  4. de472e4 memory: provide iommu_replay_all() by Peter Xu · 8 years ago
  5. 512fa40 memory: provide IOMMU_NOTIFIER_FOREACH macro by Peter Xu · 8 years ago
  6. 698feb5 memory: add section range info for IOMMU notifier by Peter Xu · 8 years ago
  7. ade9c1a clear pending status before calling memory commit by Xu, Anthony · 8 years ago
  8. b31f841 memory: info mtree check mr range overflow by Peter Xu · 8 years ago
  9. 377a07a memory: show region offset and ROM/RAM type in "info mtree -f" by Paolo Bonzini · 8 years ago
  10. c99a29e memory: Introduce DEVICE_HOST_ENDIAN for ram device by Yongji Xie · 8 years ago
  11. 8d04fb5 tcg: drop global lock during TCG code execution by Jan Kiszka · 8 years ago
  12. 1d8280c memory: make memory_listener_unregister idempotent by Paolo Bonzini · 8 years ago
  13. 0ab8ed1 trace: switch to modular code generation for sub-directories by Daniel P. Berrange · 8 years ago
  14. 57bb40c memory: hmp: add "-f" for "info mtree" by Peter Xu · 8 years ago
  15. 4e83190 memory: tune mtree_print_mr() to dump mr type by Peter Xu · 8 years ago
  16. efcd38c memory: handle alias for iommu notifier by Jason Wang · 8 years ago
  17. 4a2e242 memory: Don't use memcpy for ram_device regions by Alex Williamson · 8 years ago
  18. 21e00fa memory: Replace skip_dump flag with "ram_device" by Alex Williamson · 8 years ago
  19. 0a752ee memory: optimize memory_region_sync_dirty_bitmap by Paolo Bonzini · 8 years ago
  20. adaad61 memory: optimize memory_global_dirty_log_sync by Paolo Bonzini · 8 years ago
  21. 9a54635 memory: add a per-AddressSpace list of listeners by Paolo Bonzini · 8 years ago
  22. d45fa78 memory: eliminate global MemoryListeners by Paolo Bonzini · 8 years ago
  23. 9c1f8f4 migration: sync all address spaces by Paolo Bonzini · 8 years ago
  24. 5bf3d31 memory: introduce IOMMUOps.notify_flag_changed by Peter Xu · 8 years ago
  25. cdb3081 memory: introduce IOMMUNotifier and its caps by Peter Xu · 8 years ago
  26. 58268c8 memory: remove memory_region_destructor_rom_device by Paolo Bonzini · 8 years ago
  27. 39e0b03 memory: Assert that memory_region_init_rom_device() ops aren't NULL by Peter Maydell · 8 years ago
  28. a1777f7 memory: Provide memory_region_init_rom() by Peter Maydell · 8 years ago
  29. d22d895 memory: Add MemoryRegionIOMMUOps.notify_started/stopped callbacks by Alexey Kardashevskiy · 8 years ago
  30. f682e9c memory: Add reporting of supported page sizes by Alexey Kardashevskiy · 8 years ago
  31. 0878d0e exec: hide mr->ram_addr from qemu_get_ram_ptr users by Paolo Bonzini · 9 years ago
  32. 07bdaa4 memory: split memory_region_from_host from qemu_ram_addr_from_host by Paolo Bonzini · 9 years ago
  33. 4ff8757 memory: remove qemu_get_ram_fd, qemu_set_ram_fd, qemu_ram_block_host_ptr by Paolo Bonzini · 9 years ago
  34. b138e65 Revert "memory: Drop FlatRange.romd_mode" by Paolo Bonzini · 8 years ago
  35. e4e6979 memory: remove unnecessary masking of MemoryRegion ram_addr by Paolo Bonzini · 9 years ago
  36. 5b5660a memory: Drop FlatRange.romd_mode by Fam Zheng · 9 years ago
  37. b613597 memory: Remove code for mr->may_overlap by Fam Zheng · 9 years ago
  38. fa53a0e memory: drop find_ram_block() by Gonglei · 8 years ago
  39. 33c1187 qemu-common: push cpu.h inclusion out of qemu-common.h by Paolo Bonzini · 9 years ago
  40. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  41. f2d0894 trace: separate MMIO tracepoints from TB-access tracepoints by Hollis Blanchard · 9 years ago
  42. 5a68be9 trace: include CPU index in trace_memory_region_*() by Hollis Blanchard · 9 years ago
  43. f1060c5 exec: Pass RAMBlock pointer to qemu_ram_free by Fam Zheng · 9 years ago
  44. 8e41fb6 memory: Drop MemoryRegion.ram_addr by Fam Zheng · 9 years ago
  45. 7ebb274 memory: Implement memory_region_get_ram_addr with mr->ram_block by Fam Zheng · 9 years ago
  46. 0a75601 memory: Move assignment to ram_block to memory_region_init_* by Fam Zheng · 9 years ago
  47. 528f46a exec: Return RAMBlock pointer from allocating functions by Fam Zheng · 9 years ago
  48. 4779dc1 trace: use addresses instead of offsets in memory tracepoints by Hollis Blanchard · 9 years ago
  49. 23d92d6 trace: split subpage MMIOs into their own trace events. by Hollis Blanchard · 9 years ago
  50. 3655cb9 memory: optimize qemu_get_ram_ptr and qemu_ram_ptr_length by Gonglei · 9 years ago
  51. 58eaa21 exec: store RAMBlock pointer into memory region by Gonglei · 9 years ago
  52. d7bce99 qom: Swap 'name' next to visitor in ObjectPropertyAccessor by Eric Blake · 9 years ago
  53. 51e72bc qapi: Swap visit_* arguments for consistent 'name' placement by Eric Blake · 9 years ago
  54. d38ea87 all: Clean up includes by Peter Maydell · 9 years ago
  55. f0c02d1 memory: Add address_space_init_shareable() by Peter Crosthwaite · 9 years ago
  56. 1619d1f memory: inline a few small accessors by Paolo Bonzini · 9 years ago
  57. 612263c memory: avoid unnecessary object_ref/unref by Paolo Bonzini · 9 years ago
  58. 49b24af exec: always call qemu_get_ram_ptr within rcu_read_lock by Paolo Bonzini · 9 years ago
  59. 8c56c1a memory: emulate ioeventfd by Pavel Fedin · 9 years ago
  60. fc3e766 memory: Eliminate memory_region_destructor_ram_from_ptr() by Eduardo Habkost · 9 years ago
  61. a29ac16 exec: Eliminate qemu_ram_free_from_ptr() by Eduardo Habkost · 9 years ago
  62. b8aecea memory: don't try to adjust endianness for zero length eventfd by Jason Wang · 9 years ago
  63. 680a478 memory: call begin, log_start and commit when registering a new listener by Paolo Bonzini · 9 years ago
  64. 2e2b8eb memory: allow destroying a non-empty MemoryRegion by Paolo Bonzini · 9 years ago
  65. a788f22 memory: Allow replay of IOMMU mapping notifications by David Gibson · 9 years ago
  66. 0bdaa3a memory: Fix bad error handling in memory_region_init_ram_ptr() by Markus Armbruster · 9 years ago
  67. 6d6d2ab Merge memory_region_init_reservation() into memory_region_init_io() by Pavel Fedin · 9 years ago
  68. 52c91da memory: do not add a reference to the owner of aliased regions by Paolo Bonzini · 9 years ago
  69. deb809e memory: count number of active VGA logging clients by Paolo Bonzini · 9 years ago
  70. c6742b1 memory: fix refcount leak in memory_region_present by Paolo Bonzini · 9 years ago
  71. 125b380 exec: pull qemu_flush_coalesced_mmio_buffer() into address_space_rw/ld*/st* by Paolo Bonzini · 9 years ago
  72. 196ea13 memory: Add global-locking property to memory regions by Jan Kiszka · 9 years ago
  73. ec05ec2 memory: use mr->ram_addr in "is this RAM?" assertions by Paolo Bonzini · 10 years ago
  74. 03eebc9 memory: replace cpu_physical_memory_reset_dirty() with test-and-clear by Stefan Hajnoczi · 10 years ago
  75. 58d2707 exec: pass client mask to cpu_physical_memory_set_dirty_range by Paolo Bonzini · 10 years ago
  76. 6f6a5ef memory: include DIRTY_MEMORY_MIGRATION in the dirty log mask by Paolo Bonzini · 10 years ago
  77. 677e780 memory: track DIRTY_MEMORY_CODE in mr->dirty_log_mask by Paolo Bonzini · 10 years ago
  78. b2dfd71 memory: prepare for multiple bits in the dirty log mask by Paolo Bonzini · 9 years ago
  79. 2d1a35b memory: differentiate memory_region_is_logging and memory_region_get_dirty_log_mask by Paolo Bonzini · 10 years ago
  80. dbddac6 memory: the only dirty memory flag for users is DIRTY_MEMORY_VGA by Paolo Bonzini · 10 years ago
  81. f8a9f72 mtree: also print disabled regions by Gerd Hoffmann · 10 years ago
  82. e48816a mtree: tag & indent a bit better by Gerd Hoffmann · 10 years ago
  83. 06feaac Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  84. 37d7c08 memory: add memory_region_ram_resize by Paolo Bonzini · 10 years ago
  85. 3b64349 memory: Replace io_mem_read/write with memory_region_dispatch_read/write by Peter Maydell · 9 years ago
  86. cc05c43 memory: Define API for MemoryRegionOps to take attrs and return status by Peter Maydell · 9 years ago
  87. 210eb93 memory: Move owner-less MemoryRegions to /machine/unattached by Andreas Färber · 10 years ago
  88. ac95190 memory: keep the owner of the AddressSpace alive until do_address_space_destroy by Paolo Bonzini · 10 years ago
  89. 6e48e8f memory: unregister AddressSpace MemoryListener within BQL by Paolo Bonzini · 10 years ago
  90. 2b64766 memory: avoid ref/unref in memory_region_find by Paolo Bonzini · 11 years ago
  91. 374f298 memory: protect current_map by RCU by Paolo Bonzini · 11 years ago
  92. b476c99 memory: remove assertion on memory_region_destroy by Jan Kiszka · 11 years ago
  93. 60786ef memory: API to allocate resizeable RAM MR by Michael S. Tsirkin · 10 years ago
  94. e7af4c6 memory: add memory_region_set_size by Michael S. Tsirkin · 10 years ago
  95. a2b257d memory: expose alignment used for allocating RAM as MemoryRegion API by Igor Mammedov · 10 years ago
  96. e4dc3f5 Add skip_dump flag to ignore memory region during dump by Nikunj A Dadhania · 10 years ago
  97. 33e0eb5 memory: add parameter errp to memory_region_init_rom_device by Hu Tao · 10 years ago
  98. 4994653 memory: add parameter errp to memory_region_init_ram by Hu Tao · 10 years ago
  99. ef701d7 exec: add parameter errp to qemu_ram_alloc and qemu_ram_alloc_from_ptr by Hu Tao · 10 years ago
  100. 843ef73 memory: Remove object_property_add_child_array() by Peter Crosthwaite · 10 years ago