]> git.proxmox.com Git - qemu.git/history - linux-user/mmap.c
linux-user: Handle compressed ISA encodings when processing MIPS exceptions
[qemu.git] / linux-user / mmap.c
2013-07-22 Peter Maydellconfigure: Make NPTL non-optional
2013-07-18 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-07-10 Anthony LiguoriMerge remote-tracking branch 'afaerber/tags/qom-cpu...
2013-07-10 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2013-07-05 Jürg Billeterlinux-user: Do not ignore mmap failure from host
2012-08-09 Blue SwirlMerge branch 'x86cpu_qom_tcg_v2' of git://github.com...
2012-08-06 Anthony LiguoriMerge remote-tracking branch 'kiszka/queues/slirp'...
2012-08-04 Blue SwirlMerge branch 'axp-next' of git://repo.or.cz/qemu/rth
2012-08-04 Richard Hendersonlinux-user: Allocate the right amount of space for...
2012-06-02 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2012-05-29 Anthony LiguoriMerge remote-tracking branch 'sstabellini/for_1.1_rc3...
2012-05-21 Anthony LiguoriMerge remote-tracking branch 'mdroth/qga-pull-5-15...
2012-05-19 Alexander Graflinux-user: Fix stale tbs after mmap
2012-04-10 Anthony LiguoriMerge commit 'ff71f2e8cacefae99179993204172bc65e4303df...
2012-04-10 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-04-10 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2012-04-08 Blue SwirlMerge branch 'memory/core' of git://git.kernel.org...
2012-04-07 Blue SwirlMerge branch 'linux-user-for-upstream' of git://git...
2012-04-06 Peter Maydelllinux-user: resolve reserved_va vma downwards
2012-02-23 Kevin WolfMerge qemu-iotests into for-anthony
2011-06-15 Michael S. TsirkinMerge remote-tracking branch 'origin/master' into pci
2011-05-14 Aurelien JarnoMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2011-05-12 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-05-08 Stefan WeilFix typo in comment (truely -> truly)
2011-03-03 Peter Maydelllinux-user: fix compile failure if !CONFIG_USE_GUEST_BASE
2010-12-17 Anthony LiguoriMerge remote branch 'jvrao/for-anthony' into staging
2010-12-04 Edgar E. IglesiasMerge branch 'linux-user-for-upstream' of git://gitorio...
2010-12-03 amateurlinux-user: mmap_reserve() not controlled by RESERVED_VA
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-09-20 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-09-18 Blue Swirllinux-user: fix types in a comparison
2010-07-30 Aurelien JarnoMerge branch 'for-anthony' of git://repo.or.cz/qemu...
2010-07-30 Aurelien Jarnolinux-user: fix build on hosts not using guest base
2010-06-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-29 Paul BrookPre-allocate guest address space
2010-05-28 Richard Hendersonlinux-user: Use qemu-malloc.c.
2010-05-05 Paul BrookRemove PAGE_RESERVED
2010-03-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-12 Paul BrookFix usermode virtual address type
2010-03-12 Richard Hendersonlinux-user: Fix mmap_find_vma returning invalid addresses.
2010-03-12 Richard Hendersonlinux-user: Use h2g_valid in qemu_vmalloc.
2010-01-26 Juan Quintelammap_frag() users only check for -1 error
2010-01-26 Kirill A. Shutemovlinux-user/mmap.c: fix warnings with _FORTIFY_SOURCE
2009-09-25 Juan Quintela__thread should be before real type
2009-09-05 Blue SwirlFix Sparse warnings: add "static"
2009-08-28 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-08-25 Kirill A. Shutemovlinux-user: Rewrite mmap_find_vma() to work fine on...
2009-07-27 Juan Quintelarename USE_NPTL to CONFIG_USE_NPTL
2009-07-20 Blue SwirlFix most warnings (errors with -Werror) when debugging...
2009-07-16 Blue SwirlUpdate to a hopefully more future proof FSF address
2009-06-16 Nathan Froydlinux-user: initialize mmap_mutex properly
2009-06-16 Riku Voipioexport mmap_find_vma for shmat
2009-02-03 edgar_iglPartialy fix mmap at EOF for large pagesize targets...
2009-01-28 malcFix qemu_malloc.
2009-01-23 aliguorilinux-user: add qemu_realloc() implementation to unbrea...
2009-01-05 blueswir1Fix more FSF addresses
2008-12-15 blueswir1Fix mremap, based on patch by Kirill A. Shutemov
2008-12-11 blueswir1Fix compiling without MREMAP_FIXED
2008-12-08 aurel32linux-user: mremap(): handle MREMAP_FIXED and MREMAP_MA...
2008-12-08 aurel32linux-user: mmap: add check if requested memory area...
2008-10-02 blueswir1Include qemu-common.h in order to get prototypes for...
2008-06-09 pbrookPrevent guest reusing host memory allocations.
2008-06-07 pbrookMultithreaded locking fixes.
2008-06-02 pbrookMultithreaded locking for mmap().
2008-05-31 pbrookMark host brk() area as reserved.
2008-04-26 balrogTeach mmap to not overwrite reserved pages and fix...
2008-04-24 balrogCope with arch-specific page protection flags in mmap...
2008-03-14 edgar_iglUse TARGET_FMT_lx.
2007-12-12 balrogMark host pages as reserved (Magnus Damm).
2007-11-14 bellardfixed target_mmap() if host page size < TARGET_PAGE_SIZE
2007-11-02 thsFix compiler warnings, by Stefan Weil.
2007-10-14 blueswir1 Support for 32 bit ABI on 64 bit targets (only enabled...
2007-09-30 thsFix mmap to handle differing host/target page sizes...
2007-09-27 j_mayermemset string pages to zero to avoid putting random...
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-06-03 thsAdd __mips__to mmap specialcase.
2006-10-22 pbrookColdFire target.
2006-03-25 pbrookAvoid accessing guest memory directly in usermode emula...
2006-02-04 pbrookMake target_mmap always return -1 on failure.
2005-04-07 bellardia64 host support (David Mosberger)
2004-07-05 bellardDarwin patch (initial patch by Pierre d'Herbemont)
2004-04-26 bellardamd64 port (Jocelyn Mayer)
2004-03-17 bellardinitial x86-64 host support (Gwenole Beauchesne)
2003-06-09 bellardavoid unaligned file offset in anonymous mapping
2003-06-05 bellardalpha fix
2003-05-13 bellardfixed small page handling
2003-05-13 bellardmmap emulation