aboutsummaryrefslogtreecommitdiff
path: root/linux-user/elfload.c
AgeCommit message (Expand)Author
2024-10-13linux-user/i386: Emulate orig_axIlya Leoshkevich
2024-10-13include/exec: Introduce env_cpu_const()Ilya Leoshkevich
2024-10-08linux-user: Fix parse_elf_properties GNU0_MAGIC checkRichard Henderson
2024-09-13linux-user: Remove support for CRIS targetPhilippe Mathieu-Daudé
2024-08-05linux-user/elfload: Fix pr_pid values in core filesIlya Leoshkevich
2024-06-05target/sparc: Implement IMA extensionRichard Henderson
2024-06-05target/sparc: Enable VIS3 feature bitRichard Henderson
2024-06-05target/sparc: Implement FMAf extensionRichard Henderson
2024-05-15linux-user/hppa: Force all code addresses to PRIV_USERRichard Henderson
2024-05-06Merge tag 'qemu-sparc-20240506' of https://github.com/mcayland/qemu into stagingRichard Henderson
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé
2024-05-06exec/cpu: Rename PAGE_BITS macro to PAGE_RWXBALATON Zoltan
2024-05-05linux-user/sparc: Add more hwcap bits for sparc64Richard Henderson
2024-04-26exec: Restrict inclusion of 'user/guest-base.h'Philippe Mathieu-Daudé
2024-04-26exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h'Philippe Mathieu-Daudé
2024-04-25hw/elf_ops: Rename elf_ops.h -> elf_ops.h.incPhilippe Mathieu-Daudé
2024-04-24target/nios2: Remove the deprecated Nios II targetPhilippe Mathieu-Daudé
2024-03-12linux-user/elfload: Fully initialize struct target_elf_prpsinfoRichard Henderson
2024-03-12linux-user/elfload: Don't close an unopened file descriptorRichard Henderson
2024-03-06{linux,bsd}-user: Introduce get_task_state()Ilya Leoshkevich
2024-02-29linux-user: Remove pgb_dynamic alignment assertionRichard Henderson
2024-02-29linux-user: Remove qemu_host_page_size from elf_core_dumpRichard Henderson
2024-02-29linux-user/arm: Remove qemu_host_page_size from init_guest_commpageRichard Henderson
2024-02-29linux-user/nios2: Remove qemu_host_page_size from init_guest_commpageRichard Henderson
2024-02-29linux-user/hppa: Simplify init_guest_commpageRichard Henderson
2024-02-29linux-user: Remove qemu_host_page_size from create_elf_tablesRichard Henderson
2024-02-29linux-user: Remove qemu_host_page_{size, mask} in probe_guest_baseRichard Henderson
2024-02-29linux-user: Adjust SVr4 NULL page mappingRichard Henderson
2024-02-29linux-user/elfload: Unprotect regions before core dumpRichard Henderson
2024-02-29linux-user/elfload: Rely on walk_memory_regions for vmasRichard Henderson
2024-02-29linux-user/elfload: Simplify vma_dump_sizeRichard Henderson
2024-02-29linux-user/elfload: Write process memory to core file in larger chunksRichard Henderson
2024-02-29linux-user/elfload: Write corefile elf header in one blockRichard Henderson
2024-02-29linux-user/elfload: Size corefile before openingRichard Henderson
2024-02-29linux-user/elfload: Lock cpu list and mmap during elf_core_dumpRichard Henderson
2024-02-29linux-user/elfload: Truncate core file on openRichard Henderson
2024-02-29linux-user/elfload: Open core file after vma_initRichard Henderson
2024-02-29linux-user/elfload: Latch errno before cleanup in elf_core_dumpRichard Henderson
2024-02-29linux-user/elfload: Stack allocate struct mm_structRichard Henderson
2024-02-29linux-user/elfload: Tidy fill_note_info and struct elf_note_infoRichard Henderson
2024-02-29linux-user/elfload: Merge init_note_info and fill_note_infoRichard Henderson
2024-02-29linux-user/elfload: Disable core dump if getrlimit failsRichard Henderson
2024-01-29accel/tcg: Move perf and debuginfo support to tcg/Ilya Leoshkevich
2024-01-23linux-user/elfload: check PR_GET_DUMPABLE before creating coredumpThomas Weißschuh
2024-01-23linux-user/elfload: test return value of getrlimitThomas Weißschuh
2023-11-21linux-user: Fix loaddr computation for some elf filesRichard Henderson
2023-11-02linux-user: Report AArch64 hwcap2 fields above bit 31Peter Maydell
2023-11-02linux-user/elfload: Add missing arm64 hwcap valuesMarielle Novastrider
2023-10-31Merge tag 'pull-lu-20231030' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2023-10-30linux-user: Show vdso address in /proc/pid/mapsRichard Henderson