Age | Commit message (Expand) | Author |
2021-10-22 | target/riscv: Split misa.mxl and misa.ext | Richard Henderson |
2021-10-21 | linux-user: Fix XER access in ppc version of elf_core_copy_regs | Matheus Ferst |
2021-10-21 | linux-user/ppc: Fix XER access in save/restore_user_regs | Matheus Ferst |
2021-10-18 | meson: *-user: only descend into *-user when configured | Warner Losh |
2021-10-01 | linux-user: Remove default for TARGET_ARCH_HAS_SIGTRAMP_PAGE | Richard Henderson |
2021-10-01 | linux-user/xtensa: Implement setup_sigtramp | Richard Henderson |
2021-10-01 | linux-user/sparc: Implement setup_sigtramp | Richard Henderson |
2021-10-01 | linux-user/sh4: Implement setup_sigtramp | Richard Henderson |
2021-10-01 | linux-user/s390x: Implement setup_sigtramp | Richard Henderson |
2021-10-01 | linux-user/riscv: Implement setup_sigtramp | Richard Henderson |
2021-10-01 | linux-user/ppc: Implement setup_sigtramp | Richard Henderson |
2021-10-01 | linux-user/ppc: Simplify encode_trampoline | Richard Henderson |
2021-10-01 | linux-user/openrisc: Implement setup_sigtramp | Richard Henderson |
2021-10-01 | linux-user/nios2: Document non-use of setup_sigtramp | Richard Henderson |
2021-10-01 | linux-user/mips: Implement setup_sigtramp | Richard Henderson |
2021-10-01 | linux-user/mips: Tidy install_sigtramp | Richard Henderson |
2021-10-01 | linux-user/microblaze: Implement setup_sigtramp | Richard Henderson |
2021-10-01 | linux-user/m68k: Implement setup_sigtramp | Richard Henderson |
2021-10-01 | linux-user/x86_64: Raise SIGSEGV if SA_RESTORER not set | Richard Henderson |
2021-10-01 | linux-user/i386: Implement setup_sigtramp | Richard Henderson |
2021-10-01 | linux-user/hppa: Document non-use of setup_sigtramp | Richard Henderson |
2021-10-01 | linux-user/hexagon: Implement setup_sigtramp | Richard Henderson |
2021-10-01 | linux-user/cris: Implement setup_sigtramp | Richard Henderson |
2021-10-01 | linux-user/alpha: Implement setup_sigtramp | Richard Henderson |
2021-10-01 | linux-user/arm: Implement setup_sigtramp | Richard Henderson |
2021-10-01 | linux-user/arm: Drop "_v2" from symbols in signal.c | Richard Henderson |
2021-10-01 | linux-user/arm: Drop v1 signal frames | Richard Henderson |
2021-10-01 | linux-user/aarch64: Implement setup_sigtramp | Richard Henderson |
2021-10-01 | linux-user: Add infrastructure for a signal trampoline page | Richard Henderson |
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 |