Age | Commit message (Expand) | Author | Files | Lines |
2021-10-01 | linux-user/nios2: Document non-use of setup_sigtramp | Richard Henderson | 1 | -0/+3 |
2021-10-01 | linux-user/mips: Implement setup_sigtramp | Richard Henderson | 3 | -10/+27 |
2021-10-01 | linux-user/mips: Tidy install_sigtramp | Richard Henderson | 1 | -4/+1 |
2021-10-01 | linux-user/microblaze: Implement setup_sigtramp | Richard Henderson | 2 | -7/+19 |
2021-10-01 | linux-user/m68k: Implement setup_sigtramp | Richard Henderson | 2 | -25/+24 |
2021-10-01 | linux-user/x86_64: Raise SIGSEGV if SA_RESTORER not set | Richard Henderson | 1 | -6/+5 |
2021-10-01 | linux-user/i386: Implement setup_sigtramp | Richard Henderson | 3 | -18/+43 |
2021-10-01 | linux-user/hppa: Document non-use of setup_sigtramp | Richard Henderson | 1 | -0/+14 |
2021-10-01 | linux-user/hexagon: Implement setup_sigtramp | Richard Henderson | 2 | -2/+19 |
2021-10-01 | linux-user/cris: Implement setup_sigtramp | Richard Henderson | 2 | -8/+23 |
2021-10-01 | linux-user/alpha: Implement setup_sigtramp | Richard Henderson | 2 | -14/+21 |
2021-10-01 | linux-user/arm: Implement setup_sigtramp | Richard Henderson | 2 | -71/+110 |
2021-10-01 | linux-user/arm: Drop "_v2" from symbols in signal.c | Richard Henderson | 1 | -70/+45 |
2021-10-01 | linux-user/arm: Drop v1 signal frames | Richard Henderson | 1 | -216/+4 |
2021-10-01 | linux-user/aarch64: Implement setup_sigtramp | Richard Henderson | 2 | -13/+23 |
2021-10-01 | linux-user: Add infrastructure for a signal trampoline page | Richard Henderson | 3 | -0/+27 |
2021-09-23 | linux-user/aarch64: Use force_sig_fault() | Peter Maydell | 1 | -25/+8 |
2021-09-23 | linux-user/arm: Use force_sig_fault() | Peter Maydell | 1 | -38/+15 |
2021-09-23 | linux-user: Provide new force_sig_fault() function | Peter Maydell | 2 | -0/+18 |
2021-09-23 | linux-user: Zero out target_siginfo_t in force_sig() | Peter Maydell | 1 | -1/+1 |
2021-09-23 | linux-user/arm: Use force_sig() to deliver fpa11 emulation SIGFPE | Peter Maydell | 1 | -7/+4 |
2021-09-23 | linux-user/arm: Set siginfo_t addr field for SIGTRAP signals | Peter Maydell | 1 | -0/+1 |
2021-09-23 | linux-user/aarch64: Set siginfo_t addr field for SIGTRAP signals | Peter Maydell | 1 | -0/+1 |
2021-09-16 | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.2-pull-re... | Peter Maydell | 57 | -413/+618 |
2021-09-16 | linux-user: Check lock_user result for ip_mreq_source sockopts | Peter Maydell | 1 | -0/+3 |
2021-09-14 | user: Remove cpu_get_pic_interrupt() stubs | Philippe Mathieu-Daudé | 1 | -7/+0 |
2021-09-13 | linux-user: Drop unneeded includes from qemu.h | Peter Maydell | 2 | -4/+2 |
2021-09-13 | linux-user: Don't include gdbstub.h in qemu.h | Peter Maydell | 4 | -1/+4 |
2021-09-13 | linux-user: Split linux-user internals out of qemu.h | Peter Maydell | 52 | -163/+235 |
2021-09-13 | linux-user: Split safe-syscall macro into its own header | Peter Maydell | 3 | -135/+155 |
2021-09-13 | linux-user: Split mmap prototypes into user-mmap.h | Peter Maydell | 8 | -14/+40 |
2021-09-13 | linux-user: Split loader-related prototypes into loader.h | Peter Maydell | 8 | -40/+65 |
2021-09-13 | linux-user: Split signal-related prototypes into signal-common.h | Peter Maydell | 23 | -36/+57 |
2021-09-13 | linux-user: Split strace prototypes into strace.h | Peter Maydell | 5 | -18/+42 |
2021-09-13 | linux-user: Fix coding style nits in qemu.h | Peter Maydell | 1 | -17/+30 |
2021-09-02 | plugins: allow plugin arguments to be passed directly | Mahmoud Mandour | 1 | -1/+1 |
2021-08-26 | target/arm: Do hflags rebuild in cpsr_write() | Peter Maydell | 1 | -2/+0 |
2021-08-05 | linux-user/elfload: byteswap i386 registers when dumping core | Ilya Leoshkevich | 1 | -44/+44 |
2021-08-05 | linux-user: fix guest/host address mixup in i386 setup_rt_frame() | Ilya Leoshkevich | 1 | -4/+4 |
2021-08-03 | linux-user/s390x: signal with SIGFPE on compare-and-trap | Jonathan Albrecht | 1 | -20/+34 |
2021-08-03 | target/s390x: Fix SIGILL and SIGFPE psw.addr reporting | Ilya Leoshkevich | 1 | -1/+11 |
2021-07-26 | linux-user/syscall: Remove unused variable from execve | Richard Henderson | 1 | -3/+0 |
2021-07-23 | tcg/plugins: implement a qemu_plugin_user_exit helper | Alex Bennée | 1 | -1/+1 |
2021-07-21 | qemu/atomic: Add aligned_{int64,uint64}_t types | Richard Henderson | 1 | -1/+1 |
2021-07-13 | linux-user: update syscall.tbl to Linux v5.13 | Laurent Vivier | 15 | -73/+170 |
2021-07-13 | linux-user, mips: update syscall-args-o32.c.inc to Linux v5.13 | Laurent Vivier | 1 | -1/+4 |
2021-07-13 | linux-user: update syscall_nr.h to Linux v5.13 | Laurent Vivier | 6 | -6/+46 |
2021-07-12 | fd-trans: Fix race condition on reallocation of the translation table. | Owen Anderson | 3 | -7/+52 |
2021-07-12 | linux-user/syscall: Remove ERRNO_TABLE_SIZE check | Philippe Mathieu-Daudé | 1 | -5/+0 |
2021-07-12 | linux-user: Simplify host <-> target errno conversion using macros | Philippe Mathieu-Daudé | 2 | -145/+154 |