Age | Commit message (Expand) | Author |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster |
2019-05-24 | linux-user: Align mmap_find_vma to host page size | Richard Henderson |
2019-05-24 | linux-user: Fix shmat emulation by honoring host SHMLBA | Richard Henderson |
2019-01-11 | avoid TABs in files that only contain a few | Paolo Bonzini |
2018-07-31 | linux-user/mmap.c: handle invalid len maps correctly | Alex Bennée |
2018-06-28 | move public invalidate APIs out of translate-all.{c,h}, clean up | Paolo Bonzini |
2018-03-09 | linux-user: drop unused target_msync function | Max Filippov |
2018-03-09 | linux-user: fix target_mprotect/target_munmap error return values | Max Filippov |
2018-03-09 | linux-user: fix mmap/munmap/mprotect/mremap/shmat | Max Filippov |
2018-01-23 | linux-user/mmap.c: Avoid choosing NULL as start address | Maximilian Riemensberger |
2017-02-16 | linux-user: fix tcg/mmap test | Marc-André Lureau |
2017-02-14 | linux-user: drop __cygwin__ ifdef | Riku Voipio |
2016-10-31 | translate-all: add DEBUG_LOCKING asserts | Alex Bennée |
2016-10-21 | linux-user: use libc wrapper instead of direct mremap syscall | Felix Janda |
2016-06-16 | os-posix: include sys/mman.h | Paolo Bonzini |
2016-01-29 | linux-user: Clean up includes | Peter Maydell |
2016-01-11 | linux-user/mmap.c: Use end instead of real_end in target_mmap | Chen Gang |
2016-01-08 | linux-user/mmap.c: Always zero MAP_ANONYMOUS memory in mmap_frag() | Chen Gang |
2015-12-02 | translate-all: ensure host page mask is always extended with 1's | Paolo Bonzini |
2015-10-01 | linux-user: assert that target_mprotect cannot fail | Paolo Bonzini |
2015-08-24 | linux-user: remove useless macros GUEST_BASE and RESERVED_VA | Laurent Vivier |
2015-08-24 | linux-user: remove --enable-guest-base/--disable-guest-base | Laurent Vivier |
2015-06-05 | translate-all: remove unnecessary argument to tb_invalidate_phys_range | Paolo Bonzini |
2015-06-05 | exec: move functions to translate-all.h | Paolo Bonzini |
2013-07-22 | configure: Make NPTL non-optional | Peter Maydell |
2013-07-05 | linux-user: Do not ignore mmap failure from host | Jürg Billeter |
2012-08-04 | linux-user: Allocate the right amount of space for non-fixed file maps | Richard Henderson |
2012-05-19 | linux-user: Fix stale tbs after mmap | Alexander Graf |
2012-04-06 | linux-user: resolve reserved_va vma downwards | Peter Maydell |
2011-05-08 | Fix typo in comment (truely -> truly) | Stefan Weil |
2011-03-03 | linux-user: fix compile failure if !CONFIG_USE_GUEST_BASE | Peter Maydell |
2010-12-03 | linux-user: mmap_reserve() not controlled by RESERVED_VA | amateur |
2010-09-18 | linux-user: fix types in a comparison | Blue Swirl |
2010-07-30 | linux-user: fix build on hosts not using guest base | Aurelien Jarno |
2010-05-29 | Pre-allocate guest address space | Paul Brook |
2010-05-28 | linux-user: Use qemu-malloc.c. | Richard Henderson |
2010-05-05 | Remove PAGE_RESERVED | Paul Brook |
2010-03-12 | Fix usermode virtual address type | Paul Brook |
2010-03-12 | linux-user: Fix mmap_find_vma returning invalid addresses. | Richard Henderson |
2010-03-12 | linux-user: Use h2g_valid in qemu_vmalloc. | Richard Henderson |
2010-01-26 | mmap_frag() users only check for -1 error | Juan Quintela |
2010-01-26 | linux-user/mmap.c: fix warnings with _FORTIFY_SOURCE | Kirill A. Shutemov |
2009-09-25 | __thread should be before real type | Juan Quintela |
2009-09-05 | Fix Sparse warnings: add "static" | Blue Swirl |
2009-08-25 | linux-user: Rewrite mmap_find_vma() to work fine on 64-bit hosts with 32-bit ... | Kirill A. Shutemov |
2009-07-27 | rename USE_NPTL to CONFIG_USE_NPTL | Juan Quintela |
2009-07-20 | Fix most warnings (errors with -Werror) when debugging is enabled | Blue Swirl |
2009-07-16 | Update to a hopefully more future proof FSF address | Blue Swirl |
2009-06-16 | linux-user: initialize mmap_mutex properly | Nathan Froyd |
2009-06-16 | export mmap_find_vma for shmat | Riku Voipio |