summary refs log tree commit diff stats
path: root/linux-user (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * linux-user: Introduce host_sigcontextRichard Henderson2022-02-0912-47/+80
| * linux-user: Introduce host_signal_maskRichard Henderson2022-02-0912-10/+63
* | Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220210' into s...Peter Maydell2022-02-131-16/+0
|\ \
| * | target/ppc: Remove PowerPC 601 CPUsCédric Le Goater2022-02-091-16/+0
| |/
* / linux-user: Remove the deprecated ppc64abi32 targetThomas Huth2022-02-094-15/+10
|/
* 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/+12
* linux-user/alpha: Fix target rlimits for alpha and rearrange for claritySerge Belyshev2022-01-271-35/+32
* linux-user: Remove unnecessary 'aligned' attribute from TaskStatePeter Maydell2022-01-271-5/+1
* 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/+2
| * 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/+0
* | linux-user: Return void from queue_signal()Peter Maydell2022-01-182-5/+4
* | 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/+278
|\ \ | |/ |/|
| * 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/+70
| * 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/+9
| * linux-user/sparc: Use force_sig_faultRichard Henderson2022-01-111-12/+2
| * linux-user/sh4: Use force_sig_faultRichard Henderson2022-01-111-5/+1
| * linux-user/s390x: Use force_sig_faultRichard Henderson2022-01-111-6/+1
| * linux-user/riscv: Use force_sig_faultRichard Henderson2022-01-111-26/+5
| * linux-user/ppc: Use force_sig_faultRichard Henderson2022-01-111-108/+28
| * linux-user/openrisc: Use force_sig_faultRichard Henderson2022-01-111-15/+3
| * target/mips: Extract trap code into env->error_codeRichard Henderson2022-01-111-40/+1
| * target/mips: Extract break code into env->error_codeRichard Henderson2022-01-111-64/+9
| * linux-user/mips: Use force_sig_faultRichard Henderson2022-01-111-25/+13
| * 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/+25
| * linux-user/m68k: Use force_sig_faultRichard Henderson2022-01-111-20/+4
| * linux-user/i386: Use force_sig, force_sig_faultRichard Henderson2022-01-111-29/+18
| * linux-user/i386: Split out maybe_handle_vm86_trapRichard Henderson2022-01-111-16/+15
| * linux-user/hppa: Set FPE_CONDTRAP for CONDRichard Henderson2022-01-112-0/+3
| * linux-user: Remove TARGET_NSIGFPERichard Henderson2022-01-111-1/+0
| * linux-user/hppa: Use the proper si_code for PRIV_OPR, PRIV_REG, OVERFLOWRichard Henderson2022-01-111-1/+7
| * linux-user/hppa: Use force_sig_faultRichard Henderson2022-01-111-15/+3