1. 2e2b8eb memory: allow destroying a non-empty MemoryRegion by Paolo Bonzini · 9 years ago
  2. a788f22 memory: Allow replay of IOMMU mapping notifications by David Gibson · 9 years ago
  3. 0bdaa3a memory: Fix bad error handling in memory_region_init_ram_ptr() by Markus Armbruster · 9 years ago
  4. 6d6d2ab Merge memory_region_init_reservation() into memory_region_init_io() by Pavel Fedin · 10 years ago
  5. 52c91da memory: do not add a reference to the owner of aliased regions by Paolo Bonzini · 10 years ago
  6. deb809e memory: count number of active VGA logging clients by Paolo Bonzini · 10 years ago
  7. c6742b1 memory: fix refcount leak in memory_region_present by Paolo Bonzini · 10 years ago
  8. 125b380 exec: pull qemu_flush_coalesced_mmio_buffer() into address_space_rw/ld*/st* by Paolo Bonzini · 10 years ago
  9. 196ea13 memory: Add global-locking property to memory regions by Jan Kiszka · 10 years ago
  10. ec05ec2 memory: use mr->ram_addr in "is this RAM?" assertions by Paolo Bonzini · 10 years ago
  11. 03eebc9 memory: replace cpu_physical_memory_reset_dirty() with test-and-clear by Stefan Hajnoczi · 10 years ago
  12. 58d2707 exec: pass client mask to cpu_physical_memory_set_dirty_range by Paolo Bonzini · 10 years ago
  13. 6f6a5ef memory: include DIRTY_MEMORY_MIGRATION in the dirty log mask by Paolo Bonzini · 10 years ago
  14. 677e780 memory: track DIRTY_MEMORY_CODE in mr->dirty_log_mask by Paolo Bonzini · 10 years ago
  15. b2dfd71 memory: prepare for multiple bits in the dirty log mask by Paolo Bonzini · 10 years ago
  16. 2d1a35b memory: differentiate memory_region_is_logging and memory_region_get_dirty_log_mask by Paolo Bonzini · 10 years ago
  17. dbddac6 memory: the only dirty memory flag for users is DIRTY_MEMORY_VGA by Paolo Bonzini · 10 years ago
  18. f8a9f72 mtree: also print disabled regions by Gerd Hoffmann · 10 years ago
  19. e48816a mtree: tag & indent a bit better by Gerd Hoffmann · 10 years ago
  20. 06feaac Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  21. 37d7c08 memory: add memory_region_ram_resize by Paolo Bonzini · 10 years ago
  22. 3b64349 memory: Replace io_mem_read/write with memory_region_dispatch_read/write by Peter Maydell · 10 years ago
  23. cc05c43 memory: Define API for MemoryRegionOps to take attrs and return status by Peter Maydell · 10 years ago
  24. 210eb93 memory: Move owner-less MemoryRegions to /machine/unattached by Andreas Färber · 10 years ago
  25. ac95190 memory: keep the owner of the AddressSpace alive until do_address_space_destroy by Paolo Bonzini · 10 years ago
  26. 6e48e8f memory: unregister AddressSpace MemoryListener within BQL by Paolo Bonzini · 10 years ago
  27. 2b64766 memory: avoid ref/unref in memory_region_find by Paolo Bonzini · 12 years ago
  28. 374f298 memory: protect current_map by RCU by Paolo Bonzini · 12 years ago
  29. b476c99 memory: remove assertion on memory_region_destroy by Jan Kiszka · 12 years ago
  30. 60786ef memory: API to allocate resizeable RAM MR by Michael S. Tsirkin · 10 years ago
  31. e7af4c6 memory: add memory_region_set_size by Michael S. Tsirkin · 10 years ago
  32. a2b257d memory: expose alignment used for allocating RAM as MemoryRegion API by Igor Mammedov · 10 years ago
  33. e4dc3f5 Add skip_dump flag to ignore memory region during dump by Nikunj A Dadhania · 10 years ago
  34. 33e0eb5 memory: add parameter errp to memory_region_init_rom_device by Hu Tao · 11 years ago
  35. 4994653 memory: add parameter errp to memory_region_init_ram by Hu Tao · 11 years ago
  36. ef701d7 exec: add parameter errp to qemu_ram_alloc and qemu_ram_alloc_from_ptr by Hu Tao · 11 years ago
  37. 843ef73 memory: Remove object_property_add_child_array() by Peter Crosthwaite · 11 years ago
  38. d1dd32a memory: Lazy init name from QOM name as needed by Peter Crosthwaite · 11 years ago
  39. 302fa28 Revert "memory: Use canonical path component as the name" by Peter Maydell · 11 years ago
  40. 0e4a773 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 11 years ago
  41. f54bb15 mtree: remove write-only field by Paolo Bonzini · 11 years ago
  42. b0225c2 memory: Use canonical path component as the name by Peter Crosthwaite · 11 years ago
  43. 3fb18b4 memory: Use memory_region_name for name access by Peter Crosthwaite · 11 years ago
  44. 5d546d4 memory: constify memory_region_name by Peter Crosthwaite · 11 years ago
  45. 469b046 memory: remove memory_region_destroy by Paolo Bonzini · 11 years ago
  46. d8d9581 memory: convert memory_region_destroy to object_unparent by Paolo Bonzini · 11 years ago
  47. c9cdaa3 memory: Update obsolete comment about AddrRange field type by Fam Zheng · 11 years ago
  48. 52aef7b memory: MemoryRegion: Add size property by Peter Crosthwaite · 11 years ago
  49. d33382d memory: MemoryRegion: Add may-overlap and priority props by Peter Crosthwaite · 11 years ago
  50. 409ddd0 memory: MemoryRegion: Add container and addr props by Peter Crosthwaite · 11 years ago
  51. 22a893e memory: MemoryRegion: replace owner field with QOM parent by Paolo Bonzini · 11 years ago
  52. b4fefef memory: MemoryRegion: QOMify by Peter Crosthwaite · 11 years ago
  53. b5c2c3d memory: MemoryRegion: use /machine as default owner by Paolo Bonzini · 11 years ago
  54. dbcb898 hostmem: add property to map memory with MAP_SHARED by Paolo Bonzini · 11 years ago
  55. a35ba7b hostmem: allow preallocation of any memory region by Paolo Bonzini · 11 years ago
  56. 7f56e74 memory: add error propagation to file-based RAM allocation by Paolo Bonzini · 11 years ago
  57. 0b183fc memory: move mem_path handling to memory_region_allocate_system_memory by Paolo Bonzini · 11 years ago
  58. e1c57ab memory: reorganize file-based allocation by Paolo Bonzini · 11 years ago
  59. eed2bac memory: add memory_region_is_mapped() API by Igor Mammedov · 11 years ago
  60. ab5b3db memory: Don't call memory_region_update_coalesced_range if nothing changed by Fam Zheng · 11 years ago
  61. feca4ac memory: MemoryRegion: rename parent to container by Paolo Bonzini · 11 years ago
  62. 67891b8 memory: MemoryRegion: factor out memory region re-adder by Peter Crosthwaite · 11 years ago
  63. 0598701 memory: MemoryRegion: factor out subregion add functionality by Peter Crosthwaite · 11 years ago
  64. 3fb5bf5 memory: Simplify mr_add_subregion() if-else by Peter Crosthwaite · 11 years ago
  65. 4dc5615 memory: Don't update all memory region when ioeventfd changed by Gonglei · 11 years ago
  66. 078c44f memory: Sanity check that no listeners remain on a destroyed AddressSpace by David Gibson · 11 years ago
  67. 8e46bbf memory_region_present: return false if address is not found in child MemoryRegion by Igor Mammedov · 11 years ago
  68. 220c3eb memory: split cpu_physical_memory_* functions to its own include by Juan Quintela · 11 years ago
  69. a2f4d5b memory: make cpu_physical_memory_reset_dirty() take a length parameter by Juan Quintela · 11 years ago
  70. 5215919 memory: cpu_physical_memory_mask_dirty_range() always clears a single flag by Juan Quintela · 11 years ago
  71. 75218e7 memory: cpu_physical_memory_set_dirty_range() always dirty all flags by Juan Quintela · 11 years ago
  72. 78d0042 memory: cpu_physical_memory_set_dirty_range() return void by Juan Quintela · 11 years ago
  73. 6307d97 memory.c: bugfix - ref counting mismatch in memory_region_find by Marcel Apfelbaum · 11 years ago
  74. b0eb759 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 11 years ago
  75. a66670c memory: fix 128 arithmetic in info mtree by Alexey Kardashevskiy · 12 years ago
  76. a1ff8ae memory: Change MemoryRegion priorities from unsigned to signed by Marcel Apfelbaum · 11 years ago
  77. 68a7439 Revert "memory: Return -1 again on reads from unsigned regions" by Jan Kiszka · 12 years ago
  78. 437de2a memory.c: drop kvm.h dependency by Michael S. Tsirkin · 12 years ago
  79. 55d5d04 memory: add tracepoints for MMIO reads/writes by Paolo Bonzini · 12 years ago
  80. e7342aa memory: check memory region endianness, not target's by Paolo Bonzini · 12 years ago
  81. 547e920 memory: pass MemoryRegion to access_with_adjusted_size by Paolo Bonzini · 12 years ago
  82. e11ef3d memory: move functions around by Paolo Bonzini · 12 years ago
  83. fd1d992 memory: Fix zero-sized memory region print by Alex Williamson · 12 years ago
  84. 9b8c692 memory: Return -1 again on reads from unsigned regions by Jan Kiszka · 12 years ago
  85. b4afea1 memory: actually set the owner by Paolo Bonzini · 12 years ago
  86. 4917cf4 cpu: Replace cpu_single_env with CPUState current_cpu by Andreas Färber · 12 years ago
  87. 856d724 memory: add reference counting to FlatView by Paolo Bonzini · 12 years ago
  88. a9a0c06 memory: use a new FlatView pointer on every topology update by Paolo Bonzini · 12 years ago
  89. 99e8634 memory: access FlatView from a local variable by Paolo Bonzini · 12 years ago
  90. dfde4e6 memory: add ref/unref calls by Paolo Bonzini · 12 years ago
  91. 3ce1090 memory: introduce memory_region_present by Paolo Bonzini · 12 years ago
  92. 46637be memory: add ref/unref by Paolo Bonzini · 12 years ago
  93. 803c081 memory: add getter for owner by Paolo Bonzini · 12 years ago
  94. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  95. b40acf9 ioport: Switch dispatching to memory core layer by Jan Kiszka · 12 years ago
  96. c658b94 cpu: Turn cpu_unassigned_access() into a CPUState hook by Andreas Färber · 12 years ago
  97. 2eb74e1 memory: render_memory_region: factor out fr constant setters by Peter Crosthwaite · 12 years ago
  98. 41a6e47 memory: as_update_topology_pass: Improve comments by Peter Crosthwaite · 12 years ago
  99. 8508e02 memory: Fix comment typo by Peter Crosthwaite · 12 years ago
  100. 7dca804 memory: give name to every AddressSpace by Alexey Kardashevskiy · 12 years ago