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