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
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
2023-02-03
linux-user: Add emulation for MADV_WIPEONFORK and MADV_KEEPONFORK in madvise()
Helge Deller
2022-10-26
accel/tcg: Call tb_invalidate_phys_page for PAGE_RESET
Richard Henderson
2022-09-27
linux-user/hppa: Allow PROT_GROWSUP and PROT_GROWSDOWN in mprotect()
Helge Deller
2022-09-27
linux-user: Passthrough MADV_DONTNEED for certain file mappings
Ilya Leoshkevich
2022-09-27
linux-user: Fix madvise(MADV_DONTNEED) on alpha
Ilya Leoshkevich
2022-09-27
linux-user/hppa: Set TASK_UNMAPPED_BASE to 0xfa000000 for hppa arch
Helge Deller
2022-09-06
linux-user: Clear translations on mprotect()
Ilya Leoshkevich
2022-08-11
linux-user/aarch64: Reset target data on MADV_DONTNEED
Vitaly Buka
2022-07-29
linux-user: Do not treat madvise()'s advice as a bitmask
Ilya Leoshkevich
2022-06-24
linux-user: Add partial support for MADV_DONTNEED
Ilya Leoshkevich
2022-04-20
linux-user: Expand log_page_dump inline
Richard Henderson
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
2021-09-13
linux-user: Split linux-user internals out of qemu.h
Peter Maydell
2021-09-13
linux-user: Split mmap prototypes into user-mmap.h
Peter Maydell
2021-06-15
linux-user: Set CF_PARALLEL when mapping shared memory
Richard Henderson
2021-02-16
linux-user/aarch64: Implement PROT_MTE
Richard Henderson
2021-02-16
exec: Rename guest_{addr,range}_valid to *_untagged
Richard Henderson
2021-02-16
exec: Use cpu_untagged_addr in g2h; split out g2h_untagged
Richard Henderson
2021-02-16
linux-user: Introduce PAGE_ANON
Richard Henderson
2021-02-16
tcg: Introduce target-specific page data for user-only
Richard Henderson
2021-02-13
linux-user/mmap: Avoid asserts for out of range mremap calls
Richard Purdie
2020-12-17
linux-user/mmap.c: check range of mremap result in target address space
Tobias Koch
2020-10-27
linux-user: Set PAGE_TARGET_1 for TARGET_PROT_BTI
Richard Henderson
2020-08-23
linux-user: Adjust guest page protection for the host
Richard Henderson
2020-08-23
linux-user: Validate mmap/mprotect prot value
Richard Henderson
2020-06-08
linux-user: detect overflow of MAP_FIXED mmap
Alex Bennée
2020-06-05
linux-user/mmap.c: fix integer underflow in target_mremap
Jonathan Marler
2020-03-20
linux-user: Update TASK_UNMAPPED_BASE for aarch64
Lirong Yuan
2019-12-19
linux-user: convert target_munmap debug to a tracepoint
Alex Bennée
2019-12-19
linux-user: log page table changes under -d page
Alex Bennée
2019-12-19
linux-user: add target_mmap_complete tracepoint
Alex Bennée
2019-12-19
linux-user: convert target_mmap debug to tracepoint
Alex Bennée
2019-12-19
linux-user: convert target_mprotect debug to tracepoint
Alex Bennée
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-05-24
linux-user: Align mmap_find_vma to host page size
Richard Henderson
2019-05-24
linux-user: Fix shmat emulation by honoring host SHMLBA
Richard Henderson
[next]