summaryrefslogtreecommitdiffstats
path: root/linux-user/elfload.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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