summaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2017-03-21linux-user: Fix s390x safe-syscall for z900Richard Henderson1-1/+1
2017-03-16target-ppc, tcg: fix usermode segfault with pthread_create()Sam Bobroff1-1/+2
2017-03-16target/s390x: use "qemu" cpu model in user modeDavid Hildenbrand1-0/+2
2016-10-31linux-user/elfload: ensure mmap_lock() held while setting upAlex Bennée1-0/+4
2016-10-31translate-all: add DEBUG_LOCKING assertsAlex Bennée1-0/+5
2016-10-26target-alpha: Emulate LL/SC using cmpxchg helpersRichard Henderson1-49/+0
2016-10-26linux-user: remove handling of aarch64's EXCP_STREXEmilio G. Cota1-125/+0
2016-10-26linux-user: remove handling of ARM's EXCP_STREXEmilio G. Cota1-93/+0
2016-10-26linux-user: enable parallel code generation on cloneAlex Bennée1-0/+8
2016-10-26tcg: Add EXCP_ATOMICRichard Henderson1-0/+45
2016-10-24target-arm: Implement new HLT trap for semihostingPeter Maydell1-0/+3
2016-10-24Put the copyright information on a separate lineThomas Huth1-1/+1
2016-10-21linux-user: added support for pwritev() system call.Dejan Jovicevic1-0/+15
2016-10-21linux-user: added support for preadv() system call.Dejan Jovicevic1-0/+15
2016-10-21linux-user: Fix fadvise64() syscall support for Mips32Aleksandar Markovic1-1/+1
2016-10-21linux-user: Redirect termbits.h for Mips64 to termbits.h for Mips32Aleksandar Markovic1-244/+1
2016-10-21linux-user: Update ioctls definitions for Mips32Aleksandar Markovic1-0/+12
2016-10-21linux-user: Update mips_syscall_args[] array in main.cAleksandar Markovic1-2/+22
2016-10-21linux-user: Add support for syncfs() syscallAleksandar Markovic2-1/+6
2016-10-21linux-user: Add support for clock_adjtime() syscallAleksandar Markovic3-0/+97
2016-10-21linux-user: Fix definition of target_sigevent for 32-bit guestsPeter Maydell1-6/+10
2016-10-21linux-user: use libc wrapper instead of direct mremap syscallFelix Janda1-10/+4
2016-10-21linux-user: Don't use alloca() for epoll_wait's epoll event arrayPeter Maydell1-4/+13
2016-10-21linux-user: add RTA_PRIORITY in netlinkLaurent Vivier1-0/+1
2016-10-21linux-user: add kcmp() syscallLaurent Vivier1-0/+10
2016-10-21linux-user: sparc64: Use correct target SHMLBA in shmat()Peter Maydell1-0/+7
2016-10-21linux-user: Remove a duplicate item from strace.listAleksandar Markovic1-3/+0
2016-10-21linux-user: Fix syslog() syscall supportAleksandar Markovic4-7/+142
2016-10-21linux-user: Fix socketcall() syscall supportAleksandar Markovic3-95/+105
2016-10-21linux-user: Fix msgrcv() and msgsnd() syscalls supportAleksandar Markovic1-0/+3
2016-10-21linux-user: Fix mq_open() syscall supportAleksandar Markovic1-7/+9
2016-10-21linux-user: Add support for adjtimex() syscallAleksandar Markovic4-2/+162
2016-10-12trace: provide mechanism for registering trace eventsDaniel P. Berrange1-0/+1
2016-10-10Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell1-1/+1
2016-10-08linux-user: include <poll.h> instead of <sys/poll.h>Felix Janda1-1/+1
2016-10-04linux-user/syscall: extend lock around cpu-listAlex Bennée1-1/+6
2016-09-29Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell1-1/+0
2016-09-28trace: Properly initialize dynamic event states in hot-plugged vCPUsLluís Vilanova1-1/+0
2016-09-27cpus-common: move exclusive work infrastructure from linux-userPaolo Bonzini1-87/+0
2016-09-27cpus-common: move CPU work item management to common codeSergey Fedorov1-0/+25
2016-09-27cpus-common: move CPU list management to common codePaolo Bonzini1-13/+4
2016-09-27linux-user: Add qemu_cpu_is_self() and qemu_cpu_kick()Sergey Fedorov1-0/+10
2016-09-27linux-user: Use QemuMutex and QemuCondSergey Fedorov1-23/+32
2016-09-23Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160923' into stagingPeter Maydell6-2/+147
2016-09-23linux-user: Add missing Mips syscalls items in strace.listAleksandar Markovic1-0/+114
2016-09-23linux-user: Add missing TARGET_EDQUOT error code for MipsAleksandar Markovic3-0/+5
2016-09-23linux-user: Fix certain argument alignment cases for Mips64Aleksandar Markovic1-1/+1
2016-09-23linux-user: Fix structure target_semid64_ds definition for MipsAleksandar Markovic1-0/+16
2016-09-23linux-user: Fix structure target_flock definition for MipsAleksandar Markovic1-0/+6
2016-09-23linux-user: Fix TARGET_F_GETOWN definition for MipsAleksandar Markovic1-1/+1