index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
linux-user
Commit message (
Expand
)
Author
Age
Files
Lines
*
target-alpha: Emulate LL/SC using cmpxchg helpers
Richard Henderson
2016-10-26
1
-49
/
+0
*
linux-user: remove handling of aarch64's EXCP_STREX
Emilio G. Cota
2016-10-26
1
-125
/
+0
*
linux-user: remove handling of ARM's EXCP_STREX
Emilio G. Cota
2016-10-26
1
-93
/
+0
*
linux-user: enable parallel code generation on clone
Alex Bennée
2016-10-26
1
-0
/
+8
*
tcg: Add EXCP_ATOMIC
Richard Henderson
2016-10-26
1
-0
/
+45
*
target-arm: Implement new HLT trap for semihosting
Peter Maydell
2016-10-24
1
-0
/
+3
*
Put the copyright information on a separate line
Thomas Huth
2016-10-24
1
-1
/
+1
*
linux-user: added support for pwritev() system call.
Dejan Jovicevic
2016-10-21
1
-0
/
+15
*
linux-user: added support for preadv() system call.
Dejan Jovicevic
2016-10-21
1
-0
/
+15
*
linux-user: Fix fadvise64() syscall support for Mips32
Aleksandar Markovic
2016-10-21
1
-1
/
+1
*
linux-user: Redirect termbits.h for Mips64 to termbits.h for Mips32
Aleksandar Markovic
2016-10-21
1
-244
/
+1
*
linux-user: Update ioctls definitions for Mips32
Aleksandar Markovic
2016-10-21
1
-0
/
+12
*
linux-user: Update mips_syscall_args[] array in main.c
Aleksandar Markovic
2016-10-21
1
-2
/
+22
*
linux-user: Add support for syncfs() syscall
Aleksandar Markovic
2016-10-21
2
-1
/
+6
*
linux-user: Add support for clock_adjtime() syscall
Aleksandar Markovic
2016-10-21
3
-0
/
+97
*
linux-user: Fix definition of target_sigevent for 32-bit guests
Peter Maydell
2016-10-21
1
-6
/
+10
*
linux-user: use libc wrapper instead of direct mremap syscall
Felix Janda
2016-10-21
1
-10
/
+4
*
linux-user: Don't use alloca() for epoll_wait's epoll event array
Peter Maydell
2016-10-21
1
-4
/
+13
*
linux-user: add RTA_PRIORITY in netlink
Laurent Vivier
2016-10-21
1
-0
/
+1
*
linux-user: add kcmp() syscall
Laurent Vivier
2016-10-21
1
-0
/
+10
*
linux-user: sparc64: Use correct target SHMLBA in shmat()
Peter Maydell
2016-10-21
1
-0
/
+7
*
linux-user: Remove a duplicate item from strace.list
Aleksandar Markovic
2016-10-21
1
-3
/
+0
*
linux-user: Fix syslog() syscall support
Aleksandar Markovic
2016-10-21
4
-7
/
+142
*
linux-user: Fix socketcall() syscall support
Aleksandar Markovic
2016-10-21
3
-95
/
+105
*
linux-user: Fix msgrcv() and msgsnd() syscalls support
Aleksandar Markovic
2016-10-21
1
-0
/
+3
*
linux-user: Fix mq_open() syscall support
Aleksandar Markovic
2016-10-21
1
-7
/
+9
*
linux-user: Add support for adjtimex() syscall
Aleksandar Markovic
2016-10-21
4
-2
/
+162
*
trace: provide mechanism for registering trace events
Daniel P. Berrange
2016-10-12
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...
Peter Maydell
2016-10-10
1
-1
/
+1
|
\
|
*
linux-user: include <poll.h> instead of <sys/poll.h>
Felix Janda
2016-10-08
1
-1
/
+1
*
|
linux-user/syscall: extend lock around cpu-list
Alex Bennée
2016-10-04
1
-1
/
+6
|
/
*
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
2016-09-29
1
-1
/
+0
|
\
|
*
trace: Properly initialize dynamic event states in hot-plugged vCPUs
Lluís Vilanova
2016-09-28
1
-1
/
+0
*
|
cpus-common: move exclusive work infrastructure from linux-user
Paolo Bonzini
2016-09-27
1
-87
/
+0
*
|
cpus-common: move CPU work item management to common code
Sergey Fedorov
2016-09-27
1
-0
/
+25
*
|
cpus-common: move CPU list management to common code
Paolo Bonzini
2016-09-27
1
-13
/
+4
*
|
linux-user: Add qemu_cpu_is_self() and qemu_cpu_kick()
Sergey Fedorov
2016-09-27
1
-0
/
+10
*
|
linux-user: Use QemuMutex and QemuCond
Sergey Fedorov
2016-09-27
1
-23
/
+32
|
/
*
Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160923' into staging
Peter Maydell
2016-09-23
6
-2
/
+147
|
\
|
*
linux-user: Add missing Mips syscalls items in strace.list
Aleksandar Markovic
2016-09-23
1
-0
/
+114
|
*
linux-user: Add missing TARGET_EDQUOT error code for Mips
Aleksandar Markovic
2016-09-23
3
-0
/
+5
|
*
linux-user: Fix certain argument alignment cases for Mips64
Aleksandar Markovic
2016-09-23
1
-1
/
+1
|
*
linux-user: Fix structure target_semid64_ds definition for Mips
Aleksandar Markovic
2016-09-23
1
-0
/
+16
|
*
linux-user: Fix structure target_flock definition for Mips
Aleksandar Markovic
2016-09-23
1
-0
/
+6
|
*
linux-user: Fix TARGET_F_GETOWN definition for Mips
Aleksandar Markovic
2016-09-23
1
-1
/
+1
|
*
linux-user: Fix TARGET_SIOCATMARK definition for Mips
Aleksandar Markovic
2016-09-23
1
-0
/
+4
*
|
linux-user: ppc64: fix ARCH_206 bit in AT_HWCAP
Michael Walle
2016-09-23
1
-2
/
+6
*
|
ppc: Fix signal delivery in ppc-user and ppc64-user
Benjamin Herrenschmidt
2016-09-23
3
-38
/
+90
|
/
*
linux-user: fix TARGET_NR_select
Laurent Vivier
2016-09-22
9
-21
/
+39
*
linux-user: Fix incorrect offset of tuc_stack in ARM do_sigframe_return_v2
Timothy E Baldwin
2016-09-21
1
-4
/
+14
[next]