aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2022-01-19Merge remote-tracking branch 'remotes/stsquad/tags/pull-for-7.0-180122-2' int...Peter Maydell1-6/+29
2022-01-18linux-user: don't adjust base of found holeAlex Bennée1-3/+2
2022-01-18linux-user/elfload: add extra logging for hole findingAlex Bennée1-0/+18
2022-01-18linux-user: expand reserved brk space for 64bit guestsAlex Bennée1-3/+9
2022-01-18linux-user: Remove MAX_SIGQUEUE_SIZEWarner Losh1-2/+0
2022-01-18linux-user: Return void from queue_signal()Peter Maydell2-5/+4
2022-01-18linux-user: Rename user_force_sig tracepoint to match function namePeter Maydell2-2/+2
2022-01-18linux-user: Fix comment typo in arm cpu_loop codePeter Maydell1-2/+2
2022-01-13Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell17-2/+2
2022-01-12user: move common-user includes to a subdirectory of {bsd,linux}-user/Paolo Bonzini17-2/+2
2022-01-12Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/linux-user-for-7.0-...Peter Maydell29-1148/+278
2022-01-12linux-user: Fix clang warning for nios2-linux-user codePeter Maydell1-1/+1
2022-01-11linux-user: Implement capability prctlsRichard Henderson1-0/+5
2022-01-11linux-user: Implement PR_SET_PDEATHSIGRichard Henderson1-0/+3
2022-01-11linux-user: Map signal number in PR_GET_PDEATHSIGRichard Henderson1-1/+2
2022-01-11linux-user: Do not special-case NULL for PR_GET_PDEATHSIGRichard Henderson1-1/+1
2022-01-11linux-user: Move target_struct.h generic definitions to generic/Richard Henderson13-650/+70
2022-01-11linux-user/arm: Move target_oabi_flock64 out of target_structs.hRichard Henderson2-8/+8
2022-01-11linux-user/xtensa: Use force_sig_faultRichard Henderson1-17/+9
2022-01-11linux-user/sparc: Use force_sig_faultRichard Henderson1-12/+2
2022-01-11linux-user/sh4: Use force_sig_faultRichard Henderson1-5/+1
2022-01-11linux-user/s390x: Use force_sig_faultRichard Henderson1-6/+1
2022-01-11linux-user/riscv: Use force_sig_faultRichard Henderson1-26/+5
2022-01-11linux-user/ppc: Use force_sig_faultRichard Henderson1-108/+28
2022-01-11linux-user/openrisc: Use force_sig_faultRichard Henderson1-15/+3
2022-01-11target/mips: Extract trap code into env->error_codeRichard Henderson1-40/+1
2022-01-11target/mips: Extract break code into env->error_codeRichard Henderson1-64/+9
2022-01-11linux-user/mips: Use force_sig_faultRichard Henderson1-25/+13
2022-01-11linux-user/mips: Improve do_breakRichard Henderson1-20/+26
2022-01-11linux-user/microblaze: Fix SIGFPE si_codesRichard Henderson1-5/+15
2022-01-11linux-user/microblaze: Use force_sig_faultRichard Henderson1-36/+25
2022-01-11linux-user/m68k: Use force_sig_faultRichard Henderson1-20/+4
2022-01-11linux-user/i386: Use force_sig, force_sig_faultRichard Henderson1-29/+18
2022-01-11linux-user/i386: Split out maybe_handle_vm86_trapRichard Henderson1-16/+15
2022-01-11linux-user/hppa: Set FPE_CONDTRAP for CONDRichard Henderson2-0/+3
2022-01-11linux-user: Remove TARGET_NSIGFPERichard Henderson1-1/+0
2022-01-11linux-user/hppa: Use the proper si_code for PRIV_OPR, PRIV_REG, OVERFLOWRichard Henderson1-1/+7
2022-01-11linux-user/hppa: Use force_sig_faultRichard Henderson1-15/+3
2022-01-11linux-user/cris: Use force_sig_faultRichard Henderson1-8/+4
2022-01-11linux-user/alpha: Use force_sig_faultRichard Henderson1-42/+19
2022-01-11linux-user/alpha: Set FPE_FLTUNK for gentrap ROPRANDRichard Henderson1-1/+1
2022-01-11linux-user/alpha: Set TRAP_UNK for bugchk and unknown gentrapRichard Henderson2-2/+3
2022-01-06linux-user: netlink: update IFLA_BRPORT entriesLaurent Vivier1-0/+4
2022-01-06linux-user: netlink: Add IFLA_VFINFO_LISTLaurent Vivier1-0/+174
2022-01-06linux-user: netlink: update IFLA entriesLaurent Vivier1-0/+6
2022-01-06linux-user/syscall.c: malloc to g_try_mallocAhmed Abouzied1-2/+2
2022-01-06linux-user/nios2: Use set_sigmask in do_rt_sigreturnRichard Henderson2-3/+1
2022-01-06linux-user/nios2: Fix sigmask in setup_rt_frameRichard Henderson1-2/+1
2022-01-06linux-user/nios2: Fix EA vs PC confusionRichard Henderson2-7/+4
2022-01-06linux-user/nios2: Map a real kuser pageRichard Henderson2-24/+76