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