aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
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
2023-10-30linux-user: Replace bprm->fd with bprm->src.fdRichard Henderson
2023-10-30linux-user: Use ImageSource in load_symbolsRichard Henderson
2023-10-30linux-user: Use ImageSource in load_elf_imageRichard Henderson
2023-10-30linux-user: Do not clobber bprm_buf swapping ehdrRichard Henderson
2023-10-30linux-user: Tidy loader_execRichard Henderson
2023-10-30linux-user: Introduce imgsrc_read, imgsrc_read_allocRichard Henderson
2023-10-30linux-user: Fix guest signal remapping after adjusting SIGABRTRichard Henderson
2023-10-25target/sparc: Remove sparcv7 cpu featuresRichard Henderson
2023-10-18linux-user: Remap guest SIGABRTRichard Henderson
2023-10-18linux-user: Detect and report host SIGILL, SIGFPE, SIGTRAPRichard Henderson
2023-10-18linux-user: Split out host_sig{segv,bus}_handlerRichard Henderson
2023-10-18linux-user: Simplify signal_initRichard Henderson
2023-10-18linux-user: Map unsupported signals to an out-of-bounds valueRichard Henderson
2023-10-18linux-user: Only register handlers for core_dump_signal by defaultRichard Henderson
2023-10-18linux-user: Detect and report host crashesHelge Deller
2023-10-18linux-user: Exit not abort in die_with_backtraceRichard Henderson
2023-10-18linux-user: Split out die_with_signalRichard Henderson
2023-10-18linux-user: Propagate failure in mmap_reserve_or_unmap back to target_munmapRichard Henderson
2023-10-18linux-user/elfload: Enable LSX/LASX in HWCAP for LoongArchJiajie Chen
2023-10-18linux-user/sh4: Fix crashes on signal deliveryMikulas Patocka
2023-10-18linux-user/mips: fix abort on integer overflowMikulas Patocka
2023-10-18linux-user: Fixes for zero_bssRichard Henderson
2023-10-06linux-user/syscall.c: clean up local variable shadowing in xattr syscallsLaurent Vivier
2023-10-06linux-user/syscall.c: clean up local variable shadowing in TARGET_NR_getcpuLaurent Vivier
2023-10-06linux-user/syscall.c: clean up local variable shadowing in do_ioctl_dm()Laurent Vivier
2023-10-06linux-user/mmap.c: clean up local variable shadowingLaurent Vivier
2023-10-06linux-user/flatload: clean up local variable shadowingLaurent Vivier
2023-10-04build: Remove --enable-gprofRichard Henderson
2023-10-04linux-user/hppa: Fix struct target_sigcontext layoutRichard Henderson
2023-10-04tcg: Split out tcg init functions to tcg/startup.hRichard Henderson
2023-10-04tcg: Remove argument to tcg_prologue_initRichard Henderson
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson
2023-09-29linux-user/strace: Clean up local variable shadowingPhilippe Mathieu-Daudé
2023-09-21target/arm: Enable FEAT_MOPS for CPU 'max'Peter Maydell
2023-09-21target/arm: Implement FEAT_HBCPeter Maydell
2023-09-21linux-user/elfload.c: Report previously missing arm32 hwcapsPeter Maydell
2023-09-21linux-user/elfload.c: Add missing arm and arm64 hwcap valuesPeter Maydell
2023-09-21linux-user/elfload.c: Correct SME feature names reported in cpuinfoPeter Maydell
2023-09-20Merge tag 'pull-loongarch-20230920' of https://gitlab.com/gaosong/qemu into s...Stefan Hajnoczi
2023-09-20target/loongarch: Add LASX data supportSong Gao
2023-09-19linux-user/hppa: lock both words of function descriptorMikulas Patocka
2023-09-19linux-user/hppa: clear the PSW 'N' bit when delivering signalsMikulas Patocka