aboutsummaryrefslogtreecommitdiffstats
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2024-02-29linux-user: Split out mmap_endRichard Henderson1-30/+41
2024-02-29linux-user: Fix sub-host-page mmapRichard Henderson1-3/+2
2024-02-29linux-user: Move some mmap checks outside the lockRichard Henderson1-54/+53
2024-02-29linux-user: Split out target_mmap__lockedRichard Henderson1-27/+35
2024-02-29linux-user: Remove qemu_host_page_size from mainRichard Henderson1-4/+6
2024-02-29linux-user: Remove HOST_PAGE_ALIGN from mmap.cRichard Henderson1-7/+6
2024-02-29linux-user: Remove REAL_HOST_PAGE_ALIGN from mmap.cRichard Henderson1-1/+1
2024-02-29linux-user: Remove qemu_host_page_{size, mask} from mmap.cRichard Henderson1-33/+33
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-5/+9
2024-02-29linux-user/hppa: Simplify init_guest_commpageRichard Henderson1-9/+13
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-296/+112
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-02-28linux-user: ensure nios2 processes queued workAlex Bennée1-0/+1
2024-02-15linux-user/aarch64: Choose SYNC as the preferred MTE modeRichard Henderson1-12/+17
2024-02-03linux-user/aarch64: Add padding before __kernel_rt_sigreturnRichard Henderson3-0/+4
2024-02-03target/sparc: Introduce cpu_get_fsr, cpu_put_fsrRichard Henderson2-6/+10
2024-01-29include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson1-2/+2
2024-01-29accel/tcg: Move perf and debuginfo support to tcg/Ilya Leoshkevich3-3/+3
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
2024-01-23linux-user/riscv: Adjust vdso signal frame cfa offsetsRichard Henderson3-4/+4
2024-01-23linux-user: Fixed cpu restore with pc 0 on SIGBUSRobbin Ehn1-2/+3
2024-01-19cli: Remove deprecated '-singlestep' command line optionPhilippe Mathieu-Daudé1-2/+0
2024-01-05target/alpha: Remove fallback to ev67 cpu classGavin Shan1-1/+1
2023-12-04sh4: Coding style: Remove tabsYihuan Pan1-102/+102
2023-11-22linux-user/riscv: Add Zicboz block size to hwprobePalmer Dabbelt1-0/+6
2023-11-21linux-user: Fix loaddr computation for some elf filesRichard Henderson1-1/+1
2023-11-20Merge tag '20231119-xtensa-1' of https://github.com/OSLL/qemu-xtensa into stagingStefan Hajnoczi1-2/+26
2023-11-19linux-user: xtensa: fix signal delivery in FDPICMax Filippov1-2/+26
2023-11-15linux-user: spelling fixes: othe, necesaryMichael Tokarev2-2/+2
2023-11-07hw/cpu: Clean up global variable shadowingPhilippe Mathieu-Daudé1-1/+1
2023-11-07Merge tag 'pull-pa-20231106' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi3-8/+4
2023-11-06linux-user/hppa: Drop EXCP_DUMP from handled exceptionsRichard Henderson1-4/+0