summary refs log tree commit diff stats
path: root/linux-user (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * target/arm: Rename zarray to za_state.zaRichard Henderson2025-07-041-2/+2
* | accel: Propagate AccelState to AccelClass::init_machine()Philippe Mathieu-Daudé2025-07-041-1/+1
|/
* linux-user: fix resource leaks in gen-vdsoDaniel P. Berrangé2025-06-231-11/+16
* linux-user/aarch64: Update hwcap bits from 6.14Richard Henderson2025-06-231-3/+72
* linux-user/arm: Fix return value of SYS_cacheflushJ. Neuschäfer2025-06-161-0/+1
* linux-user: implement pgid field of /proc/self/statAndreas Schwab2025-05-281-0/+3
* Merge tag 'hppa-fpe-fixup-pull-request' of https://github.com/hdeller/qemu-hp...Stefan Hajnoczi2025-05-221-2/+10
|\
| * linux-user/hppa: Send proper si_code on SIGFPE exceptionHelge Deller2025-05-171-2/+10
* | linux-user/mmap.c: fix "of of" typo in commentMichael Tokarev2025-05-091-1/+1
* | include/user: Convert GUEST_ADDR_MAX to a variableRichard Henderson2025-05-051-0/+8
* | accel/tcg: Use vaddr in cpu_loop.hRichard Henderson2025-05-051-2/+2
* | include: Remove 'exec/exec-all.h'Philippe Mathieu-Daudé2025-04-302-2/+0
* | accel/tcg: Use vaddr for walk_memory_regions callbackRichard Henderson2025-04-302-14/+13
* | accel/tcg: Add CPUState argument to page_unprotectRichard Henderson2025-04-301-1/+1
* | linux-user/elfload: Use target_needs_bswap()Philippe Mathieu-Daudé2025-04-251-24/+39
* | Merge tag 'pull-misc-2025-04-24' of https://repo.or.cz/qemu/armbru into stagingStefan Hajnoczi2025-04-241-1/+0
|\ \
| * | cleanup: Drop pointless return at end of functionMarkus Armbruster2025-04-241-1/+0
| |/
* | Merge tag 'pull-loongarch-20250424' of https://github.com/gaosong715/qemu int...Stefan Hajnoczi2025-04-241-1/+24
|\ \
| * | linux-user/loongarch64: Decode BRK break codes for FPE signalsWANG Rui2025-04-241-1/+24
| |/
* | exec: Restrict 'cpu_ldst.h' to accel/tcg/Philippe Mathieu-Daudé2025-04-231-1/+1
* | exec/cpu-all: move cpu_copy to linux-user/qemu.hPierrick Bouvier2025-04-231-0/+3
* | include/exec: Split out mmap-lock.hRichard Henderson2025-04-235-0/+5
|/
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2025-03-232-5/+5
|\
| * exec/cpu-all: remove BSWAP_NEEDEDPierrick Bouvier2025-03-212-5/+5
* | linux-user/riscv: Fix handling of cpu mask in riscv_hwprobe syscallRichard Henderson2025-03-191-26/+29
|/
* linux-user/arm: Remove unused get_put_user macrosPeter Maydell2025-03-141-39/+4
* linux-user/aarch64: Remove unused get/put_user macrosPeter Maydell2025-03-141-48/+0