index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
linux-user
/
mmap.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
linux-user: Fix shmat(NULL) for h != g
Ilya Leoshkevich
2024-03-26
1
-1
/
+1
*
linux-user: Rewrite target_shmat
Richard Henderson
2024-03-01
1
-33
/
+133
*
linux-user: Split out mmap_h_gt_g
Richard Henderson
2024-02-29
1
-149
/
+139
*
linux-user: Split out mmap_h_lt_g
Richard Henderson
2024-02-29
1
-31
/
+153
*
linux-user: Split out mmap_h_eq_g
Richard Henderson
2024-02-29
1
-13
/
+55
*
linux-user: Use do_munmap for target_mmap failure
Richard Henderson
2024-02-29
1
-3
/
+3
*
linux-user: Split out do_munmap
Richard Henderson
2024-02-29
1
-7
/
+16
*
linux-user: Do early mmap placement only for reserved_va
Richard Henderson
2024-02-29
1
-5
/
+7
*
linux-user: Split out mmap_end
Richard Henderson
2024-02-29
1
-30
/
+41
*
linux-user: Fix sub-host-page mmap
Richard Henderson
2024-02-29
1
-3
/
+2
*
linux-user: Move some mmap checks outside the lock
Richard Henderson
2024-02-29
1
-54
/
+53
*
linux-user: Split out target_mmap__locked
Richard Henderson
2024-02-29
1
-27
/
+35
*
linux-user: Remove HOST_PAGE_ALIGN from mmap.c
Richard Henderson
2024-02-29
1
-7
/
+6
*
linux-user: Remove REAL_HOST_PAGE_ALIGN from mmap.c
Richard Henderson
2024-02-29
1
-1
/
+1
*
linux-user: Remove qemu_host_page_{size, mask} from mmap.c
Richard Henderson
2024-02-29
1
-33
/
+33
*
target/arm: Move feature test functions to their own header
Peter Maydell
2023-10-27
1
-0
/
+4
*
linux-user: Propagate failure in mmap_reserve_or_unmap back to target_munmap
Richard Henderson
2023-10-18
1
-13
/
+17
*
linux-user/mmap.c: clean up local variable shadowing
Laurent Vivier
2023-10-06
1
-3
/
+3
*
linux-user: Track shm regions with an interval tree
Richard Henderson
2023-09-01
1
-28
/
+53
*
linux-user: Fix shmdt
Richard Henderson
2023-09-01
1
-3
/
+14
*
linux-user: Use WITH_MMAP_LOCK_GUARD in target_{shmat,shmdt}
Richard Henderson
2023-09-01
1
-52
/
+46
*
linux-user: Move shmat and shmdt implementations to mmap.c
Richard Henderson
2023-09-01
1
-0
/
+138
*
linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.h
Richard Henderson
2023-08-08
1
-0
/
+1
*
linux-user: Adjust task_unmapped_base for reserved_va
Richard Henderson
2023-08-08
1
-15
/
+3
*
linux-user: Remove last_brk
Richard Henderson
2023-08-06
1
-2
/
+0
*
linux-user: Fix MAP_FIXED_NOREPLACE on old kernels
Akihiko Odaki
2023-08-06
1
-5
/
+17
*
linux-user: Unset MAP_FIXED_NOREPLACE for host
Akihiko Odaki
2023-08-06
1
-5
/
+20
*
include/exec: Add WITH_MMAP_LOCK_GUARD
Richard Henderson
2023-07-23
1
-0
/
+1
*
linux-user: Simplify target_madvise
Richard Henderson
2023-07-15
1
-15
/
+4
*
linux-user: Remove can_passthrough_madvise
Richard Henderson
2023-07-15
1
-21
/
+3
*
linux-user: Simplify target_munmap
Richard Henderson
2023-07-15
1
-43
/
+4
*
linux-user: Rename mmap_reserve to mmap_reserve_or_unmap
Richard Henderson
2023-07-15
1
-13
/
+16
*
linux-user: Rewrite mmap_reserve
Richard Henderson
2023-07-15
1
-26
/
+42
*
linux-user: Use 'last' instead of 'end' in target_mmap
Richard Henderson
2023-07-15
1
-22
/
+23
*
linux-user: Use page_find_range_empty for mmap_find_vma_reserved
Richard Henderson
2023-07-15
1
-46
/
+6
*
linux-user: Rewrite mmap_frag
Richard Henderson
2023-07-15
1
-59
/
+60
*
linux-user: Rewrite target_mprotect
Richard Henderson
2023-07-15
1
-38
/
+66
*
linux-user: Widen target_mmap offset argument to off_t
Richard Henderson
2023-07-15
1
-6
/
+8
*
linux-user: Split out target_to_host_prot
Richard Henderson
2023-07-15
1
-34
/
+44
*
linux-user: Implement MAP_FIXED_NOREPLACE
Richard Henderson
2023-07-15
1
-3
/
+11
*
linux-user: Fix formatting of mmap.c
Richard Henderson
2023-07-15
1
-77
/
+122
*
linux-user: Avoid mmap of the last byte of the reserved_va
Richard Henderson
2023-07-01
1
-4
/
+10
*
include/exec: Change reserved_va semantics to last byte
Richard Henderson
2023-03-28
1
-2
/
+2
*
accel/tcg: Pass last not end to page_reset_target_data
Richard Henderson
2023-03-28
1
-1
/
+1
*
accel/tcg: Pass last not end to page_set_flags
Richard Henderson
2023-03-28
1
-8
/
+8
*
linux-user: Add emulation for MADV_WIPEONFORK and MADV_KEEPONFORK in madvise()
Helge Deller
2023-02-03
1
-13
/
+43
*
accel/tcg: Call tb_invalidate_phys_page for PAGE_RESET
Richard Henderson
2022-10-26
1
-4
/
+0
*
linux-user/hppa: Allow PROT_GROWSUP and PROT_GROWSDOWN in mprotect()
Helge Deller
2022-09-27
1
-0
/
+2
*
linux-user: Passthrough MADV_DONTNEED for certain file mappings
Ilya Leoshkevich
2022-09-27
1
-5
/
+22
*
linux-user: Fix madvise(MADV_DONTNEED) on alpha
Ilya Leoshkevich
2022-09-27
1
-1
/
+2
[next]