summaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2021-12-21linux-user: Implement CPU-specific signal handler for loongarch64 hostsWANG Xuerui
2021-12-20Merge tag 'pull-user-20211220' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2021-12-20meson: Move linux_user_ss to linux-user/Richard Henderson
2021-12-20linux-user: Move thunk.c from top-levelRichard Henderson
2021-12-20common-user: Move safe-syscall.* from linux-userRichard Henderson
2021-12-20riscv: Set 5.4 as minimum kernel version for riscv32Khem Raj
2021-12-19linux-user: Create special-errno.hRichard Henderson
2021-12-19linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson
2021-12-19linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson
2021-12-19linux-user: Remove HAVE_SAFE_SYSCALL and hostdep.hRichard Henderson
2021-12-19linux-user/host/sparc64: Add safe-syscall.inc.SRichard Henderson
2021-12-19linux-user/host/mips: Add safe-syscall.inc.SRichard Henderson
2021-12-19linux-user: Move syscall error detection into safe_syscall_baseRichard Henderson
2021-12-19linux-user: Untabify all safe-syscall.inc.SRichard Henderson
2021-12-15target/hexagon/cpu.h: don't include qemu-common.hPeter Maydell
2021-12-15target/arm: Take an exception if PC is misalignedRichard Henderson
2021-11-29linux-user: implement more loop ioctlsAndreas Schwab
2021-11-23linux-user/signal.c: Create a common rewind_if_in_safe_syscallWarner Losh
2021-11-23linux-user: Add host_signal_set_pc to set pc in mcontextWarner Losh
2021-11-22linux-user: fix Coverity CID 1464101Laurent Vivier
2021-11-21linux-user: Rewrite do_getdents, do_getdents64Richard Henderson
2021-11-21linux-user: Fix member types of target_dirent64Richard Henderson
2021-11-21linux-user: Always use flexible arrays for dirent d_nameRichard Henderson
2021-11-21linux-user: Split out do_getdents, do_getdents64Richard Henderson
2021-11-02Merge remote-tracking branch 'remotes/philmd/tags/mips-20211102' into stagingRichard Henderson
2021-11-02Revert "elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS too"Philippe Mathieu-Daudé
2021-11-02linux-user: Handle BUS_ADRALN in host_signal_handlerRichard Henderson
2021-11-02linux-user/ppc: Remove POWERPC_EXCP_ALIGN handlingRichard Henderson
2021-11-02linux-user/hppa: Remove EXCP_UNALIGN handlingRichard Henderson
2021-11-02target/arm: Implement arm_cpu_record_sigbusRichard Henderson
2021-11-02target/alpha: Implement alpha_cpu_record_sigbusRichard Henderson
2021-11-02linux-user: Add cpu_loop_exit_sigbusRichard Henderson
2021-11-02accel/tcg: Restrict TCGCPUOps::tlb_fill() to sysemuRichard Henderson
2021-11-02target/xtensa: Make xtensa_cpu_tlb_fill sysemu onlyRichard Henderson
2021-11-02target/sparc: Make sparc_cpu_tlb_fill sysemu onlyRichard Henderson
2021-11-02target/sh4: Make sh4_cpu_tlb_fill sysemu onlyRichard Henderson
2021-11-02target/s390x: Implement s390_cpu_record_sigsegvRichard Henderson
2021-11-02target/riscv: Make riscv_cpu_tlb_fill sysemu onlyRichard Henderson
2021-11-02target/openrisc: Make openrisc_cpu_tlb_fill sysemu onlyRichard Henderson
2021-11-02linux-user/openrisc: Abort for EXCP_RANGE, EXCP_FPERichard Henderson
2021-11-02target/mips: Make mips_cpu_tlb_fill sysemu onlyRichard Henderson
2021-11-02target/microblaze: Make mb_cpu_tlb_fill sysemu onlyRichard Henderson
2021-11-02target/m68k: Make m68k_cpu_tlb_fill sysemu onlyRichard Henderson
2021-11-02target/hppa: Make hppa_cpu_tlb_fill sysemu onlyRichard Henderson
2021-11-02target/hexagon: Remove hexagon_cpu_tlb_fillRichard Henderson
2021-11-02target/cris: Make cris_cpu_tlb_fill sysemu onlyRichard Henderson
2021-11-02target/alpha: Implement alpha_cpu_record_sigsegvRichard Henderson
2021-11-02linux-user: Add cpu_loop_exit_sigsegvRichard Henderson
2021-11-02linux-user/signal: Drop HOST_SIGNAL_PLACEHOLDERRichard Henderson
2021-11-02linux-user/host/riscv: Improve host_signal_writeRichard Henderson