aboutsummaryrefslogtreecommitdiff
path: root/include/exec/memory.h
AgeCommit message (Expand)Author
2023-03-16exec/memory: Fix kernel-doc warningBernhard Beschow
2023-03-02memory: introduce memory_region_unmap_iommu_notifier_range()Jason Wang
2023-01-27intel-iommu: Document iova_treePeter Xu
2023-01-09exec/memory: Expose memory_region_access_valid()Philippe Mathieu-Daudé
2022-11-11Fix several typos in documentation (found by codespell)Stefan Weil
2022-11-07Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi
2022-11-07vfio: move implement of vfio_get_xlat_addr() to memory.cCindy Lu
2022-11-05Fix some typos in documentation and commentsStefan Weil
2022-07-20softmmu/dirtylimit: Implement vCPU dirtyrate calculation periodicallyHyman Huang(黄勇)
2022-06-15vfio-user: handle PCI BAR accessesJagannathan Raman
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau
2022-01-20exec/memory: Extract address_space_set() from dma_memory_set()Philippe Mathieu-Daudé
2022-01-18memory: Update description of memory_region_is_mapped()David Hildenbrand
2022-01-18memory: Make memory_region_is_mapped() succeed when mapped via an aliasDavid Hildenbrand
2021-11-01memory: Introduce replay_discarded callback for RamDiscardManagerDavid Hildenbrand
2021-11-01memory: make global_dirty_tracking a bitmaskHyman Huang(黄勇)
2021-09-30memory: Name all the memory listenersPeter Xu
2021-09-30memory: Add RAM_PROTECTED flag to skip IOMMU mappingsSean Christopherson
2021-07-08softmmu/physmem: Extend ram_block_discard_(require|disable) by two discard typesDavid Hildenbrand
2021-07-08memory: Helpers to copy/free a MemoryRegionSectionDavid Hildenbrand
2021-07-08memory: Introduce RamDiscardManager for RAM memory regionsDavid Hildenbrand
2021-06-15memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()David Hildenbrand
2021-06-15softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()David Hildenbrand
2021-06-15softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()David Hildenbrand
2021-06-05docs: fix broken referenceJohn Snow
2021-05-28Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into...Peter Maydell
2021-05-26exec/memory: Use correct type sizePhilippe Mathieu-Daudé
2021-05-26memory: Introduce log_sync_global() to memory listenerPeter Xu
2021-05-13migration/ram: Handle RAM block resizes during precopyDavid Hildenbrand
2021-03-23memory: Add offset_in_region to flatview_cb argumentsPeter Maydell
2021-03-23memory: Document flatview_for_each_range()Peter Maydell
2021-03-23memory: Make flatview_cb return bool, not intPeter Maydell
2021-03-19memory: Drop "qemu:" prefix from QOM memory region type namesMarkus Armbruster
2021-03-09exec/memory: Use struct Object typedefPhilippe Mathieu-Daudé
2021-02-09memory: alloc RAM from file at offsetJagannathan Raman
2021-02-09Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-02-08fuzz: ignore address_space_map is_write flagAlexander Bulekov
2021-02-08migration: support UFFD write fault processing in ram_save_iterate()Andrey Gruzdev
2021-02-08migration: introduce UFFD-WP low-level interface helpersAndrey Gruzdev
2021-02-01memory: add readonly support to memory_region_init_ram_from_file()Stefan Hajnoczi
2020-12-08memory: Add IOMMU_NOTIFIER_DEVIOTLB_UNMAP IOMMUTLBNotificationTypeEugenio Pérez
2020-12-08memory: Add IOMMUTLBEventEugenio Pérez
2020-12-08memory: Rename memory_region_notify_one to memory_region_notify_iommu_oneEugenio Pérez
2020-11-03memory: Add interface to set iommu page size maskBharat Bhushan
2020-10-26fuzz: Add fuzzer callbacks to DMA-read functionsAlexander Bulekov
2020-10-26fuzz: Declare DMA Read callback functionAlexander Bulekov
2020-10-26fuzz: Add DMA support to the generic-fuzzerAlexander Bulekov
2020-10-24memory: Add FlatView foreach functionAlexander Bulekov
2020-10-06memory: Explicitly tag doc comments for structsEduardo Habkost