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: 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
*
linux-user: Sanity check clone flags
Peter Maydell
2016-09-21
1
-3
/
+63
*
linux-user: Remove unnecessary nptl_flags variable from do_fork()
Peter Maydell
2016-09-21
1
-9
/
+7
*
linux-user: Implement force_sigsegv() via force_sig()
Peter Maydell
2016-09-21
1
-15
/
+2
*
linux-user: SIGSEGV from sigreturn need not be fatal
Peter Maydell
2016-09-21
1
-27
/
+54
*
linux-user: ARM: Give SIGSEGV if signal frame setup fails
Peter Maydell
2016-09-21
1
-6
/
+17
*
linux-user: SIGSEGV on signal entry need not be fatal
Peter Maydell
2016-09-21
1
-38
/
+49
*
linux-user: Pass si_type information to queue_signal() explicitly
Peter Maydell
2016-09-21
4
-72
/
+71
*
linux-user: Recheck for pending synchronous signals too
Peter Maydell
2016-09-21
1
-2
/
+5
*
linux-user: ppc64: set MSR_CM bit for BookE 2.06 MMU
Michael Walle
2016-09-21
1
-2
/
+3
*
linux-user: Use correct target SHMLBA in shmat()
Peter Maydell
2016-09-21
6
-6
/
+83
*
linux-user: Use glib malloc functions in load_symbols()
Peter Maydell
2016-09-21
1
-7
/
+7
*
linux-user: Check dump_write() return in elf_core_dump()
Peter Maydell
2016-09-21
1
-1
/
+3
*
linux-user: Fix error handling in flatload.c target_pread()
Peter Maydell
2016-09-21
1
-0
/
+6
*
linux-user: Fix incorrect use of host errno in do_ioctl_dm()
Peter Maydell
2016-09-21
1
-1
/
+1
*
linux-user: Check lock_user() return value for NULL
Peter Maydell
2016-09-21
1
-0
/
+9
*
linux-user: Pass missing MAP_ANONYMOUS to target_mmap() call
Peter Maydell
2016-09-21
1
-1
/
+1
*
linux-user: report signals being taken in strace output
Peter Maydell
2016-09-21
3
-0
/
+120
*
linux-user: Range check the nfds argument to ppoll syscall
Peter Maydell
2016-09-21
1
-0
/
+5
*
linux-user: Check for bad event numbers in epoll_wait
Peter Maydell
2016-09-21
2
-0
/
+8
*
linux-user: Use direct syscall for utimensat
Peter Maydell
2016-09-21
1
-10
/
+1
*
linux-user: Implement FS_IOC_GETFLAGS and FS_IOC_SETFLAGS ioctls
Peter Maydell
2016-09-21
2
-0
/
+9
*
linux-user: Allow bad msg_name for recvfrom on connected socket
Peter Maydell
2016-09-21
1
-2
/
+9
*
linux-user: Fix errno for sendrecvmsg with large iovec length
Peter Maydell
2016-09-21
1
-0
/
+9
*
linux-user: Fix handling of iovec counts
Peter Maydell
2016-09-21
1
-4
/
+4
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2016-09-15
1
-5
/
+2
|
\
|
*
linux-user: complete omission of removing uses of strdup
Wei Jiangang
2016-09-14
1
-5
/
+2
*
|
linux-user/qemu.h: change malloc to g_malloc, free to g_free
Md Haris Iqbal
2016-09-15
1
-2
/
+2
*
|
linux-user,s390x: remove useless cast
Laurent Vivier
2016-09-15
1
-1
/
+1
*
|
Remove remainders of HPPA backend
Thomas Huth
2016-09-15
1
-2
/
+2
*
|
linux-user, trivial: display "0x%x" instead of "0x%d"
Laurent Vivier
2016-09-13
1
-1
/
+1
|
/
*
ppc: Stop dumping state on all exceptions in linux-user
Benjamin Herrenschmidt
2016-09-07
1
-12
/
+0
*
ppc: Fix catching some segfaults in user mode
Benjamin Herrenschmidt
2016-09-07
1
-0
/
+1
*
ppc: Make tlb_fill() use new exception helper
Benjamin Herrenschmidt
2016-09-07
1
-6
/
+6
*
syscall.c: Redefine IFLA_* enums
Michal Privoznik
2016-08-19
1
-109
/
+264
*
Revert "syscall.c: Fix build with older linux-headers"
Michal Privoznik
2016-08-19
1
-86
/
+0
*
linux-user: Fix llseek with high bit of offset_low set
Peter Maydell
2016-08-16
1
-1
/
+1
*
syscall.c: Fix build with older linux-headers
Michal Privoznik
2016-08-16
1
-0
/
+86
*
trace-events: fix first line comment in trace-events
Laurent Vivier
2016-08-12
1
-1
/
+1
*
Update ancient copyright string in -version output
Peter Maydell
2016-08-11
1
-1
/
+1
*
linux-user: Handle brk() attempts with very large sizes
Peter Maydell
2016-08-04
1
-1
/
+1
*
linux-user: Fix target_semid_ds structure definition
Peter Maydell
2016-08-04
2
-7
/
+25
*
linux-user: Don't write off end of new_utsname buffer
Peter Maydell
2016-08-04
1
-3
/
+5
*
linux-user: Fix memchr() argument in open_self_cmdline()
Peter Maydell
2016-08-04
1
-1
/
+1
*
exec: Reduce CONFIG_USER_ONLY ifdeffenery
Igor Mammedov
2016-07-26
1
-2
/
+0
*
linux-user: AArch64 has sync_file_range, not sync_file_range2
Peter Maydell
2016-07-19
1
-2
/
+1
*
linux-user: Fix type for SIOCATMARK ioctl
Peter Maydell
2016-07-19
1
-1
/
+1
*
linux-user: define missing sparc syscalls
Laurent Vivier
2016-07-19
1
-0
/
+3
*
linux-user: Fix terminal control ioctls
Timothy Pearson
2016-07-19
1
-6
/
+6
[next]