1. 90d9946 util/mmap-alloc: Remove qemu_mempath_getpagesize() by Thomas Huth · 2 years, 7 months ago
  2. 8e3b0cb Replace qemu_real_host_page variables with inlined functions by Marc-André Lureau · 3 years ago
  3. cdcf766 Deprecate pmem=on with non-DAX capable backend file by Igor Mammedov · 4 years, 2 months ago
  4. d94e0bc util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE under Linux by David Hildenbrand · 3 years, 10 months ago
  5. 8dbe22c memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap() by David Hildenbrand · 3 years, 10 months ago
  6. b444f5c util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap() by David Hildenbrand · 3 years, 10 months ago
  7. d01cbf8 util/mmap-alloc: Factor out activating of memory to mmap_activate() by David Hildenbrand · 3 years, 10 months ago
  8. 01c26ad util/mmap-alloc: Factor out reserving of a memory region to mmap_reserve() by David Hildenbrand · 3 years, 10 months ago
  9. adad0b3 util/mmap-alloc: Factor out calculation of the pagesize for the guard page by David Hildenbrand · 3 years, 10 months ago
  10. 44a4ff3 memory: alloc RAM from file at offset by Jagannathan Raman · 4 years, 1 month ago
  11. 369d6dc memory: add readonly support to memory_region_init_ram_from_file() by Stefan Hajnoczi · 4 years, 2 months ago
  12. 038adc2 core: replace getpagesize() with qemu_real_host_page_size by Wei Yang · 5 years ago
  13. 119906af util/mmap-alloc: support MAP_SYNC in qemu_ram_mmap() by Zhang Yi · 6 years ago
  14. 2ac0f16 util/mmap-alloc: Add a 'is_pmem' parameter to qemu_ram_mmap by Zhang Yi · 6 years ago
  15. 53adb9d mmap-alloc: fix hugetlbfs misaligned length in ppc64 by Murilo Opsfelder Araujo · 6 years ago
  16. 2044c3e mmap-alloc: unfold qemu_ram_mmap() by Murilo Opsfelder Araujo · 6 years ago
  17. 0de6e2a Make qemu_mempath_getpagesize() accept NULL by David Gibson · 7 years ago
  18. 57d1f6d sparc: Make sure we mmap at SHMLBA alignment by Peter Maydell · 7 years ago
  19. 9c60766 exec, kvm, target-ppc: Move getrampagesize() to common code by Alexey Kardashevskiy · 8 years ago
  20. 6e4c890 util/mmap-alloc: refactor a little bit for readability by Cao jin · 8 years ago
  21. 4a3ecf2 util/mmap-alloc: check parameter before using by Cao jin · 8 years ago
  22. a9c9427 Use #include "..." for our own headers, <...> for others by Markus Armbruster · 9 years ago
  23. 02d0e09 os-posix: include sys/mman.h by Paolo Bonzini · 9 years ago
  24. aafd758 util: Clean up includes by Peter Maydell · 9 years ago
  25. 097a50d mmap-alloc: tweak a comment on ppc64 by Michael S. Tsirkin · 9 years ago
  26. 7197fb4 util/mmap-alloc: fix hugetlb support on ppc64 by Michael S. Tsirkin · 9 years ago
  27. 9d4ec93 mmap-alloc: fix error handling by Michael S. Tsirkin · 9 years ago
  28. 794e8f3 exec: factor out duplicate mmap code by Michael S. Tsirkin · 9 years ago