aboutsummaryrefslogtreecommitdiff
path: root/linux-user/elfload.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-04linux-user: Check copy_from_user() return value in vma_dump_size()Peter Maydell1-1/+3
2020-11-04linux-user: Use "!= 0" when checking if MAP_FIXED_NOREPLACE is non-zeroPeter Maydell1-1/+2
2020-10-27linux-user/elfload: Parse GNU_PROPERTY_AARCH64_FEATURE_1_ANDRichard Henderson1-2/+46
2020-10-27linux-user/elfload: Parse NT_GNU_PROPERTY_TYPE_0 notesRichard Henderson1-0/+157
2020-10-27linux-user/elfload: Use Error for load_elf_interpRichard Henderson1-7/+8
2020-10-27linux-user/elfload: Use Error for load_elf_imageRichard Henderson1-17/+20
2020-10-27linux-user/elfload: Move PT_INTERP detection to first loopRichard Henderson1-29/+31
2020-10-27linux-user/elfload: Adjust iteration over phdrRichard Henderson1-4/+5
2020-10-27linux-user/elfload: Fix coding style in load_elf_imageRichard Henderson1-3/+9
2020-10-27linux-user/elfload: Avoid leaking interp_name using GLib memory APIPhilippe Mathieu-Daudé1-4/+4
2020-09-16linux-user: test, don't assert addr != test in pgb_reserved_vaAlex Bennée1-5/+4
2020-09-05linux-user: Correctly start brk after executableTimothy E Baldwin1-4/+3
2020-09-01target/microblaze: Split out MSR[C] to its own variableRichard Henderson1-1/+1
2020-09-01target/microblaze: Split out EDR from env->sregsRichard Henderson1-3/+6
2020-08-27linux-user: detect mismatched ELF ABI in qemu-mips[n32][el]Carlo Marcelo Arenas Belón1-0/+11
2020-07-27linux-user: don't use MAP_FIXED in pgd_find_hole_fallbackAlex Bennée1-4/+6
2020-07-11linux-user/elfload: use MAP_FIXED_NOREPLACE in pgb_reserved_vaAlex Bennée1-3/+7
2020-06-08linux-user: deal with address wrap for ARM_COMMPAGE on 32 bitAlex Bennée1-14/+17
2020-06-08linux-user: provide fallback pgd_find_hole for bare chrootsAlex Bennée1-0/+48
2020-05-28linux-user: limit check to HOST_LONG_BITS < TARGET_ABI_BITSAlex Bennée1-0/+2
2020-05-15linux-user: completely re-write init_guest_spaceAlex Bennée1-253/+250
2020-04-07linux-user: more debug for init_guest_spaceAlex Bennée1-1/+7
2020-03-20linux-user: Add AT_EXECFN auxvalLirong Yuan1-1/+2
2020-02-28target/arm: Implement v8.4-RCPCPeter Maydell1-0/+1
2020-02-28target/arm: Implement v8.3-RCPCPeter Maydell1-0/+1
2020-02-28linux-user/arm: Replace ARM_FEATURE_VFP* tests for HWCAPRichard Henderson1-10/+13
2020-02-21target/arm: Add _aa32_ to isar_feature functions testing 32-bit ID registersPeter Maydell1-2/+2
2020-01-22linux-user: Reserve space for brkRichard Henderson1-17/+56
2020-01-22linux-user:Fix align mistake when mmap guest spaceXinyu Li1-1/+1
2019-12-16target/arm: Add support for DC CVAP & DC CVADP insBeata Michalska1-0/+2
2019-09-11linux-user: Support gdb 'qOffsets' query for ELFJosh Kunz1-0/+2
2019-09-10linux-user: Add AT_HWCAP2 for aarch64-linux-userRichard Henderson1-4/+27
2019-08-16Include qemu/queue.h slightly lessMarkus Armbruster1-0/+1
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