aboutsummaryrefslogtreecommitdiff
path: root/linux-user/elfload.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-11linux-user/aarch64: Add SME related hwcap entriesRichard Henderson1-0/+20
2022-07-04linux-user: Add LoongArch elf supportSong Gao1-0/+91
2022-06-21linux-user/x86_64: Fix ELF_PLATFORMRichard Henderson1-13/+17
2022-05-26linux-user: Add PowerPC ISA 3.1 and MMA to hwcapJoel Stanley1-0/+4
2022-05-23linux-user/elfload: Remove pointless non-const CPUArchState castPhilippe Mathieu-Daudé1-1/+1
2022-05-23linux-user: Clean up arg_start/arg_end confusionRichard Henderson1-4/+6
2022-04-26linux-user/nios2: Only initialize SP and PC in target_cpu_copy_regsRichard Henderson1-1/+0
2022-04-26target/nios2: Split PC out of env->regs[]Richard Henderson1-1/+1
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau1-2/+2
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau1-3/+3
2022-03-22linux-user: Fix missing space in error messageFergus Henderson1-1/+1
2022-02-09linux-user: Remove the deprecated ppc64abi32 targetThomas Huth1-2/+2
2022-01-18linux-user: don't adjust base of found holeAlex Bennée1-3/+2
2022-01-18linux-user/elfload: add extra logging for hole findingAlex Bennée1-0/+18
2022-01-18linux-user: expand reserved brk space for 64bit guestsAlex Bennée1-3/+9
2022-01-12linux-user: Fix clang warning for nios2-linux-user codePeter Maydell1-1/+1
2022-01-06linux-user/nios2: Map a real kuser pageRichard Henderson1-1/+49
2022-01-06linux-user/elfload: Rename ARM_COMMPAGE to HI_COMMPAGERichard Henderson1-9/+9
2021-11-22linux-user: fix Coverity CID 1464101Laurent Vivier1-3/+7
2021-11-02Revert "elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS too"Philippe Mathieu-Daudé1-2/+0
2021-10-22target/riscv: Split misa.mxl and misa.extRichard Henderson1-1/+1
2021-10-21linux-user: Fix XER access in ppc version of elf_core_copy_regsMatheus Ferst1-1/+1
2021-10-01linux-user: Remove default for TARGET_ARCH_HAS_SIGTRAMP_PAGERichard Henderson1-4/+0
2021-10-01linux-user: Add infrastructure for a signal trampoline pageRichard Henderson1-0/+18
2021-09-13linux-user: Split linux-user internals out of qemu.hPeter Maydell1-0/+1
2021-09-13linux-user: Split mmap prototypes into user-mmap.hPeter Maydell1-0/+1
2021-09-13linux-user: Split loader-related prototypes into loader.hPeter Maydell1-0/+1
2021-08-05linux-user/elfload: byteswap i386 registers when dumping coreIlya Leoshkevich1-44/+44
2021-07-07linux-user/elfload: Implement ELF_HWCAP for RISC-VKito Cheng1-0/+13
2021-06-22Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-re...Peter Maydell1-1/+1
2021-06-21linux-user: elf: s390x: Prepare for Vector enhancements facilityDavid Hildenbrand1-0/+1
2021-06-20linux-user: Check for ieee128 fpbits in PPC64 HWCAP2 feature listKhem Raj1-1/+1
2021-06-03linux-user/aarch64: Enable hwcap bits for bfloat16Richard Henderson1-0/+2
2021-05-25linux-user/aarch64: Enable hwcap bits for sve2 and related extensionsRichard Henderson1-0/+10
2021-05-18linux-user/elfload: add s390x core dumping supportIlya Leoshkevich1-0/+33
2021-05-18linux-user/elfload: fix filling psinfo->pr_psargsIlya Leoshkevich1-2/+3
2021-05-18linux-user: use GDateTime for formatting timestamp for core fileDaniel P. Berrangé1-27/+9
2021-05-15linux-user/sparc: Clean up init_threadRichard Henderson1-28/+5
2021-05-10linux-user/aarch64: Enable hwcap for RND, BTI, and MTERichard Henderson1-0/+13
2021-03-13linux-user/elfload: fix address calculation in fallback scenarioVincent Fazio1-1/+2
2021-03-13linux-user/elfload: do not assume MAP_FIXED_NOREPLACE kernel supportVincent Fazio1-2/+1
2021-03-13linux-user/elfload: munmap proper address in pgd_find_hole_fallbackVincent Fazio1-1/+1
2021-03-09Remove deprecated target tilegxThomas Huth1-23/+0
2021-02-18Hexagon (linux-user/hexagon) Linux user emulationTaylor Simpson1-0/+16
2021-02-16linux-user: Use cpu_untagged_addr in access_ok; split out *_untaggedRichard Henderson1-1/+1
2021-02-16exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson1-6/+6
2021-02-16exec: Use uintptr_t for guest_baseRichard Henderson1-2/+2
2021-02-13linux-user: Fix loading of BSS segmentsGiuseppe Musacchio1-10/+20
2020-12-17linux-user: Add support for MIPS Loongson 2F/3APhilippe Mathieu-Daudé1-0/+2
2020-12-17linux-user/elfload: Update HWCAP bits from linux 5.7Philippe Mathieu-Daudé1-0/+13