summaryrefslogtreecommitdiffstats
path: root/linux-user/elfload.c
Commit message (Expand)AuthorAgeFilesLines
* linux-user: Set ELF_BASE_PLATFORM for MIPSJiaxun Yang2022-09-271-0/+31
* linux-user: Introduce stubs for ELF AT_BASE_PLATFORMJiaxun Yang2022-09-271-2/+27
* linux-user/hppa: Drop stack guard page on hppa targetHelge Deller2022-09-271-4/+9
* linux-user: Honor PT_GNU_STACKRichard Henderson2022-09-061-1/+18
* linux-user/x86_64: Allocate vsyscall page as a commpageRichard Henderson2022-09-061-0/+23
* linux-user/hppa: Allocate page zero as a commpageRichard Henderson2022-09-061-3/+31
* linux-user/arm: Mark the commpage executableRichard Henderson2022-09-061-1/+5
* linux-user/aarch64: Add SME related hwcap entriesRichard Henderson2022-07-111-0/+20
* linux-user: Add LoongArch elf supportSong Gao2022-07-041-0/+91
* linux-user/x86_64: Fix ELF_PLATFORMRichard Henderson2022-06-211-13/+17
* linux-user: Add PowerPC ISA 3.1 and MMA to hwcapJoel Stanley2022-05-261-0/+4
* linux-user/elfload: Remove pointless non-const CPUArchState castPhilippe Mathieu-Daudé2022-05-231-1/+1
* linux-user: Clean up arg_start/arg_end confusionRichard Henderson2022-05-231-4/+6
* linux-user/nios2: Only initialize SP and PC in target_cpu_copy_regsRichard Henderson2022-04-261-1/+0Star
* target/nios2: Split PC out of env->regs[]Richard Henderson2022-04-261-1/+1
* Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2022-04-061-2/+2
* Replace TARGET_WORDS_BIGENDIANMarc-André Lureau2022-04-061-3/+3
* linux-user: Fix missing space in error messageFergus Henderson2022-03-221-1/+1
* linux-user: Remove the deprecated ppc64abi32 targetThomas Huth2022-02-091-2/+2
* linux-user: don't adjust base of found holeAlex Bennée2022-01-181-3/+2Star
* linux-user/elfload: add extra logging for hole findingAlex Bennée2022-01-181-0/+18
* linux-user: expand reserved brk space for 64bit guestsAlex Bennée2022-01-181-3/+9
* linux-user: Fix clang warning for nios2-linux-user codePeter Maydell2022-01-121-1/+1
* linux-user/nios2: Map a real kuser pageRichard Henderson2022-01-061-1/+49
* linux-user/elfload: Rename ARM_COMMPAGE to HI_COMMPAGERichard Henderson2022-01-061-9/+9
* linux-user: fix Coverity CID 1464101Laurent Vivier2021-11-221-3/+7
* Revert "elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS too"Philippe Mathieu-Daudé2021-11-021-2/+0Star
* target/riscv: Split misa.mxl and misa.extRichard Henderson2021-10-211-1/+1
* linux-user: Fix XER access in ppc version of elf_core_copy_regsMatheus Ferst2021-10-211-1/+1
* linux-user: Remove default for TARGET_ARCH_HAS_SIGTRAMP_PAGERichard Henderson2021-10-011-4/+0Star
* linux-user: Add infrastructure for a signal trampoline pageRichard Henderson2021-10-011-0/+18
* linux-user: Split linux-user internals out of qemu.hPeter Maydell2021-09-131-0/+1
* linux-user: Split mmap prototypes into user-mmap.hPeter Maydell2021-09-131-0/+1
* linux-user: Split loader-related prototypes into loader.hPeter Maydell2021-09-131-0/+1
* linux-user/elfload: byteswap i386 registers when dumping coreIlya Leoshkevich2021-08-051-44/+44
* 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