summaryrefslogtreecommitdiffstats
path: root/linux-user/elfload.c
Commit message (Expand)AuthorAgeFilesLines
* linux-user/elfload.c: Support ARM HWCAP2 flagsPeter Maydell2014-05-021-1/+29
* linux-user/elfload.c: Fix A64 code which was incorrectly acting like A32Peter Maydell2014-05-021-13/+73
* linux-user/elfload.c: Update ARM HWCAP bitsPeter Maydell2014-05-021-2/+20
* linux-user/elfload.c: Fix incorrect ARM HWCAP bitsPeter Maydell2014-05-021-4/+5
* linux-user: Assert stack used for auxvec, envp, argvJames Hogan2014-05-021-0/+2
* linux-user: Correct DLINFO_ITEMSJames Hogan2014-03-261-1/+1
* linux-user: Don't reserve space for commpage for AArch64Peter Maydell2014-03-171-1/+4
* cpu: Move opaque field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-4/+6
* linux-user/elfload.c: Avoid calling g_free() on uninitialized dataPeter Maydell2014-02-181-4/+12
* linux-user: Remove regs parameter of load_elf_binary and load_flt_binaryWill Newton2014-01-101-2/+1
* linux-user: Add AArch64 supportAlexander Graf2013-09-101-2/+13
* cpu: Use QTAILQ for CPU listAndreas Färber2013-09-031-1/+1
* linux-user: Change thread_env to CPUStateAndreas Färber2013-07-091-7/+9
* cpu: Make first_cpu and next_cpu CPUStateAndreas Färber2013-07-091-3/+4
* target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost2013-05-021-1/+1
* elfload: use abi_llong/ullong instead of target_llong/ullongPaolo Bonzini2013-04-181-2/+2
* elfload: use abi_int/uint instead of target_int/uintPaolo Bonzini2013-04-181-7/+7
* elfload: use abi_short/ushort instead of target_short/ushortPaolo Bonzini2013-04-181-3/+3
* elfload: use tswapreg consistently in elf_core_copy_regsPaolo Bonzini2013-04-181-57/+57
* elfload: fix size of registers for N32Paolo Bonzini2013-04-181-7/+14
* elfload: fix size of ABI-dependent fields in core dumpsPaolo Bonzini2013-04-181-9/+9
* build: kill libdis, move disassemblers to disas/Paolo Bonzini2012-12-191-1/+1
* linux-user: remove two unchecked uses of strdupJim Meyering2012-10-051-5/+7
* linux-user: Use init_guest_space when -R and -B are specifiedMeador Inge2012-08-141-9/+50
* linux-user: Factor out guest space probing into a functionMeador Inge2012-08-141-33/+77
* target-or32: Add linux user supportJia Liu2012-07-271-0/+41
* Userspace ARM BE8 supportPaul Brook2012-04-061-0/+1
* arm-linux-user: fix elfload.c's AT_HWCAP to reflect cpu features.Benoit Canet2012-04-061-4/+27
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-8/+8
* linux-user: Don't overuse CPUStateAndreas Färber2012-03-141-12/+12
* linux-user: save auxv lengthAlexander Graf2012-02-021-11/+4
* elf: Improve symbol lookup (optimize, fix for bsd-user)Stefan Weil2012-01-101-7/+4
* fix spelling in linux-user sub directoryDong Xu Wang2011-12-021-1/+1
* linux-user/elfload.c: Don't memset(NULL..) if malloc() failedPeter Maydell2011-11-111-3/+2
* ppc64-linux-user: Properly interpret the entry function descriptor.Richard Henderson2011-10-271-4/+4
* linux-user: Implement new ARM 64 bit cmpxchg kernel helperDr. David Alan Gilbert2011-09-091-2/+54
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-13/+13
* set ELF_HWCAP for SPARC and SPARC64Artyom Tarasenko2011-07-141-2/+4
* linux-user: Define AT_RANDOM to support target stack protection mechanism.Laurent ALFONSI2011-06-211-1/+20
* linux-user: Handle images where lowest vaddr is not page alignedPeter Maydell2011-06-211-57/+73
* linux-user: Fix the load of ELF files that have no "useful" symbolCédric VINCENT2011-06-211-15/+19
* s390x: s390x-linux-user supportUlrich Hecht2011-05-201-0/+19
* unicore32: necessary modifications for other files to support unicore32Guan Xuetao2011-04-121-0/+74
* linux-user: correct core dump formatLaurent Vivier2011-02-171-16/+18
* linux-user/elfload: add FDPIC supportMike Frysinger2011-02-091-0/+71
* linux-user: Fix possible realloc memory leakStefan Weil2011-02-091-3/+5
* linux-user: Protect against allocation failure in load_symbols.Richard Henderson2010-07-291-0/+10
* linux-user: Re-use load_elf_image for the main binary.Richard Henderson2010-07-291-277/+103
* linux-user: Extract load_elf_image from load_elf_interp.Richard Henderson2010-07-291-174/+167
* linux-user: Remove partial support for a.out interpreters.Richard Henderson2010-07-291-70/+9
OpenPOWER on IntegriCloud