summaryrefslogtreecommitdiffstats
path: root/linux-user/elfload.c
Commit message (Expand)AuthorAgeFilesLines
* linux-user: elf: mmap all the target-pages of hostpage for data segmentShivaprasad G Bhat2018-09-251-3/+7
* elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS tooAleksandar Markovic2018-08-241-0/+2
* linux-user: fix ELF load alignment errorLaurent Vivier2018-07-221-1/+9
* target/arm: Implement ARMv8.2-DotProdRichard Henderson2018-06-291-0/+1
* target/arm: Enable SVE for aarch64-linux-userRichard Henderson2018-06-291-0/+1
* target/arm: Introduce ARM_FEATURE_V8_ATOMICS and initial decodeRichard Henderson2018-05-101-0/+1
* linux-user: ARM-FDPIC: Add support of FDPIC for ARM.Christophe Lyon2018-05-031-0/+29
* linux-user: ARM-FDPIC: Identify ARM FDPIC binariesChristophe Lyon2018-05-031-0/+7
* Remove CONFIG_USE_FDPIC.Christophe Lyon2018-05-031-11/+7Star
* linux-user: implement HWCAP bits on MIPSJames Cowgill2018-04-101-0/+24
* linux-user: init_guest_space: Try to make ARM space+commpage continuousLuke Shumaker2018-03-201-0/+49
* Merge remote-tracking branch 'remotes/xtensa/tags/20180316-xtensa' into stagingPeter Maydell2018-03-171-0/+58
|\
| * target/xtensa: add linux-user supportMax Filippov2018-03-161-0/+58
* | linux-user: init_guest_space: Add a comment about search strategyLuke Shumaker2018-03-131-0/+4
* | linux-user: init_guest_space: Don't try to align if we'll reject itLuke Shumaker2018-03-131-5/+5
* | linux-user: init_guest_space: Clean up control flow a bitLuke Shumaker2018-03-131-15/+19
* | linux-user: init_guest_commpage: Add a comment about size checkLuke Shumaker2018-03-091-0/+5
* | linux-user: init_guest_space: Clarify page alignment logicLuke Shumaker2018-03-091-10/+33
* | linux-user: init_guest_space: Correctly handle guest_start in commpage initia...Luke Shumaker2018-03-091-1/+1
* | linux-user: init_guest_space: Clean up if we can't initialize the commpageLuke Shumaker2018-03-091-0/+1
* | linux-user: Rename validate_guest_space => init_guest_commpageLuke Shumaker2018-03-091-5/+5
* | linux-user: Use #if to only call validate_guest_space for 32-bit ARM targetLuke Shumaker2018-03-091-13/+10Star
* | linux-user: Drop unicore32 codePeter Maydell2018-03-091-72/+0Star
|/
* 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