index
:
spice/qemu
chardev-flowcontrol
kvm
master
patchrom
pulse
qemu-kvm-0.14.0-spice
qxl
rebase/spice-next
spice-patches
spice.v32.kvm
spice.v32.kvm.ccid.v23
spice.v50
stable-0.14
usb-patches
usb_ccid.v7
usb_ccid.v7.wip
usbredir
Qemu (mirrored from https://gitlab.freedesktop.org/spice/qemu)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-15
linux-user: use TARGET_SA_ONSTACK in get_sigframe
Riku Voipio
1
-3
/
+4
2014-07-15
alloca one extra byte sockets
Joakim Tjernlund
1
-3
/
+3
2014-07-15
linux-user: handle AF_PACKET sockaddrs in target_to_host_sockaddr
Joakim Tjernlund
2
-0
/
+17
2014-07-15
qemu-user: Impl. setsockopt(SO_BINDTODEVICE)
Joakim Tjernlund
1
-0
/
+19
2014-07-15
SIOCGIFINDEX: fix typo
Joakim Tjernlund
1
-1
/
+1
2014-07-08
target-ppc: Change default cpu for ppc64le-linux-user
Richard Henderson
1
-4
/
+4
2014-06-29
Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into staging
Peter Maydell
5
-27
/
+207
2014-06-29
linux-user: support the SIOCGIFINDEX ioctl
Paul Burton
2
-0
/
+2
2014-06-29
linux-user: support the KDSIGACCEPT ioctl
Paul Burton
3
-0
/
+9
2014-06-29
linux-user: allow NULL tv argument for settimeofday
Paul Burton
1
-4
/
+8
2014-06-29
linux-user: respect timezone for settimeofday
Paul Burton
2
-1
/
+33
2014-06-29
linux-user: fix struct target_epoll_event layout for MIPS
Paul Burton
1
-1
/
+1
2014-06-29
linux-user: support strace of epoll_create1
Paul Burton
1
-0
/
+3
2014-06-29
linux-user: allow NULL arguments to mount
Paul Burton
1
-22
/
+53
2014-06-29
linux-user: support SO_PASSSEC setsockopt option
Paul Burton
2
-0
/
+8
2014-06-29
linux-user: support SO_{SND, RCV}BUFFORCE setsockopt options
Paul Burton
1
-0
/
+6
2014-06-29
linux-user: support SO_ACCEPTCONN getsockopt option
Paul Burton
1
-0
/
+3
2014-06-29
linux-user: translate the result of getsockopt SO_TYPE
Paul Burton
1
-0
/
+34
2014-06-29
linux-user: added fake open() for /proc/self/cmdline
Wim Vander Schelden
1
-0
/
+46
2014-06-29
Add support for MAP_NORESERVE mmap flag.
Christophe Lyon
1
-0
/
+2
2014-06-27
linux-user: Support HWCAP2 in PowerPC
Tom Musta
1
-0
/
+31
2014-06-27
linux-user: Identify Addition Hardware Capabilities for PowerPC
Tom Musta
1
-0
/
+8
2014-06-27
linux-user: Correct AUXV Cache Line Sizes for PowerPC
Tom Musta
1
-2
/
+3
2014-06-24
Add support for the arm breakpoint syscall
Hunter Laux
2
-0
/
+5
2014-06-23
tcg-ppc: Merge cache-utils into the backend
Richard Henderson
1
-3
/
+0
2014-06-23
qemu/osdep: Remove the need for qemu_init_auxval
Richard Henderson
1
-1
/
+0
2014-06-18
target-mips: implement UserLocal Register
Petar Jovanovic
2
-2
/
+2
2014-06-17
User mode support for Linux ELF files with no section header
Craig Heffner
1
-1
/
+0
2014-06-17
linux-user: Return correct errno for unsupported netlink socket
Ed Swierk
1
-1
/
+1
2014-06-17
linux-user: Don't overrun guest buffer in sched_getaffinity
Peter Maydell
1
-0
/
+16
2014-06-17
linux-user/uname: Return correct uname string for x86_64
Peter Maydell
1
-3
/
+1
2014-06-17
linux-user: fix gcc-4.9 compiler error on __{get,put]}_user
Riku Voipio
1
-6
/
+6
2014-06-17
signal/ppc/do_setcontext remove __get_user return check
Riku Voipio
1
-2
/
+1
2014-06-17
signal/sparc64_set_context: remove __get_user checks
Riku Voipio
1
-9
/
+3
2014-06-17
signal/ppc/{save,restore}_user_regs remove __put/get error checks
Riku Voipio
1
-85
/
+41
2014-06-17
signal/all/setup_frame remove __put_user checks
Riku Voipio
1
-72
/
+25
2014-06-17
signal/all/do_sigreturn - remove __get_user checks
Riku Voipio
1
-41
/
+18
2014-06-17
signal/all/do_sigaltstack remove __get_user value check
Riku Voipio
1
-4
/
+5
2014-06-17
signal/sparc/restore_fpu_state: remove
Riku Voipio
1
-37
/
+0
2014-06-17
signal/all: remove return value from restore_sigcontext
Riku Voipio
1
-31
/
+12
2014-06-17
signal/all: remove return value from setup_sigcontext
Riku Voipio
1
-44
/
+21
2014-06-17
signal/all: remove return value from copy_siginfo_to_user
Riku Voipio
1
-19
/
+9
2014-06-17
signal/x86/setup_frame: __put_user cleanup
Riku Voipio
1
-12
/
+4
2014-06-17
signal/all: remove __get/__put_user return value reading
Riku Voipio
1
-370
/
+364
2014-06-16
linux-user: Tell guest about big host page sizes
Alexander Graf
1
-1
/
+1
2014-06-16
target-ppc: Store Quadword Conditional Drops Size Bit
Tom Musta
1
-1
/
+1
2014-06-16
target-ppc: Confirm That .bss Pages Are Valid
Tom Musta
1
-3
/
+4
2014-06-16
target-ppc: Allow little-endian user mode.
Doug Kwan
1
-1
/
+7
2014-06-16
target-ppc: Support little-endian PPC64 in user mode.
Doug Kwan
2
-2
/
+19
2014-06-09
target-arm: A64: Implement two-register SHA instructions
Peter Maydell
1
-0
/
+2
[next]