summary refs log tree commit diff stats
path: root/linux-user (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * common-user: Move safe-syscall.* from linux-userRichard Henderson2021-12-2015-1088/+5
| * linux-user: Create special-errno.hRichard Henderson2021-12-196-18/+37
| * linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson2021-12-1935-70/+70
| * linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson2021-12-1931-46/+45
| * linux-user: Remove HAVE_SAFE_SYSCALL and hostdep.hRichard Henderson2021-12-1919-254/+1
| * linux-user/host/sparc64: Add safe-syscall.inc.SRichard Henderson2021-12-192-0/+92
| * linux-user/host/mips: Add safe-syscall.inc.SRichard Henderson2021-12-192-0/+151
| * linux-user: Move syscall error detection into safe_syscall_baseRichard Henderson2021-12-1910-84/+144
| * linux-user: Untabify all safe-syscall.inc.SRichard Henderson2021-12-197-396/+396
* | riscv: Set 5.4 as minimum kernel version for riscv32Khem Raj2021-12-201-1/+2
|/
* target/hexagon/cpu.h: don't include qemu-common.hPeter Maydell2021-12-151-0/+1
* target/arm: Take an exception if PC is misalignedRichard Henderson2021-12-151-19/+27
* linux-user: implement more loop ioctlsAndreas Schwab2021-11-294-0/+16
* linux-user/signal.c: Create a common rewind_if_in_safe_syscallWarner Losh2021-11-239-143/+15
* linux-user: Add host_signal_set_pc to set pc in mcontextWarner Losh2021-11-2310-0/+54
* linux-user: fix Coverity CID 1464101Laurent Vivier2021-11-221-3/+7
* linux-user: Rewrite do_getdents, do_getdents64Richard Henderson2021-11-211-139/+122
* linux-user: Fix member types of target_dirent64Richard Henderson2021-11-211-3/+3
* linux-user: Always use flexible arrays for dirent d_nameRichard Henderson2021-11-212-5/+7
* linux-user: Split out do_getdents, do_getdents64Richard Henderson2021-11-211-153/+172
* Merge remote-tracking branch 'remotes/philmd/tags/mips-20211102' into stagingRichard Henderson2021-11-021-2/+0
|\
| * Revert "elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS too"Philippe Mathieu-Daudé2021-11-021-2/+0
* | linux-user: Handle BUS_ADRALN in host_signal_handlerRichard Henderson2021-11-021-0/+3
* | linux-user/ppc: Remove POWERPC_EXCP_ALIGN handlingRichard Henderson2021-11-021-8/+0
* | linux-user/hppa: Remove EXCP_UNALIGN handlingRichard Henderson2021-11-021-7/+0
* | target/arm: Implement arm_cpu_record_sigbusRichard Henderson2021-11-022-7/+35
* | target/alpha: Implement alpha_cpu_record_sigbusRichard Henderson2021-11-021-7/+0
* | linux-user: Add cpu_loop_exit_sigbusRichard Henderson2021-11-021-0/+14
* | accel/tcg: Restrict TCGCPUOps::tlb_fill() to sysemuRichard Henderson2021-11-021-3/+0
* | target/xtensa: Make xtensa_cpu_tlb_fill sysemu onlyRichard Henderson2021-11-021-9/+0
* | target/sparc: Make sparc_cpu_tlb_fill sysemu onlyRichard Henderson2021-11-021-25/+0
* | target/sh4: Make sh4_cpu_tlb_fill sysemu onlyRichard Henderson2021-11-021-8/+0
* | target/s390x: Implement s390_cpu_record_sigsegvRichard Henderson2021-11-021-7/+6
* | target/riscv: Make riscv_cpu_tlb_fill sysemu onlyRichard Henderson2021-11-021-7/+0
* | target/openrisc: Make openrisc_cpu_tlb_fill sysemu onlyRichard Henderson2021-11-021-8/+0
* | linux-user/openrisc: Abort for EXCP_RANGE, EXCP_FPERichard Henderson2021-11-021-8/+9
* | target/mips: Make mips_cpu_tlb_fill sysemu onlyRichard Henderson2021-11-021-11/+0
* | target/microblaze: Make mb_cpu_tlb_fill sysemu onlyRichard Henderson2021-11-021-10/+0
* | target/m68k: Make m68k_cpu_tlb_fill sysemu onlyRichard Henderson2021-11-021-10/+0
* | target/hppa: Make hppa_cpu_tlb_fill sysemu onlyRichard Henderson2021-11-021-16/+0
* | target/hexagon: Remove hexagon_cpu_tlb_fillRichard Henderson2021-11-021-23/+1
* | target/cris: Make cris_cpu_tlb_fill sysemu onlyRichard Henderson2021-11-021-10/+0
* | target/alpha: Implement alpha_cpu_record_sigsegvRichard Henderson2021-11-021-8/+0
* | linux-user: Add cpu_loop_exit_sigsegvRichard Henderson2021-11-021-8/+22
* | linux-user/signal: Drop HOST_SIGNAL_PLACEHOLDERRichard Henderson2021-11-021-14/+0
* | linux-user/host/riscv: Improve host_signal_writeRichard Henderson2021-11-021-55/+28
* | linux-user/host/riscv: Populate host_signal.hRichard Henderson2021-11-021-1/+85
* | linux-user/host/mips: Populate host_signal.hRichard Henderson2021-11-021-1/+62
* | linux-user/host/s390: Populate host_signal.hRichard Henderson2021-11-022-2/+94
* | linux-user/host/aarch64: Populate host_signal.hRichard Henderson2021-11-021-1/+74