1743 Commits (7ef25cdd6cee4fa468d6cb913fa064a6689faf7d)

Author SHA1 Message Date
Peter Maydell 19a6e31c9d target-arm: Implement new HLT trap for semihosting 10 years ago
Thomas Huth 0781dd6e79 Put the copyright information on a separate line 10 years ago
Dejan Jovicevic f8d00fba27 linux-user: added support for pwritev() system call. 10 years ago
Dejan Jovicevic 0f26386c27 linux-user: added support for preadv() system call. 10 years ago
Aleksandar Markovic 2f2bd444be linux-user: Fix fadvise64() syscall support for Mips32 10 years ago
Aleksandar Markovic 6e8b33d89d linux-user: Redirect termbits.h for Mips64 to termbits.h for Mips32 10 years ago
Aleksandar Markovic af83b52e03 linux-user: Update ioctls definitions for Mips32 10 years ago
Aleksandar Markovic 2e6eeb6742 linux-user: Update mips_syscall_args[] array in main.c 10 years ago
Aleksandar Markovic 5a03cd009a linux-user: Add support for syncfs() syscall 10 years ago
Aleksandar Markovic 38860a0343 linux-user: Add support for clock_adjtime() syscall 10 years ago
Peter Maydell 17351c3f11 linux-user: Fix definition of target_sigevent for 32-bit guests 10 years ago
Felix Janda 52956a9b46 linux-user: use libc wrapper instead of direct mremap syscall 10 years ago
Peter Maydell 04c95f4da7 linux-user: Don't use alloca() for epoll_wait's epoll event array 10 years ago
Laurent Vivier 434f286bbc linux-user: add RTA_PRIORITY in netlink 10 years ago
Laurent Vivier 2f14788c54 linux-user: add kcmp() syscall 10 years ago
Peter Maydell a7c65cbfe7 linux-user: sparc64: Use correct target SHMLBA in shmat() 10 years ago
Aleksandar Markovic e21d6957f3 linux-user: Remove a duplicate item from strace.list 10 years ago
Aleksandar Markovic da2c8ad7a5 linux-user: Fix syslog() syscall support 10 years ago
Aleksandar Markovic ff71a4545c linux-user: Fix socketcall() syscall support 10 years ago
Aleksandar Markovic da39db63e4 linux-user: Fix msgrcv() and msgsnd() syscalls support 10 years ago
Aleksandar Markovic c7536ab679 linux-user: Fix mq_open() syscall support 10 years ago
Aleksandar Markovic 19f59bcef9 linux-user: Add support for adjtimex() syscall 10 years ago
Daniel P. Berrange fe4db84d49 trace: provide mechanism for registering trace events 10 years ago
Felix Janda 0839f11cda linux-user: include <poll.h> instead of <sys/poll.h> 10 years ago
Alex Bennée dd1f63493a linux-user/syscall: extend lock around cpu-list 10 years ago
Lluís Vilanova 2bfe11c8fa trace: Properly initialize dynamic event states in hot-plugged vCPUs 10 years ago
Paolo Bonzini ab129972c8 cpus-common: move exclusive work infrastructure from linux-user 10 years ago
Sergey Fedorov d148d90ee8 cpus-common: move CPU work item management to common code 10 years ago
Paolo Bonzini 267f685b8b cpus-common: move CPU list management to common code 10 years ago
Sergey Fedorov 178f94297a linux-user: Add qemu_cpu_is_self() and qemu_cpu_kick() 10 years ago
Sergey Fedorov 959f593c0e linux-user: Use QemuMutex and QemuCond 10 years ago
Aleksandar Markovic fea55615b2 linux-user: Add missing Mips syscalls items in strace.list 10 years ago
Aleksandar Markovic 0444a3b793 linux-user: Add missing TARGET_EDQUOT error code for Mips 10 years ago
Aleksandar Markovic d7779acb30 linux-user: Fix certain argument alignment cases for Mips64 10 years ago
Aleksandar Markovic 2ef4186964 linux-user: Fix structure target_semid64_ds definition for Mips 10 years ago
Aleksandar Markovic 8a8001b147 linux-user: Fix structure target_flock definition for Mips 10 years ago
Aleksandar Markovic 3a87a954c8 linux-user: Fix TARGET_F_GETOWN definition for Mips 10 years ago
Aleksandar Markovic e1be160691 linux-user: Fix TARGET_SIOCATMARK definition for Mips 10 years ago
Michael Walle 58eb53083c linux-user: ppc64: fix ARCH_206 bit in AT_HWCAP 10 years ago
Benjamin Herrenschmidt 95cda4c44e ppc: Fix signal delivery in ppc-user and ppc64-user 10 years ago
Laurent Vivier 5457dc9e37 linux-user: fix TARGET_NR_select 10 years ago
Timothy E Baldwin 45eafb4d32 linux-user: Fix incorrect offset of tuc_stack in ARM do_sigframe_return_v2 10 years ago
Peter Maydell 5ea2fc84da linux-user: Sanity check clone flags 10 years ago
Peter Maydell 7cfbd386b9 linux-user: Remove unnecessary nptl_flags variable from do_fork() 10 years ago
Peter Maydell c4b3574402 linux-user: Implement force_sigsegv() via force_sig() 10 years ago
Peter Maydell c599d4d6d6 linux-user: SIGSEGV from sigreturn need not be fatal 10 years ago
Peter Maydell 28298c912e linux-user: ARM: Give SIGSEGV if signal frame setup fails 10 years ago
Peter Maydell 0939166997 linux-user: SIGSEGV on signal entry need not be fatal 10 years ago
Peter Maydell 9d2803f720 linux-user: Pass si_type information to queue_signal() explicitly 10 years ago
Peter Maydell 8bd3773cce linux-user: Recheck for pending synchronous signals too 10 years ago