aboutsummaryrefslogtreecommitdiff
path: root/linux-user/mmap.c
AgeCommit message (Expand)Author
2023-08-08linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.hRichard Henderson
2023-08-08linux-user: Adjust task_unmapped_base for reserved_vaRichard Henderson
2023-08-06linux-user: Remove last_brkRichard Henderson
2023-08-06linux-user: Fix MAP_FIXED_NOREPLACE on old kernelsAkihiko Odaki
2023-08-06linux-user: Unset MAP_FIXED_NOREPLACE for hostAkihiko Odaki
2023-07-23include/exec: Add WITH_MMAP_LOCK_GUARDRichard Henderson
2023-07-15linux-user: Simplify target_madviseRichard Henderson
2023-07-15linux-user: Remove can_passthrough_madviseRichard Henderson
2023-07-15linux-user: Simplify target_munmapRichard Henderson
2023-07-15linux-user: Rename mmap_reserve to mmap_reserve_or_unmapRichard Henderson
2023-07-15linux-user: Rewrite mmap_reserveRichard Henderson
2023-07-15linux-user: Use 'last' instead of 'end' in target_mmapRichard Henderson
2023-07-15linux-user: Use page_find_range_empty for mmap_find_vma_reservedRichard Henderson
2023-07-15linux-user: Rewrite mmap_fragRichard Henderson
2023-07-15linux-user: Rewrite target_mprotectRichard Henderson
2023-07-15linux-user: Widen target_mmap offset argument to off_tRichard Henderson
2023-07-15linux-user: Split out target_to_host_protRichard Henderson
2023-07-15linux-user: Implement MAP_FIXED_NOREPLACERichard Henderson
2023-07-15linux-user: Fix formatting of mmap.cRichard Henderson
2023-07-01linux-user: Avoid mmap of the last byte of the reserved_vaRichard Henderson
2023-03-28include/exec: Change reserved_va semantics to last byteRichard Henderson
2023-03-28accel/tcg: Pass last not end to page_reset_target_dataRichard Henderson
2023-03-28accel/tcg: Pass last not end to page_set_flagsRichard Henderson
2023-02-03linux-user: Add emulation for MADV_WIPEONFORK and MADV_KEEPONFORK in madvise()Helge Deller
2022-10-26accel/tcg: Call tb_invalidate_phys_page for PAGE_RESETRichard Henderson
2022-09-27linux-user/hppa: Allow PROT_GROWSUP and PROT_GROWSDOWN in mprotect()Helge Deller
2022-09-27linux-user: Passthrough MADV_DONTNEED for certain file mappingsIlya Leoshkevich
2022-09-27linux-user: Fix madvise(MADV_DONTNEED) on alphaIlya Leoshkevich
2022-09-27linux-user/hppa: Set TASK_UNMAPPED_BASE to 0xfa000000 for hppa archHelge Deller
2022-09-06linux-user: Clear translations on mprotect()Ilya Leoshkevich
2022-08-11linux-user/aarch64: Reset target data on MADV_DONTNEEDVitaly Buka
2022-07-29linux-user: Do not treat madvise()'s advice as a bitmaskIlya Leoshkevich
2022-06-24linux-user: Add partial support for MADV_DONTNEEDIlya Leoshkevich
2022-04-20linux-user: Expand log_page_dump inlineRichard Henderson
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau
2021-09-13linux-user: Split linux-user internals out of qemu.hPeter Maydell
2021-09-13linux-user: Split mmap prototypes into user-mmap.hPeter Maydell
2021-06-15linux-user: Set CF_PARALLEL when mapping shared memoryRichard Henderson
2021-02-16linux-user/aarch64: Implement PROT_MTERichard Henderson
2021-02-16exec: Rename guest_{addr,range}_valid to *_untaggedRichard Henderson
2021-02-16exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson
2021-02-16linux-user: Introduce PAGE_ANONRichard Henderson
2021-02-16tcg: Introduce target-specific page data for user-onlyRichard Henderson
2021-02-13linux-user/mmap: Avoid asserts for out of range mremap callsRichard Purdie
2020-12-17linux-user/mmap.c: check range of mremap result in target address spaceTobias Koch
2020-10-27linux-user: Set PAGE_TARGET_1 for TARGET_PROT_BTIRichard Henderson
2020-08-23linux-user: Adjust guest page protection for the hostRichard Henderson
2020-08-23linux-user: Validate mmap/mprotect prot valueRichard Henderson
2020-06-08linux-user: detect overflow of MAP_FIXED mmapAlex Bennée
2020-06-05linux-user/mmap.c: fix integer underflow in target_mremapJonathan Marler