summaryrefslogtreecommitdiffstats
path: root/linux-user/elfload.c
Commit message (Expand)AuthorAgeFilesLines
* RISC-V Linux User EmulationMichael Clark2018-03-061-0/+22
* target/arm: Add ARM_FEATURE_V8_FCMARichard Henderson2018-03-021-0/+1
* target/arm: Add ARM_FEATURE_V8_RDMRichard Henderson2018-03-021-0/+1
* linux-user: Report AArch64 FP16 support via hwcap bitsPeter Maydell2018-03-011-0/+2
* linux-user: introduce functions to detect CPU typeYunQiang Su2018-02-251-0/+35
* target/arm: enable user-mode SHA-3, SM3, SM4 and SHA-512 instruction supportArd Biesheuvel2018-02-091-0/+19
* linux-user: Add AT_SECURE auxvalMarco A L Barbosa2018-01-231-1/+2
* linux-user: Fix calculation of auxv lengthPeter Maydell2017-11-201-2/+9
* linux-user: Allow -R values up to 0xffff0000 for 32-bit ARM guestsPeter Maydell2017-10-161-1/+1
* linux-user/sh4: fix incorrect memory writePhilippe Mathieu-Daudé2017-07-311-1/+1
* linux-user: Put PPC AT_IGNOREPPC auxv entries in the right placePeter Maydell2017-06-291-11/+12
* target/openrisc: implement shadow registersStafford Horne2017-05-041-1/+1
* 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