summaryrefslogtreecommitdiffstats
path: root/linux-user/elfload.c
Commit message (Expand)AuthorAgeFilesLines
* target/arm: Add support for DC CVAP & DC CVADP insBeata Michalska2019-12-161-0/+2
* linux-user: Support gdb 'qOffsets' query for ELFJosh Kunz2019-09-111-0/+2
* linux-user: Add AT_HWCAP2 for aarch64-linux-userRichard Henderson2019-09-101-4/+27
* Include qemu/queue.h slightly lessMarkus Armbruster2019-08-161-0/+1
* linux-user: update PPC64 HWCAP2 feature listLaurent Vivier2019-06-241-2/+10
* cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson2019-06-101-3/+3
* linux-user: elf: ELF_HWCAP for s390xDavid Hildenbrand2019-06-071-0/+28
* Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.1-pull-re...Peter Maydell2019-05-241-7/+15
|\
| * linux-user: Fix shmat emulation by honoring host SHMLBARichard Henderson2019-05-241-7/+10
| * linux-user: Sanitize interp_info and, for mips only, init field fp_abiDaniel Santos2019-05-221-0/+5
* | linux-user: Use qemu_guest_getrandom_nofail for AT_RANDOMRichard Henderson2019-05-221-5/+3Star
|/
* linux-user: elf: Map empty PT_LOAD segmentsGiuseppe Musacchio2019-05-101-5/+13
* linux-user/elfload: Fix GCC 9 build warningsAlistair Francis2019-05-091-1/+1
* 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