COMMITS
/ include/exec/memory.h July 30, 2023
S
misc: Fix some typos in documentation and comments
Stefan Weil committed
June 20, 2023
I
exec/memory: Add symbol for the min value of memory listener priority
Isaku Yamahata committed
I
exec/memory: Add symbol for memory listener priority for device backend
Isaku Yamahata committed
I
exec/memory: Add symbolic value for memory listener priority for accel
Isaku Yamahata committed
June 7, 2023
S
exec/memory: Introduce RAM_NAMED_FILE flag
Steve Sistare committed
April 3, 2023
A
hostmem-file: add offset option
Alexander Graf committed
May 9, 2023
G
migration: Add last stage indicator to global dirty log
Gavin Shan committed
April 27, 2023
A
memory: prevent dma-reentracy issues
Alexander Bulekov committed
March 15, 2023
B
exec/memory: Fix kernel-doc warning
Bernhard Beschow committed
February 23, 2023
J
memory: introduce memory_region_unmap_iommu_notifier_range()
Jason Wang committed
January 9, 2023
P
intel-iommu: Document iova_tree
Peter Xu committed
December 17, 2022
P
exec/memory: Expose memory_region_access_valid()
Philippe Mathieu-Daudé committed
November 10, 2022
S
Fix several typos in documentation (found by codespell)
Stefan Weil committed
November 7, 2022
S
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging
Stefan Hajnoczi committed
October 31, 2022
C
vfio: move implement of vfio_get_xlat_addr() to memory.c
Cindy Lu committed
October 30, 2022
S
Fix some typos in documentation and comments
Stefan Weil committed
June 25, 2022
H
softmmu/dirtylimit: Implement vCPU dirtyrate calculation periodically
Hyman Huang(黄勇) committed
June 13, 2022
J
vfio-user: handle PCI BAR accesses
Jagannathan Raman committed
March 23, 2022
M
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau committed
M
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau committed
January 15, 2022
P
exec/memory: Extract address_space_set() from dma_memory_set()
Philippe Mathieu-Daudé committed
November 2, 2021
D
memory: Update description of memory_region_is_mapped()
David Hildenbrand committed
D
memory: Make memory_region_is_mapped() succeed when mapped via an alias
David Hildenbrand committed
October 11, 2021
D
memory: Introduce replay_discarded callback for RamDiscardManager
David Hildenbrand committed
June 29, 2021
H
memory: make global_dirty_tracking a bitmask
Hyman Huang(黄勇) committed
August 17, 2021
P
memory: Name all the memory listeners
Peter Xu committed
July 19, 2021
S
memory: Add RAM_PROTECTED flag to skip IOMMU mappings
Sean Christopherson committed
April 13, 2021
D
softmmu/physmem: Extend ram_block_discard_(require|disable) by two discard types
David Hildenbrand committed
D
memory: Helpers to copy/free a MemoryRegionSection
David Hildenbrand committed
D
memory: Introduce RamDiscardManager for RAM memory regions
David Hildenbrand committed
May 10, 2021
D
memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()
David Hildenbrand committed
D
softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()
David Hildenbrand committed
D
softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()
David Hildenbrand committed
May 11, 2021
J
docs: fix broken reference
John Snow committed
May 28, 2021
P
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into staging
Peter Maydell committed
May 18, 2021
P
exec/memory: Use correct type size
Philippe Mathieu-Daudé committed
May 6, 2021
P
memory: Introduce log_sync_global() to memory listener
Peter Xu committed
April 29, 2021
D
migration/ram: Handle RAM block resizes during precopy
David Hildenbrand committed
March 18, 2021
P
memory: Add offset_in_region to flatview_cb arguments
Peter Maydell committed
P
memory: Document flatview_for_each_range()
Peter Maydell committed
P
memory: Make flatview_cb return bool, not int
Peter Maydell committed
March 4, 2021
M
memory: Drop "qemu:" prefix from QOM memory region type names
Markus Armbruster committed
February 25, 2021
P
exec/memory: Use struct Object typedef
Philippe Mathieu-Daudé committed
January 29, 2021
J
memory: alloc RAM from file at offset
Jagannathan Raman committed
A
migration: support UFFD write fault processing in ram_save_iterate()
Andrey Gruzdev committed
A
migration: introduce UFFD-WP low-level interface helpers
Andrey Gruzdev committed
February 9, 2021
P
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging
Peter Maydell committed
January 20, 2021
A
fuzz: ignore address_space_map is_write flag
Alexander Bulekov committed
January 4, 2021
S
memory: add readonly support to memory_region_init_ram_from_file()
Stefan Hajnoczi committed
November 16, 2020
E
memory: Add IOMMU_NOTIFIER_DEVIOTLB_UNMAP IOMMUTLBNotificationType
Eugenio Pérez committed