summaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2014-03-13exec: Change cpu_abort() argument to CPUStateAndreas Färber2-41/+42
2014-03-13exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber1-1/+1
2014-03-13exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber1-2/+3
2014-03-13cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber1-2/+2
2014-03-13cpu: Move watchpoint fields from CPU_COMMON to CPUStateAndreas Färber1-2/+3
2014-03-13cpu: Move opaque field from CPU_COMMON to CPUStateAndreas Färber7-37/+60
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber1-3/+4
2014-03-10Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into stagingPeter Maydell20-33/+143
2014-03-10linux-user: set minimum kernel version to 2.6.32Riku Voipio16-3/+16
2014-03-05target-ppc: Add Store Quadword ConditionalTom Musta1-1/+17
2014-03-03linux-user: correct handling of break exception for MIPSPetar Jovanovic1-0/+4
2014-03-03linux-user: translate signal number on return from sigtimedwaitPetar Jovanovic1-5/+11
2014-03-03linux-user: Implement sendmmsg syscallAlexander Graf2-10/+80
2014-03-03linux-user: Fix getresuid, getresgid if !USE_UID16Peter Maydell1-6/+12
2014-03-03linux-user: Don't use UID16 on AArch64Andreas Schwab1-1/+2
2014-03-03linux-user: AArch64: Implement SA_RESTORER for signal handlersMichael Matz1-6/+10
2014-03-03linux-user/signal.c: Fix AArch64 big-endian FP register restorePeter Maydell1-2/+8
2014-02-21Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140220'...Peter Maydell1-2/+4
2014-02-20linux-user: AArch64: Fix exclusive store of the zero registerJanne Grunau1-2/+4
2014-02-19linux-user: Fix error handling in target_to_host_semarray()Peter Maydell1-1/+6
2014-02-19linux-user: Implement BLKPG ioctlAndreas Färber4-0/+16
2014-02-18linux-user: Fix error handling in lock_iovec()Peter Maydell1-5/+7
2014-02-18linux-user/signal.c: Don't pass sigaction uninitialised sa_flagsPeter Maydell1-0/+1
2014-02-18linux-user/elfload.c: Avoid calling g_free() on uninitialized dataPeter Maydell1-4/+12
2014-02-18linux-user: sync syscall numbers upto 3.13Riku Voipio15-3/+94
2014-02-15linux-user: refactor do_socketcall()Michael Tokarev1-258/+68
2014-02-03linux-user: Fix trampoline code for CRISStefan Weil1-4/+4
2014-01-15linux-user: fixed recvfrom() addrlenPavel Zbitskiy1-1/+1
2014-01-15linux-user: fixed getsockopt() optlenPavel Zbitskiy1-1/+1
2014-01-15linux-user: fixed s390x clone() argument orderPavel Zbitskiy1-1/+1
2014-01-10linux-user: Remove regs parameter of load_elf_binary and load_flt_binaryWill Newton4-10/+6
2014-01-10linux-user: Support the accept4 socketcallAndré Hentschel2-0/+17
2014-01-09Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori1-4/+4
2014-01-08linux-user: AArch64: Use correct values for FPSR/FPCR in sigcontextWill Newton1-3/+7
2014-01-08linux-user: AArch64: define TARGET_CLONE_BACKWARDSClaudio Fontana1-0/+1
2014-01-08target-arm: A64: support for ld/st/cl exclusiveMichael Matz1-3/+124
2014-01-08target-arm: Widen exclusive-access support struct fields to 64 bitsPeter Maydell1-10/+15
2014-01-07target-arm: Widen thread-local register state fields to 64 bitsPeter Maydell3-3/+6
2013-12-23linux-user: Use macro TARGET_NSIG_WORDS where possibleStefan Weil1-4/+4
2013-12-17target-arm: Clean up handling of AArch64 PSTATEPeter Maydell1-2/+4
2013-12-06Merge remote-tracking branch 'rth/auxv-2' into stagingAnthony Liguori1-27/+8
2013-11-30linux-user: Use qemu_getauxval for AT_EXECFDRichard Henderson1-26/+6
2013-11-30util: Use qemu_getauxval in linux qemu_cache_utils_initRichard Henderson1-1/+1
2013-11-30osdep: Create qemu_getauxval and qemu_init_auxvalRichard Henderson1-0/+1
2013-11-29linux-user: pass correct parameter to do_shmctl()Petar Jovanovic1-1/+1
2013-11-29linux-user: create target_structs header to place ipc_perm and shmid_dsPetar Jovanovic20-48/+963
2013-11-29flatload: fix non-GOT relocationsCorey J. Boyle1-1/+1
2013-11-29linux-user: Implement handling of 5 POSIX timer syscalls.Erik de Castro Lopo1-0/+176
2013-11-29linux-user: Add target struct defs needed for POSIX timer syscalls.Erik de Castro Lopo1-0/+25
2013-11-07linux-user: Fix stat64 syscall for SPARC64Stefan Weil2-3/+17