summary refs log tree commit diff stats
path: root/linux-user (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* linux-user: ensure nios2 processes queued workAlex Bennée2024-02-281-0/+1
* linux-user/aarch64: Choose SYNC as the preferred MTE modeRichard Henderson2024-02-151-12/+17
* linux-user/aarch64: Add padding before __kernel_rt_sigreturnRichard Henderson2024-02-033-0/+4
* target/sparc: Introduce cpu_get_fsr, cpu_put_fsrRichard Henderson2024-02-032-6/+10
* include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson2024-01-291-2/+2
* accel/tcg: Move perf and debuginfo support to tcg/Ilya Leoshkevich2024-01-293-3/+3
* 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/riscv: Adjust vdso signal frame cfa offsetsRichard Henderson2024-01-233-4/+4
* linux-user: Fixed cpu restore with pc 0 on SIGBUSRobbin Ehn2024-01-231-2/+3
* cli: Remove deprecated '-singlestep' command line optionPhilippe Mathieu-Daudé2024-01-191-2/+0
* target/alpha: Remove fallback to ev67 cpu classGavin Shan2024-01-051-1/+1
* sh4: Coding style: Remove tabsYihuan Pan2023-12-041-102/+102
* linux-user/riscv: Add Zicboz block size to hwprobePalmer Dabbelt2023-11-221-0/+6
* linux-user: Fix loaddr computation for some elf filesRichard Henderson2023-11-211-1/+1
* Merge tag '20231119-xtensa-1' of https://github.com/OSLL/qemu-xtensa into sta...Stefan Hajnoczi2023-11-201-2/+26
|\
| * linux-user: xtensa: fix signal delivery in FDPICMax Filippov2023-11-191-2/+26
* | linux-user: spelling fixes: othe, necesaryMichael Tokarev2023-11-152-2/+2
|/
* hw/cpu: Clean up global variable shadowingPhilippe Mathieu-Daudé2023-11-071-1/+1
* Merge tag 'pull-pa-20231106' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2023-11-073-8/+4
|\
| * linux-user/hppa: Drop EXCP_DUMP from handled exceptionsRichard Henderson2023-11-061-4/+0
| * linux-user/hppa: Fixes for TARGET_ABI32Richard Henderson2023-11-061-3/+3
| * target/hppa: Implement hppa_cpu_class_by_nameRichard Henderson2023-11-061-1/+1
* | linux-user/riscv: change default cpu to 'max'Daniel Henrique Barboza2023-11-071-2/+1
|/
* Merge tag 'pull-sp-20231105' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2023-11-063-15/+15
|\
| * target/sparc: Remove CC_OP leftoversRichard Henderson2023-11-051-5/+0
| * target/sparc: Split psr and xcc into componentsRichard Henderson2023-11-052-9/+14
| * target/sparc: Introduce cpu_put_psr_iccRichard Henderson2023-11-051-1/+1
* | linux-user/loongarch64: Add LASX sigcontext save/restoreSong Gao2023-11-031-6/+62
* | linux-user/loongarch64: Add LSX sigcontext save/restoreSong Gao2023-11-031-20/+87
* | linux-user/loongarch64: Use abi_{ulong,uint} typesSong Gao2023-11-031-12/+12