aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2021-09-23linux-user/aarch64: Use force_sig_fault()Peter Maydell
2021-09-23linux-user/arm: Use force_sig_fault()Peter Maydell
2021-09-23linux-user: Provide new force_sig_fault() functionPeter Maydell
2021-09-23linux-user: Zero out target_siginfo_t in force_sig()Peter Maydell
2021-09-23linux-user/arm: Use force_sig() to deliver fpa11 emulation SIGFPEPeter Maydell
2021-09-23linux-user/arm: Set siginfo_t addr field for SIGTRAP signalsPeter Maydell
2021-09-23linux-user/aarch64: Set siginfo_t addr field for SIGTRAP signalsPeter Maydell
2021-09-16Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.2-pull-re...Peter Maydell
2021-09-16linux-user: Check lock_user result for ip_mreq_source sockoptsPeter Maydell
2021-09-14user: Remove cpu_get_pic_interrupt() stubsPhilippe Mathieu-Daudé
2021-09-13linux-user: Drop unneeded includes from qemu.hPeter Maydell
2021-09-13linux-user: Don't include gdbstub.h in qemu.hPeter Maydell
2021-09-13linux-user: Split linux-user internals out of qemu.hPeter Maydell
2021-09-13linux-user: Split safe-syscall macro into its own headerPeter Maydell
2021-09-13linux-user: Split mmap prototypes into user-mmap.hPeter Maydell
2021-09-13linux-user: Split loader-related prototypes into loader.hPeter Maydell
2021-09-13linux-user: Split signal-related prototypes into signal-common.hPeter Maydell
2021-09-13linux-user: Split strace prototypes into strace.hPeter Maydell
2021-09-13linux-user: Fix coding style nits in qemu.hPeter Maydell
2021-09-02plugins: allow plugin arguments to be passed directlyMahmoud Mandour
2021-08-26target/arm: Do hflags rebuild in cpsr_write()Peter Maydell
2021-08-05linux-user/elfload: byteswap i386 registers when dumping coreIlya Leoshkevich
2021-08-05linux-user: fix guest/host address mixup in i386 setup_rt_frame()Ilya Leoshkevich
2021-08-03linux-user/s390x: signal with SIGFPE on compare-and-trapJonathan Albrecht
2021-08-03target/s390x: Fix SIGILL and SIGFPE psw.addr reportingIlya Leoshkevich
2021-07-26linux-user/syscall: Remove unused variable from execveRichard Henderson
2021-07-23tcg/plugins: implement a qemu_plugin_user_exit helperAlex Bennée
2021-07-21qemu/atomic: Add aligned_{int64,uint64}_t typesRichard Henderson
2021-07-13linux-user: update syscall.tbl to Linux v5.13Laurent Vivier
2021-07-13linux-user, mips: update syscall-args-o32.c.inc to Linux v5.13Laurent Vivier
2021-07-13linux-user: update syscall_nr.h to Linux v5.13Laurent Vivier
2021-07-12fd-trans: Fix race condition on reallocation of the translation table.Owen Anderson
2021-07-12linux-user/syscall: Remove ERRNO_TABLE_SIZE checkPhilippe Mathieu-Daudé
2021-07-12linux-user: Simplify host <-> target errno conversion using macrosPhilippe Mathieu-Daudé
2021-07-12linux-user/mips: Move errno definitions to 'target_errno_defs.h'Philippe Mathieu-Daudé
2021-07-12linux-user/hppa: Move errno definitions to 'target_errno_defs.h'Philippe Mathieu-Daudé
2021-07-12linux-user/alpha: Move errno definitions to 'target_errno_defs.h'Philippe Mathieu-Daudé
2021-07-12linux-user: Extract target errno to 'target_errno_defs.h'Philippe Mathieu-Daudé
2021-07-12linux-user/sparc: Rename target_errno.h -> target_errno_defs.hPhilippe Mathieu-Daudé
2021-07-12linux-user/syscall: Fix RF-kill errno (typo in ERFKILL)Philippe Mathieu-Daudé
2021-07-07linux-user/syscall: Remove hardcoded tabs (code style)Philippe Mathieu-Daudé
2021-07-07linux-user/alpha: Remove hardcoded tabs (code style)Philippe Mathieu-Daudé
2021-07-07linux-user/mips: Handle TARGET_EWOULDBLOCK as TARGET_EAGAINPhilippe Mathieu-Daudé
2021-07-07linux-user/hppa: Handle TARGET_EWOULDBLOCK as TARGET_EAGAINPhilippe Mathieu-Daudé
2021-07-07linux-user/alpha: Handle TARGET_EWOULDBLOCK as TARGET_EAGAINPhilippe Mathieu-Daudé
2021-07-07linux-user: Fix style problems in linuxload.cRichard Henderson
2021-07-07linux-user: fill ppid field in /proc/self/statAndreas Schwab
2021-07-07linux-user/elfload: Implement ELF_HWCAP for RISC-VKito Cheng
2021-06-22Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-re...Peter Maydell
2021-06-21linux-user/s390x: Save and restore psw.mask properlyRichard Henderson