aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2022-02-14Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20220211' into...Peter Maydell
2022-02-13Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220210' into s...Peter Maydell
2022-02-09linux-user: Remove the deprecated ppc64abi32 targetThomas Huth
2022-02-09target/ppc: Remove PowerPC 601 CPUsCédric Le Goater
2022-02-09linux-user/include/host/sparc64: Fix host_sigcontextRichard Henderson
2022-02-09linux-user: Move sparc/host-signal.h to sparc64/host-signal.hRichard Henderson
2022-02-09linux-user: Introduce host_sigcontextRichard Henderson
2022-02-09linux-user: Introduce host_signal_maskRichard Henderson
2022-02-01linux-user/syscall: Translate TARGET_RLIMIT_RTTIMESerge Belyshev
2022-02-01linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.hSerge Belyshev
2022-01-28linux-user: Implement starttime field in self stat emulationCameron Esfahani
2022-01-27linux-user: sigprocmask check read perms firstPatrick Venture
2022-01-27linux-user: rt_sigprocmask, check read perms firstShu-Chun Weng
2022-01-27linux-user: Fix inotify on aarch64Paul Brook
2022-01-27linux-user/alpha: Fix target rlimits for alpha and rearrange for claritySerge Belyshev
2022-01-27linux-user: Remove unnecessary 'aligned' attribute from TaskStatePeter Maydell
2022-01-19Merge remote-tracking branch 'remotes/stsquad/tags/pull-for-7.0-180122-2' int...Peter Maydell
2022-01-18linux-user: don't adjust base of found holeAlex Bennée
2022-01-18linux-user/elfload: add extra logging for hole findingAlex Bennée
2022-01-18linux-user: expand reserved brk space for 64bit guestsAlex Bennée
2022-01-18linux-user: Remove MAX_SIGQUEUE_SIZEWarner Losh
2022-01-18linux-user: Return void from queue_signal()Peter Maydell
2022-01-18linux-user: Rename user_force_sig tracepoint to match function namePeter Maydell
2022-01-18linux-user: Fix comment typo in arm cpu_loop codePeter Maydell
2022-01-13Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2022-01-12user: move common-user includes to a subdirectory of {bsd,linux}-user/Paolo Bonzini
2022-01-12Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/linux-user-for-7.0-...Peter Maydell
2022-01-12linux-user: Fix clang warning for nios2-linux-user codePeter Maydell
2022-01-11linux-user: Implement capability prctlsRichard Henderson
2022-01-11linux-user: Implement PR_SET_PDEATHSIGRichard Henderson
2022-01-11linux-user: Map signal number in PR_GET_PDEATHSIGRichard Henderson
2022-01-11linux-user: Do not special-case NULL for PR_GET_PDEATHSIGRichard Henderson
2022-01-11linux-user: Move target_struct.h generic definitions to generic/Richard Henderson
2022-01-11linux-user/arm: Move target_oabi_flock64 out of target_structs.hRichard Henderson
2022-01-11linux-user/xtensa: Use force_sig_faultRichard Henderson
2022-01-11linux-user/sparc: Use force_sig_faultRichard Henderson
2022-01-11linux-user/sh4: Use force_sig_faultRichard Henderson
2022-01-11linux-user/s390x: Use force_sig_faultRichard Henderson
2022-01-11linux-user/riscv: Use force_sig_faultRichard Henderson
2022-01-11linux-user/ppc: Use force_sig_faultRichard Henderson
2022-01-11linux-user/openrisc: Use force_sig_faultRichard Henderson
2022-01-11target/mips: Extract trap code into env->error_codeRichard Henderson
2022-01-11target/mips: Extract break code into env->error_codeRichard Henderson
2022-01-11linux-user/mips: Use force_sig_faultRichard Henderson
2022-01-11linux-user/mips: Improve do_breakRichard Henderson
2022-01-11linux-user/microblaze: Fix SIGFPE si_codesRichard Henderson
2022-01-11linux-user/microblaze: Use force_sig_faultRichard Henderson
2022-01-11linux-user/m68k: Use force_sig_faultRichard Henderson
2022-01-11linux-user/i386: Use force_sig, force_sig_faultRichard Henderson
2022-01-11linux-user/i386: Split out maybe_handle_vm86_trapRichard Henderson