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
...
|
*
linux-user: Move handle_pending_signal() to avoid need for declaration
Peter Maydell
2016-06-07
1
-23
/
+21
|
*
linux-user: Factor out handle_signal code from process_pending_signals()
Peter Maydell
2016-06-07
1
-11
/
+18
|
*
linux-user: check if NETLINK_ROUTE is available
Laurent Vivier
2016-06-07
1
-4
/
+14
|
*
linux-user: add netlink audit
Laurent Vivier
2016-06-07
1
-1
/
+59
|
*
linux-user: support netlink protocol NETLINK_KOBJECT_UEVENT
Laurent Vivier
2016-06-07
1
-1
/
+5
|
*
linux-user: add rtnetlink(7) support
Laurent Vivier
2016-06-07
1
-6
/
+575
*
|
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2016-06-08
1
-0
/
+1
|
\
\
|
*
|
Makefile: Derive "PKGVERSION" from "git describe" by default
Fam Zheng
2016-06-07
1
-0
/
+1
|
|
/
*
/
linux-user: Use DIV_ROUND_UP
Laurent Vivier
2016-06-07
1
-2
/
+2
|
/
*
linux-user,target-ppc: fix use of MSR_LE
Laurent Vivier
2016-05-27
1
-3
/
+3
*
linux-user/signal.c: Use s390 target space address instead of host space
Chen Gang
2016-05-27
1
-2
/
+2
*
linux-user/signal.c: Use target address instead of host address for microblaz...
Chen Gang
2016-05-27
1
-1
/
+2
*
linux-user/signal.c: Generate opcode data for restorer in setup_rt_frame
Chen Gang
2016-05-27
1
-2
/
+10
*
linux-user: arm: Remove ARM_cpsr and similar #defines
Peter Maydell
2016-05-27
2
-28
/
+11
*
linux-user: Use direct syscalls for setuid(), etc
Peter Maydell
2016-05-27
1
-12
/
+46
*
linux-user: x86_64: Don't use 16-bit UIDs
Peter Maydell
2016-05-27
1
-1
/
+2
*
linux-user: Use g_try_malloc() in do_msgrcv()
Peter Maydell
2016-05-27
1
-1
/
+5
*
linux-user: Handle msgrcv error case correctly
Peter Maydell
2016-05-27
1
-1
/
+5
*
linux-user: Handle negative values in timespec conversion
Peter Maydell
2016-05-27
1
-4
/
+4
*
linux-user: Use safe_syscall for futex syscall
Peter Maydell
2016-05-27
1
-8
/
+10
*
linux-user: Use safe_syscall for pselect, select syscalls
Peter Maydell
2016-05-27
1
-17
/
+19
*
linux-user: Use safe_syscall for execve syscall
Timothy E Baldwin
2016-05-27
1
-1
/
+12
*
linux-user: Use safe_syscall for wait system calls
Timothy E Baldwin
2016-05-27
1
-3
/
+7
*
linux-user: Use safe_syscall for open and openat system calls
Timothy E Baldwin
2016-05-27
1
-14
/
+4
*
linux-user: Use safe_syscall for read and write system calls
Timothy E Baldwin
2016-05-27
1
-2
/
+5
*
linux-user: Provide safe_syscall for fixing races between signals and syscalls
Timothy E Baldwin
2016-05-27
8
-2
/
+354
*
linux-user: Add debug code to exercise restarting system calls
Timothy E Baldwin
2016-05-27
1
-0
/
+19
*
linux-user: Support for restarting system calls for Microblaze targets
Timothy E Baldwin
2016-05-27
3
-2
/
+8
*
linux-user: Set r14 on exit from microblaze syscall
Peter Maydell
2016-05-27
1
-0
/
+7
*
linux-user: Support for restarting system calls for tilegx targets
Peter Maydell
2016-05-27
3
-9
/
+15
*
linux-user: Support for restarting system calls for CRIS targets
Timothy E Baldwin
2016-05-27
3
-2
/
+7
*
linux-user: Support for restarting system calls for S390 targets
Timothy E Baldwin
2016-05-27
3
-5
/
+12
*
linux-user: Support for restarting system calls for M68K targets
Timothy E Baldwin
2016-05-27
3
-21
/
+24
*
linux-user: Support for restarting system calls for OpenRISC targets
Timothy E Baldwin
2016-05-27
2
-8
/
+15
*
linux-user: Support for restarting system calls for UniCore32 targets
Timothy E Baldwin
2016-05-27
1
-1
/
+6
*
linux-user: Support for restarting system calls for Alpha targets
Timothy E Baldwin
2016-05-27
3
-4
/
+8
*
linux-user: Support for restarting system calls for SH4 targets
Timothy E Baldwin
2016-05-27
3
-11
/
+12
*
linux-user: Support for restarting system calls for SPARC targets
Timothy E Baldwin
2016-05-27
4
-1
/
+6
*
linux-user: Support for restarting system calls for PPC targets
Timothy E Baldwin
2016-05-27
2
-0
/
+5
*
linux-user: Support for restarting system calls for MIPS targets
Timothy E Baldwin
2016-05-27
3
-0
/
+6
*
linux-user: Support for restarting system calls for ARM targets
Timothy E Baldwin
2016-05-27
3
-23
/
+36
*
linux-user: Support for restarting system calls for x86 targets
Timothy E Baldwin
2016-05-27
3
-28
/
+36
*
linux-user: Renumber TARGET_QEMU_ESIGRETURN, make it not arch-specific
Timothy E Baldwin
2016-05-27
4
-10
/
+9
*
linux-user: Define TARGET_ERESTART* errno values
Timothy E Baldwin
2016-05-27
1
-0
/
+8
*
linux-user: Reindent signal handling
Timothy E Baldwin
2016-05-27
1
-752
/
+791
*
linux-user: Consistently return host errnos from do_openat()
Peter Maydell
2016-05-27
1
-4
/
+10
*
linux-user: Check array bounds in errno conversion
Timothy E Baldwin
2016-05-27
1
-2
/
+6
*
cpu: Eliminate cpudef_init(), cpudef_setup()
Eduardo Habkost
2016-05-24
1
-3
/
+0
*
cpu: move exec-all.h inclusion out of cpu.h
Paolo Bonzini
2016-05-19
2
-0
/
+2
*
log: do not use CONFIG_USER_ONLY
Paolo Bonzini
2016-05-19
1
-0
/
+1
[prev]
[next]