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
...
*
armv7m: Report no-coprocessor faults correctly
Peter Maydell
2017-01-27
1
-0
/
+1
*
nios2: Add usermode binaries emulation
Marek Vasut
2017-01-24
10
-7
/
+1146
*
linux-user: Add HPPA startup and main loop
Richard Henderson
2017-01-23
2
-0
/
+196
*
linux-user: Add HPPA signal handling
Richard Henderson
2017-01-23
1
-1
/
+190
*
linux-user: Add HPPA target_signal.h and target_cpu.h
Richard Henderson
2017-01-23
2
-0
/
+64
*
linux-user: Add HPPA target_structs.h
Richard Henderson
2017-01-23
1
-0
/
+54
*
linux-user: Add HPPA definitions to syscall_defs.h
Richard Henderson
2017-01-23
1
-1
/
+130
*
linux-user: Add HPPA target_syscall.h
Richard Henderson
2017-01-23
1
-0
/
+237
*
linux-user: Add HPPA termbits.h
Richard Henderson
2017-01-23
1
-0
/
+219
*
linux-user: Add HPPA syscall numbers
Richard Henderson
2017-01-23
1
-0
/
+353
*
linux-user: Add HPPA socket.h definitions
Richard Henderson
2017-01-23
2
-0
/
+99
*
linux-user: Add some hppa ioctls
Helge Deller
2017-01-23
1
-0
/
+15
*
linux-user: Handle ERFKILL and EHWPOISON
Richard Henderson
2017-01-23
5
-0
/
+21
*
linux-user: Add SIOCGPGRP, SIOCGSTAMP, SIOCGSTAMPNS
Helge Deller
2017-01-23
3
-0
/
+13
*
linux-user: Handle TIOCSTART and TIOCSTOP
Helge Deller
2017-01-23
2
-0
/
+11
*
linux-user: Support stack-grows-up in elfload.c
Richard Henderson
2017-01-23
3
-71
/
+180
*
Revert "Remove remainders of HPPA backend"
Richard Henderson
2017-01-23
1
-2
/
+2
*
target-sparc: use SparcV9MMU type for sparc64 I/D-MMUs
Artyom Tarasenko
2017-01-18
1
-1
/
+1
*
target-m68k: add 680x0 divu/divs variants
Laurent Vivier
2016-12-27
1
-0
/
+7
*
linux-user/elfload: ensure mmap_lock() held while setting up
Alex Bennée
2016-10-31
1
-0
/
+4
*
translate-all: add DEBUG_LOCKING asserts
Alex Bennée
2016-10-31
1
-0
/
+5
*
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
|
\
[prev]
[next]