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
*
Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into staging
Peter Maydell
2014-06-29
5
-27
/
+207
|
\
|
*
linux-user: support the SIOCGIFINDEX ioctl
Paul Burton
2014-06-29
2
-0
/
+2
|
*
linux-user: support the KDSIGACCEPT ioctl
Paul Burton
2014-06-29
3
-0
/
+9
|
*
linux-user: allow NULL tv argument for settimeofday
Paul Burton
2014-06-29
1
-4
/
+8
|
*
linux-user: respect timezone for settimeofday
Paul Burton
2014-06-29
2
-1
/
+33
|
*
linux-user: fix struct target_epoll_event layout for MIPS
Paul Burton
2014-06-29
1
-1
/
+1
|
*
linux-user: support strace of epoll_create1
Paul Burton
2014-06-29
1
-0
/
+3
|
*
linux-user: allow NULL arguments to mount
Paul Burton
2014-06-29
1
-22
/
+53
|
*
linux-user: support SO_PASSSEC setsockopt option
Paul Burton
2014-06-29
2
-0
/
+8
|
*
linux-user: support SO_{SND, RCV}BUFFORCE setsockopt options
Paul Burton
2014-06-29
1
-0
/
+6
|
*
linux-user: support SO_ACCEPTCONN getsockopt option
Paul Burton
2014-06-29
1
-0
/
+3
|
*
linux-user: translate the result of getsockopt SO_TYPE
Paul Burton
2014-06-29
1
-0
/
+34
|
*
linux-user: added fake open() for /proc/self/cmdline
Wim Vander Schelden
2014-06-29
1
-0
/
+46
|
*
Add support for MAP_NORESERVE mmap flag.
Christophe Lyon
2014-06-29
1
-0
/
+2
*
|
linux-user: Support HWCAP2 in PowerPC
Tom Musta
2014-06-27
1
-0
/
+31
*
|
linux-user: Identify Addition Hardware Capabilities for PowerPC
Tom Musta
2014-06-27
1
-0
/
+8
*
|
linux-user: Correct AUXV Cache Line Sizes for PowerPC
Tom Musta
2014-06-27
1
-2
/
+3
|
/
*
Add support for the arm breakpoint syscall
Hunter Laux
2014-06-24
2
-0
/
+5
*
tcg-ppc: Merge cache-utils into the backend
Richard Henderson
2014-06-23
1
-3
/
+0
*
qemu/osdep: Remove the need for qemu_init_auxval
Richard Henderson
2014-06-23
1
-1
/
+0
*
target-mips: implement UserLocal Register
Petar Jovanovic
2014-06-18
2
-2
/
+2
*
User mode support for Linux ELF files with no section header
Craig Heffner
2014-06-17
1
-1
/
+0
*
linux-user: Return correct errno for unsupported netlink socket
Ed Swierk
2014-06-17
1
-1
/
+1
*
linux-user: Don't overrun guest buffer in sched_getaffinity
Peter Maydell
2014-06-17
1
-0
/
+16
*
linux-user/uname: Return correct uname string for x86_64
Peter Maydell
2014-06-17
1
-3
/
+1
*
linux-user: fix gcc-4.9 compiler error on __{get,put]}_user
Riku Voipio
2014-06-17
1
-6
/
+6
*
signal/ppc/do_setcontext remove __get_user return check
Riku Voipio
2014-06-17
1
-2
/
+1
*
signal/sparc64_set_context: remove __get_user checks
Riku Voipio
2014-06-17
1
-9
/
+3
*
signal/ppc/{save,restore}_user_regs remove __put/get error checks
Riku Voipio
2014-06-17
1
-85
/
+41
*
signal/all/setup_frame remove __put_user checks
Riku Voipio
2014-06-17
1
-72
/
+25
*
signal/all/do_sigreturn - remove __get_user checks
Riku Voipio
2014-06-17
1
-41
/
+18
*
signal/all/do_sigaltstack remove __get_user value check
Riku Voipio
2014-06-17
1
-4
/
+5
*
signal/sparc/restore_fpu_state: remove
Riku Voipio
2014-06-17
1
-37
/
+0
*
signal/all: remove return value from restore_sigcontext
Riku Voipio
2014-06-17
1
-31
/
+12
*
signal/all: remove return value from setup_sigcontext
Riku Voipio
2014-06-17
1
-44
/
+21
*
signal/all: remove return value from copy_siginfo_to_user
Riku Voipio
2014-06-17
1
-19
/
+9
*
signal/x86/setup_frame: __put_user cleanup
Riku Voipio
2014-06-17
1
-12
/
+4
*
signal/all: remove __get/__put_user return value reading
Riku Voipio
2014-06-17
1
-370
/
+364
*
linux-user: Tell guest about big host page sizes
Alexander Graf
2014-06-16
1
-1
/
+1
*
target-ppc: Store Quadword Conditional Drops Size Bit
Tom Musta
2014-06-16
1
-1
/
+1
*
target-ppc: Confirm That .bss Pages Are Valid
Tom Musta
2014-06-16
1
-3
/
+4
*
target-ppc: Allow little-endian user mode.
Doug Kwan
2014-06-16
1
-1
/
+7
*
target-ppc: Support little-endian PPC64 in user mode.
Doug Kwan
2014-06-16
2
-2
/
+19
*
target-arm: A64: Implement two-register SHA instructions
Peter Maydell
2014-06-09
1
-0
/
+2
*
target-arm: A64: Implement AES instructions
Peter Maydell
2014-06-09
1
-0
/
+1
*
target-arm: A64: Implement CRC instructions
Peter Maydell
2014-06-09
1
-0
/
+1
*
target-arm: A64: Use PMULL feature bit for PMULL
Peter Maydell
2014-06-09
1
-1
/
+1
*
target-arm: add support for v8 VMULL.P64 instruction
Peter Maydell
2014-06-09
1
-0
/
+1
*
target-arm: add support for v8 SHA1 and SHA256 instructions
Ard Biesheuvel
2014-06-09
1
-0
/
+2
*
Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into staging
Peter Maydell
2014-06-05
1
-0
/
+1
|
\
[next]