index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
/
mmap.c
Age
Commit message (
Expand
)
Author
2024-08-21
linux-user: Handle short reads in mmap_h_gt_g
Richard Henderson
2024-08-15
linux-user: Preserve NULL hit in target_mmap subroutines
Richard Henderson
2024-05-06
accel/tcg: Access tcg_cflags with getter / setter
Philippe Mathieu-Daudé
2024-05-06
exec/cpu: Extract page-protection definitions to page-protection.h
Philippe Mathieu-Daudé
2024-05-06
exec/cpu: Rename PAGE_BITS macro to PAGE_RWX
BALATON Zoltan
2024-03-26
linux-user: Fix shmat(NULL) for h != g
Ilya Leoshkevich
2024-03-01
linux-user: Rewrite target_shmat
Richard Henderson
2024-02-29
linux-user: Split out mmap_h_gt_g
Richard Henderson
2024-02-29
linux-user: Split out mmap_h_lt_g
Richard Henderson
2024-02-29
linux-user: Split out mmap_h_eq_g
Richard Henderson
2024-02-29
linux-user: Use do_munmap for target_mmap failure
Richard Henderson
2024-02-29
linux-user: Split out do_munmap
Richard Henderson
2024-02-29
linux-user: Do early mmap placement only for reserved_va
Richard Henderson
2024-02-29
linux-user: Split out mmap_end
Richard Henderson
2024-02-29
linux-user: Fix sub-host-page mmap
Richard Henderson
2024-02-29
linux-user: Move some mmap checks outside the lock
Richard Henderson
2024-02-29
linux-user: Split out target_mmap__locked
Richard Henderson
2024-02-29
linux-user: Remove HOST_PAGE_ALIGN from mmap.c
Richard Henderson
2024-02-29
linux-user: Remove REAL_HOST_PAGE_ALIGN from mmap.c
Richard Henderson
2024-02-29
linux-user: Remove qemu_host_page_{size, mask} from mmap.c
Richard Henderson
2023-10-27
target/arm: Move feature test functions to their own header
Peter Maydell
2023-10-18
linux-user: Propagate failure in mmap_reserve_or_unmap back to target_munmap
Richard Henderson
2023-10-06
linux-user/mmap.c: clean up local variable shadowing
Laurent Vivier
2023-09-01
linux-user: Track shm regions with an interval tree
Richard Henderson
2023-09-01
linux-user: Fix shmdt
Richard Henderson
2023-09-01
linux-user: Use WITH_MMAP_LOCK_GUARD in target_{shmat,shmdt}
Richard Henderson
2023-09-01
linux-user: Move shmat and shmdt implementations to mmap.c
Richard Henderson
2023-08-08
linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.h
Richard Henderson
2023-08-08
linux-user: Adjust task_unmapped_base for reserved_va
Richard Henderson
2023-08-06
linux-user: Remove last_brk
Richard Henderson
2023-08-06
linux-user: Fix MAP_FIXED_NOREPLACE on old kernels
Akihiko Odaki
2023-08-06
linux-user: Unset MAP_FIXED_NOREPLACE for host
Akihiko Odaki
2023-07-23
include/exec: Add WITH_MMAP_LOCK_GUARD
Richard Henderson
2023-07-15
linux-user: Simplify target_madvise
Richard Henderson
2023-07-15
linux-user: Remove can_passthrough_madvise
Richard Henderson
2023-07-15
linux-user: Simplify target_munmap
Richard Henderson
2023-07-15
linux-user: Rename mmap_reserve to mmap_reserve_or_unmap
Richard Henderson
2023-07-15
linux-user: Rewrite mmap_reserve
Richard Henderson
2023-07-15
linux-user: Use 'last' instead of 'end' in target_mmap
Richard Henderson
2023-07-15
linux-user: Use page_find_range_empty for mmap_find_vma_reserved
Richard Henderson
2023-07-15
linux-user: Rewrite mmap_frag
Richard Henderson
2023-07-15
linux-user: Rewrite target_mprotect
Richard Henderson
2023-07-15
linux-user: Widen target_mmap offset argument to off_t
Richard Henderson
2023-07-15
linux-user: Split out target_to_host_prot
Richard Henderson
2023-07-15
linux-user: Implement MAP_FIXED_NOREPLACE
Richard Henderson
2023-07-15
linux-user: Fix formatting of mmap.c
Richard Henderson
2023-07-01
linux-user: Avoid mmap of the last byte of the reserved_va
Richard Henderson
2023-03-28
include/exec: Change reserved_va semantics to last byte
Richard Henderson
2023-03-28
accel/tcg: Pass last not end to page_reset_target_data
Richard Henderson
2023-03-28
accel/tcg: Pass last not end to page_set_flags
Richard Henderson
[next]