- 2bf40d0 Merge tag 'pull-user-20211220' of https://gitlab.com/rth7680/qemu into staging by Richard Henderson · 3 years, 3 months ago
- 4d06bb4 meson: Move linux_user_ss to linux-user/ by Richard Henderson · 3 years, 4 months ago
- ff9c1e5 linux-user: Move thunk.c from top-level by Richard Henderson · 3 years, 4 months ago
- bbf15aa common-user: Move safe-syscall.* from linux-user by Richard Henderson · 3 years, 4 months ago
- a7cad95 riscv: Set 5.4 as minimum kernel version for riscv32 by Khem Raj · 3 years, 3 months ago
- 5da4063 linux-user: Create special-errno.h by Richard Henderson · 3 years, 4 months ago
- 57a0c93 linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURN by Richard Henderson · 3 years, 4 months ago
- af254a2 linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYS by Richard Henderson · 3 years, 4 months ago
- 0a7e019 linux-user: Remove HAVE_SAFE_SYSCALL and hostdep.h by Richard Henderson · 3 years, 4 months ago
- 95c021d linux-user/host/sparc64: Add safe-syscall.inc.S by Richard Henderson · 3 years, 4 months ago
- 4542ade linux-user/host/mips: Add safe-syscall.inc.S by Richard Henderson · 3 years, 4 months ago
- a3310c0 linux-user: Move syscall error detection into safe_syscall_base by Richard Henderson · 3 years, 4 months ago
- b9d2af3 linux-user: Untabify all safe-syscall.inc.S by Richard Henderson · 3 years, 4 months ago
- 70a37f7 target/hexagon/cpu.h: don't include qemu-common.h by Peter Maydell · 3 years, 3 months ago
- ee03027 target/arm: Take an exception if PC is misaligned by Richard Henderson · 3 years, 4 months ago
- 0a761ce linux-user: implement more loop ioctls by Andreas Schwab · 3 years, 4 months ago
- 0763788 linux-user/signal.c: Create a common rewind_if_in_safe_syscall by Warner Losh · 3 years, 4 months ago
- c6cda6a linux-user: Add host_signal_set_pc to set pc in mcontext by Warner Losh · 3 years, 4 months ago
- 802ae45 linux-user: fix Coverity CID 1464101 by Laurent Vivier · 3 years, 4 months ago
- aee14c7 linux-user: Rewrite do_getdents, do_getdents64 by Richard Henderson · 3 years, 4 months ago
- 1962cb0 linux-user: Fix member types of target_dirent64 by Richard Henderson · 3 years, 4 months ago
- 540a736 linux-user: Always use flexible arrays for dirent d_name by Richard Henderson · 3 years, 4 months ago
- fd08ddb linux-user: Split out do_getdents, do_getdents64 by Richard Henderson · 3 years, 4 months ago
- 157f754 Merge remote-tracking branch 'remotes/philmd/tags/mips-20211102' into staging by Richard Henderson · 3 years, 4 months ago
- 6f08c9c Revert "elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS too" by Philippe Mathieu-Daudé · 3 years, 4 months ago
- 742f076 linux-user: Handle BUS_ADRALN in host_signal_handler by Richard Henderson · 3 years, 5 months ago
- 5057ae5 linux-user/ppc: Remove POWERPC_EXCP_ALIGN handling by Richard Henderson · 3 years, 5 months ago
- ee8e080 linux-user/hppa: Remove EXCP_UNALIGN handling by Richard Henderson · 3 years, 8 months ago
- 39a099c target/arm: Implement arm_cpu_record_sigbus by Richard Henderson · 3 years, 8 months ago
- e7424ab target/alpha: Implement alpha_cpu_record_sigbus by Richard Henderson · 3 years, 8 months ago
- 12ed564 linux-user: Add cpu_loop_exit_sigbus by Richard Henderson · 3 years, 5 months ago
- eeca7dc accel/tcg: Restrict TCGCPUOps::tlb_fill() to sysemu by Richard Henderson · 3 years, 6 months ago
- 6407f64 target/xtensa: Make xtensa_cpu_tlb_fill sysemu only by Richard Henderson · 3 years, 6 months ago
- caac44a target/sparc: Make sparc_cpu_tlb_fill sysemu only by Richard Henderson · 3 years, 6 months ago
- cac720e target/sh4: Make sh4_cpu_tlb_fill sysemu only by Richard Henderson · 3 years, 6 months ago
- c8e7fef target/s390x: Implement s390_cpu_record_sigsegv by Richard Henderson · 3 years, 6 months ago
- 263e2ab target/riscv: Make riscv_cpu_tlb_fill sysemu only by Richard Henderson · 3 years, 6 months ago
- 12f0bc5 target/openrisc: Make openrisc_cpu_tlb_fill sysemu only by Richard Henderson · 3 years, 6 months ago
- d315712 linux-user/openrisc: Abort for EXCP_RANGE, EXCP_FPE by Richard Henderson · 3 years, 6 months ago
- 52d4899 target/mips: Make mips_cpu_tlb_fill sysemu only by Richard Henderson · 3 years, 6 months ago
- fd29773 target/microblaze: Make mb_cpu_tlb_fill sysemu only by Richard Henderson · 3 years, 6 months ago
- 028772c target/m68k: Make m68k_cpu_tlb_fill sysemu only by Richard Henderson · 3 years, 6 months ago
- 860e0b9 target/hppa: Make hppa_cpu_tlb_fill sysemu only by Richard Henderson · 3 years, 6 months ago
- 7086388 target/hexagon: Remove hexagon_cpu_tlb_fill by Richard Henderson · 3 years, 6 months ago
- 5753605 target/cris: Make cris_cpu_tlb_fill sysemu only by Richard Henderson · 3 years, 6 months ago
- 9011388 target/alpha: Implement alpha_cpu_record_sigsegv by Richard Henderson · 3 years, 5 months ago
- 72d2bbf linux-user: Add cpu_loop_exit_sigsegv by Richard Henderson · 3 years, 6 months ago
- 04de121 linux-user/signal: Drop HOST_SIGNAL_PLACEHOLDER by Richard Henderson · 3 years, 6 months ago
- 4f3bbd9 linux-user/host/riscv: Improve host_signal_write by Richard Henderson · 3 years, 6 months ago
- 97be8c6 linux-user/host/riscv: Populate host_signal.h by Richard Henderson · 3 years, 6 months ago
- b121611 linux-user/host/mips: Populate host_signal.h by Richard Henderson · 3 years, 6 months ago
- 66ee11d linux-user/host/s390: Populate host_signal.h by Richard Henderson · 3 years, 6 months ago
- cf5f42f linux-user/host/aarch64: Populate host_signal.h by Richard Henderson · 3 years, 6 months ago
- a30bfaa linux-user/host/arm: Populate host_signal.h by Richard Henderson · 3 years, 6 months ago
- 8b5bd46 linux-user/host/sparc: Populate host_signal.h by Richard Henderson · 3 years, 6 months ago
- 44c8f2c linux-user/host/alpha: Populate host_signal.h by Richard Henderson · 3 years, 6 months ago
- 8cc7b85 linux-user/host/ppc: Populate host_signal.h by Richard Henderson · 3 years, 6 months ago
- 85442fc linux-user/host/x86: Populate host_signal.h by Richard Henderson · 3 years, 6 months ago
- e6037d0 linux-user: Reorg handling for SIGSEGV by Richard Henderson · 3 years, 6 months ago
- ba0e733 configure: Merge riscv32 and riscv64 host architectures by Richard Henderson · 3 years, 6 months ago
- e91a722 target/riscv: Split misa.mxl and misa.ext by Richard Henderson · 3 years, 5 months ago
- 10de052 linux-user: Fix XER access in ppc version of elf_core_copy_regs by Matheus Ferst · 3 years, 5 months ago
- 66c6b40 linux-user/ppc: Fix XER access in save/restore_user_regs by Matheus Ferst · 3 years, 5 months ago
- dda2da6 meson: *-user: only descend into *-user when configured by Warner Losh · 3 years, 5 months ago
- 525c467 linux-user: Remove default for TARGET_ARCH_HAS_SIGTRAMP_PAGE by Richard Henderson · 3 years, 5 months ago
- 55e83c2 linux-user/xtensa: Implement setup_sigtramp by Richard Henderson · 3 years, 5 months ago
- 3f7685e linux-user/sparc: Implement setup_sigtramp by Richard Henderson · 3 years, 5 months ago
- b9188f9 linux-user/sh4: Implement setup_sigtramp by Richard Henderson · 3 years, 5 months ago
- 31330e6 linux-user/s390x: Implement setup_sigtramp by Richard Henderson · 3 years, 5 months ago
- 3c62b5d linux-user/riscv: Implement setup_sigtramp by Richard Henderson · 3 years, 5 months ago
- c790e4e linux-user/ppc: Implement setup_sigtramp by Richard Henderson · 3 years, 5 months ago
- 5d2fc70 linux-user/ppc: Simplify encode_trampoline by Richard Henderson · 3 years, 5 months ago
- 9ce3ad4 linux-user/openrisc: Implement setup_sigtramp by Richard Henderson · 3 years, 5 months ago
- f32d3b6 linux-user/nios2: Document non-use of setup_sigtramp by Richard Henderson · 3 years, 5 months ago
- 317a33b linux-user/mips: Implement setup_sigtramp by Richard Henderson · 3 years, 5 months ago
- 4f7a0a4 linux-user/mips: Tidy install_sigtramp by Richard Henderson · 3 years, 5 months ago
- 8004316 linux-user/microblaze: Implement setup_sigtramp by Richard Henderson · 3 years, 5 months ago
- 5125ace linux-user/m68k: Implement setup_sigtramp by Richard Henderson · 3 years, 5 months ago
- db20554 linux-user/x86_64: Raise SIGSEGV if SA_RESTORER not set by Richard Henderson · 3 years, 5 months ago
- 8ee8a10 linux-user/i386: Implement setup_sigtramp by Richard Henderson · 3 years, 5 months ago
- a22fccd linux-user/hppa: Document non-use of setup_sigtramp by Richard Henderson · 3 years, 5 months ago
- c8ef02b linux-user/hexagon: Implement setup_sigtramp by Richard Henderson · 3 years, 5 months ago
- e281c2b linux-user/cris: Implement setup_sigtramp by Richard Henderson · 3 years, 5 months ago
- dd55f1c linux-user/alpha: Implement setup_sigtramp by Richard Henderson · 3 years, 5 months ago
- b5d66e0 linux-user/arm: Implement setup_sigtramp by Richard Henderson · 3 years, 5 months ago
- b807a10 linux-user/arm: Drop "_v2" from symbols in signal.c by Richard Henderson · 3 years, 5 months ago
- eef9790 linux-user/arm: Drop v1 signal frames by Richard Henderson · 3 years, 5 months ago
- c70887a linux-user/aarch64: Implement setup_sigtramp by Richard Henderson · 3 years, 5 months ago
- db2af69 linux-user: Add infrastructure for a signal trampoline page by Richard Henderson · 3 years, 5 months ago
- fce9608 linux-user/aarch64: Use force_sig_fault() by Peter Maydell · 3 years, 7 months ago
- 4c90f0b linux-user/arm: Use force_sig_fault() by Peter Maydell · 3 years, 7 months ago
- af79696 linux-user: Provide new force_sig_fault() function by Peter Maydell · 3 years, 7 months ago
- 819121b linux-user: Zero out target_siginfo_t in force_sig() by Peter Maydell · 3 years, 7 months ago
- babe6d5 linux-user/arm: Use force_sig() to deliver fpa11 emulation SIGFPE by Peter Maydell · 3 years, 7 months ago
- 1af3541 linux-user/arm: Set siginfo_t addr field for SIGTRAP signals by Peter Maydell · 3 years, 7 months ago
- 1fb6a87 linux-user/aarch64: Set siginfo_t addr field for SIGTRAP signals by Peter Maydell · 3 years, 7 months ago
- c99e34e Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.2-pull-request' into staging by Peter Maydell · 3 years, 6 months ago
- 74e43b0 linux-user: Check lock_user result for ip_mreq_source sockopts by Peter Maydell · 3 years, 7 months ago
- 76d0042 user: Remove cpu_get_pic_interrupt() stubs by Philippe Mathieu-Daudé · 3 years, 6 months ago
- d0a7920 linux-user: Drop unneeded includes from qemu.h by Peter Maydell · 3 years, 6 months ago