aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2024-06-20linux-user: Make TARGET_NR_setgroups affect only the current threadIlya Leoshkevich1-2/+8
2024-04-28linux-user: do_setsockopt: fix SOL_ALG.ALG_SET_KEYMichael Tokarev1-7/+2
2024-04-14linux-user/x86_64: Handle the vsyscall page in open_self_maps_{2,4}Richard Henderson1-0/+16
2024-04-10linux-user: Fix waitid return of siginfo_t and rusageRichard Henderson1-6/+16
2024-03-05linux-user: Remove pgb_dynamic alignment assertionRichard Henderson1-2/+0
2024-02-16linux-user/aarch64: Choose SYNC as the preferred MTE modeRichard Henderson1-12/+17
2024-02-09linux-user/aarch64: Add padding before __kernel_rt_sigreturnRichard Henderson3-0/+4
2024-01-25linux-user/riscv: Adjust vdso signal frame cfa offsetsRichard Henderson3-4/+4
2024-01-25linux-user: Fixed cpu restore with pc 0 on SIGBUSRobbin Ehn1-2/+3
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 sta...Stefan 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
2023-11-06linux-user/hppa: Fixes for TARGET_ABI32Richard Henderson1-3/+3
2023-11-06target/hppa: Implement hppa_cpu_class_by_nameRichard Henderson1-1/+1
2023-11-07linux-user/riscv: change default cpu to 'max'Daniel Henrique Barboza1-2/+1
2023-11-06Merge tag 'pull-sp-20231105' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi3-15/+15
2023-11-05target/sparc: Remove CC_OP leftoversRichard Henderson1-5/+0
2023-11-05target/sparc: Split psr and xcc into componentsRichard Henderson2-9/+14
2023-11-05target/sparc: Introduce cpu_put_psr_iccRichard Henderson1-1/+1
2023-11-03linux-user/loongarch64: Add LASX sigcontext save/restoreSong Gao1-6/+62
2023-11-03linux-user/loongarch64: Add LSX sigcontext save/restoreSong Gao1-20/+87
2023-11-03linux-user/loongarch64: Use abi_{ulong,uint} typesSong Gao1-12/+12
2023-11-03linux-user/loongarch64: setup_sigframe() set 'end' context size 0Song Gao1-1/+1
2023-11-03linux-user/loongarch64: Fix setup_extcontext alloc wrong fpu_context sizeSong Gao1-1/+1
2023-11-03linux-user/loongarch64: Use traps to track LSX/LASX usageRichard Henderson1-0/+13
2023-11-02linux-user: Report AArch64 hwcap2 fields above bit 31Peter Maydell2-5/+5
2023-11-02linux-user/elfload: Add missing arm64 hwcap valuesMarielle Novastrider1-0/+3
2023-10-31Merge tag 'pull-lu-20231030' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi75-211/+3268
2023-10-30linux-user: Show vdso address in /proc/pid/mapsRichard Henderson3-0/+4
2023-10-30linux-user/s390x: Add vdsoRichard Henderson8-3/+155
2023-10-30linux-user/s390x: Rename __SIGNAL_FRAMESIZE to STACK_FRAME_OVERHEADRichard Henderson1-3/+4
2023-10-30linux-user/ppc: Add vdsoRichard Henderson12-8/+467
2023-10-30linux-user/loongarch64: Add vdsoRichard Henderson9-1/+245
2023-10-30linux-user/riscv: Add vdsoRichard Henderson10-0/+303
2023-10-30linux-user/hppa: Add vdsoRichard Henderson8-10/+286
2023-10-30linux-user/arm: Add vdsoRichard Henderson9-18/+307
2023-10-30linux-user/aarch64: Add vdsoRichard Henderson8-0/+176
2023-10-30linux-user/x86_64: Add vdsoRichard Henderson6-2/+168
2023-10-30linux-user/i386: Add vdsoRichard Henderson8-2/+271
2023-10-30linux-user: Add gen-vdso toolRichard Henderson3-1/+535
2023-10-30linux-user: Load vdso image if availableRichard Henderson1-9/+81
2023-10-30linux-user: Replace bprm->fd with bprm->src.fdRichard Henderson3-8/+6
2023-10-30linux-user: Use ImageSource in load_symbolsRichard Henderson1-36/+45
2023-10-30linux-user: Use ImageSource in load_elf_imageRichard Henderson1-79/+49