aboutsummaryrefslogtreecommitdiff
path: root/linux-user/mmap.c
AgeCommit message (Expand)Author
2020-03-20linux-user: Update TASK_UNMAPPED_BASE for aarch64Lirong Yuan
2019-12-19linux-user: convert target_munmap debug to a tracepointAlex Bennée
2019-12-19linux-user: log page table changes under -d pageAlex Bennée
2019-12-19linux-user: add target_mmap_complete tracepointAlex Bennée
2019-12-19linux-user: convert target_mmap debug to tracepointAlex Bennée
2019-12-19linux-user: convert target_mprotect debug to tracepointAlex Bennée
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-05-24linux-user: Align mmap_find_vma to host page sizeRichard Henderson
2019-05-24linux-user: Fix shmat emulation by honoring host SHMLBARichard Henderson
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2018-07-31linux-user/mmap.c: handle invalid len maps correctlyAlex Bennée
2018-06-28move public invalidate APIs out of translate-all.{c,h}, clean upPaolo Bonzini
2018-03-09linux-user: drop unused target_msync functionMax Filippov
2018-03-09linux-user: fix target_mprotect/target_munmap error return valuesMax Filippov
2018-03-09linux-user: fix mmap/munmap/mprotect/mremap/shmatMax Filippov
2018-01-23linux-user/mmap.c: Avoid choosing NULL as start addressMaximilian Riemensberger
2017-02-16linux-user: fix tcg/mmap testMarc-André Lureau
2017-02-14linux-user: drop __cygwin__ ifdefRiku Voipio
2016-10-31translate-all: add DEBUG_LOCKING assertsAlex Bennée
2016-10-21linux-user: use libc wrapper instead of direct mremap syscallFelix Janda
2016-06-16os-posix: include sys/mman.hPaolo Bonzini
2016-01-29linux-user: Clean up includesPeter Maydell
2016-01-11linux-user/mmap.c: Use end instead of real_end in target_mmapChen Gang
2016-01-08linux-user/mmap.c: Always zero MAP_ANONYMOUS memory in mmap_frag()Chen Gang
2015-12-02translate-all: ensure host page mask is always extended with 1'sPaolo Bonzini
2015-10-01linux-user: assert that target_mprotect cannot failPaolo Bonzini
2015-08-24linux-user: remove useless macros GUEST_BASE and RESERVED_VALaurent Vivier
2015-08-24linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier
2015-06-05translate-all: remove unnecessary argument to tb_invalidate_phys_rangePaolo Bonzini
2015-06-05exec: move functions to translate-all.hPaolo Bonzini
2013-07-22configure: Make NPTL non-optionalPeter Maydell
2013-07-05linux-user: Do not ignore mmap failure from hostJürg Billeter
2012-08-04linux-user: Allocate the right amount of space for non-fixed file mapsRichard Henderson
2012-05-19linux-user: Fix stale tbs after mmapAlexander Graf
2012-04-06linux-user: resolve reserved_va vma downwardsPeter Maydell
2011-05-08Fix typo in comment (truely -> truly)Stefan Weil
2011-03-03linux-user: fix compile failure if !CONFIG_USE_GUEST_BASEPeter Maydell
2010-12-03linux-user: mmap_reserve() not controlled by RESERVED_VAamateur
2010-09-18linux-user: fix types in a comparisonBlue Swirl
2010-07-30linux-user: fix build on hosts not using guest baseAurelien Jarno
2010-05-29Pre-allocate guest address spacePaul Brook
2010-05-28linux-user: Use qemu-malloc.c.Richard Henderson
2010-05-05Remove PAGE_RESERVEDPaul Brook
2010-03-12Fix usermode virtual address typePaul Brook
2010-03-12linux-user: Fix mmap_find_vma returning invalid addresses.Richard Henderson
2010-03-12linux-user: Use h2g_valid in qemu_vmalloc.Richard Henderson
2010-01-26mmap_frag() users only check for -1 errorJuan Quintela
2010-01-26linux-user/mmap.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov
2009-09-25__thread should be before real typeJuan Quintela
2009-09-05Fix Sparse warnings: add "static"Blue Swirl