summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* target-*: Don't redefine cpu_exec()Peter Crosthwaite2016-06-291-16/+16
* ppc: Rework generation of priv and inval interruptsBenjamin Herrenschmidt2016-06-231-0/+1
* Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2016-06-201-0/+12
|\
| * trace: split out trace events for linux-user/ directoryDaniel P. Berrange2016-06-201-0/+12
* | log: Fix qemu_set_log_filename() error handlingMarkus Armbruster2016-06-201-1/+2
* | coccinelle: Remove unnecessary variables for function return valueEduardo Habkost2016-06-201-11/+4Star
|/
* os-posix: include sys/mman.hPaolo Bonzini2016-06-166-6/+0Star
* Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160608' int...Peter Maydell2016-06-087-418/+1361
|\
| * linux-user: In fork_end(), remove correct CPUs from CPU listPeter Maydell2016-06-081-1/+1
| * linux-user: Special-case ERESTARTSYS in target_strerror()Peter Maydell2016-06-081-0/+7
| * linux-user: Make target_strerror() return 'const char *'Peter Maydell2016-06-083-4/+4
| * linux-user: Correct signedness of target_flock l_start and l_len fieldsPeter Maydell2016-06-081-17/+17
| * linux-user: Use safe_syscall wrapper for ioctlPeter Maydell2016-06-081-11/+16
| * linux-user: Use safe_syscall wrapper for accept and accept4 syscallsPeter Maydell2016-06-081-19/+4Star
| * linux-user: Use safe_syscall wrapper for semopPeter Maydell2016-06-081-1/+10
| * linux-user: Use safe_syscall wrapper for epoll_wait syscallsPeter Maydell2016-06-081-8/+10
| * linux-user: Use safe_syscall wrapper for poll and ppoll syscallsPeter Maydell2016-06-081-16/+31
| * linux-user: Use safe_syscall wrapper for sleep syscallsPeter Maydell2016-06-081-3/+10
| * linux-user: Use safe_syscall wrapper for rt_sigtimedwait syscallPeter Maydell2016-06-081-1/+4
| * linux-user: Use safe_syscall wrapper for flockPeter Maydell2016-06-081-1/+2
| * linux-user: Use safe_syscall wrapper for mq_timedsend and mq_timedreceivePeter Maydell2016-06-081-6/+14
| * linux-user: Use safe_syscall wrapper for msgsnd and msgrcvPeter Maydell2016-06-081-2/+30
| * linux-user: Use safe_syscall wrapper for send* and recv* syscallsPeter Maydell2016-06-081-6/+13
| * linux-user: Use safe_syscall wrapper for connect syscallPeter Maydell2016-06-081-1/+3
| * linux-user: Use safe_syscall wrapper for readv and writev syscallsPeter Maydell2016-06-081-2/+4
| * linux-user: Fix error conversion in 64-bit fadvise syscallPeter Maydell2016-06-081-2/+2
| * linux-user: Fix NR_fadvise64 and NR_fadvise64_64 for 32-bit guestsPeter Maydell2016-06-081-0/+40
| * linux-user: Fix handling of arm_fadvise64_64 syscallPeter Maydell2016-06-081-11/+11
| * linux-user: provide frame information in x86-64 safe_syscallPeter Maydell2016-06-081-0/+10
| * linux-user: Avoid possible misalignment in target_to_host_siginfo()Peter Maydell2016-06-081-7/+12
| * linux-user: Use both si_code and si_signo when converting siginfo_tPeter Maydell2016-06-072-49/+131
| * linux-user: Restart fork() if signals pendingTimothy E Baldwin2016-06-071-0/+5
| * linux-user: Use safe_syscall for kill, tkill and tgkill syscallsPeter Maydell2016-06-071-16/+7Star
| * linux-user: Restart exit() if signal pendingTimothy E Baldwin2016-06-071-2/+6
| * linux-user: pause() should not pause if signal pendingTimothy E Baldwin2016-06-071-1/+4
| * linux-user: Block signals during sigaction() handlingTimothy E Baldwin2016-06-071-3/+9
| * linux-user: Queue synchronous signals separatelyTimothy E Baldwin2016-06-072-32/+43
| * linux-user: Remove real-time signal queuingTimothy E Baldwin2016-06-073-74/+14Star
| * linux-user: Remove redundant default action check in queue_signal()Timothy E Baldwin2016-06-071-37/+0Star
| * linux-user: Fix race between multiple signalsPeter Maydell2016-06-073-73/+213
| * linux-user: Use safe_syscall for sigsuspend syscallsPeter Maydell2016-06-071-2/+3
| * linux-user: Define macro for size of host kernel sigset_tPeter Maydell2016-06-071-2/+7
| * linux-user: Factor out uses of do_sigprocmask() from sigreturn codePeter Maydell2016-06-071-23/+32
| * linux-user: Fix stray tab-indentPeter Maydell2016-06-071-1/+2
| * linux-user: Move handle_pending_signal() to avoid need for declarationPeter Maydell2016-06-071-23/+21Star
| * linux-user: Factor out handle_signal code from process_pending_signals()Peter Maydell2016-06-071-11/+18
| * linux-user: check if NETLINK_ROUTE is availableLaurent Vivier2016-06-071-4/+14
| * linux-user: add netlink auditLaurent Vivier2016-06-071-1/+59
| * linux-user: support netlink protocol NETLINK_KOBJECT_UEVENTLaurent Vivier2016-06-071-1/+5
| * linux-user: add rtnetlink(7) supportLaurent Vivier2016-06-071-6/+575