Age | Commit message (Expand) | Author |
2011-12-02 | fix spelling in linux-user sub directory | Dong Xu Wang |
2011-11-11 | linux-user/elfload.c: Don't memset(NULL..) if malloc() failed | Peter Maydell |
2011-10-27 | ppc64-linux-user: Properly interpret the entry function descriptor. | Richard Henderson |
2011-09-09 | linux-user: Implement new ARM 64 bit cmpxchg kernel helper | Dr. David Alan Gilbert |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori |
2011-07-14 | set ELF_HWCAP for SPARC and SPARC64 | Artyom Tarasenko |
2011-06-21 | linux-user: Define AT_RANDOM to support target stack protection mechanism. | Laurent ALFONSI |
2011-06-21 | linux-user: Handle images where lowest vaddr is not page aligned | Peter Maydell |
2011-06-21 | linux-user: Fix the load of ELF files that have no "useful" symbol | Cédric VINCENT |
2011-05-20 | s390x: s390x-linux-user support | Ulrich Hecht |
2011-04-12 | unicore32: necessary modifications for other files to support unicore32 | Guan Xuetao |
2011-02-17 | linux-user: correct core dump format | Laurent Vivier |
2011-02-09 | linux-user/elfload: add FDPIC support | Mike Frysinger |
2011-02-09 | linux-user: Fix possible realloc memory leak | Stefan Weil |
2010-07-29 | linux-user: Protect against allocation failure in load_symbols. | Richard Henderson |
2010-07-29 | linux-user: Re-use load_elf_image for the main binary. | Richard Henderson |
2010-07-29 | linux-user: Extract load_elf_image from load_elf_interp. | Richard Henderson |
2010-07-29 | linux-user: Remove partial support for a.out interpreters. | Richard Henderson |
2010-07-29 | linux-user: Put the stack guard page at the top. | Richard Henderson |
2010-07-29 | linux-user: Improve consistency checking in elf headers. | Richard Henderson |
2010-07-29 | linux-user: Load symbols from the interpreter. | Richard Henderson |
2010-07-29 | linux-user: Clean up byte-swapping in elfload.c. | Richard Henderson |
2010-07-29 | linux-user: Define ELF_DATA generically. | Richard Henderson |
2010-07-29 | linux-user: Reduce lseek+reads while loading elf files. | Richard Henderson |
2010-07-29 | linux-user: Reindent elfload.c. | Richard Henderson |
2010-07-29 | Add more DT_* and AT_* constants to qemu's copy of elf.h. | Richard Henderson |
2010-07-29 | linux-user: Handle filesz < memsz for any PT_LOAD segment. | Richard Henderson |
2010-06-16 | Usermode exec-stack fix | Paul Brook |
2010-05-29 | Pre-allocate guest address space | Paul Brook |
2010-05-19 | microblaze: Update elf machine nums. | Edgar E. Iglesias |
2010-05-19 | microblaze: Add linux-user core dumping support. | Edgar E. Iglesias |
2010-05-05 | Better default guest_base | Paul Brook |
2010-05-05 | Remove PAGE_RESERVED | Paul Brook |
2010-03-28 | linux-user/ppc: use the Linux register layout | Rob Landley |
2010-03-27 | linux-user: Use RLIMIT_STACK for default stack size. | Richard Henderson |
2010-03-12 | Fix usermode virtual address type | Paul Brook |
2010-03-01 | Disassembler symbol lookup fix | Paul Brook |
2010-01-17 | fix linux-user microblaze ELF_ARCH definition | Mike Frysinger |
2009-12-19 | linux-user: add core dump support for SH | Nathan Froyd |
2009-12-19 | linux-user: add core dump support for M68K | Nathan Froyd |
2009-12-19 | linux-user: add core dump support for MIPS | Nathan Froyd |
2009-12-19 | linux-user: add core dump support for PPC | Nathan Froyd |
2009-12-19 | linux-user: fix ARM core dumps on opposite-endian hosts | Nathan Froyd |
2009-12-19 | linux-user: commonify definitions of target typedefs | Nathan Froyd |
2009-12-19 | linux-user: fix ELF_USE_CORE_DUMP/USE_ELF_CORE_DUMP confusion | Nathan Froyd |
2009-12-19 | linux-user: use TARGET_ABI_FMT_lx to print abi_ulong types | Aurelien Jarno |
2009-12-13 | target-alpha: Drop bogus UNIQ initial value on Linux. | Richard Henderson |
2009-10-16 | linux-user: Update ARM hwcaps | Riku Voipio |
2009-10-04 | linux-user: fix "#if 0"'d printf() | Paul Bolle |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori |