aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-06hw/ptimer: Fix issues caused by the adjusted timer limit valueDmitry Osipenko1-20/+31
2016-06-06xlnx-zynqmp: Use the in kernel GIC model for KVM runsEdgar E. Iglesias1-1/+3
2016-06-06xlnx-zynqmp: Delay realization of GIC until post CPU realizationEdgar E. Iglesias1-25/+31
2016-06-06xlnx-zynqmp: Make the RPU subsystem optionalEdgar E. Iglesias2-24/+40
2016-06-06xlnx-zynqmp: Add a secure prop to en/disable ARM Security ExtensionsEdgar E. Iglesias2-0/+6
2016-06-06hw/arm/virt: Reject gic-version=host for non-KVMCole Robinson1-1/+5
2016-06-06i2c: add aspeed i2c controllerCédric Le Goater5-0/+521
2016-06-06hw/intc/gic: RAZ/WI non-sec access to sec interruptsJens Wiklander1-6/+62
2016-06-06hw/arm/virt: fix limit of 64-bit ACPI/ECAM PCI MMIO rangeArd Biesheuvel1-1/+2
2016-06-06target-arm: Don't try to set ESR IL bit in arm_cpu_do_interrupt_aarch64()Peter Maydell1-3/+0
2016-06-06target-arm: Set IL bit in syndromes for insn abort, watchpoint, swstepPeter Maydell1-3/+3
2016-06-06target-arm: A64: Create Instruction Syndromes for Data AbortsEdgar E. Iglesias5-30/+180