1. 1f4e496 exec: introduce MemoryRegionCache by Paolo Bonzini · 8 years ago
  2. 0ce265f exec: introduce memory_ldst.inc.c by Paolo Bonzini · 8 years ago
  3. 4a2e242 memory: Don't use memcpy for ram_device regions by Alex Williamson · 8 years ago
  4. 21e00fa memory: Replace skip_dump flag with "ram_device" by Alex Williamson · 8 years ago
  5. 9a54635 memory: add a per-AddressSpace list of listeners by Paolo Bonzini · 8 years ago
  6. d45fa78 memory: eliminate global MemoryListeners by Paolo Bonzini · 8 years ago
  7. 9c1f8f4 migration: sync all address spaces by Paolo Bonzini · 8 years ago
  8. 5bf3d31 memory: introduce IOMMUOps.notify_flag_changed by Peter Xu · 8 years ago
  9. cdb3081 memory: introduce IOMMUNotifier and its caps by Peter Xu · 8 years ago
  10. 39e0b03 memory: Assert that memory_region_init_rom_device() ops aren't NULL by Peter Maydell · 8 years ago
  11. a1777f7 memory: Provide memory_region_init_rom() by Peter Maydell · 8 years ago
  12. d22d895 memory: Add MemoryRegionIOMMUOps.notify_started/stopped callbacks by Alexey Kardashevskiy · 8 years ago
  13. f682e9c memory: Add reporting of supported page sizes by Alexey Kardashevskiy · 9 years ago
  14. 0878d0e exec: hide mr->ram_addr from qemu_get_ram_ptr users by Paolo Bonzini · 9 years ago
  15. 07bdaa4 memory: split memory_region_from_host from qemu_ram_addr_from_host by Paolo Bonzini · 9 years ago
  16. 4ff8757 memory: remove qemu_get_ram_fd, qemu_set_ram_fd, qemu_ram_block_host_ptr by Paolo Bonzini · 9 years ago
  17. b613597 memory: Remove code for mr->may_overlap by Fam Zheng · 9 years ago
  18. a7d6039 cpu: move endian-dependent load/store functions to cpu-all.h by Paolo Bonzini · 11 years ago
  19. 14b6d44 Use scripts/clean-includes to drop redundant qemu/typedefs.h by Markus Armbruster · 9 years ago
  20. 8e41fb6 memory: Drop MemoryRegion.ram_addr by Fam Zheng · 9 years ago
  21. 7ebb274 memory: Implement memory_region_get_ram_addr with mr->ram_block by Fam Zheng · 9 years ago
  22. 586fc27 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  23. d615244 memory: Remove unreachable return statement by Gonglei · 9 years ago
  24. 3655cb9 memory: optimize qemu_get_ram_ptr and qemu_ram_ptr_length by Gonglei · 9 years ago
  25. 58eaa21 exec: store RAMBlock pointer into memory region by Gonglei · 9 years ago
  26. 90ce6e2 include: Clean up includes by Peter Maydell · 9 years ago
  27. f0c02d1 memory: Add address_space_init_shareable() by Peter Crosthwaite · 9 years ago
  28. 3cc8f88 memory: try to inline constant-length reads by Paolo Bonzini · 9 years ago
  29. 1619d1f memory: inline a few small accessors by Paolo Bonzini · 9 years ago
  30. a203ac7 memory: extract first iteration of address_space_read and address_space_write by Paolo Bonzini · 9 years ago
  31. 612263c memory: avoid unnecessary object_ref/unref by Paolo Bonzini · 9 years ago
  32. a676854 memory: reorder MemoryRegion fields by Paolo Bonzini · 9 years ago
  33. 49b24af exec: always call qemu_get_ram_ptr within rcu_read_lock by Paolo Bonzini · 9 years ago
  34. a788f22 memory: Allow replay of IOMMU mapping notifications by David Gibson · 9 years ago
  35. 67cc32e typofixes - v4 by Veres Lajos · 9 years ago
  36. b6af097 maint: remove / fix many doubled words by Daniel P. Berrange · 9 years ago
  37. 6d6d2ab Merge memory_region_init_reservation() into memory_region_init_io() by Pavel Fedin · 9 years ago
  38. deb809e memory: count number of active VGA logging clients by Paolo Bonzini · 9 years ago
  39. fba0a59 Stop including qemu-common.h in memory.h by Peter Maydell · 9 years ago
  40. 196ea13 memory: Add global-locking property to memory regions by Jan Kiszka · 10 years ago
  41. 677e780 memory: track DIRTY_MEMORY_CODE in mr->dirty_log_mask by Paolo Bonzini · 10 years ago
  42. b2dfd71 memory: prepare for multiple bits in the dirty log mask by Paolo Bonzini · 10 years ago
  43. 2d1a35b memory: differentiate memory_region_is_logging and memory_region_get_dirty_log_mask by Paolo Bonzini · 10 years ago
  44. dbddac6 memory: the only dirty memory flag for users is DIRTY_MEMORY_VGA by Paolo Bonzini · 10 years ago
  45. 41063e1 exec: move rcu_read_lock/unlock to address_space_translate callers by Paolo Bonzini · 10 years ago
  46. 06feaac Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  47. 37d7c08 memory: add memory_region_ram_resize by Paolo Bonzini · 10 years ago
  48. 5001311 exec.c: Add new address_space_ld*/st* functions by Peter Maydell · 10 years ago
  49. 5c9eb02 exec.c: Make address_space_rw take transaction attributes by Peter Maydell · 10 years ago
  50. 3b64349 memory: Replace io_mem_read/write with memory_region_dispatch_read/write by Peter Maydell · 10 years ago
  51. cc05c43 memory: Define API for MemoryRegionOps to take attrs and return status by Peter Maydell · 10 years ago
  52. 374f298 memory: protect current_map by RCU by Paolo Bonzini · 12 years ago
  53. 60786ef memory: API to allocate resizeable RAM MR by Michael S. Tsirkin · 10 years ago
  54. e7af4c6 memory: add memory_region_set_size by Michael S. Tsirkin · 10 years ago
  55. a2b257d memory: expose alignment used for allocating RAM as MemoryRegion API by Igor Mammedov · 10 years ago
  56. e4dc3f5 Add skip_dump flag to ignore memory region during dump by Nikunj A Dadhania · 10 years ago
  57. 33e0eb5 memory: add parameter errp to memory_region_init_rom_device by Hu Tao · 10 years ago
  58. 4994653 memory: add parameter errp to memory_region_init_ram by Hu Tao · 10 years ago
  59. 8d7b8cb iommu: add is_write as a parameter to the translate function of MemoryRegionIOMMUOps by Le Tan · 10 years ago
  60. 302fa28 Revert "memory: Use canonical path component as the name" by Peter Maydell · 10 years ago
  61. b0225c2 memory: Use canonical path component as the name by Peter Crosthwaite · 10 years ago
  62. 5d546d4 memory: constify memory_region_name by Peter Crosthwaite · 10 years ago
  63. 469b046 memory: remove memory_region_destroy by Paolo Bonzini · 11 years ago
  64. d33382d memory: MemoryRegion: Add may-overlap and priority props by Peter Crosthwaite · 11 years ago
  65. 22a893e memory: MemoryRegion: replace owner field with QOM parent by Paolo Bonzini · 11 years ago
  66. b4fefef memory: MemoryRegion: QOMify by Peter Crosthwaite · 11 years ago
  67. dbcb898 hostmem: add property to map memory with MAP_SHARED by Paolo Bonzini · 11 years ago
  68. a35ba7b hostmem: allow preallocation of any memory region by Paolo Bonzini · 11 years ago
  69. 7f56e74 memory: add error propagation to file-based RAM allocation by Paolo Bonzini · 11 years ago
  70. 0b183fc memory: move mem_path handling to memory_region_allocate_system_memory by Paolo Bonzini · 11 years ago
  71. eed2bac memory: add memory_region_is_mapped() API by Igor Mammedov · 11 years ago
  72. feca4ac memory: MemoryRegion: rename parent to container by Paolo Bonzini · 11 years ago
  73. edc1ba7 docs/memory.txt: Fix document on MMIO operations by Fam Zheng · 11 years ago
  74. 8e46bbf memory_region_present: return false if address is not found in child MemoryRegion by Igor Mammedov · 11 years ago
  75. c6c6958 memory: Add MemoryListener to typedefs.h by Edgar E. Iglesias · 11 years ago
  76. 1ab4c8c memory: split dirty bitmap into three by Juan Quintela · 11 years ago
  77. 5adca7a memory: use bit 2 for migration by Juan Quintela · 11 years ago
  78. 5215919 memory: cpu_physical_memory_mask_dirty_range() always clears a single flag by Juan Quintela · 11 years ago
  79. a1ff8ae memory: Change MemoryRegion priorities from unsigned to signed by Marcel Apfelbaum · 11 years ago
  80. 0075270 exec: separate current radix tree from the one being built by Paolo Bonzini · 12 years ago
  81. 89ae337 exec: move listener from AddressSpaceDispatch to AddressSpace by Paolo Bonzini · 12 years ago
  82. c2fc83e memory: move MemoryListener declaration earlier by Paolo Bonzini · 12 years ago
  83. 3ce1090 memory: introduce memory_region_present by Paolo Bonzini · 11 years ago
  84. 46637be memory: add ref/unref by Paolo Bonzini · 12 years ago
  85. 803c081 memory: add getter for owner by Paolo Bonzini · 12 years ago
  86. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  87. 5767e4e ioport: Move portio types to ioport.h by Jan Kiszka · 12 years ago
  88. 0659097 ioport: Remove unused old dispatching services by Jan Kiszka · 12 years ago
  89. b40acf9 ioport: Switch dispatching to memory core layer by Jan Kiszka · 12 years ago
  90. ce927ed hwaddr: Make hwaddr type usable beyond softmmu by Andreas Färber · 12 years ago
  91. 7dca804 memory: give name to every AddressSpace by Alexey Kardashevskiy · 12 years ago
  92. 0686657 memory: Add iommu map/unmap notifiers by David Gibson · 12 years ago
  93. 3095115 memory: iommu support by Avi Kivity · 12 years ago
  94. 052e87b memory: make section size a 128-bit integer by Paolo Bonzini · 12 years ago
  95. 99b9cc0 Revert "memory: limit sections in the radix tree to the actual address space size" by Paolo Bonzini · 12 years ago
  96. 5c8a00c exec: return MemoryRegion from address_space_translate by Paolo Bonzini · 12 years ago
  97. fd8aaa7 memory: add return value to address_space_rw/read/write by Paolo Bonzini · 12 years ago
  98. 51644ab memory: add address_space_access_valid by Paolo Bonzini · 12 years ago
  99. 149f54b memory: add address_space_translate by Paolo Bonzini · 12 years ago
  100. 86a8623 memory: limit sections in the radix tree to the actual address space size by Avi Kivity · 12 years ago