aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-08linux-user: Use safe_syscall wrapper for send* and recv* syscallsPeter Maydell
2016-06-08linux-user: Use safe_syscall wrapper for connect syscallPeter Maydell
2016-06-08linux-user: Use safe_syscall wrapper for readv and writev syscallsPeter Maydell
2016-06-08linux-user: Fix error conversion in 64-bit fadvise syscallPeter Maydell
2016-06-08linux-user: Fix NR_fadvise64 and NR_fadvise64_64 for 32-bit guestsPeter Maydell
2016-06-08linux-user: Fix handling of arm_fadvise64_64 syscallPeter Maydell
2016-06-08linux-user: provide frame information in x86-64 safe_syscallPeter Maydell
2016-06-08linux-user: Avoid possible misalignment in target_to_host_siginfo()Peter Maydell
2016-06-07linux-user: Use both si_code and si_signo when converting siginfo_tPeter Maydell
2016-06-07linux-user: Restart fork() if signals pendingTimothy E Baldwin
2016-06-07linux-user: Use safe_syscall for kill, tkill and tgkill syscallsPeter Maydell
2016-06-07linux-user: Restart exit() if signal pendingTimothy E Baldwin
2016-06-07linux-user: pause() should not pause if signal pendingTimothy E Baldwin
2016-06-07linux-user: Block signals during sigaction() handlingTimothy E Baldwin
2016-06-07linux-user: Queue synchronous signals separatelyTimothy E Baldwin
2016-06-07linux-user: Remove real-time signal queuingTimothy E Baldwin
2016-06-07linux-user: Remove redundant gdb_queuesig()Timothy E Baldwin
2016-06-07linux-user: Remove redundant default action check in queue_signal()Timothy E Baldwin
2016-06-07linux-user: Fix race between multiple signalsPeter Maydell
2016-06-07linux-user: Use safe_syscall for sigsuspend syscallsPeter Maydell
2016-06-07linux-user: Define macro for size of host kernel sigset_tPeter Maydell
2016-06-07linux-user: Factor out uses of do_sigprocmask() from sigreturn codePeter Maydell
2016-06-07linux-user: Fix stray tab-indentPeter Maydell
2016-06-07linux-user: Move handle_pending_signal() to avoid need for declarationPeter Maydell
2016-06-07linux-user: Factor out handle_signal code from process_pending_signals()Peter Maydell
2016-06-07linux-user: check if NETLINK_ROUTE is availableLaurent Vivier
2016-06-07linux-user: add netlink auditLaurent Vivier
2016-06-07linux-user: support netlink protocol NETLINK_KOBJECT_UEVENTLaurent Vivier
2016-06-07linux-user: add rtnetlink(7) supportLaurent Vivier
2016-06-07linux-user: Fix qemu-binfmt-conf.sh to store config across rebootLaurent Vivier
2016-06-06Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160606-...Peter Maydell
2016-06-06zynqmp: Add the ZCU102 boardAlistair Francis
2016-06-06target-arm: Fix TTBR selecting logic on AArch32 Stage 2 translationSergey Sorokin
2016-06-06char: get rid of qemu_char_get_next_serialxiaoqiang zhao
2016-06-06hw/char: QOM'ify xilinx_uartlite modelxiaoqiang zhao
2016-06-06hw/char: QOM'ify stm32f2xx_usart modelxiaoqiang zhao
2016-06-06hw/char: QOM'ify digic-uart modelxiaoqiang zhao
2016-06-06hw/char: QOM'ify cadence_uart modelxiaoqiang zhao
2016-06-06hw/char: QOM'ify pl011 modelxiaoqiang zhao
2016-06-06hw/ptimer: Introduce ptimer_get_limitDmitry Osipenko
2016-06-06hw/ptimer: Support "on the fly" timer mode switchDmitry Osipenko
2016-06-06hw/ptimer: Update .delta on period/freq changeDmitry Osipenko
2016-06-06hw/ptimer: Perform counter wrap around if timer already expiredDmitry Osipenko
2016-06-06hw/ptimer: Fix issues caused by the adjusted timer limit valueDmitry Osipenko
2016-06-06xlnx-zynqmp: Use the in kernel GIC model for KVM runsEdgar E. Iglesias
2016-06-06xlnx-zynqmp: Delay realization of GIC until post CPU realizationEdgar E. Iglesias
2016-06-06xlnx-zynqmp: Make the RPU subsystem optionalEdgar E. Iglesias
2016-06-06xlnx-zynqmp: Add a secure prop to en/disable ARM Security ExtensionsEdgar E. Iglesias
2016-06-06hw/arm/virt: Reject gic-version=host for non-KVMCole Robinson
2016-06-06i2c: add aspeed i2c controllerCédric Le Goater