aboutsummaryrefslogtreecommitdiff
path: root/linux-user/mmap.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-03linux-user: Add emulation for MADV_WIPEONFORK and MADV_KEEPONFORK in madvise()Helge Deller1-13/+43
2022-10-26accel/tcg: Call tb_invalidate_phys_page for PAGE_RESETRichard Henderson1-4/+0
2022-09-27linux-user/hppa: Allow PROT_GROWSUP and PROT_GROWSDOWN in mprotect()Helge Deller1-0/+2
2022-09-27linux-user: Passthrough MADV_DONTNEED for certain file mappingsIlya Leoshkevich1-5/+22
2022-09-27linux-user: Fix madvise(MADV_DONTNEED) on alphaIlya Leoshkevich1-1/+2
2022-09-27linux-user/hppa: Set TASK_UNMAPPED_BASE to 0xfa000000 for hppa archHelge Deller1-0/+4
2022-09-06linux-user: Clear translations on mprotect()Ilya Leoshkevich1-2/+4
2022-08-11linux-user/aarch64: Reset target data on MADV_DONTNEEDVitaly Buka1-0/+3
2022-07-29linux-user: Do not treat madvise()'s advice as a bitmaskIlya Leoshkevich1-1/+1
2022-06-24linux-user: Add partial support for MADV_DONTNEEDIlya Leoshkevich1-0/+64
2022-04-20linux-user: Expand log_page_dump inlineRichard Henderson1-1/+6
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau1-1/+1
2021-09-13linux-user: Split linux-user internals out of qemu.hPeter Maydell1-0/+1
2021-09-13linux-user: Split mmap prototypes into user-mmap.hPeter Maydell1-0/+1
2021-06-15linux-user: Set CF_PARALLEL when mapping shared memoryRichard Henderson1-0/+14
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