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