aboutsummaryrefslogtreecommitdiff
path: root/linux-user/elfload.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-24linux-user: update PPC64 HWCAP2 feature listLaurent Vivier1-2/+10
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson1-3/+3
2019-06-07linux-user: elf: ELF_HWCAP for s390xDavid Hildenbrand1-0/+28
2019-05-24Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.1-pull-re...Peter Maydell1-7/+15
2019-05-24linux-user: Fix shmat emulation by honoring host SHMLBARichard Henderson1-7/+10
2019-05-22linux-user: Sanitize interp_info and, for mips only, init field fp_abiDaniel Santos1-0/+5
2019-05-22linux-user: Use qemu_guest_getrandom_nofail for AT_RANDOMRichard Henderson1-5/+3
2019-05-10linux-user: elf: Map empty PT_LOAD segmentsGiuseppe Musacchio1-5/+13
2019-05-09linux-user/elfload: Fix GCC 9 build warningsAlistair Francis1-1/+1
2019-03-07linux-user: Fix ELF_PLATFORM for aarch64_be-linux-userRichard Henderson1-1/+5
2019-03-07linux-user: Add ELF_PLATFORM for armRichard Henderson1-0/+31
2019-03-05target/arm: Implement ARMv8.4-CondMRichard Henderson1-0/+1
2019-03-05target/arm: Implement ARMv8.0-SBRichard Henderson1-0/+1
2019-02-28linux-user: Enable HWCAP_ASIMDFHM, HWCAP_JSCVTRichard Henderson1-0/+2
2019-02-15linux-user/elfload: enable HWCAP_CPUID for AArch64Alex Bennée1-0/+1
2019-02-01aarch64-linux-user: Enable HWCAP bits for PAuthRichard Henderson1-0/+1
2019-02-01aarch64-linux-user: Update HWCAP bits from linux 5.0-rc1Richard Henderson1-0/+9
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini1-1/+1
2018-10-29linux-user: Read and set FP ABI value from MIPS abiflagsStefan Markovic1-0/+4
2018-10-29linux-user: Extract MIPS abiflags from ELF fileStefan Markovic1-0/+33
2018-10-24target/arm: Convert v8.2-fp16 from feature bit to aa64pfr0 testRichard Henderson1-5/+1
2018-10-24target/arm: Convert sve from feature bit to aa64pfr0 testRichard Henderson1-1/+1
2018-10-24target/arm: Convert division from feature bits to isar0 testsRichard Henderson1-2/+2
2018-10-24target/arm: Convert v8 extensions from feature bits to isar testsRichard Henderson1-18/+28
2018-09-28Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-re...Peter Maydell1-3/+7
2018-09-25linux-user: elf: mmap all the target-pages of hostpage for data segmentShivaprasad G Bhat1-3/+7
2018-09-07target-ppc: Extend HWCAP2 bits for ISA 3.0Sandipan Das1-0/+2
2018-08-24elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS tooAleksandar Markovic1-0/+2
2018-07-22linux-user: fix ELF load alignment errorLaurent Vivier1-1/+9
2018-06-29target/arm: Implement ARMv8.2-DotProdRichard Henderson1-0/+1
2018-06-29target/arm: Enable SVE for aarch64-linux-userRichard Henderson1-0/+1
2018-05-10target/arm: Introduce ARM_FEATURE_V8_ATOMICS and initial decodeRichard Henderson1-0/+1
2018-05-03linux-user: ARM-FDPIC: Add support of FDPIC for ARM.Christophe Lyon1-0/+29
2018-05-03linux-user: ARM-FDPIC: Identify ARM FDPIC binariesChristophe Lyon1-0/+7
2018-05-03Remove CONFIG_USE_FDPIC.Christophe Lyon1-11/+7
2018-04-10linux-user: implement HWCAP bits on MIPSJames Cowgill1-0/+24
2018-03-20linux-user: init_guest_space: Try to make ARM space+commpage continuousLuke Shumaker1-0/+49
2018-03-17Merge remote-tracking branch 'remotes/xtensa/tags/20180316-xtensa' into stagingPeter Maydell1-0/+58
2018-03-16target/xtensa: add linux-user supportMax Filippov1-0/+58
2018-03-13linux-user: init_guest_space: Add a comment about search strategyLuke Shumaker1-0/+4
2018-03-13linux-user: init_guest_space: Don't try to align if we'll reject itLuke Shumaker1-5/+5
2018-03-13linux-user: init_guest_space: Clean up control flow a bitLuke Shumaker1-15/+19
2018-03-09linux-user: init_guest_commpage: Add a comment about size checkLuke Shumaker1-0/+5
2018-03-09linux-user: init_guest_space: Clarify page alignment logicLuke Shumaker1-10/+33
2018-03-09linux-user: init_guest_space: Correctly handle guest_start in commpage initia...Luke Shumaker1-1/+1
2018-03-09linux-user: init_guest_space: Clean up if we can't initialize the commpageLuke Shumaker1-0/+1
2018-03-09linux-user: Rename validate_guest_space => init_guest_commpageLuke Shumaker1-5/+5
2018-03-09linux-user: Use #if to only call validate_guest_space for 32-bit ARM targetLuke Shumaker1-13/+10
2018-03-09linux-user: Drop unicore32 codePeter Maydell1-72/+0
2018-03-07RISC-V Linux User EmulationMichael Clark1-0/+22