aboutsummaryrefslogtreecommitdiff
path: root/linux-user/mmap.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-06accel/tcg: Access tcg_cflags with getter / setterPhilippe Mathieu-Daudé1-4/+4
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé1-0/+1
2024-05-06exec/cpu: Rename PAGE_BITS macro to PAGE_RWXBALATON Zoltan1-1/+1
2024-03-26linux-user: Fix shmat(NULL) for h != gIlya Leoshkevich1-1/+1
2024-03-01linux-user: Rewrite target_shmatRichard Henderson1-33/+133
2024-02-29linux-user: Split out mmap_h_gt_gRichard Henderson1-149/+139
2024-02-29linux-user: Split out mmap_h_lt_gRichard Henderson1-31/+153
2024-02-29linux-user: Split out mmap_h_eq_gRichard Henderson1-13/+55
2024-02-29linux-user: Use do_munmap for target_mmap failureRichard Henderson1-3/+3
2024-02-29linux-user: Split out do_munmapRichard Henderson1-7/+16
2024-02-29linux-user: Do early mmap placement only for reserved_vaRichard Henderson1-5/+7
2024-02-29linux-user: Split out mmap_endRichard Henderson1-30/+41
2024-02-29linux-user: Fix sub-host-page mmapRichard Henderson1-3/+2
2024-02-29linux-user: Move some mmap checks outside the lockRichard Henderson1-54/+53
2024-02-29linux-user: Split out target_mmap__lockedRichard Henderson1-27/+35
2024-02-29linux-user: Remove HOST_PAGE_ALIGN from mmap.cRichard Henderson1-7/+6
2024-02-29linux-user: Remove REAL_HOST_PAGE_ALIGN from mmap.cRichard Henderson1-1/+1
2024-02-29linux-user: Remove qemu_host_page_{size, mask} from mmap.cRichard Henderson1-33/+33
2023-10-27target/arm: Move feature test functions to their own headerPeter Maydell1-0/+4
2023-10-18linux-user: Propagate failure in mmap_reserve_or_unmap back to target_munmapRichard Henderson1-13/+17
2023-10-06linux-user/mmap.c: clean up local variable shadowingLaurent Vivier1-3/+3
2023-09-01linux-user: Track shm regions with an interval treeRichard Henderson1-28/+53
2023-09-01linux-user: Fix shmdtRichard Henderson1-3/+14
2023-09-01linux-user: Use WITH_MMAP_LOCK_GUARD in target_{shmat,shmdt}Richard Henderson1-52/+46
2023-09-01linux-user: Move shmat and shmdt implementations to mmap.cRichard Henderson1-0/+138
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