summaryrefslogtreecommitdiffstats
path: root/linux-user/mmap.c
Commit message (Expand)AuthorAgeFilesLines
* linux-user: assert that target_mprotect cannot failPaolo Bonzini2015-10-011-4/+1
* 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/+0
* 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/+0
* 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/+0
* Remove PAGE_RESERVEDPaul Brook2010-05-051-19/+0
* Fix usermode virtual address typePaul Brook2010-03-121-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/+4
* 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/+1
* 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-031-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
* Prevent guest reusing host memory allocations.pbrook2008-06-091-0/+46
* Multithreaded locking fixes.pbrook2008-06-071-0/+16
* Multithreaded locking for mmap().pbrook2008-06-021-27/+73
* Mark host brk() area as reserved.pbrook2008-05-311-0/+16
* Teach mmap to not overwrite reserved pages and fix brk return value (Richard ...balrog2008-04-261-1/+12
* Cope with arch-specific page protection flags in mmap (Richard Purdie).balrog2008-04-241-2/+1
* Use TARGET_FMT_lx.edgar_igl2008-03-141-2/+1
* Mark host pages as reserved (Magnus Damm).balrog2007-12-121-1/+1
* fixed target_mmap() if host page size < TARGET_PAGE_SIZEbellard2007-11-141-138/+126
* Fix compiler warnings, by Stefan Weil.ths2007-11-021-21/+23
OpenPOWER on IntegriCloud