aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
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
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
2023-09-11linux-user/riscv: Add new extensions to hwprobeRobbin Ehn
2023-09-11linux-user/riscv: Use abi type for target_ucontextLIU Zhiwei
2023-09-06Merge tag 'pull-lu-20230901' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2023-09-01linux-user: Track shm regions with an interval treeRichard Henderson
2023-09-01linux-user: Fix shmdtRichard Henderson
2023-09-01linux-user: Use WITH_MMAP_LOCK_GUARD in target_{shmat,shmdt}Richard Henderson
2023-09-01linux-user: Move shmat and shmdt implementations to mmap.cRichard Henderson
2023-09-01linux-user: Remove ELF_START_MMAP and image_info.start_mmapRichard Henderson
2023-09-01linux-user: Emulate the Anonymous: keyword in /proc/self/smapsIlya Leoshkevich
2023-09-01linux-user: Show heap address in /proc/pid/mapsRichard Henderson
2023-09-01linux-user: Adjust brk for load_biasRichard Henderson
2023-09-01linux-user: Use walk_memory_regions for open_self_mapsRichard Henderson
2023-09-01util/selfmap: Use dev_t and ino_t in MapInfoRichard Henderson
2023-09-01linux-user: Emulate /proc/cpuinfo for AlphaHelge Deller