aboutsummaryrefslogtreecommitdiff
path: root/linux-user/elfload.c
AgeCommit message (Expand)Author
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini
2018-10-29linux-user: Read and set FP ABI value from MIPS abiflagsStefan Markovic
2018-10-29linux-user: Extract MIPS abiflags from ELF fileStefan Markovic
2018-10-24target/arm: Convert v8.2-fp16 from feature bit to aa64pfr0 testRichard Henderson
2018-10-24target/arm: Convert sve from feature bit to aa64pfr0 testRichard Henderson
2018-10-24target/arm: Convert division from feature bits to isar0 testsRichard Henderson
2018-10-24target/arm: Convert v8 extensions from feature bits to isar testsRichard Henderson
2018-09-28Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-re...Peter Maydell
2018-09-25linux-user: elf: mmap all the target-pages of hostpage for data segmentShivaprasad G Bhat
2018-09-07target-ppc: Extend HWCAP2 bits for ISA 3.0Sandipan Das
2018-08-24elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS tooAleksandar Markovic
2018-07-22linux-user: fix ELF load alignment errorLaurent Vivier
2018-06-29target/arm: Implement ARMv8.2-DotProdRichard Henderson
2018-06-29target/arm: Enable SVE for aarch64-linux-userRichard Henderson
2018-05-10target/arm: Introduce ARM_FEATURE_V8_ATOMICS and initial decodeRichard Henderson
2018-05-03linux-user: ARM-FDPIC: Add support of FDPIC for ARM.Christophe Lyon
2018-05-03linux-user: ARM-FDPIC: Identify ARM FDPIC binariesChristophe Lyon
2018-05-03Remove CONFIG_USE_FDPIC.Christophe Lyon
2018-04-10linux-user: implement HWCAP bits on MIPSJames Cowgill
2018-03-20linux-user: init_guest_space: Try to make ARM space+commpage continuousLuke Shumaker
2018-03-17Merge remote-tracking branch 'remotes/xtensa/tags/20180316-xtensa' into stagingPeter Maydell
2018-03-16target/xtensa: add linux-user supportMax Filippov
2018-03-13linux-user: init_guest_space: Add a comment about search strategyLuke Shumaker
2018-03-13linux-user: init_guest_space: Don't try to align if we'll reject itLuke Shumaker
2018-03-13linux-user: init_guest_space: Clean up control flow a bitLuke Shumaker
2018-03-09linux-user: init_guest_commpage: Add a comment about size checkLuke Shumaker
2018-03-09linux-user: init_guest_space: Clarify page alignment logicLuke Shumaker
2018-03-09linux-user: init_guest_space: Correctly handle guest_start in commpage initia...Luke Shumaker
2018-03-09linux-user: init_guest_space: Clean up if we can't initialize the commpageLuke Shumaker
2018-03-09linux-user: Rename validate_guest_space => init_guest_commpageLuke Shumaker
2018-03-09linux-user: Use #if to only call validate_guest_space for 32-bit ARM targetLuke Shumaker
2018-03-09linux-user: Drop unicore32 codePeter Maydell
2018-03-07RISC-V Linux User EmulationMichael Clark
2018-03-02target/arm: Add ARM_FEATURE_V8_FCMARichard Henderson
2018-03-02target/arm: Add ARM_FEATURE_V8_RDMRichard Henderson
2018-03-01linux-user: Report AArch64 FP16 support via hwcap bitsPeter Maydell
2018-02-25linux-user: introduce functions to detect CPU typeYunQiang Su
2018-02-09target/arm: enable user-mode SHA-3, SM3, SM4 and SHA-512 instruction supportArd Biesheuvel
2018-01-23linux-user: Add AT_SECURE auxvalMarco A L Barbosa
2017-11-20linux-user: Fix calculation of auxv lengthPeter Maydell
2017-10-16linux-user: Allow -R values up to 0xffff0000 for 32-bit ARM guestsPeter Maydell
2017-07-31linux-user/sh4: fix incorrect memory writePhilippe Mathieu-Daudé
2017-06-29linux-user: Put PPC AT_IGNOREPPC auxv entries in the right placePeter Maydell
2017-05-04target/openrisc: implement shadow registersStafford Horne
2017-02-16linux-user: Use correct types in load_symbols()Peter Maydell
2017-02-14target/openrisc: Keep SR_F in a separate variableRichard Henderson
2017-01-24nios2: Add usermode binaries emulationMarek Vasut
2017-01-23linux-user: Add HPPA startup and main loopRichard Henderson
2017-01-22linux-user: Support stack-grows-up in elfload.cRichard Henderson
2016-10-31linux-user/elfload: ensure mmap_lock() held while setting upAlex Bennée