aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2016-10-04linux-user/syscall: extend lock around cpu-listAlex Bennée
2016-09-29Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2016-09-28trace: Properly initialize dynamic event states in hot-plugged vCPUsLluís Vilanova
2016-09-27cpus-common: move exclusive work infrastructure from linux-userPaolo Bonzini
2016-09-27cpus-common: move CPU work item management to common codeSergey Fedorov
2016-09-27cpus-common: move CPU list management to common codePaolo Bonzini
2016-09-27linux-user: Add qemu_cpu_is_self() and qemu_cpu_kick()Sergey Fedorov
2016-09-27linux-user: Use QemuMutex and QemuCondSergey Fedorov
2016-09-23Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160923' into stagingPeter Maydell
2016-09-23linux-user: Add missing Mips syscalls items in strace.listAleksandar Markovic
2016-09-23linux-user: Add missing TARGET_EDQUOT error code for MipsAleksandar Markovic
2016-09-23linux-user: Fix certain argument alignment cases for Mips64Aleksandar Markovic
2016-09-23linux-user: Fix structure target_semid64_ds definition for MipsAleksandar Markovic
2016-09-23linux-user: Fix structure target_flock definition for MipsAleksandar Markovic
2016-09-23linux-user: Fix TARGET_F_GETOWN definition for MipsAleksandar Markovic
2016-09-23linux-user: Fix TARGET_SIOCATMARK definition for MipsAleksandar Markovic
2016-09-23linux-user: ppc64: fix ARCH_206 bit in AT_HWCAPMichael Walle
2016-09-23ppc: Fix signal delivery in ppc-user and ppc64-userBenjamin Herrenschmidt
2016-09-22linux-user: fix TARGET_NR_selectLaurent Vivier
2016-09-21linux-user: Fix incorrect offset of tuc_stack in ARM do_sigframe_return_v2Timothy E Baldwin
2016-09-21linux-user: Sanity check clone flagsPeter Maydell
2016-09-21linux-user: Remove unnecessary nptl_flags variable from do_fork()Peter Maydell
2016-09-21linux-user: Implement force_sigsegv() via force_sig()Peter Maydell
2016-09-21linux-user: SIGSEGV from sigreturn need not be fatalPeter Maydell
2016-09-21linux-user: ARM: Give SIGSEGV if signal frame setup failsPeter Maydell
2016-09-21linux-user: SIGSEGV on signal entry need not be fatalPeter Maydell
2016-09-21linux-user: Pass si_type information to queue_signal() explicitlyPeter Maydell
2016-09-21linux-user: Recheck for pending synchronous signals tooPeter Maydell
2016-09-21linux-user: ppc64: set MSR_CM bit for BookE 2.06 MMUMichael Walle
2016-09-21linux-user: Use correct target SHMLBA in shmat()Peter Maydell
2016-09-21linux-user: Use glib malloc functions in load_symbols()Peter Maydell
2016-09-21linux-user: Check dump_write() return in elf_core_dump()Peter Maydell
2016-09-21linux-user: Fix error handling in flatload.c target_pread()Peter Maydell
2016-09-21linux-user: Fix incorrect use of host errno in do_ioctl_dm()Peter Maydell
2016-09-21linux-user: Check lock_user() return value for NULLPeter Maydell
2016-09-21linux-user: Pass missing MAP_ANONYMOUS to target_mmap() callPeter Maydell
2016-09-21linux-user: report signals being taken in strace outputPeter Maydell
2016-09-21linux-user: Range check the nfds argument to ppoll syscallPeter Maydell
2016-09-21linux-user: Check for bad event numbers in epoll_waitPeter Maydell
2016-09-21linux-user: Use direct syscall for utimensatPeter Maydell
2016-09-21linux-user: Implement FS_IOC_GETFLAGS and FS_IOC_SETFLAGS ioctlsPeter Maydell
2016-09-21linux-user: Allow bad msg_name for recvfrom on connected socketPeter Maydell
2016-09-21linux-user: Fix errno for sendrecvmsg with large iovec lengthPeter Maydell
2016-09-21linux-user: Fix handling of iovec countsPeter Maydell
2016-09-15Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-09-15linux-user/qemu.h: change malloc to g_malloc, free to g_freeMd Haris Iqbal
2016-09-15linux-user,s390x: remove useless castLaurent Vivier
2016-09-15Remove remainders of HPPA backendThomas Huth
2016-09-14linux-user: complete omission of removing uses of strdupWei Jiangang
2016-09-13linux-user, trivial: display "0x%x" instead of "0x%d"Laurent Vivier