aboutsummaryrefslogtreecommitdiff
path: root/linux-user/elfload.c
AgeCommit message (Expand)AuthorFilesLines
2024-11-16linux-user/arm: Select vdso for be8 and be32 modesRichard Henderson1-6/+25
2024-11-16linux-user: Drop image_info.alignmentRichard Henderson1-4/+3
2024-11-16linux-user: Honor elf alignment when placing imagesRichard Henderson1-7/+28
2024-11-16linux-user: Tolerate CONFIG_LSM_MMAP_MIN_ADDRIlya Leoshkevich1-1/+1
2024-10-13linux-user/i386: Emulate orig_axIlya Leoshkevich1-2/+2
2024-10-13include/exec: Introduce env_cpu_const()Ilya Leoshkevich1-1/+1
2024-10-08linux-user: Fix parse_elf_properties GNU0_MAGIC checkRichard Henderson1-6/+6
2024-09-13linux-user: Remove support for CRIS targetPhilippe Mathieu-Daudé1-15/+0
2024-08-05linux-user/elfload: Fix pr_pid values in core filesIlya Leoshkevich1-5/+3
2024-06-05target/sparc: Implement IMA extensionRichard Henderson1-0/+1
2024-06-05target/sparc: Enable VIS3 feature bitRichard Henderson1-0/+1
2024-06-05target/sparc: Implement FMAf extensionRichard Henderson1-0/+1
2024-05-15linux-user/hppa: Force all code addresses to PRIV_USERRichard Henderson1-2/+2
2024-05-06Merge tag 'qemu-sparc-20240506' of https://github.com/mcayland/qemu into stagingRichard Henderson1-14/+34
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé1-0/+1
2024-05-06exec/cpu: Rename PAGE_BITS macro to PAGE_RWXBALATON Zoltan1-1/+1
2024-05-05linux-user/sparc: Add more hwcap bits for sparc64Richard Henderson1-14/+34
2024-04-26exec: Restrict inclusion of 'user/guest-base.h'Philippe Mathieu-Daudé1-0/+1
2024-04-26exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h'Philippe Mathieu-Daudé1-0/+1
2024-04-25hw/elf_ops: Rename elf_ops.h -> elf_ops.h.incPhilippe Mathieu-Daudé1-1/+1
2024-04-24target/nios2: Remove the deprecated Nios II targetPhilippe Mathieu-Daudé1-99/+0
2024-03-12linux-user/elfload: Fully initialize struct target_elf_prpsinfoRichard Henderson1-8/+8
2024-03-12linux-user/elfload: Don't close an unopened file descriptorRichard Henderson1-1/+3
2024-03-06{linux,bsd}-user: Introduce get_task_state()Ilya Leoshkevich1-1/+1
2024-02-29linux-user: Remove pgb_dynamic alignment assertionRichard Henderson1-2/+0
2024-02-29linux-user: Remove qemu_host_page_size from elf_core_dumpRichard Henderson1-1/+1
2024-02-29linux-user/arm: Remove qemu_host_page_size from init_guest_commpageRichard Henderson1-5/+8
2024-02-29linux-user/nios2: Remove qemu_host_page_size from init_guest_commpageRichard Henderson1-6/+10
2024-02-29linux-user/hppa: Simplify init_guest_commpageRichard Henderson1-10/+14
2024-02-29linux-user: Remove qemu_host_page_size from create_elf_tablesRichard Henderson1-7/+1
2024-02-29linux-user: Remove qemu_host_page_{size, mask} in probe_guest_baseRichard Henderson1-2/+2
2024-02-29linux-user: Adjust SVr4 NULL page mappingRichard Henderson1-2/+3
2024-02-29linux-user/elfload: Unprotect regions before core dumpRichard Henderson1-0/+22
2024-02-29linux-user/elfload: Rely on walk_memory_regions for vmasRichard Henderson1-135/+78
2024-02-29linux-user/elfload: Simplify vma_dump_sizeRichard Henderson1-24/+10
2024-02-29linux-user/elfload: Write process memory to core file in larger chunksRichard Henderson1-23/+4
2024-02-29linux-user/elfload: Write corefile elf header in one blockRichard Henderson1-300/+116
2024-02-29linux-user/elfload: Size corefile before openingRichard Henderson1-39/+44
2024-02-29linux-user/elfload: Lock cpu list and mmap during elf_core_dumpRichard Henderson1-6/+9
2024-02-29linux-user/elfload: Truncate core file on openRichard Henderson1-1/+1
2024-02-29linux-user/elfload: Open core file after vma_initRichard Henderson1-7/+9
2024-02-29linux-user/elfload: Latch errno before cleanup in elf_core_dumpRichard Henderson1-7/+5
2024-02-29linux-user/elfload: Stack allocate struct mm_structRichard Henderson1-19/+9
2024-02-29linux-user/elfload: Tidy fill_note_info and struct elf_note_infoRichard Henderson1-32/+16
2024-02-29linux-user/elfload: Merge init_note_info and fill_note_infoRichard Henderson1-12/+3
2024-02-29linux-user/elfload: Disable core dump if getrlimit failsRichard Henderson1-1/+1
2024-01-29accel/tcg: Move perf and debuginfo support to tcg/Ilya Leoshkevich1-1/+1
2024-01-23linux-user/elfload: check PR_GET_DUMPABLE before creating coredumpThomas Weißschuh1-0/+6
2024-01-23linux-user/elfload: test return value of getrlimitThomas Weißschuh1-2/+2
2023-11-21linux-user: Fix loaddr computation for some elf filesRichard Henderson1-1/+1