aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau14-20/+20
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau4-9/+8
2022-04-04linux-user/ppc: Narrow type of ccr in save_user_regsRichard Henderson1-1/+1
2022-03-31linux-user/sh4/termbits: Silence warning about TIOCSER_TEMT double definitionThomas Huth1-1/+1
2022-03-23linux-user/arm: Implement __kernel_cmpxchg64 with host atomicsRichard Henderson1-39/+36
2022-03-23linux-user/arm: Implement __kernel_cmpxchg with host atomicsRichard Henderson1-25/+62
2022-03-23linux-user/arm: Implement __kernel_memory_barrierRichard Henderson1-1/+1
2022-03-22linux-user: Fix missing space in error messageFergus Henderson1-1/+1
2022-03-22linux-user: Properly handle sigset arg to ppollRichard Henderson1-17/+7
2022-03-22linux-user: Properly handle sigset arg to epoll_pwaitRichard Henderson1-15/+7
2022-03-22linux-user: Properly handle sigset arg to pselectRichard Henderson1-20/+10
2022-03-22linux-user: Split out helpers for sigsuspendRichard Henderson3-23/+66
2022-03-22linux-user/alpha: Fix sigsuspend for big-endian hostsRichard Henderson1-1/+2
2022-03-22linux-user: Fix syscall parameter handling for MIPS n32WANG Xuerui1-3/+3
2022-03-21Merge tag 'pull-misc-2022-03-21' of git://repo.or.cz/qemu/armbru into stagingPeter Maydell1-1/+1
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2022-03-20ppc64: Avoid pt_regs struct definitionKhem Raj2-39/+41
2022-03-08linux-user/ppc: deliver SIGTRAP on POWERPC_EXCP_TRAPMatheus Ferst1-1/+2
2022-03-08linux-user: Remove stale "not threadsafe" commentsPeter Maydell1-2/+0
2022-02-21linux-user: Add missing "qemu/timer.h" includePhilippe Mathieu-Daudé2-0/+2
2022-02-14Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20220211' into...Peter Maydell13-107/+185
2022-02-13Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220210' into s...Peter Maydell1-16/+0
2022-02-09linux-user: Remove the deprecated ppc64abi32 targetThomas Huth4-15/+10
2022-02-09target/ppc: Remove PowerPC 601 CPUsCédric Le Goater1-16/+0
2022-02-09linux-user/include/host/sparc64: Fix host_sigcontextRichard Henderson1-8/+9
2022-02-09linux-user: Move sparc/host-signal.h to sparc64/host-signal.hRichard Henderson2-72/+63
2022-02-09linux-user: Introduce host_sigcontextRichard Henderson12-47/+80
2022-02-09linux-user: Introduce host_signal_maskRichard Henderson12-10/+63
2022-02-01linux-user/syscall: Translate TARGET_RLIMIT_RTTIMESerge Belyshev2-0/+3
2022-02-01linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.hSerge Belyshev22-52/+117
2022-01-28linux-user: Implement starttime field in self stat emulationCameron Esfahani3-0/+20
2022-01-27linux-user: sigprocmask check read perms firstPatrick Venture1-5/+7
2022-01-27linux-user: rt_sigprocmask, check read perms firstShu-Chun Weng1-5/+7
2022-01-27linux-user: Fix inotify on aarch64Paul Brook2-43/+12
2022-01-27linux-user/alpha: Fix target rlimits for alpha and rearrange for claritySerge Belyshev1-35/+32
2022-01-27linux-user: Remove unnecessary 'aligned' attribute from TaskStatePeter Maydell1-5/+1
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