summaryrefslogtreecommitdiffstats
path: root/linux-user/mmap.c
Commit message (Expand)AuthorAgeFilesLines
* linux-user/mmap.c: Avoid choosing NULL as start addressMaximilian Riemensberger2018-01-231-1/+1
* linux-user: fix tcg/mmap testMarc-André Lureau2017-02-161-3/+3
* linux-user: drop __cygwin__ ifdefRiku Voipio2017-02-141-3/+0Star
* translate-all: add DEBUG_LOCKING assertsAlex Bennée2016-10-311-0/+5
* linux-user: use libc wrapper instead of direct mremap syscallFelix Janda2016-10-211-10/+4Star
* os-posix: include sys/mman.hPaolo Bonzini2016-06-161-1/+0Star
* linux-user: Clean up includesPeter Maydell2016-01-291-8/+1Star
* linux-user/mmap.c: Use end instead of real_end in target_mmapChen Gang2016-01-111-1/+1
* linux-user/mmap.c: Always zero MAP_ANONYMOUS memory in mmap_frag()Chen Gang2016-01-081-1/+3
* translate-all: ensure host page mask is always extended with 1'sPaolo Bonzini2015-12-021-3/+1Star
* linux-user: assert that target_mprotect cannot failPaolo Bonzini2015-10-011-4/+1Star
* linux-user: remove useless macros GUEST_BASE and RESERVED_VALaurent Vivier2015-08-241-10/+10
* linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier2015-08-241-4/+0Star
* translate-all: remove unnecessary argument to tb_invalidate_phys_rangePaolo Bonzini2015-06-051-3/+3
* exec: move functions to translate-all.hPaolo Bonzini2015-06-051-0/+1
* configure: Make NPTL non-optionalPeter Maydell2013-07-221-11/+0Star
* linux-user: Do not ignore mmap failure from hostJürg Billeter2013-07-051-0/+4
* linux-user: Allocate the right amount of space for non-fixed file mapsRichard Henderson2012-08-041-11/+19
* linux-user: Fix stale tbs after mmapAlexander Graf2012-05-191-1/+5
* linux-user: resolve reserved_va vma downwardsPeter Maydell2012-04-061-11/+24
* Fix typo in comment (truely -> truly)Stefan Weil2011-05-081-1/+1
* linux-user: fix compile failure if !CONFIG_USE_GUEST_BASEPeter Maydell2011-03-031-0/+4
* linux-user: mmap_reserve() not controlled by RESERVED_VAamateur2010-12-031-1/+3
* linux-user: fix types in a comparisonBlue Swirl2010-09-181-1/+1
* linux-user: fix build on hosts not using guest baseAurelien Jarno2010-07-301-7/+7
* Pre-allocate guest address spacePaul Brook2010-05-291-6/+114
* linux-user: Use qemu-malloc.c.Richard Henderson2010-05-281-52/+0Star
* Remove PAGE_RESERVEDPaul Brook2010-05-051-19/+0Star
* Fix usermode virtual address typePaul Brook2010-03-131-1/+1
* linux-user: Fix mmap_find_vma returning invalid addresses.Richard Henderson2010-03-121-24/+78
* linux-user: Use h2g_valid in qemu_vmalloc.Richard Henderson2010-03-121-5/+4Star
* mmap_frag() users only check for -1 errorJuan Quintela2010-01-261-1/+1
* linux-user/mmap.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov2010-01-261-2/+4
* __thread should be before real typeJuan Quintela2009-09-251-1/+1
* Fix Sparse warnings: add "static"Blue Swirl2009-09-051-1/+1
* linux-user: Rewrite mmap_find_vma() to work fine on 64-bit hosts with 32-bit ...Kirill A. Shutemov2009-08-251-36/+43
* rename USE_NPTL to CONFIG_USE_NPTLJuan Quintela2009-07-271-1/+1
* Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl2009-07-201-7/+9
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-3/+1Star
* linux-user: initialize mmap_mutex properlyNathan Froyd2009-06-161-1/+1
* export mmap_find_vma for shmatRiku Voipio2009-06-161-1/+1
* Partialy fix mmap at EOF for large pagesize targets in user-mode.edgar_igl2009-02-041-2/+37
* Fix qemu_malloc.malc2009-01-281-0/+2
* linux-user: add qemu_realloc() implementation to unbreak the build (Gerd Hoff...aliguori2009-01-231-0/+13
* Fix more FSF addressesblueswir12009-01-051-1/+2
* Fix mremap, based on patch by Kirill A. Shutemovblueswir12008-12-151-8/+11
* Fix compiling without MREMAP_FIXEDblueswir12008-12-111-1/+4
* linux-user: mremap(): handle MREMAP_FIXED and MREMAP_MAYMOVE correctlyaurel322008-12-081-6/+28
* linux-user: mmap: add check if requested memory area fits target address spaceaurel322008-12-081-0/+10
* Include qemu-common.h in order to get prototypes for qemu_malloc etc.blueswir12008-10-021-0/+1