aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-23ppc: Fix signal delivery in ppc-user and ppc64-userBenjamin Herrenschmidt
2016-09-23target-ppc: add vector permute right indexed instructionRajalakshmi Srinivasaraghavan
2016-09-23target-ppc: add vector bit permute doubleword instructionRajalakshmi Srinivasaraghavan
2016-09-23target-ppc: add vector count trailing zeros instructionsRajalakshmi Srinivasaraghavan
2016-09-23target-ppc: add vector extract instructionsRajalakshmi Srinivasaraghavan
2016-09-23target-ppc: add vector insert instructionsRajalakshmi Srinivasaraghavan
2016-09-23ppc: restrict the use of the rfi instructionBenjamin Herrenschmidt
2016-09-23MAINTAINERS: Add some missing ppc-related filesThomas Huth
2016-09-22Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160915' int...Peter Maydell
2016-09-22Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20160921' into ...Peter Maydell
2016-09-22Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2016-09-20' in...Peter Maydell
2016-09-22Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160920' into stagingPeter Maydell
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-21seccomp: adding getrusage to the whitelistEduardo Otubo
2016-09-20iotest 055: refactor and speed upVladimir Sementsov-Ogievskiy
2016-09-20commit: get the overlay node before manipulating the backing chainAlberto Garcia
2016-09-20blockdev: Modularize nfs block driverColin Lord
2016-09-20blockdev: Add dynamic module loading for block driversMarc Mari
2016-09-20blockdev: Add dynamic generation of module_block.hMarc Mari
2016-09-20blockdev: prepare iSCSI block driver for dynamic loadingColin Lord
2016-09-20qemu-img: add skip option to ddReda Sallahi
2016-09-20qemu-img: add the 'dd' subcommandReda Sallahi
2016-09-20tcg/i386: Extend TARGET_PAGE_MASK to the proper typeRichard Henderson
2016-09-20build-sys: fix make install regressionRiku Voipio
2016-09-20Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell