summaryrefslogtreecommitdiffstats
path: root/linux-user/elfload.c
Commit message (Expand)AuthorAgeFilesLines
* linux-user/aarch64: Enable hwcap for RND, BTI, and MTERichard Henderson2021-05-101-0/+13
* linux-user/elfload: fix address calculation in fallback scenarioVincent Fazio2021-03-131-1/+2
* linux-user/elfload: do not assume MAP_FIXED_NOREPLACE kernel supportVincent Fazio2021-03-131-2/+1Star
* linux-user/elfload: munmap proper address in pgd_find_hole_fallbackVincent Fazio2021-03-131-1/+1
* Remove deprecated target tilegxThomas Huth2021-03-091-23/+0Star
* Hexagon (linux-user/hexagon) Linux user emulationTaylor Simpson2021-02-181-0/+16
* linux-user: Use cpu_untagged_addr in access_ok; split out *_untaggedRichard Henderson2021-02-161-1/+1
* exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson2021-02-161-6/+6
* exec: Use uintptr_t for guest_baseRichard Henderson2021-02-161-2/+2
* linux-user: Fix loading of BSS segmentsGiuseppe Musacchio2021-02-131-10/+20
* linux-user: Add support for MIPS Loongson 2F/3APhilippe Mathieu-Daudé2020-12-171-0/+2
* linux-user/elfload: Update HWCAP bits from linux 5.7Philippe Mathieu-Daudé2020-12-171-0/+13
* linux-user/elfload: Introduce MIPS GET_FEATURE_REG_EQU() macroPhilippe Mathieu-Daudé2020-12-171-1/+11
* linux-user/elfload: Introduce MIPS GET_FEATURE_REG_SET() macroPhilippe Mathieu-Daudé2020-12-171-1/+5
* linux-user/elfload: Rename MIPS GET_FEATURE() as GET_FEATURE_INSN()Philippe Mathieu-Daudé2020-12-171-4/+4
* linux-user/elfload: Move GET_FEATURE macro out of get_elf_hwcap() bodyPhilippe Mathieu-Daudé2020-12-171-5/+5
* linux-user: Check copy_from_user() return value in vma_dump_size()Peter Maydell2020-11-041-1/+3
* linux-user: Use "!= 0" when checking if MAP_FIXED_NOREPLACE is non-zeroPeter Maydell2020-11-041-1/+2
* linux-user/elfload: Parse GNU_PROPERTY_AARCH64_FEATURE_1_ANDRichard Henderson2020-10-271-2/+46
* linux-user/elfload: Parse NT_GNU_PROPERTY_TYPE_0 notesRichard Henderson2020-10-271-0/+157
* linux-user/elfload: Use Error for load_elf_interpRichard Henderson2020-10-271-7/+8
* linux-user/elfload: Use Error for load_elf_imageRichard Henderson2020-10-271-17/+20
* linux-user/elfload: Move PT_INTERP detection to first loopRichard Henderson2020-10-271-29/+31
* linux-user/elfload: Adjust iteration over phdrRichard Henderson2020-10-271-4/+5
* linux-user/elfload: Fix coding style in load_elf_imageRichard Henderson2020-10-271-3/+9
* linux-user/elfload: Avoid leaking interp_name using GLib memory APIPhilippe Mathieu-Daudé2020-10-271-4/+4
* linux-user: test, don't assert addr != test in pgb_reserved_vaAlex Bennée2020-09-161-5/+4Star
* linux-user: Correctly start brk after executableTimothy E Baldwin2020-09-051-4/+3Star
* target/microblaze: Split out MSR[C] to its own variableRichard Henderson2020-09-011-1/+1
* target/microblaze: Split out EDR from env->sregsRichard Henderson2020-09-011-3/+6
* linux-user: detect mismatched ELF ABI in qemu-mips[n32][el]Carlo Marcelo Arenas Belón2020-08-271-0/+11
* linux-user: don't use MAP_FIXED in pgd_find_hole_fallbackAlex Bennée2020-07-271-4/+6
* linux-user/elfload: use MAP_FIXED_NOREPLACE in pgb_reserved_vaAlex Bennée2020-07-111-3/+7
* linux-user: deal with address wrap for ARM_COMMPAGE on 32 bitAlex Bennée2020-06-081-14/+17
* linux-user: provide fallback pgd_find_hole for bare chrootsAlex Bennée2020-06-081-0/+48
* linux-user: limit check to HOST_LONG_BITS < TARGET_ABI_BITSAlex Bennée2020-05-281-0/+2
* linux-user: completely re-write init_guest_spaceAlex Bennée2020-05-151-253/+250Star
* linux-user: more debug for init_guest_spaceAlex Bennée2020-04-071-1/+7
* linux-user: Add AT_EXECFN auxvalLirong Yuan2020-03-201-1/+2
* target/arm: Implement v8.4-RCPCPeter Maydell2020-02-281-0/+1
* target/arm: Implement v8.3-RCPCPeter Maydell2020-02-281-0/+1
* linux-user/arm: Replace ARM_FEATURE_VFP* tests for HWCAPRichard Henderson2020-02-281-10/+13
* target/arm: Add _aa32_ to isar_feature functions testing 32-bit ID registersPeter Maydell2020-02-211-2/+2
* linux-user: Reserve space for brkRichard Henderson2020-01-221-17/+56
* linux-user:Fix align mistake when mmap guest spaceXinyu Li2020-01-221-1/+1
* 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