summaryrefslogtreecommitdiff
path: root/linux-user/elfload.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-02target/arm: Add ARM_FEATURE_V8_FCMARichard Henderson1-0/+1
2018-03-02target/arm: Add ARM_FEATURE_V8_RDMRichard Henderson1-0/+1
2018-03-01linux-user: Report AArch64 FP16 support via hwcap bitsPeter Maydell1-0/+2
2018-02-25linux-user: introduce functions to detect CPU typeYunQiang Su1-0/+35
2018-02-09target/arm: enable user-mode SHA-3, SM3, SM4 and SHA-512 instruction supportArd Biesheuvel1-0/+19
2018-01-23linux-user: Add AT_SECURE auxvalMarco A L Barbosa1-1/+2
2017-11-20linux-user: Fix calculation of auxv lengthPeter Maydell1-2/+9
2017-10-16linux-user: Allow -R values up to 0xffff0000 for 32-bit ARM guestsPeter Maydell1-1/+1
2017-07-31linux-user/sh4: fix incorrect memory writePhilippe Mathieu-Daudé1-1/+1
2017-06-29linux-user: Put PPC AT_IGNOREPPC auxv entries in the right placePeter Maydell1-11/+12
2017-05-04target/openrisc: implement shadow registersStafford Horne1-1/+1
2017-02-16linux-user: Use correct types in load_symbols()Peter Maydell1-7/+15
2017-02-14target/openrisc: Keep SR_F in a separate variableRichard Henderson1-2/+1
2017-01-24nios2: Add usermode binaries emulationMarek Vasut1-0/+57
2017-01-23linux-user: Add HPPA startup and main loopRichard Henderson1-0/+24
2017-01-22linux-user: Support stack-grows-up in elfload.cRichard Henderson1-65/+170
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