summaryrefslogtreecommitdiff
path: root/linux-user/elfload.c
AgeCommit message (Expand)Author
2021-08-05linux-user/elfload: byteswap i386 registers when dumping coreIlya Leoshkevich
2021-07-07linux-user/elfload: Implement ELF_HWCAP for RISC-VKito Cheng
2021-06-22Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-re...Peter Maydell
2021-06-21linux-user: elf: s390x: Prepare for Vector enhancements facilityDavid Hildenbrand
2021-06-20linux-user: Check for ieee128 fpbits in PPC64 HWCAP2 feature listKhem Raj
2021-06-03linux-user/aarch64: Enable hwcap bits for bfloat16Richard Henderson
2021-05-25linux-user/aarch64: Enable hwcap bits for sve2 and related extensionsRichard Henderson
2021-05-18linux-user/elfload: add s390x core dumping supportIlya Leoshkevich
2021-05-18linux-user/elfload: fix filling psinfo->pr_psargsIlya Leoshkevich
2021-05-18linux-user: use GDateTime for formatting timestamp for core fileDaniel P. Berrangé
2021-05-15linux-user/sparc: Clean up init_threadRichard Henderson
2021-05-10linux-user/aarch64: Enable hwcap for RND, BTI, and MTERichard Henderson
2021-03-13linux-user/elfload: fix address calculation in fallback scenarioVincent Fazio
2021-03-13linux-user/elfload: do not assume MAP_FIXED_NOREPLACE kernel supportVincent Fazio
2021-03-13linux-user/elfload: munmap proper address in pgd_find_hole_fallbackVincent Fazio
2021-03-09Remove deprecated target tilegxThomas Huth
2021-02-18Hexagon (linux-user/hexagon) Linux user emulationTaylor Simpson
2021-02-16linux-user: Use cpu_untagged_addr in access_ok; split out *_untaggedRichard Henderson
2021-02-16exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson
2021-02-16exec: Use uintptr_t for guest_baseRichard Henderson
2021-02-13linux-user: Fix loading of BSS segmentsGiuseppe Musacchio
2020-12-17linux-user: Add support for MIPS Loongson 2F/3APhilippe Mathieu-Daudé
2020-12-17linux-user/elfload: Update HWCAP bits from linux 5.7Philippe Mathieu-Daudé
2020-12-17linux-user/elfload: Introduce MIPS GET_FEATURE_REG_EQU() macroPhilippe Mathieu-Daudé
2020-12-17linux-user/elfload: Introduce MIPS GET_FEATURE_REG_SET() macroPhilippe Mathieu-Daudé
2020-12-17linux-user/elfload: Rename MIPS GET_FEATURE() as GET_FEATURE_INSN()Philippe Mathieu-Daudé
2020-12-17linux-user/elfload: Move GET_FEATURE macro out of get_elf_hwcap() bodyPhilippe Mathieu-Daudé
2020-11-04linux-user: Check copy_from_user() return value in vma_dump_size()Peter Maydell
2020-11-04linux-user: Use "!= 0" when checking if MAP_FIXED_NOREPLACE is non-zeroPeter Maydell
2020-10-27linux-user/elfload: Parse GNU_PROPERTY_AARCH64_FEATURE_1_ANDRichard Henderson
2020-10-27linux-user/elfload: Parse NT_GNU_PROPERTY_TYPE_0 notesRichard Henderson
2020-10-27linux-user/elfload: Use Error for load_elf_interpRichard Henderson
2020-10-27linux-user/elfload: Use Error for load_elf_imageRichard Henderson
2020-10-27linux-user/elfload: Move PT_INTERP detection to first loopRichard Henderson
2020-10-27linux-user/elfload: Adjust iteration over phdrRichard Henderson
2020-10-27linux-user/elfload: Fix coding style in load_elf_imageRichard Henderson
2020-10-27linux-user/elfload: Avoid leaking interp_name using GLib memory APIPhilippe Mathieu-Daudé
2020-09-16linux-user: test, don't assert addr != test in pgb_reserved_vaAlex Bennée
2020-09-05linux-user: Correctly start brk after executableTimothy E Baldwin
2020-09-01target/microblaze: Split out MSR[C] to its own variableRichard Henderson
2020-09-01target/microblaze: Split out EDR from env->sregsRichard Henderson
2020-08-27linux-user: detect mismatched ELF ABI in qemu-mips[n32][el]Carlo Marcelo Arenas Belón
2020-07-27linux-user: don't use MAP_FIXED in pgd_find_hole_fallbackAlex Bennée
2020-07-11linux-user/elfload: use MAP_FIXED_NOREPLACE in pgb_reserved_vaAlex Bennée
2020-06-08linux-user: deal with address wrap for ARM_COMMPAGE on 32 bitAlex Bennée
2020-06-08linux-user: provide fallback pgd_find_hole for bare chrootsAlex Bennée
2020-05-28linux-user: limit check to HOST_LONG_BITS < TARGET_ABI_BITSAlex Bennée
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