aboutsummaryrefslogtreecommitdiff
path: root/linux-user/mmap.c
AgeCommit message (Expand)Author
2024-08-21linux-user: Handle short reads in mmap_h_gt_gRichard Henderson
2024-08-15linux-user: Preserve NULL hit in target_mmap subroutinesRichard Henderson
2024-05-06accel/tcg: Access tcg_cflags with getter / setterPhilippe Mathieu-Daudé
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé
2024-05-06exec/cpu: Rename PAGE_BITS macro to PAGE_RWXBALATON Zoltan
2024-03-26linux-user: Fix shmat(NULL) for h != gIlya Leoshkevich
2024-03-01linux-user: Rewrite target_shmatRichard Henderson
2024-02-29linux-user: Split out mmap_h_gt_gRichard Henderson
2024-02-29linux-user: Split out mmap_h_lt_gRichard Henderson
2024-02-29linux-user: Split out mmap_h_eq_gRichard Henderson
2024-02-29linux-user: Use do_munmap for target_mmap failureRichard Henderson
2024-02-29linux-user: Split out do_munmapRichard Henderson
2024-02-29linux-user: Do early mmap placement only for reserved_vaRichard Henderson
2024-02-29linux-user: Split out mmap_endRichard Henderson
2024-02-29linux-user: Fix sub-host-page mmapRichard Henderson
2024-02-29linux-user: Move some mmap checks outside the lockRichard Henderson
2024-02-29linux-user: Split out target_mmap__lockedRichard Henderson
2024-02-29linux-user: Remove HOST_PAGE_ALIGN from mmap.cRichard Henderson
2024-02-29linux-user: Remove REAL_HOST_PAGE_ALIGN from mmap.cRichard Henderson
2024-02-29linux-user: Remove qemu_host_page_{size, mask} from mmap.cRichard Henderson
2023-10-27target/arm: Move feature test functions to their own headerPeter Maydell
2023-10-18linux-user: Propagate failure in mmap_reserve_or_unmap back to target_munmapRichard Henderson
2023-10-06linux-user/mmap.c: clean up local variable shadowingLaurent Vivier
2023-09-01linux-user: Track shm regions with an interval treeRichard Henderson
2023-09-01linux-user: Fix shmdtRichard Henderson
2023-09-01linux-user: Use WITH_MMAP_LOCK_GUARD in target_{shmat,shmdt}Richard Henderson
2023-09-01linux-user: Move shmat and shmdt implementations to mmap.cRichard Henderson
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