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