aboutsummaryrefslogtreecommitdiff
path: root/linux-user/elfload.c
AgeCommit message (Expand)Author
2020-05-15linux-user: completely re-write init_guest_spaceAlex Bennée
2020-04-07linux-user: more debug for init_guest_spaceAlex Bennée
2020-03-20linux-user: Add AT_EXECFN auxvalLirong Yuan
2020-02-28target/arm: Implement v8.4-RCPCPeter Maydell
2020-02-28target/arm: Implement v8.3-RCPCPeter Maydell
2020-02-28linux-user/arm: Replace ARM_FEATURE_VFP* tests for HWCAPRichard Henderson
2020-02-21target/arm: Add _aa32_ to isar_feature functions testing 32-bit ID registersPeter Maydell
2020-01-22linux-user: Reserve space for brkRichard Henderson
2020-01-22linux-user:Fix align mistake when mmap guest spaceXinyu Li
2019-12-16target/arm: Add support for DC CVAP & DC CVADP insBeata Michalska
2019-09-11linux-user: Support gdb 'qOffsets' query for ELFJosh Kunz
2019-09-10linux-user: Add AT_HWCAP2 for aarch64-linux-userRichard Henderson
2019-08-16Include qemu/queue.h slightly lessMarkus Armbruster
2019-06-24linux-user: update PPC64 HWCAP2 feature listLaurent Vivier
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson
2019-06-07linux-user: elf: ELF_HWCAP for s390xDavid Hildenbrand
2019-05-24Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.1-pull-re...Peter Maydell
2019-05-24linux-user: Fix shmat emulation by honoring host SHMLBARichard Henderson
2019-05-22linux-user: Sanitize interp_info and, for mips only, init field fp_abiDaniel Santos
2019-05-22linux-user: Use qemu_guest_getrandom_nofail for AT_RANDOMRichard Henderson
2019-05-10linux-user: elf: Map empty PT_LOAD segmentsGiuseppe Musacchio
2019-05-09linux-user/elfload: Fix GCC 9 build warningsAlistair Francis
2019-03-07linux-user: Fix ELF_PLATFORM for aarch64_be-linux-userRichard Henderson
2019-03-07linux-user: Add ELF_PLATFORM for armRichard Henderson
2019-03-05target/arm: Implement ARMv8.4-CondMRichard Henderson
2019-03-05target/arm: Implement ARMv8.0-SBRichard Henderson
2019-02-28linux-user: Enable HWCAP_ASIMDFHM, HWCAP_JSCVTpull-target-arm-20190228-1Richard Henderson
2019-02-15linux-user/elfload: enable HWCAP_CPUID for AArch64Alex Bennée
2019-02-01aarch64-linux-user: Enable HWCAP bits for PAuthRichard Henderson
2019-02-01aarch64-linux-user: Update HWCAP bits from linux 5.0-rc1Richard Henderson
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