index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
linux-user
/
mmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-12
1
-1
/
+1
*
linux-user: Fix mmap_find_vma returning invalid addresses.
Richard Henderson
2010-03-12
1
-24
/
+78
*
linux-user: Use h2g_valid in qemu_vmalloc.
Richard Henderson
2010-03-12
1
-5
/
+4
*
mmap_frag() users only check for -1 error
Juan Quintela
2010-01-26
1
-1
/
+1
*
linux-user/mmap.c: fix warnings with _FORTIFY_SOURCE
Kirill A. Shutemov
2010-01-26
1
-2
/
+4
*
__thread should be before real type
Juan Quintela
2009-09-25
1
-1
/
+1
*
Fix Sparse warnings: add "static"
Blue Swirl
2009-09-05
1
-1
/
+1
*
linux-user: Rewrite mmap_find_vma() to work fine on 64-bit hosts with 32-bit ...
Kirill A. Shutemov
2009-08-25
1
-36
/
+43
*
rename USE_NPTL to CONFIG_USE_NPTL
Juan Quintela
2009-07-27
1
-1
/
+1
*
Fix most warnings (errors with -Werror) when debugging is enabled
Blue Swirl
2009-07-20
1
-7
/
+9
*
Update to a hopefully more future proof FSF address
Blue Swirl
2009-07-16
1
-3
/
+1
*
linux-user: initialize mmap_mutex properly
Nathan Froyd
2009-06-16
1
-1
/
+1
*
export mmap_find_vma for shmat
Riku Voipio
2009-06-16
1
-1
/
+1
*
Partialy fix mmap at EOF for large pagesize targets in user-mode.
edgar_igl
2009-02-03
1
-2
/
+37
*
Fix qemu_malloc.
malc
2009-01-28
1
-0
/
+2
*
linux-user: add qemu_realloc() implementation to unbreak the build (Gerd Hoff...
aliguori
2009-01-23
1
-0
/
+13
*
Fix more FSF addresses
blueswir1
2009-01-05
1
-1
/
+2
*
Fix mremap, based on patch by Kirill A. Shutemov
blueswir1
2008-12-15
1
-8
/
+11
*
Fix compiling without MREMAP_FIXED
blueswir1
2008-12-11
1
-1
/
+4
*
linux-user: mremap(): handle MREMAP_FIXED and MREMAP_MAYMOVE correctly
aurel32
2008-12-08
1
-6
/
+28
*
linux-user: mmap: add check if requested memory area fits target address space
aurel32
2008-12-08
1
-0
/
+10
*
Include qemu-common.h in order to get prototypes for qemu_malloc etc.
blueswir1
2008-10-02
1
-0
/
+1
*
Prevent guest reusing host memory allocations.
pbrook
2008-06-09
1
-0
/
+46
*
Multithreaded locking fixes.
pbrook
2008-06-07
1
-0
/
+16
*
Multithreaded locking for mmap().
pbrook
2008-06-02
1
-27
/
+73
*
Mark host brk() area as reserved.
pbrook
2008-05-31
1
-0
/
+16
*
Teach mmap to not overwrite reserved pages and fix brk return value (Richard ...
balrog
2008-04-26
1
-1
/
+12
*
Cope with arch-specific page protection flags in mmap (Richard Purdie).
balrog
2008-04-24
1
-2
/
+1
*
Use TARGET_FMT_lx.
edgar_igl
2008-03-14
1
-2
/
+1
*
Mark host pages as reserved (Magnus Damm).
balrog
2007-12-12
1
-1
/
+1
*
fixed target_mmap() if host page size < TARGET_PAGE_SIZE
bellard
2007-11-14
1
-138
/
+126
*
Fix compiler warnings, by Stefan Weil.
ths
2007-11-02
1
-21
/
+23
*
Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)
blueswir1
2007-10-14
1
-19
/
+19
*
Fix mmap to handle differing host/target page sizes, by Edgar E. Iglesias.
ths
2007-09-30
1
-37
/
+65
*
memset string pages to zero to avoid putting random data on the stack
j_mayer
2007-09-27
1
-3
/
+3
*
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
2007-09-17
1
-9
/
+9
*
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2007-09-16
1
-24
/
+24
*
Add __mips__to mmap specialcase.
ths
2007-06-03
1
-3
/
+3
*
ColdFire target.
pbrook
2006-10-22
1
-1
/
+1
[next]