index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
/
mmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-27
target/arm: Move feature test functions to their own header
Peter Maydell
1
-0
/
+4
2023-10-18
linux-user: Propagate failure in mmap_reserve_or_unmap back to target_munmap
Richard Henderson
1
-13
/
+17
2023-10-06
linux-user/mmap.c: clean up local variable shadowing
Laurent Vivier
1
-3
/
+3
2023-09-01
linux-user: Track shm regions with an interval tree
Richard Henderson
1
-28
/
+53
2023-09-01
linux-user: Fix shmdt
Richard Henderson
1
-3
/
+14
2023-09-01
linux-user: Use WITH_MMAP_LOCK_GUARD in target_{shmat,shmdt}
Richard Henderson
1
-52
/
+46
2023-09-01
linux-user: Move shmat and shmdt implementations to mmap.c
Richard Henderson
1
-0
/
+138
2023-08-08
linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.h
Richard Henderson
1
-0
/
+1
2023-08-08
linux-user: Adjust task_unmapped_base for reserved_va
Richard Henderson
1
-15
/
+3
2023-08-06
linux-user: Remove last_brk
Richard Henderson
1
-2
/
+0
2023-08-06
linux-user: Fix MAP_FIXED_NOREPLACE on old kernels
Akihiko Odaki
1
-5
/
+17
2023-08-06
linux-user: Unset MAP_FIXED_NOREPLACE for host
Akihiko Odaki
1
-5
/
+20
2023-07-23
include/exec: Add WITH_MMAP_LOCK_GUARD
Richard Henderson
1
-0
/
+1
2023-07-15
linux-user: Simplify target_madvise
Richard Henderson
1
-15
/
+4
2023-07-15
linux-user: Remove can_passthrough_madvise
Richard Henderson
1
-21
/
+3
2023-07-15
linux-user: Simplify target_munmap
Richard Henderson
1
-43
/
+4
2023-07-15
linux-user: Rename mmap_reserve to mmap_reserve_or_unmap
Richard Henderson
1
-13
/
+16
2023-07-15
linux-user: Rewrite mmap_reserve
Richard Henderson
1
-26
/
+42
2023-07-15
linux-user: Use 'last' instead of 'end' in target_mmap
Richard Henderson
1
-22
/
+23
2023-07-15
linux-user: Use page_find_range_empty for mmap_find_vma_reserved
Richard Henderson
1
-46
/
+6
2023-07-15
linux-user: Rewrite mmap_frag
Richard Henderson
1
-59
/
+60
2023-07-15
linux-user: Rewrite target_mprotect
Richard Henderson
1
-38
/
+66
2023-07-15
linux-user: Widen target_mmap offset argument to off_t
Richard Henderson
1
-6
/
+8
2023-07-15
linux-user: Split out target_to_host_prot
Richard Henderson
1
-34
/
+44
2023-07-15
linux-user: Implement MAP_FIXED_NOREPLACE
Richard Henderson
1
-3
/
+11
2023-07-15
linux-user: Fix formatting of mmap.c
Richard Henderson
1
-77
/
+122
2023-07-01
linux-user: Avoid mmap of the last byte of the reserved_va
Richard Henderson
1
-4
/
+10
2023-03-28
include/exec: Change reserved_va semantics to last byte
Richard Henderson
1
-2
/
+2
2023-03-28
accel/tcg: Pass last not end to page_reset_target_data
Richard Henderson
1
-1
/
+1
2023-03-28
accel/tcg: Pass last not end to page_set_flags
Richard Henderson
1
-8
/
+8
2023-02-03
linux-user: Add emulation for MADV_WIPEONFORK and MADV_KEEPONFORK in madvise()
Helge Deller
1
-13
/
+43
2022-10-26
accel/tcg: Call tb_invalidate_phys_page for PAGE_RESET
Richard Henderson
1
-4
/
+0
2022-09-27
linux-user/hppa: Allow PROT_GROWSUP and PROT_GROWSDOWN in mprotect()
Helge Deller
1
-0
/
+2
2022-09-27
linux-user: Passthrough MADV_DONTNEED for certain file mappings
Ilya Leoshkevich
1
-5
/
+22
2022-09-27
linux-user: Fix madvise(MADV_DONTNEED) on alpha
Ilya Leoshkevich
1
-1
/
+2
2022-09-27
linux-user/hppa: Set TASK_UNMAPPED_BASE to 0xfa000000 for hppa arch
Helge Deller
1
-0
/
+4
2022-09-06
linux-user: Clear translations on mprotect()
Ilya Leoshkevich
1
-2
/
+4
2022-08-11
linux-user/aarch64: Reset target data on MADV_DONTNEED
Vitaly Buka
1
-0
/
+3
2022-07-29
linux-user: Do not treat madvise()'s advice as a bitmask
Ilya Leoshkevich
1
-1
/
+1
2022-06-24
linux-user: Add partial support for MADV_DONTNEED
Ilya Leoshkevich
1
-0
/
+64
2022-04-20
linux-user: Expand log_page_dump inline
Richard Henderson
1
-1
/
+6
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
1
-1
/
+1
2021-09-13
linux-user: Split linux-user internals out of qemu.h
Peter Maydell
1
-0
/
+1
2021-09-13
linux-user: Split mmap prototypes into user-mmap.h
Peter Maydell
1
-0
/
+1
2021-06-15
linux-user: Set CF_PARALLEL when mapping shared memory
Richard Henderson
1
-0
/
+14
2021-02-16
linux-user/aarch64: Implement PROT_MTE
Richard Henderson
1
-8
/
+14
2021-02-16
exec: Rename guest_{addr,range}_valid to *_untagged
Richard Henderson
1
-7
/
+7
2021-02-16
exec: Use cpu_untagged_addr in g2h; split out g2h_untagged
Richard Henderson
1
-21
/
+24
2021-02-16
linux-user: Introduce PAGE_ANON
Richard Henderson
1
-0
/
+3
2021-02-16
tcg: Introduce target-specific page data for user-only
Richard Henderson
1
-1
/
+3
[next]