summary refs log tree commit diff stats
path: root/linux-user (follow)
Commit message (Expand)AuthorAgeFilesLines
* linux-user/syscall.c: sync RISC-V hwprobe with LinuxDaniel Henrique Barboza2025-10-021-0/+89
* target/arm: Move ID register field defs to cpu-features.hPeter Maydell2025-09-261-0/+2
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2025-09-241-1/+1
|\
| * linux-user: avoid -Werror=int-in-bool-contextPaolo Bonzini2025-09-231-1/+1
* | linux-user: Split out begin_parallel_contextRichard Henderson2025-09-243-17/+19
* | target/alpha: Simplify call_pal implementationRichard Henderson2025-09-241-5/+0
* | linux-user: Add syscall dispatch supportArusekk2025-09-235-1/+93
* | linux-user: Populate vdso_sigreturn_region_{start,end} from sigtramp pageRichard Henderson2025-09-231-0/+2
* | linux-user: Populate sigreturn_region_{start,end} in all vdso.SRichard Henderson2025-09-2322-0/+16
* | linux-user: Create vdso_sigreturn_region_{start,end}Richard Henderson2025-09-236-2/+22
|/
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2025-09-1818-22/+17
|\
| * bsd-user, linux-user: introduce qemu_process_cpu_eventsPaolo Bonzini2025-09-1717-17/+17
| * accel/tcg: create a thread-kick function for TCGPaolo Bonzini2025-09-171-5/+0
* | target/arm: Drop ARM_FEATURE_IWMMXT handlingPeter Maydell2025-09-162-68/+0
* | linux-user/aarch64: Generate ESR signal recordsRichard Henderson2025-09-162-1/+36
* | linux-user/aarch64: Check syndrome for EXCP_UDEFRichard Henderson2025-09-161-1/+74
* | linux-user/aarch64: Split out signal_for_exceptionRichard Henderson2025-09-161-37/+47
|/
* linux-user/mips: Select M14Kc CPU to run microMIPS binariesPhilippe Mathieu-Daudé2025-09-021-0/+3
* linux-user/mips: Select 74Kf CPU to run MIPS16e binariesPhilippe Mathieu-Daudé2025-09-021-0/+3
* target/arm: Enable FEAT_LSE128 for -cpu maxRichard Henderson2025-08-301-0/+1
* target/arm: Rename isar_feature_aa64_atomicsRichard Henderson2025-08-301-1/+1
* target/arm: Enable FEAT_CSSC for -cpu maxRichard Henderson2025-08-301-0/+1
* linux-user: Remove target_pt_regs from target_syscall.hRichard Henderson2025-08-305-114/+0
* linux-user/sparc: Create target_ptrace.hRichard Henderson2025-08-303-19/+26
* linux-user: Remove a.out declarations from elfload.cRichard Henderson2025-08-301-19/+0
* linux-user: Move arch_parse_elf_property to aarch64/elfload.cRichard Henderson2025-08-304-31/+32
* linux-user: Remove MAP_DENYWRITE from elfload.cRichard Henderson2025-08-301-5/+0
* linux-user: Remove ELIBBAD from elfload.cRichard Henderson2025-08-301-5/+0
* linux-user: Rename elf_check_archRichard Henderson2025-08-305-7/+6
* linux-user: Standardize on ELF_MACHINE not ELF_ARCHRichard Henderson2025-08-3020-26/+20
* linux-user: Move elf parameters to hexagon/target_elf.hRichard Henderson2025-08-302-7/+3
* linux-user: Move elf parameters to xtensa/target_elf.hRichard Henderson2025-08-302-7/+3
* linux-user: Move elf parameters to hppa/target_elf.hRichard Henderson2025-08-302-11/+6
* linux-user: Move elf parameters to riscv/target_elf.hRichard Henderson2025-08-302-14/+10
* linux-user: Move elf parameters to s390x/target_elf.hRichard Henderson2025-08-302-9/+4
* linux-user: Move elf parameters to alpha/target_elf.hRichard Henderson2025-08-302-7/+3
* linux-user: Move elf parameters to m68k/target_elf.hRichard Henderson2025-08-302-7/+3
* linux-user: Move elf parameters to sh4/target_elf.hRichard Henderson2025-08-302-7/+3
* linux-user: Move elf parameters to openrisc/target_elf.hRichard Henderson2025-08-302-7/+3
* linux-user: Move elf parameters to microblaze/target_elf.hRichard Henderson2025-08-302-9/+5
* linux-user: Move elf parameters to {mips,mips64}/target_elf.hRichard Henderson2025-08-303-18/+14
* linux-user: Move elf parameters to loongarch64/target_elf.hRichard Henderson2025-08-302-12/+6
* linux-user: Move elf parameters to ppc/target_elf.hRichard Henderson2025-08-302-53/+43
* linux-user: Move elf parameters to sparc/target_elf.hRichard Henderson2025-08-302-15/+11
* linux-user: Move elf parameters to {arm,aarch64}/target_elf.hRichard Henderson2025-08-303-25/+13
* linux-user: Move elf parameters to {i386,x86_64}/target_elf.hRichard Henderson2025-08-303-39/+26
* linux-user: Remove redundant ELF_DATA definitonsRichard Henderson2025-08-301-2/+0
* linux-user: Remove ELF_EXEC_PAGESIZERichard Henderson2025-08-301-30/+2
* linux-user: Move get_vdso_image_info to arm/elfload.cRichard Henderson2025-08-304-32/+42
* linux-user: Replace init_guest_commpage macro with functionRichard Henderson2025-08-301-1/+1