1. 95059f9 include/exec: Change reserved_va semantics to last byte by Richard Henderson · 2 years ago
  2. 10310cb accel/tcg: Pass last not end to page_reset_target_data by Richard Henderson · 2 years ago
  3. 49840a4 accel/tcg: Pass last not end to page_set_flags by Richard Henderson · 2 years ago
  4. 4530deb linux-user: Add emulation for MADV_WIPEONFORK and MADV_KEEPONFORK in madvise() by Helge Deller · 2 years, 2 months ago
  5. 8f39e01 accel/tcg: Call tb_invalidate_phys_page for PAGE_RESET by Richard Henderson · 2 years, 5 months ago
  6. 4c184e7 linux-user/hppa: Allow PROT_GROWSUP and PROT_GROWSDOWN in mprotect() by Helge Deller · 2 years, 5 months ago
  7. f93b769 linux-user: Passthrough MADV_DONTNEED for certain file mappings by Ilya Leoshkevich · 2 years, 6 months ago
  8. 8655b4c linux-user: Fix madvise(MADV_DONTNEED) on alpha by Ilya Leoshkevich · 2 years, 6 months ago
  9. 9c9b5d7 linux-user/hppa: Set TASK_UNMAPPED_BASE to 0xfa000000 for hppa arch by Helge Deller · 2 years, 5 months ago
  10. aa98e2d linux-user: Clear translations on mprotect() by Ilya Leoshkevich · 2 years, 6 months ago
  11. dbbf897 linux-user/aarch64: Reset target data on MADV_DONTNEED by Vitaly Buka · 2 years, 7 months ago
  12. f71fa4e linux-user: Do not treat madvise()'s advice as a bitmask by Ilya Leoshkevich · 2 years, 7 months ago
  13. 892a4f6 linux-user: Add partial support for MADV_DONTNEED by Ilya Leoshkevich · 2 years, 8 months ago
  14. 93756fd linux-user: Expand log_page_dump inline by Richard Henderson · 2 years, 10 months ago
  15. 8e3b0cb Replace qemu_real_host_page variables with inlined functions by Marc-André Lureau · 2 years, 11 months ago
  16. 3b249d2 linux-user: Split linux-user internals out of qemu.h by Peter Maydell · 3 years, 5 months ago
  17. 5423e6d linux-user: Split mmap prototypes into user-mmap.h by Peter Maydell · 3 years, 5 months ago
  18. 228168c linux-user: Set CF_PARALLEL when mapping shared memory by Richard Henderson · 3 years, 8 months ago
  19. d109b46 linux-user/aarch64: Implement PROT_MTE by Richard Henderson · 4 years ago
  20. 46b12f4 exec: Rename guest_{addr,range}_valid to *_untagged by Richard Henderson · 4 years ago
  21. 3e8f162 exec: Use cpu_untagged_addr in g2h; split out g2h_untagged by Richard Henderson · 4 years ago
  22. 26bab75 linux-user: Introduce PAGE_ANON by Richard Henderson · 4 years ago
  23. d9c5858 tcg: Introduce target-specific page data for user-only by Richard Henderson · 4 years ago
  24. ccc5ccc linux-user/mmap: Avoid asserts for out of range mremap calls by Richard Purdie · 4 years, 1 month ago
  25. 56d1908 linux-user/mmap.c: check range of mremap result in target address space by Tobias Koch · 4 years, 4 months ago
  26. be5d6f4 linux-user: Set PAGE_TARGET_1 for TARGET_PROT_BTI by Richard Henderson · 4 years, 4 months ago
  27. 4eaa960 linux-user: Adjust guest page protection for the host by Richard Henderson · 4 years, 9 months ago
  28. 9dba3ca linux-user: Validate mmap/mprotect prot value by Richard Henderson · 4 years, 9 months ago
  29. 8ef6188 linux-user: detect overflow of MAP_FIXED mmap by Alex Bennée · 4 years, 9 months ago
  30. 257a7e2 linux-user/mmap.c: fix integer underflow in target_mremap by Jonathan Marler · 4 years, 10 months ago
  31. aab613f linux-user: Update TASK_UNMAPPED_BASE for aarch64 by Lirong Yuan · 5 years ago
  32. b7b18d2 linux-user: convert target_munmap debug to a tracepoint by Alex Bennée · 5 years ago
  33. 10d0d50 linux-user: log page table changes under -d page by Alex Bennée · 5 years ago
  34. d0e165a linux-user: add target_mmap_complete tracepoint by Alex Bennée · 5 years ago
  35. 5a67bb9 linux-user: convert target_mmap debug to tracepoint by Alex Bennée · 5 years ago
  36. 11d9605 linux-user: convert target_mprotect debug to tracepoint by Alex Bennée · 5 years ago
  37. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  38. 443b750 linux-user: Align mmap_find_vma to host page size by Richard Henderson · 6 years ago
  39. 30ab9ef linux-user: Fix shmat emulation by honoring host SHMLBA by Richard Henderson · 6 years ago
  40. 7d37435 avoid TABs in files that only contain a few by Paolo Bonzini · 6 years ago
  41. 38138fa linux-user/mmap.c: handle invalid len maps correctly by Alex Bennée · 7 years ago
  42. 8bca9a0 move public invalidate APIs out of translate-all.{c,h}, clean up by Paolo Bonzini · 7 years ago
  43. 41c97cc linux-user: drop unused target_msync function by Max Filippov · 7 years ago
  44. 78cf339 linux-user: fix target_mprotect/target_munmap error return values by Max Filippov · 7 years ago
  45. ebf9a36 linux-user: fix mmap/munmap/mprotect/mremap/shmat by Max Filippov · 7 years ago
  46. 95e6d43 linux-user/mmap.c: Avoid choosing NULL as start address by Maximilian Riemensberger · 7 years ago
  47. 35f2fd0 linux-user: fix tcg/mmap test by Marc-André Lureau · 8 years ago
  48. 5fbf66e linux-user: drop __cygwin__ ifdef by Riku Voipio · 8 years ago
  49. 301e40e translate-all: add DEBUG_LOCKING asserts by Alex Bennée · 8 years ago
  50. 52956a9 linux-user: use libc wrapper instead of direct mremap syscall by Felix Janda · 8 years ago
  51. 02d0e09 os-posix: include sys/mman.h by Paolo Bonzini · 9 years ago
  52. d39594e linux-user: Clean up includes by Peter Maydell · 9 years ago
  53. 530c003 linux-user/mmap.c: Use end instead of real_end in target_mmap by Chen Gang · 9 years ago
  54. e6deac9 linux-user/mmap.c: Always zero MAP_ANONYMOUS memory in mmap_frag() by Chen Gang · 9 years ago
  55. 0c2d70c translate-all: ensure host page mask is always extended with 1's by Paolo Bonzini · 9 years ago
  56. 86abac0 linux-user: assert that target_mprotect cannot fail by Paolo Bonzini · 9 years ago
  57. b76f21a linux-user: remove useless macros GUEST_BASE and RESERVED_VA by Laurent Vivier · 9 years ago
  58. 4cbea59 linux-user: remove --enable-guest-base/--disable-guest-base by Laurent Vivier · 9 years ago
  59. 3586533 translate-all: remove unnecessary argument to tb_invalidate_phys_range by Paolo Bonzini · 10 years ago
  60. 1652b97 exec: move functions to translate-all.h by Paolo Bonzini · 10 years ago
  61. 24cb36a configure: Make NPTL non-optional by Peter Maydell · 12 years ago
  62. 8384274 linux-user: Do not ignore mmap failure from host by Jürg Billeter · 12 years ago
  63. a5e7ee4 linux-user: Allocate the right amount of space for non-fixed file maps by Richard Henderson · 13 years ago
  64. 77a8f1a linux-user: Fix stale tbs after mmap by Alexander Graf · 13 years ago
  65. 59e9d91 linux-user: resolve reserved_va vma downwards by Peter Maydell · 13 years ago
  66. 8186e78 Fix typo in comment (truely -> truly) by Stefan Weil · 14 years ago
  67. 4e65571 linux-user: fix compile failure if !CONFIG_USE_GUEST_BASE by Peter Maydell · 14 years ago
  68. c65ffe6 linux-user: mmap_reserve() not controlled by RESERVED_VA by amateur · 14 years ago
  69. d0b3e4f linux-user: fix types in a comparison by Blue Swirl · 14 years ago
  70. 18e9ea8 linux-user: fix build on hosts not using guest base by Aurelien Jarno · 15 years ago
  71. 68a1c81 Pre-allocate guest address space by Paul Brook · 15 years ago
  72. 680c877 linux-user: Use qemu-malloc.c. by Richard Henderson · 15 years ago
  73. 2e9a571 Remove PAGE_RESERVED by Paul Brook · 15 years ago
  74. b480d9b Fix usermode virtual address type by Paul Brook · 15 years ago
  75. 14f24e1 linux-user: Fix mmap_find_vma returning invalid addresses. by Richard Henderson · 15 years ago
  76. 7bc7b09 linux-user: Use h2g_valid in qemu_vmalloc. by Richard Henderson · 15 years ago
  77. ee63650 mmap_frag() users only check for -1 error by Juan Quintela · 15 years ago
  78. fb7e378 linux-user/mmap.c: fix warnings with _FORTIFY_SOURCE by Kirill A. Shutemov · 15 years ago
  79. dfd3f85 __thread should be before real type by Juan Quintela · 15 years ago
  80. 1e6eec8 Fix Sparse warnings: add "static" by Blue Swirl · 15 years ago
  81. fe3b415 linux-user: Rewrite mmap_find_vma() to work fine on 64-bit hosts with 32-bit targets by Kirill A. Shutemov · 16 years ago
  82. 2f7bb87 rename USE_NPTL to CONFIG_USE_NPTL by Juan Quintela · 16 years ago
  83. 0bf9e31 Fix most warnings (errors with -Werror) when debugging is enabled by Blue Swirl · 16 years ago
  84. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 16 years ago
  85. df377d0 linux-user: initialize mmap_mutex properly by Nathan Froyd · 16 years ago
  86. 9ad197d export mmap_find_vma for shmat by Riku Voipio · 16 years ago
  87. 54c5a2a Partialy fix mmap at EOF for large pagesize targets in user-mode. by edgar_igl · 16 years ago
  88. baa8c60 Fix qemu_malloc. by malc · 16 years ago
  89. 1a6f0db linux-user: add qemu_realloc() implementation to unbreak the build (Gerd Hoffman) by aliguori · 16 years ago
  90. 530e761 Fix more FSF addresses by blueswir1 · 16 years ago
  91. 3af72a4 Fix mremap, based on patch by Kirill A. Shutemov by blueswir1 · 16 years ago
  92. 5caf7bb Fix compiling without MREMAP_FIXED by blueswir1 · 16 years ago
  93. f19412a linux-user: mremap(): handle MREMAP_FIXED and MREMAP_MAYMOVE correctly by aurel32 · 16 years ago
  94. 45bc1f5 linux-user: mmap: add check if requested memory area fits target address space by aurel32 · 16 years ago
  95. 78f5bf1 Include qemu-common.h in order to get prototypes for qemu_malloc etc. by blueswir1 · 16 years ago
  96. 17e2377 Prevent guest reusing host memory allocations. by pbrook · 17 years ago
  97. d597536 Multithreaded locking fixes. by pbrook · 17 years ago
  98. c8a706f Multithreaded locking for mmap(). by pbrook · 17 years ago
  99. 0776590 Mark host brk() area as reserved. by pbrook · 17 years ago
  100. 7ab240a Teach mmap to not overwrite reserved pages and fix brk return value (Richard Purdie). by balrog · 17 years ago