- b545f63 linux-user: use TARGET_SA_ONSTACK in get_sigframe by Riku Voipio · 11 years ago
- 2dd08df alloca one extra byte sockets by Joakim Tjernlund · 11 years ago
- 33a29b5 linux-user: handle AF_PACKET sockaddrs in target_to_host_sockaddr by Joakim Tjernlund · 11 years ago
- 451aaf6 qemu-user: Impl. setsockopt(SO_BINDTODEVICE) by Joakim Tjernlund · 11 years ago
- 27a0782 SIOCGIFINDEX: fix typo by Joakim Tjernlund · 11 years ago
- a74029f target-ppc: Change default cpu for ppc64le-linux-user by Richard Henderson · 11 years ago
- 4f9c5be Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into staging by Peter Maydell · 11 years ago
- f63eb01 linux-user: support the SIOCGIFINDEX ioctl by Paul Burton · 11 years ago
- ca56f5b linux-user: support the KDSIGACCEPT ioctl by Paul Burton · 11 years ago
- b67d803 linux-user: allow NULL tv argument for settimeofday by Paul Burton · 11 years ago
- ef4467e linux-user: respect timezone for settimeofday by Paul Burton · 11 years ago
- fd76783 linux-user: fix struct target_epoll_event layout for MIPS by Paul Burton · 11 years ago
- 0fa82d3 linux-user: support strace of epoll_create1 by Paul Burton · 11 years ago
- 356d771 linux-user: allow NULL arguments to mount by Paul Burton · 11 years ago
- 82d0fe6 linux-user: support SO_PASSSEC setsockopt option by Paul Burton · 11 years ago
- d79b6cc linux-user: support SO_{SND, RCV}BUFFORCE setsockopt options by Paul Burton · 11 years ago
- aec1ca4 linux-user: support SO_ACCEPTCONN getsockopt option by Paul Burton · 11 years ago
- 8289d11 linux-user: translate the result of getsockopt SO_TYPE by Paul Burton · 11 years ago
- 76b9424 linux-user: added fake open() for /proc/self/cmdline by Wim Vander Schelden · 11 years ago
- e8efd8e Add support for MAP_NORESERVE mmap flag. by Christophe Lyon · 11 years ago
- a60438d linux-user: Support HWCAP2 in PowerPC by Tom Musta · 11 years ago
- 0e01974 linux-user: Identify Addition Hardware Capabilities for PowerPC by Tom Musta · 11 years ago
- 623e250 linux-user: Correct AUXV Cache Line Sizes for PowerPC by Tom Musta · 11 years ago
- d535508 Add support for the arm breakpoint syscall by Hunter Laux · 11 years ago
- 224f9fd tcg-ppc: Merge cache-utils into the backend by Richard Henderson · 11 years ago
- 2b45c3f qemu/osdep: Remove the need for qemu_init_auxval by Richard Henderson · 11 years ago
- d279279 target-mips: implement UserLocal Register by Petar Jovanovic · 11 years ago
- d3606f0 User mode support for Linux ELF files with no section header by Craig Heffner · 13 years ago
- 480eda2 linux-user: Return correct errno for unsupported netlink socket by Ed Swierk · 11 years ago
- be3bd28 linux-user: Don't overrun guest buffer in sched_getaffinity by Peter Maydell · 11 years ago
- 4d13be8 linux-user/uname: Return correct uname string for x86_64 by Peter Maydell · 11 years ago
- a42267e linux-user: fix gcc-4.9 compiler error on __{get,put]}_user by Riku Voipio · 11 years ago
- 9e918dc signal/ppc/do_setcontext remove __get_user return check by Riku Voipio · 11 years ago
- be3ef5c signal/sparc64_set_context: remove __get_user checks by Riku Voipio · 11 years ago
- c650c00 signal/ppc/{save,restore}_user_regs remove __put/get error checks by Riku Voipio · 11 years ago
- 0188fad signal/all/setup_frame remove __put_user checks by Riku Voipio · 11 years ago
- f5f601a signal/all/do_sigreturn - remove __get_user checks by Riku Voipio · 11 years ago
- 9eeb830 signal/all/do_sigaltstack remove __get_user value check by Riku Voipio · 11 years ago
- 9454738 signal/sparc/restore_fpu_state: remove by Riku Voipio · 11 years ago
- 016d2e1 signal/all: remove return value from restore_sigcontext by Riku Voipio · 11 years ago
- 41ecc72 signal/all: remove return value from setup_sigcontext by Riku Voipio · 11 years ago
- b0fd8d1 signal/all: remove return value from copy_siginfo_to_user by Riku Voipio · 11 years ago
- 7df2fa3 signal/x86/setup_frame: __put_user cleanup by Riku Voipio · 11 years ago
- 1d8b512 signal/all: remove __get/__put_user return value reading by Riku Voipio · 11 years ago
- a70daba3 linux-user: Tell guest about big host page sizes by Alexander Graf · 11 years ago
- 4b1daa7 target-ppc: Store Quadword Conditional Drops Size Bit by Tom Musta · 11 years ago
- f46e9a0 target-ppc: Confirm That .bss Pages Are Valid by Tom Musta · 11 years ago
- e22c357 target-ppc: Allow little-endian user mode. by Doug Kwan · 11 years ago
- d90b94c target-ppc: Support little-endian PPC64 in user mode. by Doug Kwan · 11 years ago
- f6fe04d target-arm: A64: Implement two-register SHA instructions by Peter Maydell · 11 years ago
- 5acc765 target-arm: A64: Implement AES instructions by Peter Maydell · 11 years ago
- 130f2e7 target-arm: A64: Implement CRC instructions by Peter Maydell · 11 years ago
- 411bdc7 target-arm: A64: Use PMULL feature bit for PMULL by Peter Maydell · 11 years ago
- 4e624ed target-arm: add support for v8 VMULL.P64 instruction by Peter Maydell · 11 years ago
- f1ecb91 target-arm: add support for v8 SHA1 and SHA256 instructions by Ard Biesheuvel · 11 years ago
- 31e25e3 Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into staging by Peter Maydell · 11 years ago
- f08b617 softmmu: introduce cpu_ldst.h by Paolo Bonzini · 11 years ago
- b98dbc9 target-i386: fix segment flags for SMM and VM86 mode by Paolo Bonzini · 11 years ago
- 7848c8d target-i386: the x86 CPL is stored in CS.selector - auto update hflags accordingly. by Kevin O'Connor · 11 years ago
- a39fb27 linux-user: fix getrusage and wait4 failures with invalid rusage struct by Petar Jovanovic · 11 years ago
- ad6919d linux-user/elfload.c: Support ARM HWCAP2 flags by Peter Maydell · 11 years ago
- 24e76ff linux-user/elfload.c: Fix A64 code which was incorrectly acting like A32 by Peter Maydell · 11 years ago
- 2468265 linux-user/elfload.c: Update ARM HWCAP bits by Peter Maydell · 11 years ago
- 43ce393 linux-user/elfload.c: Fix incorrect ARM HWCAP bits by Peter Maydell · 11 years ago
- e586822 linux-user: remove configure option for setting uname release by Riku Voipio · 11 years ago
- 6d30db1 linux-user: move uname functions to uname.c by Riku Voipio · 11 years ago
- 18cb008 linux-user: rename cpu-uname -> uname by Riku Voipio · 11 years ago
- 7af0392 linux-user/signal.c: Set fault address in AArch64 signal info by Peter Maydell · 11 years ago
- 34d6086 linux-user: avoid using glibc internals in _syscall5 and in definition of target_sigevent struct by Natanael Copa · 11 years ago
- a29e5ba linux-user: Handle arches with llseek instead of _llseek by James Hogan · 11 years ago
- 4bc2975 linux-user: Add support for SCM_CREDENTIALS. by Huw Davies · 11 years ago
- 52b6549 linux-user: Move if-elses to a switch statement. by Huw Davies · 11 years ago
- 8c0f0a6 linux-user: Assert stack used for auxvec, envp, argv by James Hogan · 11 years ago
- aa07f5e linux-user: Add /proc/self/exe open forwarding by Maxim Ostapenko · 11 years ago
- abf1172 target-arm: Define exception record for AArch64 exceptions by Peter Maydell · 11 years ago
- d25295d linux-user: pass correct host flags to accept4() by Petar Jovanovic · 11 years ago
- 3768d50 linux-user: remove duplicate statement by Prasad Joshi · 11 years ago
- ad1c7e0 linux-user: Correct DLINFO_ITEMS by James Hogan · 11 years ago
- ec86487 linux-user: Fix build if headers don't define _LINUX_CAPABILITY_VERSION_1 by Peter Maydell · 11 years ago
- e0eb210 linux-user: Implement capget, capset by Peter Maydell · 11 years ago
- a7ec0f9 linux-user: Don't allow guest to block SIGSEGV by Peter Maydell · 11 years ago
- 1c27592 signal: added a wrapper for sigprocmask function by Alex Barcelo · 11 years ago
- 6b1275f linux-user: Don't reserve space for commpage for AArch64 by Peter Maydell · 11 years ago
- 8d5d300 linux-user: implement F_[GS]ETOWN_EX by Andreas Schwab · 11 years ago
- 3b899ea linux-user: Don't return uninitialized value for atomic_barrier syscall by Peter Maydell · 11 years ago
- 7f72cd2 linux-user/signal.c: Correct error path for AArch64 do_rt_sigreturn by Peter Maydell · 11 years ago
- a47dddd exec: Change cpu_abort() argument to CPUState by Andreas Färber · 12 years ago
- b3310ab exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argument by Andreas Färber · 12 years ago
- 75a3403 exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argument by Andreas Färber · 12 years ago
- f0c3c50 cpu: Move breakpoints field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
- ff4700b cpu: Move watchpoint fields from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
- 0429a97 cpu: Move opaque field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
- 2710342 cpu: Move exception_index field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
- 3f15067 Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into staging by Peter Maydell · 11 years ago
- cbc14e6 linux-user: set minimum kernel version to 2.6.32 by Riku Voipio · 11 years ago
- 27b95bf target-ppc: Add Store Quadword Conditional by Tom Musta · 11 years ago
- b51910b linux-user: correct handling of break exception for MIPS by Petar Jovanovic · 11 years ago
- 974a196 linux-user: translate signal number on return from sigtimedwait by Petar Jovanovic · 11 years ago
- f19e00d linux-user: Implement sendmmsg syscall by Alexander Graf · 11 years ago
- 76ca310 linux-user: Fix getresuid, getresgid if !USE_UID16 by Peter Maydell · 11 years ago