aboutsummaryrefslogtreecommitdiff
path: root/include/exec/memory.h
AgeCommit message (Expand)Author
2018-03-06address_space_read: address_space_to_flatview needs RCU lockPaolo Bonzini
2018-03-06memory: inline some performance-sensitive accessorsPaolo Bonzini
2018-02-19mem: add share parameter to memory-backend-ramMarcel Apfelbaum
2018-02-13memory: hide memory_region_sync_dirty_bitmap behind DirtyBitmapSnapshotPaolo Bonzini
2018-02-13memory: remove memory_region_test_and_clear_dirtyPaolo Bonzini
2018-02-07Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-02-06memory/iommu: Add get_attr()Alexey Kardashevskiy
2018-02-05memory: update comments and fix some typosJay Zhou
2018-01-19hostmem-file: add "align" optionHaozhong Zhang
2017-12-18memory: remove unused memory_region_set_global_locking()Marc-André Lureau
2017-09-22memory: trace FlatView creation and destructionPaolo Bonzini
2017-09-22memory: Get rid of address_space_init_shareableAlexey Kardashevskiy
2017-09-21memory: Rework "info mtree" to print flat views and dispatch treesAlexey Kardashevskiy
2017-09-21memory: Switch memory from using AddressSpace to FlatViewAlexey Kardashevskiy
2017-09-21memory: Move AddressSpaceDispatch from AddressSpace to FlatViewAlexey Kardashevskiy
2017-09-21memory: Open code FlatView renderingAlexey Kardashevskiy
2017-09-04memory.h: Move MemTxResult type to memattrs.hPeter Maydell
2017-07-14memory.h: Add memory_region_init_{ram, rom, rom_device}() handling migrationPeter Maydell
2017-07-14memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()Peter Maydell
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell
2017-07-14memory: Document that the RAM MR initializers do not handle migrationPeter Maydell
2017-07-14memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy
2017-07-14memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy
2017-06-27exec: allow to get a pointer for some mmio memory regionKONRAD Frederic
2017-06-15memory: remove memory_region_set_fdMarc-André Lureau
2017-06-15Add memory_region_init_ram_from_fd()Marc-André Lureau
2017-06-04trivial: Remove unneeded ifndef in memory.hJuan Quintela
2017-05-25memory: remove the last param in memory_region_iommu_replay()Peter Xu
2017-05-25memory: tune last param of iommu_ops.translate()Peter Xu
2017-04-24memory: add support getting and using a dirty bitmap copy.Gerd Hoffmann
2017-04-20intel_iommu: provide its own replay() callbackPeter Xu
2017-04-20memory: add MemoryRegionIOMMUOps.replay() callbackPeter Xu
2017-04-20memory: introduce memory_region_notify_one()Peter Xu
2017-04-20memory: provide iommu_replay_all()Peter Xu
2017-04-20memory: provide IOMMU_NOTIFIER_FOREACH macroPeter Xu
2017-04-20memory: add section range info for IOMMU notifierPeter Xu
2017-04-03exec: revert MemoryRegionCachePaolo Bonzini
2017-03-14memory_region: Fix name commentsDr. David Alan Gilbert
2017-02-17virtio: use MemoryRegionCache to access descriptorsPaolo Bonzini
2017-01-27memory: hmp: add "-f" for "info mtree"Peter Xu
2017-01-16ramblock-notifier: newPaolo Bonzini
2017-01-10memory: handle alias in memory_region_is_iommu()Jason Wang
2017-01-10exec: introduce address_space_get_iotlb_entry()Jason Wang
2016-12-22exec: introduce MemoryRegionCachePaolo Bonzini
2016-12-22exec: introduce memory_ldst.inc.cPaolo Bonzini
2016-10-31memory: Don't use memcpy for ram_device regionsAlex Williamson
2016-10-31memory: Replace skip_dump flag with "ram_device"Alex Williamson
2016-10-24memory: add a per-AddressSpace list of listenersPaolo Bonzini
2016-10-24memory: eliminate global MemoryListenersPaolo Bonzini
2016-09-27migration: sync all address spacesPaolo Bonzini