aboutsummaryrefslogtreecommitdiff
path: root/linux-user/elfload.c
AgeCommit message (Expand)Author
2014-01-10linux-user: Remove regs parameter of load_elf_binary and load_flt_binaryWill Newton
2013-09-10linux-user: Add AArch64 supportAlexander Graf
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber
2013-07-09linux-user: Change thread_env to CPUStateAndreas Färber
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber
2013-05-02target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost
2013-04-18elfload: use abi_llong/ullong instead of target_llong/ullongPaolo Bonzini
2013-04-18elfload: use abi_int/uint instead of target_int/uintPaolo Bonzini
2013-04-18elfload: use abi_short/ushort instead of target_short/ushortPaolo Bonzini
2013-04-18elfload: use tswapreg consistently in elf_core_copy_regsPaolo Bonzini
2013-04-18elfload: fix size of registers for N32Paolo Bonzini
2013-04-18elfload: fix size of ABI-dependent fields in core dumpsPaolo Bonzini
2012-12-19build: kill libdis, move disassemblers to disas/Paolo Bonzini
2012-10-05linux-user: remove two unchecked uses of strdupJim Meyering
2012-08-14linux-user: Use init_guest_space when -R and -B are specifiedMeador Inge
2012-08-14linux-user: Factor out guest space probing into a functionMeador Inge
2012-07-27target-or32: Add linux user supportJia Liu
2012-04-06Userspace ARM BE8 supportPaul Brook
2012-04-06arm-linux-user: fix elfload.c's AT_HWCAP to reflect cpu features.Benoit Canet
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber
2012-03-14linux-user: Don't overuse CPUStateAndreas Färber
2012-02-02linux-user: save auxv lengthAlexander Graf
2012-01-10elf: Improve symbol lookup (optimize, fix for bsd-user)Stefan Weil
2011-12-02fix spelling in linux-user sub directoryDong Xu Wang
2011-11-11linux-user/elfload.c: Don't memset(NULL..) if malloc() failedPeter Maydell
2011-10-27ppc64-linux-user: Properly interpret the entry function descriptor.Richard Henderson
2011-09-09linux-user: Implement new ARM 64 bit cmpxchg kernel helperDr. David Alan Gilbert
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-07-14set ELF_HWCAP for SPARC and SPARC64Artyom Tarasenko
2011-06-21linux-user: Define AT_RANDOM to support target stack protection mechanism.Laurent ALFONSI
2011-06-21linux-user: Handle images where lowest vaddr is not page alignedPeter Maydell
2011-06-21linux-user: Fix the load of ELF files that have no "useful" symbolCédric VINCENT
2011-05-20s390x: s390x-linux-user supportUlrich Hecht
2011-04-12unicore32: necessary modifications for other files to support unicore32Guan Xuetao
2011-02-17linux-user: correct core dump formatLaurent Vivier
2011-02-09linux-user/elfload: add FDPIC supportMike Frysinger
2011-02-09linux-user: Fix possible realloc memory leakStefan Weil
2010-07-29linux-user: Protect against allocation failure in load_symbols.Richard Henderson
2010-07-29linux-user: Re-use load_elf_image for the main binary.Richard Henderson
2010-07-29linux-user: Extract load_elf_image from load_elf_interp.Richard Henderson
2010-07-29linux-user: Remove partial support for a.out interpreters.Richard Henderson
2010-07-29linux-user: Put the stack guard page at the top.Richard Henderson
2010-07-29linux-user: Improve consistency checking in elf headers.Richard Henderson
2010-07-29linux-user: Load symbols from the interpreter.Richard Henderson
2010-07-29linux-user: Clean up byte-swapping in elfload.c.Richard Henderson
2010-07-29linux-user: Define ELF_DATA generically.Richard Henderson
2010-07-29linux-user: Reduce lseek+reads while loading elf files.Richard Henderson
2010-07-29linux-user: Reindent elfload.c.Richard Henderson
2010-07-29Add more DT_* and AT_* constants to qemu's copy of elf.h.Richard Henderson
2010-07-29linux-user: Handle filesz < memsz for any PT_LOAD segment.Richard Henderson