summaryrefslogtreecommitdiffstats
path: root/linux-user/elfload.c
Commit message (Expand)AuthorAgeFilesLines
* linux-user: Fix ELF_PLATFORM for aarch64_be-linux-userRichard Henderson2019-03-071-1/+5
* linux-user: Add ELF_PLATFORM for armRichard Henderson2019-03-071-0/+31
* target/arm: Implement ARMv8.4-CondMRichard Henderson2019-03-051-0/+1
* target/arm: Implement ARMv8.0-SBRichard Henderson2019-03-051-0/+1
* linux-user: Enable HWCAP_ASIMDFHM, HWCAP_JSCVTRichard Henderson2019-02-281-0/+2
* linux-user/elfload: enable HWCAP_CPUID for AArch64Alex Bennée2019-02-151-0/+1
* aarch64-linux-user: Enable HWCAP bits for PAuthRichard Henderson2019-02-011-0/+1
* aarch64-linux-user: Update HWCAP bits from linux 5.0-rc1Richard Henderson2019-02-011-0/+9
* qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini2019-01-111-1/+1
* linux-user: Read and set FP ABI value from MIPS abiflagsStefan Markovic2018-10-291-0/+4
* linux-user: Extract MIPS abiflags from ELF fileStefan Markovic2018-10-291-0/+33
* target/arm: Convert v8.2-fp16 from feature bit to aa64pfr0 testRichard Henderson2018-10-241-5/+1Star
* target/arm: Convert sve from feature bit to aa64pfr0 testRichard Henderson2018-10-241-1/+1
* target/arm: Convert division from feature bits to isar0 testsRichard Henderson2018-10-241-2/+2
* target/arm: Convert v8 extensions from feature bits to isar testsRichard Henderson2018-10-241-18/+28
* Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-re...Peter Maydell2018-09-281-3/+7
|\
| * linux-user: elf: mmap all the target-pages of hostpage for data segmentShivaprasad G Bhat2018-09-251-3/+7
* | target-ppc: Extend HWCAP2 bits for ISA 3.0Sandipan Das2018-09-071-0/+2
|/
* 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