]> git.proxmox.com Git - qemu.git/history - linux-user/qemu.h
Open 1.0 development branch.
[qemu.git] / linux-user / qemu.h
2011-07-20 Blue SwirlMerge branch 'for-upstream' of git://git.linaro.org...
2011-07-01 Blue SwirlMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.17' into staging
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'amit/for-anthony' into...
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2011-06-21 Peter Maydelllinux-user: Bump do_syscall() up to 8 syscall arguments
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 typos in comments (neccessary -> necessary)
2011-05-05 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-04-25 Anthony LiguoriMerge remote-tracking branch 'awilliam/ipxe' into staging
2011-04-12 Guan Xuetaounicore32: necessary modifications for other files...
2011-02-09 Aurelien JarnoMerge branch 'linux-user-for-upstream' of git://gitorio...
2011-02-09 Mike Frysingerlinux-user/elfload: add FDPIC support
2011-01-10 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-10 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-01-08 Aurelien JarnoMerge branch 'linux-user-for-upstream' of git://gitorio...
2011-01-07 Wolfgang SchildbachRemove dead code for ARM semihosting commandline handling
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 Peter Maydelllinux-user: remove unnecessary local from __get_user...
2010-12-03 Nathan Froydlinux-user: fix memory leaks with NPTL emulation
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-10-05 Anthony LiguoriMerge remote branch 'spice/submit.6' into staging
2010-10-05 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-10-03 Stefan WeilReplace most gcc format attributes by macro GCC_FMT_ATT...
2010-07-30 Aurelien JarnoMerge branch 'for-anthony' of git://repo.or.cz/qemu...
2010-07-29 Richard Hendersonlinux-user: Reduce lseek+reads while loading elf files.
2010-06-16 Paul BrookUsermode exec-stack fix
2010-04-25 Richard Hendersonlinux-user: Remove ELFLOAD32.
2010-03-27 Richard Hendersonlinux-user: Use RLIMIT_STACK for default stack size.
2010-03-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-12 Richard Hendersonlinux-user: Fix mmap_find_vma returning invalid addresses.
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-09-12 Blue SwirlFix sys-queue.h conflict for good
2009-08-15 Blue Swirluser: compile path.c only once
2009-07-27 Juan Quintelarename USE_NPTL to CONFIG_USE_NPTL
2009-07-17 Paul BrookUserspace guest address offsetting
2009-07-09 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-07-08 Arnaud Patardlinux-user: increment MAX_ARG_PAGES
2009-06-16 Mika Westerberglinux-user: implemented ELF coredump support for ARM...
2009-06-16 Riku Voipioexport mmap_find_vma for shmat
2009-05-19 Paul BrookAvoid implicit truncation compiler warnings
2009-04-16 pbrookTranslate signal values in exit status.
2009-03-07 pbrookThe _exit syscall is used for both thread termination...
2009-01-30 aurel32linux-user: identify running binary in /proc/self/exe
2008-12-08 aurel32linux-user: Move abi_* typedefs into qemu-types.h
2008-10-05 blueswir1Export x86_stack_size in qemu.h
2008-08-30 blueswir1Fix some warnings that would be generated by gcc -Wredu...
2008-06-07 pbrookMultithreaded locking fixes.
2008-06-03 thsSpelling fixes, by Stefan Weil.
2008-06-02 pbrookMultithreaded locking for mmap().
2008-05-31 pbrookMark host brk() area as reserved.
2008-05-31 pbrookMake signal queues per thread.
2008-05-30 pbrookPerform target->host signal mapping for *kill syscalls.
2008-05-06 pbrookUpdate ARM rt_frame layout.
2007-12-24 balrogFix a compiler error with DEBUG_REMAP enabled (Thayne...
2007-11-16 bellardsuppressed tgetx and tputx (initial patch by Thayne...
2007-11-14 bellardalways define TARGET_ABI32 if 32 bit user
2007-11-14 bellardsuppressed page_unprotect_range() - fixed access_ok()
2007-11-11 bellarduse correct types
2007-11-11 bellardLinux user memory access API change (initial patch...
2007-11-03 thsFix some compiler warnings.
2007-11-02 thsEFAULT - update __get_user() __put_user(), by Thayne...
2007-11-02 thsEFAULT - verify pages are in cache and are read/write...
2007-11-01 thsStrace for userland emulation, by Stuart Anderson and...
2007-10-14 blueswir1 Support for 32 bit ABI on 64 bit targets (only enabled...
2007-10-09 blueswir1 Support for executing 32 bit SPARC32PLUS files for...
2007-10-07 j_mayerFix host and target longs confusions (continued).
2007-10-05 blueswir1 Implement sparc64_[gs]et_context
2007-09-30 thsFix mmap to handle differing host/target page sizes...
2007-09-27 thslinux-user sigaltstack() syscall, by Thayne Harbaugh.
2007-09-27 j_mayerNew ppc64-linux-user target.
2007-09-26 j_mayerConvert syscall arguments and return value from long...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-05-26 pbrookM68k system mode semihosting.
2007-04-06 j_mayerCode provision for x86_64 and PowerPC 64 linux user...
2006-11-19 pbrookArm semihosted commandline support (Wolfgang Schildbach).
2006-10-22 pbrookColdFire target.
2006-06-17 pbrookRespond to qOffsets gdb packet (for debugging bFLT...
2006-06-11 pbrookbFLT loader (for uClinux binaries).
2006-05-14 pbrookTeach usermode emulation how to lie about uname -r.
2006-03-25 pbrookAvoid accessing guest memory directly in usermode emula...
2005-04-23 bellardARM "Angel" semihosting syscalls (Paul Brook)
2005-04-17 bellardgdb support for user mode (Paul Brook)
2005-02-07 bellardARM FPA get_user/put_user fix
2004-06-19 bellardconst fix
2004-02-22 bellarduse kernel like macros for user access (will be useful...
2004-02-16 bellardarm nwfpe support
2003-09-30 bellardnew directory structure
2003-06-15 bellardfixed include macro pb
2003-06-15 bellardARM emulation support
2003-05-14 bellardremoved trace - merged 2.4.20 vm86 patches
2003-05-13 bellardmmap emulation
2003-05-10 bellardsigtrap support
2003-05-10 bellardadded vm86.c
2003-04-29 bellardloglevel export
2003-04-11 bellardpath patch
next