Age | Commit message (Expand) | Author | Files | Lines |
2023-05-23 | hostmem-file: add offset option | Alexander Graf | 1 | -0/+2 |
2023-05-18 | migration: Add last stage indicator to global dirty log | Gavin Shan | 1 | -2/+7 |
2023-04-28 | memory: prevent dma-reentracy issues | Alexander Bulekov | 1 | -0/+5 |
2023-03-16 | exec/memory: Fix kernel-doc warning | Bernhard Beschow | 1 | -1/+1 |
2023-03-02 | memory: introduce memory_region_unmap_iommu_notifier_range() | Jason Wang | 1 | -0/+10 |
2023-01-27 | intel-iommu: Document iova_tree | Peter Xu | 1 | -0/+26 |
2023-01-09 | exec/memory: Expose memory_region_access_valid() | Philippe Mathieu-Daudé | 1 | -0/+4 |
2022-11-11 | Fix several typos in documentation (found by codespell) | Stefan Weil | 1 | -3/+3 |
2022-11-07 | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ... | Stefan Hajnoczi | 1 | -0/+4 |
2022-11-07 | vfio: move implement of vfio_get_xlat_addr() to memory.c | Cindy Lu | 1 | -0/+4 |
2022-11-05 | Fix some typos in documentation and comments | Stefan Weil | 1 | -1/+1 |
2022-07-20 | softmmu/dirtylimit: Implement vCPU dirtyrate calculation periodically | Hyman Huang(黄勇) | 1 | -1/+4 |
2022-06-15 | vfio-user: handle PCI BAR accesses | Jagannathan Raman | 1 | -0/+3 |
2022-04-06 | Replace TARGET_WORDS_BIGENDIAN | Marc-André Lureau | 1 | -1/+1 |
2022-04-06 | Replace config-time define HOST_WORDS_BIGENDIAN | Marc-André Lureau | 1 | -1/+1 |
2022-01-20 | exec/memory: Extract address_space_set() from dma_memory_set() | Philippe Mathieu-Daudé | 1 | -0/+16 |
2022-01-18 | memory: Update description of memory_region_is_mapped() | David Hildenbrand | 1 | -1/+2 |
2022-01-18 | memory: Make memory_region_is_mapped() succeed when mapped via an alias | David Hildenbrand | 1 | -0/+1 |
2021-11-01 | memory: Introduce replay_discarded callback for RamDiscardManager | David Hildenbrand | 1 | -0/+21 |
2021-11-01 | memory: make global_dirty_tracking a bitmask | Hyman Huang(黄勇) | 1 | -3/+17 |
2021-09-30 | memory: Name all the memory listeners | Peter Xu | 1 | -0/+8 |
2021-09-30 | memory: Add RAM_PROTECTED flag to skip IOMMU mappings | Sean Christopherson | 1 | -1/+14 |
2021-07-08 | softmmu/physmem: Extend ram_block_discard_(require|disable) by two discard types | David Hildenbrand | 1 | -2/+16 |
2021-07-08 | memory: Helpers to copy/free a MemoryRegionSection | David Hildenbrand | 1 | -0/+20 |
2021-07-08 | memory: Introduce RamDiscardManager for RAM memory regions | David Hildenbrand | 1 | -22/+264 |
2021-06-15 | memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap() | David Hildenbrand | 1 | -3/+12 |
2021-06-15 | softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate() | David Hildenbrand | 1 | -12/+12 |
2021-06-15 | softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd() | David Hildenbrand | 1 | -6/+3 |
2021-06-05 | docs: fix broken reference | John Snow | 1 | -1/+1 |
2021-05-28 | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into... | Peter Maydell | 1 | -1/+1 |
2021-05-26 | exec/memory: Use correct type size | Philippe Mathieu-Daudé | 1 | -1/+1 |
2021-05-26 | memory: Introduce log_sync_global() to memory listener | Peter Xu | 1 | -0/+12 |
2021-05-13 | migration/ram: Handle RAM block resizes during precopy | David Hildenbrand | 1 | -4/+6 |
2021-03-23 | memory: Add offset_in_region to flatview_cb arguments | Peter Maydell | 1 | -0/+2 |
2021-03-23 | memory: Document flatview_for_each_range() | Peter Maydell | 1 | -2/+24 |
2021-03-23 | memory: Make flatview_cb return bool, not int | Peter Maydell | 1 | -3/+3 |
2021-03-19 | memory: Drop "qemu:" prefix from QOM memory region type names | Markus Armbruster | 1 | -2/+2 |
2021-03-09 | exec/memory: Use struct Object typedef | Philippe Mathieu-Daudé | 1 | -16/+16 |
2021-02-09 | memory: alloc RAM from file at offset | Jagannathan Raman | 1 | -0/+2 |
2021-02-09 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 1 | -5/+3 |
2021-02-08 | fuzz: ignore address_space_map is_write flag | Alexander Bulekov | 1 | -5/+3 |
2021-02-08 | migration: support UFFD write fault processing in ram_save_iterate() | Andrey Gruzdev | 1 | -0/+7 |
2021-02-08 | migration: introduce UFFD-WP low-level interface helpers | Andrey Gruzdev | 1 | -0/+1 |
2021-02-01 | memory: add readonly support to memory_region_init_ram_from_file() | Stefan Hajnoczi | 1 | -0/+2 |
2020-12-08 | memory: Add IOMMU_NOTIFIER_DEVIOTLB_UNMAP IOMMUTLBNotificationType | Eugenio Pérez | 1 | -1/+6 |
2020-12-08 | memory: Add IOMMUTLBEvent | Eugenio Pérez | 1 | -14/+13 |
2020-12-08 | memory: Rename memory_region_notify_one to memory_region_notify_iommu_one | Eugenio Pérez | 1 | -3/+3 |
2020-11-03 | memory: Add interface to set iommu page size mask | Bharat Bhushan | 1 | -0/+38 |
2020-10-26 | fuzz: Add fuzzer callbacks to DMA-read functions | Alexander Bulekov | 1 | -0/+1 |
2020-10-26 | fuzz: Declare DMA Read callback function | Alexander Bulekov | 1 | -0/+8 |