summaryrefslogtreecommitdiffstats
path: root/include/exec/memory.h
Commit message (Expand)AuthorAgeFilesLines
* Fix several typos in documentation (found by codespell)Stefan Weil2022-11-111-3/+3
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi2022-11-081-0/+4
|\
| * vfio: move implement of vfio_get_xlat_addr() to memory.cCindy Lu2022-11-071-0/+4
* | Fix some typos in documentation and commentsStefan Weil2022-11-051-1/+1
|/
* softmmu/dirtylimit: Implement vCPU dirtyrate calculation periodicallyHyman Huang(黄勇)2022-07-201-1/+4
* vfio-user: handle PCI BAR accessesJagannathan Raman2022-06-151-0/+3
* Replace TARGET_WORDS_BIGENDIANMarc-André Lureau2022-04-061-1/+1
* Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-061-1/+1
* exec/memory: Extract address_space_set() from dma_memory_set()Philippe Mathieu-Daudé2022-01-201-0/+16
* memory: Update description of memory_region_is_mapped()David Hildenbrand2022-01-181-1/+2
* memory: Make memory_region_is_mapped() succeed when mapped via an aliasDavid Hildenbrand2022-01-181-0/+1
* memory: Introduce replay_discarded callback for RamDiscardManagerDavid Hildenbrand2021-11-011-0/+21
* memory: make global_dirty_tracking a bitmaskHyman Huang(黄勇)2021-11-011-3/+17
* memory: Name all the memory listenersPeter Xu2021-09-301-0/+8
* memory: Add RAM_PROTECTED flag to skip IOMMU mappingsSean Christopherson2021-09-301-1/+14
* softmmu/physmem: Extend ram_block_discard_(require|disable) by two discard typesDavid Hildenbrand2021-07-081-2/+16
* memory: Helpers to copy/free a MemoryRegionSectionDavid Hildenbrand2021-07-081-0/+20
* memory: Introduce RamDiscardManager for RAM memory regionsDavid Hildenbrand2021-07-081-22/+264
* memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()David Hildenbrand2021-06-151-3/+12
* softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()David Hildenbrand2021-06-151-12/+12
* softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()David Hildenbrand2021-06-151-6/+3Star
* docs: fix broken referenceJohn Snow2021-06-051-1/+1
* Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into...Peter Maydell2021-05-281-1/+1
|\
| * exec/memory: Use correct type sizePhilippe Mathieu-Daudé2021-05-261-1/+1
* | memory: Introduce log_sync_global() to memory listenerPeter Xu2021-05-261-0/+12
|/
* migration/ram: Handle RAM block resizes during precopyDavid Hildenbrand2021-05-131-4/+6
* memory: Add offset_in_region to flatview_cb argumentsPeter Maydell2021-03-231-0/+2
* memory: Document flatview_for_each_range()Peter Maydell2021-03-231-2/+24
* memory: Make flatview_cb return bool, not intPeter Maydell2021-03-231-3/+3
* memory: Drop "qemu:" prefix from QOM memory region type namesMarkus Armbruster2021-03-191-2/+2
* exec/memory: Use struct Object typedefPhilippe Mathieu-Daudé2021-03-091-16/+16
* memory: alloc RAM from file at offsetJagannathan Raman2021-02-091-0/+2
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-02-091-5/+3Star
|\
| * fuzz: ignore address_space_map is_write flagAlexander Bulekov2021-02-081-5/+3Star
* | migration: support UFFD write fault processing in ram_save_iterate()Andrey Gruzdev2021-02-081-0/+7
* | migration: introduce UFFD-WP low-level interface helpersAndrey Gruzdev2021-02-081-0/+1
|/
* memory: add readonly support to memory_region_init_ram_from_file()Stefan Hajnoczi2021-02-011-0/+2
* memory: Add IOMMU_NOTIFIER_DEVIOTLB_UNMAP IOMMUTLBNotificationTypeEugenio Pérez2020-12-081-1/+6
* memory: Add IOMMUTLBEventEugenio Pérez2020-12-081-14/+13Star
* memory: Rename memory_region_notify_one to memory_region_notify_iommu_oneEugenio Pérez2020-12-081-3/+3
* memory: Add interface to set iommu page size maskBharat Bhushan2020-11-031-0/+38
* fuzz: Add fuzzer callbacks to DMA-read functionsAlexander Bulekov2020-10-261-0/+1
* fuzz: Declare DMA Read callback functionAlexander Bulekov2020-10-261-0/+8
* fuzz: Add DMA support to the generic-fuzzerAlexander Bulekov2020-10-261-0/+7
* memory: Add FlatView foreach functionAlexander Bulekov2020-10-241-0/+5
* memory: Explicitly tag doc comments for structsEduardo Habkost2020-10-061-3/+3
* exec: Remove MemoryRegion::global_locking fieldPhilippe Mathieu-Daudé2020-09-301-14/+0Star
* memory: Convert IOMMUMemoryRegionClass doc comment to kernel-docEduardo Habkost2020-09-301-9/+41
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-1/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-10/+4Star