Age | Commit message (Expand) | Author |
2022-01-19 | Merge remote-tracking branch 'remotes/stsquad/tags/pull-for-7.0-180122-2' int... | Peter Maydell |
2022-01-18 | linux-user: don't adjust base of found hole | Alex Bennée |
2022-01-18 | linux-user/elfload: add extra logging for hole finding | Alex Bennée |
2022-01-18 | linux-user: expand reserved brk space for 64bit guests | Alex Bennée |
2022-01-18 | linux-user: Remove MAX_SIGQUEUE_SIZE | Warner Losh |
2022-01-18 | linux-user: Return void from queue_signal() | Peter Maydell |
2022-01-18 | linux-user: Rename user_force_sig tracepoint to match function name | Peter Maydell |
2022-01-18 | linux-user: Fix comment typo in arm cpu_loop code | Peter Maydell |
2022-01-13 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell |
2022-01-12 | user: move common-user includes to a subdirectory of {bsd,linux}-user/ | Paolo Bonzini |
2022-01-12 | Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/linux-user-for-7.0-... | Peter Maydell |
2022-01-12 | linux-user: Fix clang warning for nios2-linux-user code | Peter Maydell |
2022-01-11 | linux-user: Implement capability prctls | Richard Henderson |
2022-01-11 | linux-user: Implement PR_SET_PDEATHSIG | Richard Henderson |
2022-01-11 | linux-user: Map signal number in PR_GET_PDEATHSIG | Richard Henderson |
2022-01-11 | linux-user: Do not special-case NULL for PR_GET_PDEATHSIG | Richard Henderson |
2022-01-11 | linux-user: Move target_struct.h generic definitions to generic/ | Richard Henderson |
2022-01-11 | linux-user/arm: Move target_oabi_flock64 out of target_structs.h | Richard Henderson |
2022-01-11 | linux-user/xtensa: Use force_sig_fault | Richard Henderson |
2022-01-11 | linux-user/sparc: Use force_sig_fault | Richard Henderson |
2022-01-11 | linux-user/sh4: Use force_sig_fault | Richard Henderson |
2022-01-11 | linux-user/s390x: Use force_sig_fault | Richard Henderson |
2022-01-11 | linux-user/riscv: Use force_sig_fault | Richard Henderson |
2022-01-11 | linux-user/ppc: Use force_sig_fault | Richard Henderson |
2022-01-11 | linux-user/openrisc: Use force_sig_fault | Richard Henderson |
2022-01-11 | target/mips: Extract trap code into env->error_code | Richard Henderson |
2022-01-11 | target/mips: Extract break code into env->error_code | Richard Henderson |
2022-01-11 | linux-user/mips: Use force_sig_fault | Richard Henderson |
2022-01-11 | linux-user/mips: Improve do_break | Richard Henderson |
2022-01-11 | linux-user/microblaze: Fix SIGFPE si_codes | Richard Henderson |
2022-01-11 | linux-user/microblaze: Use force_sig_fault | Richard Henderson |
2022-01-11 | linux-user/m68k: Use force_sig_fault | Richard Henderson |
2022-01-11 | linux-user/i386: Use force_sig, force_sig_fault | Richard Henderson |
2022-01-11 | linux-user/i386: Split out maybe_handle_vm86_trap | Richard Henderson |
2022-01-11 | linux-user/hppa: Set FPE_CONDTRAP for COND | Richard Henderson |
2022-01-11 | linux-user: Remove TARGET_NSIGFPE | Richard Henderson |
2022-01-11 | linux-user/hppa: Use the proper si_code for PRIV_OPR, PRIV_REG, OVERFLOW | Richard Henderson |
2022-01-11 | linux-user/hppa: Use force_sig_fault | Richard Henderson |
2022-01-11 | linux-user/cris: Use force_sig_fault | Richard Henderson |
2022-01-11 | linux-user/alpha: Use force_sig_fault | Richard Henderson |
2022-01-11 | linux-user/alpha: Set FPE_FLTUNK for gentrap ROPRAND | Richard Henderson |
2022-01-11 | linux-user/alpha: Set TRAP_UNK for bugchk and unknown gentrap | Richard Henderson |
2022-01-06 | linux-user: netlink: update IFLA_BRPORT entries | Laurent Vivier |
2022-01-06 | linux-user: netlink: Add IFLA_VFINFO_LIST | Laurent Vivier |
2022-01-06 | linux-user: netlink: update IFLA entries | Laurent Vivier |
2022-01-06 | linux-user/syscall.c: malloc to g_try_malloc | Ahmed Abouzied |
2022-01-06 | linux-user/nios2: Use set_sigmask in do_rt_sigreturn | Richard Henderson |
2022-01-06 | linux-user/nios2: Fix sigmask in setup_rt_frame | Richard Henderson |
2022-01-06 | linux-user/nios2: Fix EA vs PC confusion | Richard Henderson |
2022-01-06 | linux-user/nios2: Map a real kuser page | Richard Henderson |