aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2024-02-29linux-user: Split out mmap_endRichard Henderson
2024-02-29linux-user: Fix sub-host-page mmapRichard Henderson
2024-02-29linux-user: Move some mmap checks outside the lockRichard Henderson
2024-02-29linux-user: Split out target_mmap__lockedRichard Henderson
2024-02-29linux-user: Remove qemu_host_page_size from mainRichard Henderson
2024-02-29linux-user: Remove HOST_PAGE_ALIGN from mmap.cRichard Henderson
2024-02-29linux-user: Remove REAL_HOST_PAGE_ALIGN from mmap.cRichard Henderson
2024-02-29linux-user: Remove qemu_host_page_{size, mask} from mmap.cRichard 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-02-28linux-user: ensure nios2 processes queued workAlex Bennée
2024-02-15linux-user/aarch64: Choose SYNC as the preferred MTE modeRichard Henderson
2024-02-03linux-user/aarch64: Add padding before __kernel_rt_sigreturnRichard Henderson
2024-02-03target/sparc: Introduce cpu_get_fsr, cpu_put_fsrRichard Henderson
2024-01-29include/qemu: Add TCGCPUOps typedef to typedefs.hRichard 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
2024-01-23linux-user/riscv: Adjust vdso signal frame cfa offsetsRichard Henderson
2024-01-23linux-user: Fixed cpu restore with pc 0 on SIGBUSRobbin Ehn
2024-01-19cli: Remove deprecated '-singlestep' command line optionPhilippe Mathieu-Daudé
2024-01-05target/alpha: Remove fallback to ev67 cpu classGavin Shan
2023-12-04sh4: Coding style: Remove tabsYihuan Pan
2023-11-22linux-user/riscv: Add Zicboz block size to hwprobePalmer Dabbelt
2023-11-21linux-user: Fix loaddr computation for some elf filesRichard Henderson
2023-11-20Merge tag '20231119-xtensa-1' of https://github.com/OSLL/qemu-xtensa into sta...Stefan Hajnoczi
2023-11-19linux-user: xtensa: fix signal delivery in FDPICMax Filippov
2023-11-15linux-user: spelling fixes: othe, necesaryMichael Tokarev
2023-11-07hw/cpu: Clean up global variable shadowingPhilippe Mathieu-Daudé
2023-11-07Merge tag 'pull-pa-20231106' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2023-11-06linux-user/hppa: Drop EXCP_DUMP from handled exceptionsRichard Henderson