summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* linux-user: Remove stale "not threadsafe" commentsPeter Maydell2022-03-081-2/+0Star
* linux-user: Add missing "qemu/timer.h" includePhilippe Mathieu-Daudé2022-02-212-0/+2
* Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20220211' into...Peter Maydell2022-02-1413-107/+185
|\
| * linux-user/include/host/sparc64: Fix host_sigcontextRichard Henderson2022-02-081-8/+9
| * linux-user: Move sparc/host-signal.h to sparc64/host-signal.hRichard Henderson2022-02-082-72/+63Star
| * linux-user: Introduce host_sigcontextRichard Henderson2022-02-0812-47/+80
| * linux-user: Introduce host_signal_maskRichard Henderson2022-02-0812-10/+63
* | Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220210' into s...Peter Maydell2022-02-131-16/+0Star
|\ \
| * | target/ppc: Remove PowerPC 601 CPUsCédric Le Goater2022-02-091-16/+0Star
| |/
* / linux-user: Remove the deprecated ppc64abi32 targetThomas Huth2022-02-094-15/+10Star
|/
* linux-user/syscall: Translate TARGET_RLIMIT_RTTIMESerge Belyshev2022-02-012-0/+3
* linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.hSerge Belyshev2022-02-0122-52/+117
* linux-user: Implement starttime field in self stat emulationCameron Esfahani2022-01-283-0/+20
* linux-user: sigprocmask check read perms firstPatrick Venture2022-01-271-5/+7
* linux-user: rt_sigprocmask, check read perms firstShu-Chun Weng2022-01-271-5/+7
* linux-user: Fix inotify on aarch64Paul Brook2022-01-272-43/+12Star
* linux-user/alpha: Fix target rlimits for alpha and rearrange for claritySerge Belyshev2022-01-271-35/+32Star
* linux-user: Remove unnecessary 'aligned' attribute from TaskStatePeter Maydell2022-01-271-5/+1Star
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-for-7.0-180122-2' int...Peter Maydell2022-01-191-6/+29
|\
| * linux-user: don't adjust base of found holeAlex Bennée2022-01-181-3/+2Star
| * linux-user/elfload: add extra logging for hole findingAlex Bennée2022-01-181-0/+18
| * linux-user: expand reserved brk space for 64bit guestsAlex Bennée2022-01-181-3/+9
* | linux-user: Remove MAX_SIGQUEUE_SIZEWarner Losh2022-01-181-2/+0Star
* | linux-user: Return void from queue_signal()Peter Maydell2022-01-182-5/+4Star
* | linux-user: Rename user_force_sig tracepoint to match function namePeter Maydell2022-01-182-2/+2
* | linux-user: Fix comment typo in arm cpu_loop codePeter Maydell2022-01-181-2/+2
|/
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2022-01-1317-2/+2
|\
| * user: move common-user includes to a subdirectory of {bsd,linux}-user/Paolo Bonzini2022-01-1217-2/+2
* | Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/linux-user-for-7.0-...Peter Maydell2022-01-1229-1148/+278Star
|\ \ | |/ |/|
| * linux-user: Implement capability prctlsRichard Henderson2022-01-111-0/+5
| * linux-user: Implement PR_SET_PDEATHSIGRichard Henderson2022-01-111-0/+3
| * linux-user: Map signal number in PR_GET_PDEATHSIGRichard Henderson2022-01-111-1/+2
| * linux-user: Do not special-case NULL for PR_GET_PDEATHSIGRichard Henderson2022-01-111-1/+1
| * linux-user: Move target_struct.h generic definitions to generic/Richard Henderson2022-01-1113-650/+70Star
| * linux-user/arm: Move target_oabi_flock64 out of target_structs.hRichard Henderson2022-01-112-8/+8
| * linux-user/xtensa: Use force_sig_faultRichard Henderson2022-01-111-17/+9Star
| * linux-user/sparc: Use force_sig_faultRichard Henderson2022-01-111-12/+2Star
| * linux-user/sh4: Use force_sig_faultRichard Henderson2022-01-111-5/+1Star
| * linux-user/s390x: Use force_sig_faultRichard Henderson2022-01-111-6/+1Star
| * linux-user/riscv: Use force_sig_faultRichard Henderson2022-01-111-26/+5Star
| * linux-user/ppc: Use force_sig_faultRichard Henderson2022-01-111-108/+28Star
| * linux-user/openrisc: Use force_sig_faultRichard Henderson2022-01-111-15/+3Star
| * target/mips: Extract trap code into env->error_codeRichard Henderson2022-01-111-40/+1Star
| * target/mips: Extract break code into env->error_codeRichard Henderson2022-01-111-64/+9Star
| * linux-user/mips: Use force_sig_faultRichard Henderson2022-01-111-25/+13Star
| * linux-user/mips: Improve do_breakRichard Henderson2022-01-111-20/+26
| * linux-user/microblaze: Fix SIGFPE si_codesRichard Henderson2022-01-111-5/+15
| * linux-user/microblaze: Use force_sig_faultRichard Henderson2022-01-111-36/+25Star
| * linux-user/m68k: Use force_sig_faultRichard Henderson2022-01-111-20/+4Star
| * linux-user/i386: Use force_sig, force_sig_faultRichard Henderson2022-01-111-29/+18Star