aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2023-11-07Merge tag 'pull-pa-20231106' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2023-11-06linux-user/hppa: Drop EXCP_DUMP from handled exceptionsRichard Henderson
2023-11-06linux-user/hppa: Fixes for TARGET_ABI32Richard Henderson
2023-11-06target/hppa: Implement hppa_cpu_class_by_nameRichard Henderson
2023-11-07linux-user/riscv: change default cpu to 'max'Daniel Henrique Barboza
2023-11-06Merge tag 'pull-sp-20231105' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2023-11-05target/sparc: Remove CC_OP leftoversRichard Henderson
2023-11-05target/sparc: Split psr and xcc into componentsRichard Henderson
2023-11-05target/sparc: Introduce cpu_put_psr_iccRichard Henderson
2023-11-03linux-user/loongarch64: Add LASX sigcontext save/restoreSong Gao
2023-11-03linux-user/loongarch64: Add LSX sigcontext save/restoreSong Gao
2023-11-03linux-user/loongarch64: Use abi_{ulong,uint} typesSong Gao
2023-11-03linux-user/loongarch64: setup_sigframe() set 'end' context size 0Song Gao
2023-11-03linux-user/loongarch64: Fix setup_extcontext alloc wrong fpu_context sizeSong Gao
2023-11-03linux-user/loongarch64: Use traps to track LSX/LASX usageRichard Henderson
2023-11-02linux-user: Report AArch64 hwcap2 fields above bit 31Peter Maydell
2023-11-02linux-user/elfload: Add missing arm64 hwcap valuesMarielle Novastrider
2023-10-31Merge tag 'pull-lu-20231030' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2023-10-30linux-user: Show vdso address in /proc/pid/mapsRichard Henderson
2023-10-30linux-user/s390x: Add vdsoRichard Henderson
2023-10-30linux-user/s390x: Rename __SIGNAL_FRAMESIZE to STACK_FRAME_OVERHEADRichard Henderson
2023-10-30linux-user/ppc: Add vdsoRichard Henderson
2023-10-30linux-user/loongarch64: Add vdsoRichard Henderson
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-27target/arm: Move feature test functions to their own headerPeter Maydell
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