1. 369d6dc memory: add readonly support to memory_region_init_ram_from_file() by Stefan Hajnoczi · 4 years ago
  2. 0a2949e memory: allow creating MemoryRegions before accelerators by Paolo Bonzini · 4 years, 3 months ago
  3. 1804857 memory: Skip bad range assertion if notifier is DEVIOTLB_UNMAP type by Eugenio Pérez · 4 years, 2 months ago
  4. 5039caf memory: Add IOMMUTLBEvent by Eugenio Pérez · 4 years, 2 months ago
  5. 3b5ebf8 memory: Rename memory_region_notify_one to memory_region_notify_iommu_one by Eugenio Pérez · 4 years, 2 months ago
  6. 683685e Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request' into staging by Peter Maydell · 4 years, 2 months ago
  7. 1370d61 memory: Skip dirty tracking for un-migratable memory regions by Zenghui Yu · 4 years, 2 months ago
  8. e6ffd75 softmmu/memory: fix memory_region_ioeventfd_equal() by Elena Afanasova · 4 years, 3 months ago
  9. 457f8cb memory: Add interface to set iommu page size mask by Bharat Bhushan · 4 years, 3 months ago
  10. 74ee653 memory: Set DIRTY_MEMORY_MIGRATION when IOMMU is enabled by Kirti Wankhede · 4 years, 3 months ago
  11. a3c20e9 fuzz: Add fuzzer callbacks to DMA-read functions by Alexander Bulekov · 4 years, 3 months ago
  12. e7d3222 fuzz: Declare DMA Read callback function by Alexander Bulekov · 4 years, 3 months ago
  13. fb5ef4e memory: Add FlatView foreach function by Alexander Bulekov · 4 years, 3 months ago
  14. 21786c7 softmmu/memory: Log invalid memory accesses by Philippe Mathieu-Daudé · 4 years, 3 months ago
  15. 4174495 exec: Remove MemoryRegion::global_locking field by Philippe Mathieu-Daudé · 4 years, 5 months ago
  16. d73415a qemu/atomic.h: rename atomic_ to qatomic_ by Stefan Hajnoczi · 4 years, 4 months ago
  17. 8b7a550 softmmu: Add missing trace-events file by Philippe Mathieu-Daudé · 4 years, 5 months ago
  18. 243af02 trace: switch position of headers to what Meson requires by Paolo Bonzini · 5 years ago
  19. 7a309cc qom: Change object_get_canonical_path_component() not to malloc by Markus Armbruster · 4 years, 6 months ago
  20. c7f419f softmmu: move softmmu only files from root by Claudio Fontana · 4 years, 7 months ago[Renamed from memory.c]
  21. 5d971f9 memory: Revert "memory: accept mismatching sizes in memory_region_access_valid" by Michael S. Tsirkin · 4 years, 7 months ago
  22. 2261d39 memory: Make 'info mtree' not display disabled regions by default by Philippe Mathieu-Daudé · 4 years, 8 months ago
  23. ab7e41e exec: Rename qemu_ram_writeback() as qemu_ram_msync() by Philippe Mathieu-Daudé · 4 years, 8 months ago
  24. 9ecc996 memory: Extract memory_region_msync() from memory_region_writeback() by Philippe Mathieu-Daudé · 4 years, 8 months ago
  25. 4dfe59d memory: Rename memory_region_do_writeback -> memory_region_writeback by Philippe Mathieu-Daudé · 4 years, 8 months ago
  26. d262312 qom: Drop parameter @errp of object_property_add() & friends by Markus Armbruster · 4 years, 9 months ago
  27. ddfb0ba qom: Clean up inconsistent use of gchar * vs. char * by Markus Armbruster · 4 years, 9 months ago
  28. 83696c8 memory: Simplify memory_region_init_rom_nomigrate() to ease review by Philippe Mathieu-Daudé · 5 years ago
  29. 39fa93c memory: Correctly return alias region type by Philippe Mathieu-Daudé · 5 years ago
  30. 64a7b8d qom/object: Use common get/set uint helpers by Felipe Franciosi · 5 years ago
  31. 920d557 memory: batch allocate ioeventfds[] in address_space_update_ioeventfds() by Stefan Hajnoczi · 5 years ago
  32. 380ea84 memory.c: Use trace_event_get_state_backends() by Peter Maydell · 5 years ago
  33. 4f7f589 accel: Replace current_machine->accelerator by current_accel() wrapper by Philippe Mathieu-Daudé · 5 years ago
  34. 53b62be memory: do not look at current_machine->accel by Paolo Bonzini · 5 years ago
  35. 61c490e Memory: Enable writeback for given memory region by Beata Michalska · 5 years ago
  36. 894d354 Remove unassigned_access CPU hook by Peter Maydell · 5 years ago
  37. 694ea27 rcu: Use automatic rc_read unlock in core memory/exec code by Dr. David Alan Gilbert · 5 years ago
  38. 549d4005 memory: allow memory_region_register_iommu_notifier() to fail by Eric Auger · 5 years ago
  39. 0856555 cputlb: Move NOTDIRTY handling from I/O path to TLB path by Richard Henderson · 5 years ago
  40. 6e050d4 exec: Adjust notdirty tracing by Richard Henderson · 5 years ago
  41. 7a3df11 memory: inline and optimize devend_memop by Paolo Bonzini · 5 years ago
  42. 9de6578 Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into staging by Peter Maydell · 5 years ago
  43. 9bf825b memory: Single byte swap along the I/O path by Tony Nguyen · 5 years ago
  44. d5d680c memory: Access MemoryRegion with endianness by Tony Nguyen · 5 years ago
  45. e67c904 memory: Access MemoryRegion with MemOp by Tony Nguyen · 5 years ago
  46. 8ccb563 memory: Remove unused memory_region_iommu_replay_all() by Eric Auger · 5 years ago
  47. b960fc1 memory: Fix up memory_region_{add|del}_coalescing by Peter Xu · 5 years ago
  48. 264ef5a memory: Remove has_coalesced_range counter by Peter Xu · 5 years ago
  49. 23f1174 memory: Split zones when do coalesced_io_del() by Peter Xu · 5 years ago
  50. 9c1aa1c memory: Refactor memory_region_clear_coalescing by Peter Xu · 5 years ago
  51. 9458a9a memory: fix race between TCG and accesses to dirty bitmap by Paolo Bonzini · 7 years ago
  52. 03c7140 memory: assert on out of scope notification by Yan Zhao · 6 years ago
  53. 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 5 years ago
  54. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 5 years ago
  55. db72581 Include qemu/main-loop.h less by Markus Armbruster · 5 years ago
  56. 1b53ecd memory: Fix type of IOMMUMemoryRegionClass member @parent_class by Markus Armbruster · 5 years ago
  57. 8072aae hmp: Print if memory section is registered with an accelerator by Alexey Kardashevskiy · 6 years ago
  58. 697f592 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 6 years ago
  59. 077874e memory: Introduce memory listener hook log_clear() by Peter Xu · 6 years ago
  60. 5dea407 memory: Pass mr into snapshot_and_clear_dirty by Peter Xu · 6 years ago
  61. ae7a2bc memory: Don't set migration bitmap when without migration by Peter Xu · 6 years ago
  62. 838ec11 memory: unref the memory region in simplify flatview by King Wang · 6 years ago
  63. a216641 spapr_pci: Unregister listeners before destroying the IOMMU address space by Greg Kurz · 6 years ago
  64. 14a48c1 qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h by Markus Armbruster · 6 years ago
  65. fdd6d82 memory: Remove memory_region_get_dirty() by Peter Xu · 6 years ago
  66. 39adb53 memory: correct the comment to DIRTY_MEMORY_MIGRATION by Wei Yang · 6 years ago
  67. b6b71cb memory: Clean up how mtree_info() prints by Markus Armbruster · 6 years ago
  68. 2ddb89b memory: Fix the memory region type assignment order by Singh, Brijesh · 6 years ago
  69. 4f82602 memory: Do not update coalesced IO range in the case of NOP by Jagannathan Raman · 6 years ago
  70. eae3eb3 qemu/queue.h: simplify reverse access to QTAILQ by Paolo Bonzini · 6 years ago
  71. b58deb3 qemu/queue.h: leave head structs anonymous unless necessary by Paolo Bonzini · 6 years ago
  72. 3ac7d43 memory: update coalesced_range on transaction_commit by Paolo Bonzini · 6 years ago
  73. 1f7af80 memory: avoid unnecessary coalesced_io_del operations by Paolo Bonzini · 6 years ago
  74. 909bf76 memory: extract flat_range_coalesced_io_{del,add} by Paolo Bonzini · 6 years ago
  75. c26763f memory: learn about non-volatile memory region by Marc-André Lureau · 6 years ago
  76. e6d34ae target-i386 : add coalesced_pio API by Peng Hao · 6 years ago
  77. 62a0db9 memory: Remove old_mmio accessors by Peter Maydell · 6 years ago
  78. 98f52cd memory: Fix access_with_adjusted_size(small size) on big-endian memory regions by Philippe Mathieu-Daudé · 6 years ago
  79. 3c754a9 memory: Refactor common shifting code from accessors by Philippe Mathieu-Daudé · 6 years ago
  80. 36960b4 memory: Use MAKE_64BIT_MASK() by Philippe Mathieu-Daudé · 6 years ago
  81. d5dbde4 hostmem-file: make available memory-backend-file on POSIX-based hosts by Hikaru Nishida · 6 years ago
  82. 1cd3d49 memory: cleanup side effects of memory_region_init_foo() on failure by Igor Mammedov · 6 years ago
  83. 55f4e79 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 6 years ago
  84. 8c1c245 memory: Remove MMIO request_ptr APIs by Peter Maydell · 6 years ago
  85. dbea78a accel/tcg: Pass read access type through to io_readx() by Peter Maydell · 6 years ago
  86. cbfc017 memory, exec: switch file ram allocation functions to 'flags' parameters by Junyan He · 7 years ago
  87. fc051ae memory/hmp: Print owners/parents in "info mtree" by Alexey Kardashevskiy · 7 years ago
  88. 2c91bcf iommu: Add IOMMU index argument to translate method by Peter Maydell · 7 years ago
  89. cb1efcf iommu: Add IOMMU index argument to notifier APIs by Peter Maydell · 7 years ago
  90. 21f4020 iommu: Add IOMMU index concept to IOMMU API by Peter Maydell · 7 years ago
  91. afd76ff Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 7 years ago
  92. 73bb753 memory: Make operations using MemoryRegionIoeventfd struct pass by pointer. by Tristan Burgess · 7 years ago
  93. 12d3a03 memory: delete struct AddressSpaceOps by Jay Zhou · 7 years ago
  94. 86b2465 memory: Do not include "exec/ioport.h" if it is not necessary by Philippe Mathieu-Daudé · 7 years ago
  95. 8372d38 Make MemoryRegion valid.accepts callback take a MemTxAttrs argument by Peter Maydell · 7 years ago
  96. 6d7b9a6 Make memory_region_access_valid() take a MemTxAttrs argument by Peter Maydell · 7 years ago
  97. 4856404 exec: reintroduce MemoryRegion caching by Paolo Bonzini · 7 years ago
  98. 785a507 memory: inline some performance-sensitive accessors by Paolo Bonzini · 7 years ago
  99. 06329cc mem: add share parameter to memory-backend-ram by Marcel Apfelbaum · 7 years ago
  100. 3ebb181 memory: unify loops to sync dirty log bitmap by Paolo Bonzini · 7 years ago