aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-08linux-user: Use safe_syscall wrapper for epoll_wait syscallsPeter Maydell2-27/+12
2016-06-08linux-user: Use safe_syscall wrapper for poll and ppoll syscallsPeter Maydell1-16/+31
2016-06-08linux-user: Use safe_syscall wrapper for sleep syscallsPeter Maydell1-3/+10
2016-06-08linux-user: Use safe_syscall wrapper for rt_sigtimedwait syscallPeter Maydell1-1/+4
2016-06-08linux-user: Use safe_syscall wrapper for flockPeter Maydell1-1/+2
2016-06-08linux-user: Use safe_syscall wrapper for mq_timedsend and mq_timedreceivePeter Maydell1-6/+14
2016-06-08linux-user: Use safe_syscall wrapper for msgsnd and msgrcvPeter Maydell1-2/+30
2016-06-08linux-user: Use safe_syscall wrapper for send* and recv* syscallsPeter Maydell1-6/+13
2016-06-08linux-user: Use safe_syscall wrapper for connect syscallPeter Maydell1-1/+3
2016-06-08linux-user: Use safe_syscall wrapper for readv and writev syscallsPeter Maydell1-2/+4
2016-06-08linux-user: Fix error conversion in 64-bit fadvise syscallPeter Maydell1-2/+2
2016-06-08linux-user: Fix NR_fadvise64 and NR_fadvise64_64 for 32-bit guestsPeter Maydell1-0/+40
2016-06-08linux-user: Fix handling of arm_fadvise64_64 syscallPeter Maydell1-11/+11
2016-06-08linux-user: provide frame information in x86-64 safe_syscallPeter Maydell1-0/+10
2016-06-08linux-user: Avoid possible misalignment in target_to_host_siginfo()Peter Maydell1-7/+12
2016-06-07linux-user: Use both si_code and si_signo when converting siginfo_tPeter Maydell2-49/+131
2016-06-07linux-user: Restart fork() if signals pendingTimothy E Baldwin1-0/+5
2016-06-07linux-user: Use safe_syscall for kill, tkill and tgkill syscallsPeter Maydell1-16/+7
2016-06-07linux-user: Restart exit() if signal pendingTimothy E Baldwin1-2/+6
2016-06-07linux-user: pause() should not pause if signal pendingTimothy E Baldwin1-1/+4
2016-06-07linux-user: Block signals during sigaction() handlingTimothy E Baldwin1-3/+9
2016-06-07linux-user: Queue synchronous signals separatelyTimothy E Baldwin2-32/+43
2016-06-07linux-user: Remove real-time signal queuingTimothy E Baldwin3-74/+14
2016-06-07linux-user: Remove redundant gdb_queuesig()Timothy E Baldwin2-14/+0
2016-06-07linux-user: Remove redundant default action check in queue_signal()Timothy E Baldwin1-37/+0
2016-06-07linux-user: Fix race between multiple signalsPeter Maydell3-73/+213
2016-06-07linux-user: Use safe_syscall for sigsuspend syscallsPeter Maydell1-2/+3
2016-06-07linux-user: Define macro for size of host kernel sigset_tPeter Maydell1-2/+7
2016-06-07linux-user: Factor out uses of do_sigprocmask() from sigreturn codePeter Maydell1-23/+32
2016-06-07linux-user: Fix stray tab-indentPeter Maydell1-1/+2
2016-06-07linux-user: Move handle_pending_signal() to avoid need for declarationPeter Maydell1-23/+21
2016-06-07linux-user: Factor out handle_signal code from process_pending_signals()Peter Maydell1-11/+18
2016-06-07linux-user: check if NETLINK_ROUTE is availableLaurent Vivier2-4/+29
2016-06-07linux-user: add netlink auditLaurent Vivier1-1/+59
2016-06-07linux-user: support netlink protocol NETLINK_KOBJECT_UEVENTLaurent Vivier1-1/+5
2016-06-07linux-user: add rtnetlink(7) supportLaurent Vivier1-6/+575
2016-06-07linux-user: Fix qemu-binfmt-conf.sh to store config across rebootLaurent Vivier1-69/+320
2016-06-06Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160606-...Peter Maydell41-213/+1125
2016-06-06zynqmp: Add the ZCU102 boardAlistair Francis1-0/+8
2016-06-06target-arm: Fix TTBR selecting logic on AArch32 Stage 2 translationSergey Sorokin1-16/+22
2016-06-06char: get rid of qemu_char_get_next_serialxiaoqiang zhao2-17/+0
2016-06-06hw/char: QOM'ify xilinx_uartlite modelxiaoqiang zhao3-6/+44
2016-06-06hw/char: QOM'ify stm32f2xx_usart modelxiaoqiang zhao2-4/+12
2016-06-06hw/char: QOM'ify digic-uart modelxiaoqiang zhao2-4/+8
2016-06-06hw/char: QOM'ify cadence_uart modelxiaoqiang zhao4-8/+28
2016-06-06hw/char: QOM'ify pl011 modelxiaoqiang zhao10-35/+86
2016-06-06hw/ptimer: Introduce ptimer_get_limitDmitry Osipenko2-0/+6
2016-06-06hw/ptimer: Support "on the fly" timer mode switchDmitry Osipenko1-6/+7
2016-06-06hw/ptimer: Update .delta on period/freq changeDmitry Osipenko1-0/+2
2016-06-06hw/ptimer: Perform counter wrap around if timer already expiredDmitry Osipenko1-6/+13