| Commit message (Expand) | Author | Age | Files | Lines |
* | linux-user/mmap.c: check range of mremap result in target address space | Tobias Koch | 2020-12-17 | 1 | -9/+12 |
* | linux-user: Set PAGE_TARGET_1 for TARGET_PROT_BTI | Richard Henderson | 2020-10-27 | 1 | -0/+16 |
* | linux-user: Adjust guest page protection for the host | Richard Henderson | 2020-08-23 | 1 | -1/+5 |
* | linux-user: Validate mmap/mprotect prot value | Richard Henderson | 2020-08-23 | 1 | -33/+73 |
* | linux-user: detect overflow of MAP_FIXED mmap | Alex Bennée | 2020-06-08 | 1 | -1/+1 |
* | linux-user/mmap.c: fix integer underflow in target_mremap | Jonathan Marler | 2020-06-05 | 1 | -1/+1 |
* | linux-user: Update TASK_UNMAPPED_BASE for aarch64 | Lirong Yuan | 2020-03-20 | 1 | -0/+4 |
* | linux-user: convert target_munmap debug to a tracepoint | Alex Bennée | 2019-12-19 | 1 | -7/+2 |
* | linux-user: log page table changes under -d page | Alex Bennée | 2019-12-19 | 1 | -4/+4 |
* | linux-user: add target_mmap_complete tracepoint | Alex Bennée | 2019-12-19 | 1 | -1/+1 |
* | linux-user: convert target_mmap debug to tracepoint | Alex Bennée | 2019-12-19 | 1 | -26/+1 |
* | linux-user: convert target_mprotect debug to tracepoint | Alex Bennée | 2019-12-19 | 1 | -8/+2 |
* | Include qemu-common.h exactly where needed | Markus Armbruster | 2019-06-12 | 1 | -1/+0 |
* | linux-user: Align mmap_find_vma to host page size | Richard Henderson | 2019-05-24 | 1 | -0/+2 |
* | linux-user: Fix shmat emulation by honoring host SHMLBA | Richard Henderson | 2019-05-24 | 1 | -33/+37 |
* | avoid TABs in files that only contain a few | Paolo Bonzini | 2019-01-11 | 1 | -5/+5 |
* | linux-user/mmap.c: handle invalid len maps correctly | Alex Bennée | 2018-07-31 | 1 | -3/+12 |
* | move public invalidate APIs out of translate-all.{c,h}, clean up | Paolo Bonzini | 2018-06-28 | 1 | -1/+0 |
* | linux-user: drop unused target_msync function | Max Filippov | 2018-03-09 | 1 | -17/+0 |
* | linux-user: fix target_mprotect/target_munmap error return values | Max Filippov | 2018-03-09 | 1 | -4/+4 |
* | linux-user: fix mmap/munmap/mprotect/mremap/shmat | Max Filippov | 2018-03-09 | 1 | -5/+15 |
* | linux-user/mmap.c: Avoid choosing NULL as start address | Maximilian Riemensberger | 2018-01-23 | 1 | -1/+1 |
* | linux-user: fix tcg/mmap test | Marc-André Lureau | 2017-02-16 | 1 | -3/+3 |
* | linux-user: drop __cygwin__ ifdef | Riku Voipio | 2017-02-14 | 1 | -3/+0 |
* | translate-all: add DEBUG_LOCKING asserts | Alex Bennée | 2016-10-31 | 1 | -0/+5 |
* | linux-user: use libc wrapper instead of direct mremap syscall | Felix Janda | 2016-10-21 | 1 | -10/+4 |
* | os-posix: include sys/mman.h | Paolo Bonzini | 2016-06-16 | 1 | -1/+0 |
* | linux-user: Clean up includes | Peter Maydell | 2016-01-29 | 1 | -8/+1 |
* | linux-user/mmap.c: Use end instead of real_end in target_mmap | Chen Gang | 2016-01-11 | 1 | -1/+1 |
* | linux-user/mmap.c: Always zero MAP_ANONYMOUS memory in mmap_frag() | Chen Gang | 2016-01-08 | 1 | -1/+3 |
* | translate-all: ensure host page mask is always extended with 1's | Paolo Bonzini | 2015-12-02 | 1 | -3/+1 |
* | linux-user: assert that target_mprotect cannot fail | Paolo Bonzini | 2015-10-01 | 1 | -4/+1 |
* | linux-user: remove useless macros GUEST_BASE and RESERVED_VA | Laurent Vivier | 2015-08-24 | 1 | -10/+10 |
* | linux-user: remove --enable-guest-base/--disable-guest-base | Laurent Vivier | 2015-08-24 | 1 | -4/+0 |
* | translate-all: remove unnecessary argument to tb_invalidate_phys_range | Paolo Bonzini | 2015-06-05 | 1 | -3/+3 |
* | exec: move functions to translate-all.h | Paolo Bonzini | 2015-06-05 | 1 | -0/+1 |
* | configure: Make NPTL non-optional | Peter Maydell | 2013-07-22 | 1 | -11/+0 |
* | linux-user: Do not ignore mmap failure from host | Jürg Billeter | 2013-07-05 | 1 | -0/+4 |
* | linux-user: Allocate the right amount of space for non-fixed file maps | Richard Henderson | 2012-08-04 | 1 | -11/+19 |
* | linux-user: Fix stale tbs after mmap | Alexander Graf | 2012-05-19 | 1 | -1/+5 |
* | linux-user: resolve reserved_va vma downwards | Peter Maydell | 2012-04-06 | 1 | -11/+24 |
* | Fix typo in comment (truely -> truly) | Stefan Weil | 2011-05-08 | 1 | -1/+1 |
* | linux-user: fix compile failure if !CONFIG_USE_GUEST_BASE | Peter Maydell | 2011-03-03 | 1 | -0/+4 |
* | linux-user: mmap_reserve() not controlled by RESERVED_VA | amateur | 2010-12-03 | 1 | -1/+3 |
* | linux-user: fix types in a comparison | Blue Swirl | 2010-09-18 | 1 | -1/+1 |
* | linux-user: fix build on hosts not using guest base | Aurelien Jarno | 2010-07-30 | 1 | -7/+7 |
* | Pre-allocate guest address space | Paul Brook | 2010-05-29 | 1 | -6/+114 |
* | linux-user: Use qemu-malloc.c. | Richard Henderson | 2010-05-28 | 1 | -52/+0 |
* | Remove PAGE_RESERVED | Paul Brook | 2010-05-05 | 1 | -19/+0 |
* | Fix usermode virtual address type | Paul Brook | 2010-03-13 | 1 | -1/+1 |