summaryrefslogtreecommitdiff
path: root/linux-user/elfload.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-11linux-user: Do not subtract offset from end addressTom Musta1-1/+1
2014-11-03elf: take phdr offset into account when calculating the program load addressJonas Maebe1-1/+1
2014-11-03linux-user: Let user specify random seedMagnus Reftel1-1/+0
2014-10-06translate-all.c: memory walker initial address miscalculationMikhail Ilyin1-9/+9
2014-08-22linux-user: Move get_ppc64_abiTom Musta1-9/+0
2014-06-27linux-user: Support HWCAP2 in PowerPCTom Musta1-0/+31
2014-06-27linux-user: Identify Addition Hardware Capabilities for PowerPCTom Musta1-0/+8
2014-06-27linux-user: Correct AUXV Cache Line Sizes for PowerPCTom Musta1-2/+3
2014-06-17User mode support for Linux ELF files with no section headerCraig Heffner1-1/+0
2014-06-16linux-user: Tell guest about big host page sizesAlexander Graf1-1/+1
2014-06-16target-ppc: Confirm That .bss Pages Are ValidTom Musta1-3/+4
2014-06-16target-ppc: Support little-endian PPC64 in user mode.Doug Kwan1-2/+15
2014-06-09target-arm: A64: Implement two-register SHA instructionsPeter Maydell1-0/+2
2014-06-09target-arm: A64: Implement AES instructionsPeter Maydell1-0/+1
2014-06-09target-arm: A64: Implement CRC instructionsPeter Maydell1-0/+1
2014-06-09target-arm: A64: Use PMULL feature bit for PMULLPeter Maydell1-1/+1
2014-06-09target-arm: add support for v8 VMULL.P64 instructionPeter Maydell1-0/+1
2014-06-09target-arm: add support for v8 SHA1 and SHA256 instructionsArd Biesheuvel1-0/+2
2014-05-02linux-user/elfload.c: Support ARM HWCAP2 flagsPeter Maydell1-1/+29
2014-05-02linux-user/elfload.c: Fix A64 code which was incorrectly acting like A32Peter Maydell1-13/+73
2014-05-02linux-user/elfload.c: Update ARM HWCAP bitsPeter Maydell1-2/+20
2014-05-02linux-user/elfload.c: Fix incorrect ARM HWCAP bitsPeter Maydell1-4/+5
2014-05-02linux-user: Assert stack used for auxvec, envp, argvJames Hogan1-0/+2
2014-03-26linux-user: Correct DLINFO_ITEMSJames Hogan1-1/+1
2014-03-17linux-user: Don't reserve space for commpage for AArch64Peter Maydell1-1/+4
2014-03-13cpu: Move opaque field from CPU_COMMON to CPUStateAndreas Färber1-4/+6
2014-02-18linux-user/elfload.c: Avoid calling g_free() on uninitialized dataPeter Maydell1-4/+12
2014-01-10linux-user: Remove regs parameter of load_elf_binary and load_flt_binaryWill Newton1-2/+1
2013-09-10linux-user: Add AArch64 supportAlexander Graf1-2/+13
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber1-1/+1
2013-07-09linux-user: Change thread_env to CPUStateAndreas Färber1-7/+9
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber1-3/+4
2013-05-02target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost1-1/+1
2013-04-18elfload: use abi_llong/ullong instead of target_llong/ullongPaolo Bonzini1-2/+2
2013-04-18elfload: use abi_int/uint instead of target_int/uintPaolo Bonzini1-7/+7
2013-04-18elfload: use abi_short/ushort instead of target_short/ushortPaolo Bonzini1-3/+3
2013-04-18elfload: use tswapreg consistently in elf_core_copy_regsPaolo Bonzini1-57/+57
2013-04-18elfload: fix size of registers for N32Paolo Bonzini1-7/+14
2013-04-18elfload: fix size of ABI-dependent fields in core dumpsPaolo Bonzini1-9/+9
2012-12-19build: kill libdis, move disassemblers to disas/Paolo Bonzini1-1/+1
2012-10-05linux-user: remove two unchecked uses of strdupJim Meyering1-5/+7
2012-08-14linux-user: Use init_guest_space when -R and -B are specifiedMeador Inge1-9/+50
2012-08-14linux-user: Factor out guest space probing into a functionMeador Inge1-33/+77
2012-07-27target-or32: Add linux user supportJia Liu1-0/+41
2012-04-06Userspace ARM BE8 supportPaul Brook1-0/+1
2012-04-06arm-linux-user: fix elfload.c's AT_HWCAP to reflect cpu features.Benoit Canet1-4/+27
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber1-8/+8
2012-03-14linux-user: Don't overuse CPUStateAndreas Färber1-12/+12
2012-02-02linux-user: save auxv lengthAlexander Graf1-11/+4
2012-01-10elf: Improve symbol lookup (optimize, fix for bsd-user)Stefan Weil1-7/+4