aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
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
2023-11-06linux-user/hppa: Fixes for TARGET_ABI32Richard Henderson
2023-11-06target/hppa: Implement hppa_cpu_class_by_nameRichard Henderson
2023-11-07linux-user/riscv: change default cpu to 'max'Daniel Henrique Barboza
2023-11-06Merge tag 'pull-sp-20231105' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2023-11-05target/sparc: Remove CC_OP leftoversRichard Henderson
2023-11-05target/sparc: Split psr and xcc into componentsRichard Henderson
2023-11-05target/sparc: Introduce cpu_put_psr_iccRichard Henderson
2023-11-03linux-user/loongarch64: Add LASX sigcontext save/restoreSong Gao
2023-11-03linux-user/loongarch64: Add LSX sigcontext save/restoreSong Gao
2023-11-03linux-user/loongarch64: Use abi_{ulong,uint} typesSong Gao
2023-11-03linux-user/loongarch64: setup_sigframe() set 'end' context size 0Song Gao
2023-11-03linux-user/loongarch64: Fix setup_extcontext alloc wrong fpu_context sizeSong Gao
2023-11-03linux-user/loongarch64: Use traps to track LSX/LASX usageRichard 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
2023-10-30linux-user/s390x: Add vdsoRichard Henderson
2023-10-30linux-user/s390x: Rename __SIGNAL_FRAMESIZE to STACK_FRAME_OVERHEADRichard Henderson
2023-10-30linux-user/ppc: Add vdsoRichard Henderson
2023-10-30linux-user/loongarch64: Add vdsoRichard Henderson
2023-10-30linux-user/riscv: Add vdsoRichard Henderson
2023-10-30linux-user/hppa: Add vdsoRichard Henderson
2023-10-30linux-user/arm: Add vdsoRichard Henderson
2023-10-30linux-user/aarch64: Add vdsoRichard Henderson
2023-10-30linux-user/x86_64: Add vdsoRichard Henderson
2023-10-30linux-user/i386: Add vdsoRichard Henderson
2023-10-30linux-user: Add gen-vdso toolRichard Henderson
2023-10-30linux-user: Load vdso image if availableRichard Henderson