summaryrefslogtreecommitdiffstats
path: root/linux-user/elfload.c
Commit message (Expand)AuthorAgeFilesLines
* linux-user/elfload: Implement ELF_HWCAP for RISC-VKito Cheng2021-07-071-0/+13
* Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-re...Peter Maydell2021-06-221-1/+1
|\
| * linux-user: Check for ieee128 fpbits in PPC64 HWCAP2 feature listKhem Raj2021-06-201-1/+1
* | linux-user: elf: s390x: Prepare for Vector enhancements facilityDavid Hildenbrand2021-06-211-0/+1
|/
* linux-user/aarch64: Enable hwcap bits for bfloat16Richard Henderson2021-06-031-0/+2
* linux-user/aarch64: Enable hwcap bits for sve2 and related extensionsRichard Henderson2021-05-251-0/+10
* linux-user/elfload: add s390x core dumping supportIlya Leoshkevich2021-05-181-0/+33
* linux-user/elfload: fix filling psinfo->pr_psargsIlya Leoshkevich2021-05-181-2/+3
* linux-user: use GDateTime for formatting timestamp for core fileDaniel P. Berrangé2021-05-181-27/+9Star
* linux-user/sparc: Clean up init_threadRichard Henderson2021-05-151-28/+5Star
* 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