summary refs log tree commit diff stats
path: root/linux-user (follow)
Commit message (Expand)AuthorAgeFilesLines
* linux-user/microblaze: Create init_main_threadRichard Henderson2025-08-282-41/+6
* linux-user/mips: Create init_main_threadRichard Henderson2025-08-282-17/+7
* linux-user/loongarch64: Create init_main_threadRichard Henderson2025-08-282-15/+5
* linux-user/ppc: Create init_main_threadRichard Henderson2025-08-282-24/+19
* linux-user/sparc: Create init_main_threadRichard Henderson2025-08-282-19/+9
* linux-user/aarch64: Create init_main_threadRichard Henderson2025-08-282-17/+7
* linux-user/arm: Remove a.out startup remenentsRichard Henderson2025-08-281-4/+0
* linux-user/arm: Create init_main_threadRichard Henderson2025-08-282-50/+44
* linux-user/i386: Create init_main_threadRichard Henderson2025-08-283-49/+29
* linux-user: Create do_init_main_threadRichard Henderson2025-08-284-16/+12
* linux-user: Move target_cpu_copy_regs decl to qemu.hRichard Henderson2025-08-281-0/+3
* linux-user: Move get_elf_base_platform to mips/elfload.cRichard Henderson2025-08-285-36/+37
* linux-user: Remove ELF_PLATFORMRichard Henderson2025-08-281-14/+4
* linux-user/hppa: Create get_elf_platformRichard Henderson2025-08-283-1/+8
* linux-user/loongarch64: Create get_elf_platformRichard Henderson2025-08-283-1/+7
* linux-user: Move get_elf_platform to arm/elfload.cRichard Henderson2025-08-286-38/+38
* linux-user/i386: Return const data from get_elf_platformRichard Henderson2025-08-281-8/+4
* linux-user: Move get_elf_platform to {i386,x86_64}/elfload.cRichard Henderson2025-08-286-16/+25
* linux-user: Remove ELF_HWCAP2Richard Henderson2025-08-281-13/+10
* linux-user: Remove ELF_HWCAPRichard Henderson2025-08-281-23/+12
* linux-user: Move get_elf_hwcap to riscv/elfload.cRichard Henderson2025-08-284-18/+15
* linux-user: Move hwcap functions to s390x/elfload.cRichard Henderson2025-08-285-64/+62
* linux-user: Move get_elf_hwcap to sh4/elfload.cRichard Henderson2025-08-284-29/+32
* linux-user: Move get_elf_hwcap to mips/elfload.cRichard Henderson2025-08-285-52/+56
* linux-user: Move get_elf_hwcap to loongarch64/elfload.cRichard Henderson2025-08-284-49/+52
* linux-user: Move hwcap functions to ppc/elfload.cRichard Henderson2025-08-284-115/+122
* linux-user: Move get_elf_hwcap to sparc/elfload.cRichard Henderson2025-08-284-30/+32
* linux-user: Move hwcap functions to {arm,aarch64}/elfload.cRichard Henderson2025-08-287-509/+510
* linux-user: Move get_elf_hwcap to {i386,x86_64}/elfload.cRichard Henderson2025-08-286-8/+18
* linux-user: Move get_elf_cpu_model to target/elfload.cRichard Henderson2025-08-2839-145/+272
* linux-user: Move ppc uabi/asm/elf.h workaround to osdep.hRichard Henderson2025-08-281-10/+0
* linux-user: Create target/elfload.c filesRichard Henderson2025-08-2819-0/+19
* semihosting: Initialize heap once per processRichard Henderson2025-08-285-38/+11
* semihosting: Retrieve stack top from image_infoRichard Henderson2025-08-285-5/+0
* linux-user/strace.list: add riscv_hwprobe entryDaniel Henrique Barboza2025-07-301-0/+3
* linux-user/aarch64: Support ZT_MAGIC signal frame recordPeter Maydell2025-07-251-1/+92
* linux-user/aarch64: Support TPIDR2_MAGIC signal frame recordPeter Maydell2025-07-251-2/+40
* linux-user/aarch64: Clear TPIDR2_EL0 when delivering signalsPeter Maydell2025-07-251-1/+5
* Merge tag 'accel-20250715' of https://github.com/philmd/qemu into stagingStefan Hajnoczi2025-07-161-0/+1
|\
| * accel: Extract AccelClass definition to 'accel/accel-ops.h'Philippe Mathieu-Daudé2025-07-151-0/+1
* | plugins: fix inclusion of user-mode APIsAlex Bennée2025-07-142-1/+5
|/
* linux-user: Use qemu_set_cloexec() to mark pidfd as FD_CLOEXECPeter Maydell2025-07-111-3/+2
* linux-user: Hold the fd-trans lock across forkGeoffrey Thomas2025-07-102-0/+12
* linux-user/mips/o32: Drop sa_restorer functionalityThomas Weißschuh2025-07-102-5/+0
* linux-user/gen-vdso: Don't read off the end of buf[]Peter Maydell2025-07-101-0/+5
* linux-user/gen-vdso: Handle fseek() failurePeter Maydell2025-07-101-2/+9
* linux-user: Check for EFAULT failure in nanosleepPeter Maydell2025-07-101-2/+6
* linux-user: Implement fchmodat2 syscallPeter Maydell2025-07-101-0/+13
* Merge tag 'pull-target-arm-20250704' of https://gitlab.com/pm215/qemu into st...Stefan Hajnoczi2025-07-072-2/+10
|\
| * linux-user/aarch64: Set hwcap bits for SME2p1/SVE2p1Richard Henderson2025-07-041-0/+8