aboutsummaryrefslogtreecommitdiff
path: root/linux-user/elfload.c
AgeCommit message (Expand)Author
2014-11-11linux-user: Do not subtract offset from end addressTom Musta
2014-11-03elf: take phdr offset into account when calculating the program load addressJonas Maebe
2014-11-03linux-user: Let user specify random seedMagnus Reftel
2014-10-06translate-all.c: memory walker initial address miscalculationMikhail Ilyin
2014-08-22linux-user: Move get_ppc64_abiTom Musta
2014-06-27linux-user: Support HWCAP2 in PowerPCTom Musta
2014-06-27linux-user: Identify Addition Hardware Capabilities for PowerPCTom Musta
2014-06-27linux-user: Correct AUXV Cache Line Sizes for PowerPCTom Musta
2014-06-17User mode support for Linux ELF files with no section headerCraig Heffner
2014-06-16linux-user: Tell guest about big host page sizesAlexander Graf
2014-06-16target-ppc: Confirm That .bss Pages Are ValidTom Musta
2014-06-16target-ppc: Support little-endian PPC64 in user mode.Doug Kwan
2014-06-09target-arm: A64: Implement two-register SHA instructionsPeter Maydell
2014-06-09target-arm: A64: Implement AES instructionsPeter Maydell
2014-06-09target-arm: A64: Implement CRC instructionsPeter Maydell
2014-06-09target-arm: A64: Use PMULL feature bit for PMULLPeter Maydell
2014-06-09target-arm: add support for v8 VMULL.P64 instructionPeter Maydell
2014-06-09target-arm: add support for v8 SHA1 and SHA256 instructionsArd Biesheuvel
2014-05-02linux-user/elfload.c: Support ARM HWCAP2 flagsPeter Maydell
2014-05-02linux-user/elfload.c: Fix A64 code which was incorrectly acting like A32Peter Maydell
2014-05-02linux-user/elfload.c: Update ARM HWCAP bitsPeter Maydell
2014-05-02linux-user/elfload.c: Fix incorrect ARM HWCAP bitsPeter Maydell
2014-05-02linux-user: Assert stack used for auxvec, envp, argvJames Hogan
2014-03-26linux-user: Correct DLINFO_ITEMSJames Hogan
2014-03-17linux-user: Don't reserve space for commpage for AArch64Peter Maydell
2014-03-13cpu: Move opaque field from CPU_COMMON to CPUStateAndreas Färber
2014-02-18linux-user/elfload.c: Avoid calling g_free() on uninitialized dataPeter Maydell
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