aboutsummaryrefslogtreecommitdiff
path: root/linux-user/mmap.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-08linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.hRichard Henderson1-0/+1
2023-08-08linux-user: Adjust task_unmapped_base for reserved_vaRichard Henderson1-15/+3
2023-08-06linux-user: Remove last_brkRichard Henderson1-2/+0
2023-08-06linux-user: Fix MAP_FIXED_NOREPLACE on old kernelsAkihiko Odaki1-5/+17
2023-08-06linux-user: Unset MAP_FIXED_NOREPLACE for hostAkihiko Odaki1-5/+20
2023-07-23include/exec: Add WITH_MMAP_LOCK_GUARDRichard Henderson1-0/+1
2023-07-15linux-user: Simplify target_madviseRichard Henderson1-15/+4
2023-07-15linux-user: Remove can_passthrough_madviseRichard Henderson1-21/+3
2023-07-15linux-user: Simplify target_munmapRichard Henderson1-43/+4
2023-07-15linux-user: Rename mmap_reserve to mmap_reserve_or_unmapRichard Henderson1-13/+16
2023-07-15linux-user: Rewrite mmap_reserveRichard Henderson1-26/+42
2023-07-15linux-user: Use 'last' instead of 'end' in target_mmapRichard Henderson1-22/+23
2023-07-15linux-user: Use page_find_range_empty for mmap_find_vma_reservedRichard Henderson1-46/+6
2023-07-15linux-user: Rewrite mmap_fragRichard Henderson1-59/+60
2023-07-15linux-user: Rewrite target_mprotectRichard Henderson1-38/+66
2023-07-15linux-user: Widen target_mmap offset argument to off_tRichard Henderson1-6/+8
2023-07-15linux-user: Split out target_to_host_protRichard Henderson1-34/+44
2023-07-15linux-user: Implement MAP_FIXED_NOREPLACERichard Henderson1-3/+11
2023-07-15linux-user: Fix formatting of mmap.cRichard Henderson1-77/+122
2023-07-01linux-user: Avoid mmap of the last byte of the reserved_vaRichard Henderson1-4/+10
2023-03-28include/exec: Change reserved_va semantics to last byteRichard Henderson1-2/+2
2023-03-28accel/tcg: Pass last not end to page_reset_target_dataRichard Henderson1-1/+1
2023-03-28accel/tcg: Pass last not end to page_set_flagsRichard Henderson1-8/+8
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