aboutsummaryrefslogtreecommitdiff
path: root/include/exec/memory.h
AgeCommit message (Expand)Author
2018-06-28memory/hmp: Print owners/parents in "info mtree"Alexey Kardashevskiy
2018-06-15iommu: Add IOMMU index argument to translate methodPeter Maydell
2018-06-15iommu: Add IOMMU index argument to notifier APIsPeter Maydell
2018-06-15iommu: Add IOMMU index concept to IOMMU APIPeter Maydell
2018-06-01Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-06-01memory: get rid of memory_region_init_reservationPaolo Bonzini
2018-06-01memory.h: Fix typo in documentation commentPeter Maydell
2018-05-31Make address_space_get_iotlb_entry() take a MemTxAttrs argumentPeter Maydell
2018-05-31Make flatview_translate() take a MemTxAttrs argumentPeter Maydell
2018-05-31Make MemoryRegion valid.accepts callback take a MemTxAttrs argumentPeter Maydell
2018-05-31Make address_space_access_valid() take a MemTxAttrs argumentPeter Maydell
2018-05-31Make address_space_map() take a MemTxAttrs argumentPeter Maydell
2018-05-31Make address_space_translate{, _cached}() take a MemTxAttrs argumentPeter Maydell
2018-05-31memory.h: Improve IOMMU related documentationPeter Maydell
2018-05-09exec: reintroduce MemoryRegion cachingPaolo Bonzini
2018-05-09exec: move memory access declarations to a common header, inline *_phys funct...Paolo Bonzini
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