summary refs log tree commit diff stats
path: root/linux-user (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | linux-user/loongarch64: setup_sigframe() set 'end' context size 0Song Gao2023-11-031-1/+1
* | linux-user/loongarch64: Fix setup_extcontext alloc wrong fpu_context sizeSong Gao2023-11-031-1/+1
* | linux-user/loongarch64: Use traps to track LSX/LASX usageRichard Henderson2023-11-031-0/+13
|/
* linux-user: Report AArch64 hwcap2 fields above bit 31Peter Maydell2023-11-022-5/+5
* linux-user/elfload: Add missing arm64 hwcap valuesMarielle Novastrider2023-11-021-0/+3
* Merge tag 'pull-lu-20231030' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2023-10-3175-211/+3268
|\
| * linux-user: Show vdso address in /proc/pid/mapsRichard Henderson2023-10-303-0/+4
| * linux-user/s390x: Add vdsoRichard Henderson2023-10-308-3/+155
| * linux-user/s390x: Rename __SIGNAL_FRAMESIZE to STACK_FRAME_OVERHEADRichard Henderson2023-10-301-3/+4
| * linux-user/ppc: Add vdsoRichard Henderson2023-10-3012-8/+467
| * linux-user/loongarch64: Add vdsoRichard Henderson2023-10-309-1/+245
| * linux-user/riscv: Add vdsoRichard Henderson2023-10-3010-0/+303
| * linux-user/hppa: Add vdsoRichard Henderson2023-10-308-10/+286
| * linux-user/arm: Add vdsoRichard Henderson2023-10-309-18/+307
| * linux-user/aarch64: Add vdsoRichard Henderson2023-10-308-0/+176
| * linux-user/x86_64: Add vdsoRichard Henderson2023-10-306-2/+168
| * linux-user/i386: Add vdsoRichard Henderson2023-10-308-2/+271
| * linux-user: Add gen-vdso toolRichard Henderson2023-10-303-1/+535
| * linux-user: Load vdso image if availableRichard Henderson2023-10-301-9/+81
| * linux-user: Replace bprm->fd with bprm->src.fdRichard Henderson2023-10-303-8/+6
| * linux-user: Use ImageSource in load_symbolsRichard Henderson2023-10-301-36/+45
| * linux-user: Use ImageSource in load_elf_imageRichard Henderson2023-10-301-79/+49
| * linux-user: Do not clobber bprm_buf swapping ehdrRichard Henderson2023-10-301-11/+14
| * linux-user: Tidy loader_execRichard Henderson2023-10-301-19/+19
| * linux-user: Introduce imgsrc_read, imgsrc_read_allocRichard Henderson2023-10-302-9/+142
| * linux-user: Fix guest signal remapping after adjusting SIGABRTRichard Henderson2023-10-301-5/+4
* | target/arm: Move feature test functions to their own headerPeter Maydell2023-10-276-0/+13
|/
* target/sparc: Remove sparcv7 cpu featuresRichard Henderson2023-10-251-5/+1
* linux-user: Remap guest SIGABRTRichard Henderson2023-10-181-7/+35
* linux-user: Detect and report host SIGILL, SIGFPE, SIGTRAPRichard Henderson2023-10-181-1/+43
* linux-user: Split out host_sig{segv,bus}_handlerRichard Henderson2023-10-181-60/+85
* linux-user: Simplify signal_initRichard Henderson2023-10-181-20/+22
* linux-user: Map unsupported signals to an out-of-bounds valueRichard Henderson2023-10-181-34/+38
* linux-user: Only register handlers for core_dump_signal by defaultRichard Henderson2023-10-181-29/+14
* linux-user: Detect and report host crashesHelge Deller2023-10-181-6/+63
* linux-user: Exit not abort in die_with_backtraceRichard Henderson2023-10-181-1/+1
* linux-user: Split out die_with_signalRichard Henderson2023-10-181-24/+28
* linux-user: Propagate failure in mmap_reserve_or_unmap back to target_munmapRichard Henderson2023-10-181-13/+17
* linux-user/elfload: Enable LSX/LASX in HWCAP for LoongArchJiajie Chen2023-10-181-0/+8
* linux-user/sh4: Fix crashes on signal deliveryMikulas Patocka2023-10-181-0/+8
* linux-user/mips: fix abort on integer overflowMikulas Patocka2023-10-181-1/+3
* linux-user: Fixes for zero_bssRichard Henderson2023-10-181-13/+40
* linux-user/syscall.c: clean up local variable shadowing in xattr syscallsLaurent Vivier2023-10-061-4/+4
* linux-user/syscall.c: clean up local variable shadowing in TARGET_NR_getcpuLaurent Vivier2023-10-061-3/+3
* linux-user/syscall.c: clean up local variable shadowing in do_ioctl_dm()Laurent Vivier2023-10-061-11/+11
* linux-user/mmap.c: clean up local variable shadowingLaurent Vivier2023-10-061-3/+3
* linux-user/flatload: clean up local variable shadowingLaurent Vivier2023-10-061-4/+4
* build: Remove --enable-gprofRichard Henderson2023-10-042-11/+0
* linux-user/hppa: Fix struct target_sigcontext layoutRichard Henderson2023-10-041-1/+1
* tcg: Split out tcg init functions to tcg/startup.hRichard Henderson2023-10-042-2/+2