aboutsummaryrefslogtreecommitdiff
path: root/linux-user/mmap.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-16linux-user/aarch64: Implement PROT_MTERichard Henderson1-8/+14
2021-02-16exec: Rename guest_{addr,range}_valid to *_untaggedRichard Henderson1-7/+7
2021-02-16exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson1-21/+24
2021-02-16linux-user: Introduce PAGE_ANONRichard Henderson1-0/+3
2021-02-16tcg: Introduce target-specific page data for user-onlyRichard Henderson1-1/+3
2021-02-13linux-user/mmap: Avoid asserts for out of range mremap callsRichard Purdie1-1/+3
2020-12-17linux-user/mmap.c: check range of mremap result in target address spaceTobias Koch1-9/+12
2020-10-27linux-user: Set PAGE_TARGET_1 for TARGET_PROT_BTIRichard Henderson1-0/+16
2020-08-23linux-user: Adjust guest page protection for the hostRichard Henderson1-1/+5
2020-08-23linux-user: Validate mmap/mprotect prot valueRichard Henderson1-33/+73
2020-06-08linux-user: detect overflow of MAP_FIXED mmapAlex Bennée1-1/+1
2020-06-05linux-user/mmap.c: fix integer underflow in target_mremapJonathan Marler1-1/+1
2020-03-20linux-user: Update TASK_UNMAPPED_BASE for aarch64Lirong Yuan1-0/+4
2019-12-19linux-user: convert target_munmap debug to a tracepointAlex Bennée1-7/+2
2019-12-19linux-user: log page table changes under -d pageAlex Bennée1-4/+4
2019-12-19linux-user: add target_mmap_complete tracepointAlex Bennée1-1/+1
2019-12-19linux-user: convert target_mmap debug to tracepointAlex Bennée1-26/+1
2019-12-19linux-user: convert target_mprotect debug to tracepointAlex Bennée1-8/+2
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-05-24linux-user: Align mmap_find_vma to host page sizeRichard Henderson1-0/+2
2019-05-24linux-user: Fix shmat emulation by honoring host SHMLBARichard Henderson1-33/+37
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-5/+5
2018-07-31linux-user/mmap.c: handle invalid len maps correctlyAlex Bennée1-3/+12
2018-06-28move public invalidate APIs out of translate-all.{c,h}, clean upPaolo Bonzini1-1/+0
2018-03-09linux-user: drop unused target_msync functionMax Filippov1-17/+0
2018-03-09linux-user: fix target_mprotect/target_munmap error return valuesMax Filippov1-4/+4
2018-03-09linux-user: fix mmap/munmap/mprotect/mremap/shmatMax Filippov1-5/+15
2018-01-23linux-user/mmap.c: Avoid choosing NULL as start addressMaximilian Riemensberger1-1/+1
2017-02-16linux-user: fix tcg/mmap testMarc-André Lureau1-3/+3
2017-02-14linux-user: drop __cygwin__ ifdefRiku Voipio1-3/+0
2016-10-31translate-all: add DEBUG_LOCKING assertsAlex Bennée1-0/+5
2016-10-21linux-user: use libc wrapper instead of direct mremap syscallFelix Janda1-10/+4
2016-06-16os-posix: include sys/mman.hPaolo Bonzini1-1/+0
2016-01-29linux-user: Clean up includesPeter Maydell1-8/+1
2016-01-11linux-user/mmap.c: Use end instead of real_end in target_mmapChen Gang1-1/+1
2016-01-08linux-user/mmap.c: Always zero MAP_ANONYMOUS memory in mmap_frag()Chen Gang1-1/+3
2015-12-02translate-all: ensure host page mask is always extended with 1'sPaolo Bonzini1-3/+1
2015-10-01linux-user: assert that target_mprotect cannot failPaolo Bonzini1-4/+1
2015-08-24linux-user: remove useless macros GUEST_BASE and RESERVED_VALaurent Vivier1-10/+10
2015-08-24linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier1-4/+0
2015-06-05translate-all: remove unnecessary argument to tb_invalidate_phys_rangePaolo Bonzini1-3/+3
2015-06-05exec: move functions to translate-all.hPaolo Bonzini1-0/+1
2013-07-22configure: Make NPTL non-optionalPeter Maydell1-11/+0
2013-07-05linux-user: Do not ignore mmap failure from hostJürg Billeter1-0/+4
2012-08-04linux-user: Allocate the right amount of space for non-fixed file mapsRichard Henderson1-11/+19
2012-05-19linux-user: Fix stale tbs after mmapAlexander Graf1-1/+5
2012-04-06linux-user: resolve reserved_va vma downwardsPeter Maydell1-11/+24
2011-05-08Fix typo in comment (truely -> truly)Stefan Weil1-1/+1
2011-03-03linux-user: fix compile failure if !CONFIG_USE_GUEST_BASEPeter Maydell1-0/+4
2010-12-03linux-user: mmap_reserve() not controlled by RESERVED_VAamateur1-1/+3