summaryrefslogtreecommitdiff
path: root/linux-user/elfload.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-31linux-user/elfload: ensure mmap_lock() held while setting upAlex Bennée1-0/+4
2016-09-23linux-user: ppc64: fix ARCH_206 bit in AT_HWCAPMichael Walle1-2/+6
2016-09-21linux-user: Use glib malloc functions in load_symbols()Peter Maydell1-7/+7
2016-09-21linux-user: Check dump_write() return in elf_core_dump()Peter Maydell1-1/+3
2016-09-21linux-user: Pass missing MAP_ANONYMOUS to target_mmap() callPeter Maydell1-1/+1
2016-09-14linux-user: complete omission of removing uses of strdupWei Jiangang1-5/+2
2016-06-16os-posix: include sys/mman.hPaolo Bonzini1-1/+0
2016-05-27linux-user: arm: Remove ARM_cpsr and similar #definesPeter Maydell1-9/+10
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-01-29linux-user: Clean up includesPeter Maydell1-9/+1
2015-12-17user: introduce "-d page"Paolo Bonzini1-4/+4
2015-12-02translate-all: ensure host page mask is always extended with 1'sPaolo Bonzini1-2/+1
2015-10-08linux-user: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2015-09-28linux-user: remove MAX_ARG_PAGES limitStefan Brüns1-55/+55
2015-09-28linux-user: remove unused image_info membersStefan Brüns1-3/+0
2015-09-25ppc: Rename ELF_MACHINE to be PPC specificPeter Crosthwaite1-0/+1
2015-09-25arm: Remove ELF_MACHINE from cpu.hPeter Crosthwaite1-2/+2
2015-09-25linux-user: elfload: Provide default for elf_check_archPeter Crosthwaite1-24/+4
2015-09-25linux_user: elfload: Default ELF_MACHINE to ELF_ARCHPeter Crosthwaite1-0/+4
2015-09-15linux-user: Support tilegx architecture in linux-userChen Gang1-0/+23
2015-09-11maint: remove / fix many doubled wordsDaniel P. Berrange1-1/+1
2015-08-24linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier1-2/+0
2015-06-15linux-user: Use abi_ulong for TARGET_ELF_PAGESTARTYongbok Kim1-1/+2
2015-06-12linux-user: Add HWCAP for SH4Richard Henderson1-0/+29
2015-04-30linux-user/elfload: use QTAILQ_FOREACH instead of open-coding itEmilio G. Cota1-2/+1
2015-01-20linux-user/elfload.c: Don't use _raw accessor functionsPeter Maydell1-2/+5
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