summaryrefslogtreecommitdiffstats
path: root/linux-user/elfload.c
Commit message (Expand)AuthorAgeFilesLines
* linux-user: Use correct types in load_symbols()Peter Maydell2017-02-161-7/+15
* target/openrisc: Keep SR_F in a separate variableRichard Henderson2017-02-131-2/+1Star
* nios2: Add usermode binaries emulationMarek Vasut2017-01-241-0/+57
* linux-user: Add HPPA startup and main loopRichard Henderson2017-01-231-0/+24
* linux-user: Support stack-grows-up in elfload.cRichard Henderson2017-01-231-65/+170
* linux-user/elfload: ensure mmap_lock() held while setting upAlex Bennée2016-10-311-0/+4
* linux-user: ppc64: fix ARCH_206 bit in AT_HWCAPMichael Walle2016-09-231-2/+6
* linux-user: Use glib malloc functions in load_symbols()Peter Maydell2016-09-211-7/+7
* linux-user: Check dump_write() return in elf_core_dump()Peter Maydell2016-09-211-1/+3
* linux-user: Pass missing MAP_ANONYMOUS to target_mmap() callPeter Maydell2016-09-211-1/+1
* linux-user: complete omission of removing uses of strdupWei Jiangang2016-09-141-5/+2Star
* os-posix: include sys/mman.hPaolo Bonzini2016-06-161-1/+0Star
* linux-user: arm: Remove ARM_cpsr and similar #definesPeter Maydell2016-05-271-9/+10
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* linux-user: Clean up includesPeter Maydell2016-01-291-9/+1Star
* user: introduce "-d page"Paolo Bonzini2015-12-171-4/+4
* translate-all: ensure host page mask is always extended with 1'sPaolo Bonzini2015-12-021-2/+1Star
* linux-user: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-10-081-1/+1
* linux-user: remove MAX_ARG_PAGES limitStefan Brüns2015-09-281-55/+55
* linux-user: remove unused image_info membersStefan Brüns2015-09-281-3/+0Star
* ppc: Rename ELF_MACHINE to be PPC specificPeter Crosthwaite2015-09-251-0/+1
* arm: Remove ELF_MACHINE from cpu.hPeter Crosthwaite2015-09-251-2/+2
* linux-user: elfload: Provide default for elf_check_archPeter Crosthwaite2015-09-251-24/+4Star
* linux_user: elfload: Default ELF_MACHINE to ELF_ARCHPeter Crosthwaite2015-09-251-0/+4
* linux-user: Support tilegx architecture in linux-userChen Gang2015-09-151-0/+23
* maint: remove / fix many doubled wordsDaniel P. Berrange2015-09-111-1/+1
* linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier2015-08-241-2/+0Star
* linux-user: Use abi_ulong for TARGET_ELF_PAGESTARTYongbok Kim2015-06-151-1/+2
* linux-user: Add HWCAP for SH4Richard Henderson2015-06-121-0/+29
* linux-user/elfload: use QTAILQ_FOREACH instead of open-coding itEmilio G. Cota2015-04-301-2/+1Star
* linux-user/elfload.c: Don't use _raw accessor functionsPeter Maydell2015-01-201-2/+5
* linux-user: Do not subtract offset from end addressTom Musta2014-11-111-1/+1
* elf: take phdr offset into account when calculating the program load addressJonas Maebe2014-11-031-1/+1
* linux-user: Let user specify random seedMagnus Reftel2014-11-031-1/+0Star
* translate-all.c: memory walker initial address miscalculationMikhail Ilyin2014-10-061-9/+9
* linux-user: Move get_ppc64_abiTom Musta2014-08-221-9/+0Star
* linux-user: Support HWCAP2 in PowerPCTom Musta2014-06-271-0/+31
* linux-user: Identify Addition Hardware Capabilities for PowerPCTom Musta2014-06-271-0/+8
* linux-user: Correct AUXV Cache Line Sizes for PowerPCTom Musta2014-06-271-2/+3
* User mode support for Linux ELF files with no section headerCraig Heffner2014-06-171-1/+0Star
* linux-user: Tell guest about big host page sizesAlexander Graf2014-06-161-1/+1
* target-ppc: Confirm That .bss Pages Are ValidTom Musta2014-06-161-3/+4
* target-ppc: Support little-endian PPC64 in user mode.Doug Kwan2014-06-161-2/+15
* target-arm: A64: Implement two-register SHA instructionsPeter Maydell2014-06-091-0/+2
* target-arm: A64: Implement AES instructionsPeter Maydell2014-06-091-0/+1
* target-arm: A64: Implement CRC instructionsPeter Maydell2014-06-091-0/+1
* target-arm: A64: Use PMULL feature bit for PMULLPeter Maydell2014-06-091-1/+1
* target-arm: add support for v8 VMULL.P64 instructionPeter Maydell2014-06-091-0/+1
* target-arm: add support for v8 SHA1 and SHA256 instructionsArd Biesheuvel2014-06-091-0/+2
* linux-user/elfload.c: Support ARM HWCAP2 flagsPeter Maydell2014-05-021-1/+29