aboutsummaryrefslogtreecommitdiff
path: root/linux-user/elfload.c
AgeCommit message (Expand)Author
2016-01-29linux-user: Clean up includesPeter Maydell
2015-12-17user: introduce "-d page"Paolo Bonzini
2015-12-02translate-all: ensure host page mask is always extended with 1'sPaolo Bonzini
2015-10-08linux-user: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2015-09-28linux-user: remove MAX_ARG_PAGES limitStefan Brüns
2015-09-28linux-user: remove unused image_info membersStefan Brüns
2015-09-25ppc: Rename ELF_MACHINE to be PPC specificPeter Crosthwaite
2015-09-25arm: Remove ELF_MACHINE from cpu.hPeter Crosthwaite
2015-09-25linux-user: elfload: Provide default for elf_check_archPeter Crosthwaite
2015-09-25linux_user: elfload: Default ELF_MACHINE to ELF_ARCHPeter Crosthwaite
2015-09-15linux-user: Support tilegx architecture in linux-userChen Gang
2015-09-11maint: remove / fix many doubled wordsDaniel P. Berrange
2015-08-24linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier
2015-06-15linux-user: Use abi_ulong for TARGET_ELF_PAGESTARTYongbok Kim
2015-06-12linux-user: Add HWCAP for SH4Richard Henderson
2015-04-30linux-user/elfload: use QTAILQ_FOREACH instead of open-coding itEmilio G. Cota
2015-01-20linux-user/elfload.c: Don't use _raw accessor functionsPeter Maydell
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