aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2014-04-15target-arm: Define exception record for AArch64 exceptionsPeter Maydell
2014-04-01linux-user: pass correct host flags to accept4()Petar Jovanovic
2014-03-27linux-user: remove duplicate statementPrasad Joshi
2014-03-26linux-user: Correct DLINFO_ITEMSJames Hogan
2014-03-19linux-user: Fix build if headers don't define _LINUX_CAPABILITY_VERSION_1Peter Maydell
2014-03-17linux-user: Implement capget, capsetPeter Maydell
2014-03-17linux-user: Don't allow guest to block SIGSEGVPeter Maydell
2014-03-17signal: added a wrapper for sigprocmask functionAlex Barcelo
2014-03-17linux-user: Don't reserve space for commpage for AArch64Peter Maydell
2014-03-17linux-user: implement F_[GS]ETOWN_EXAndreas Schwab
2014-03-17linux-user: Don't return uninitialized value for atomic_barrier syscallPeter Maydell
2014-03-17linux-user/signal.c: Correct error path for AArch64 do_rt_sigreturnPeter Maydell
2014-03-13exec: Change cpu_abort() argument to CPUStateAndreas Färber
2014-03-13exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber
2014-03-13exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber
2014-03-13cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Move watchpoint fields from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Move opaque field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber
2014-03-10Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into stagingPeter Maydell
2014-03-10linux-user: set minimum kernel version to 2.6.32Riku Voipio
2014-03-05target-ppc: Add Store Quadword ConditionalTom Musta
2014-03-03linux-user: correct handling of break exception for MIPSPetar Jovanovic
2014-03-03linux-user: translate signal number on return from sigtimedwaitPetar Jovanovic
2014-03-03linux-user: Implement sendmmsg syscallAlexander Graf
2014-03-03linux-user: Fix getresuid, getresgid if !USE_UID16Peter Maydell
2014-03-03linux-user: Don't use UID16 on AArch64Andreas Schwab
2014-03-03linux-user: AArch64: Implement SA_RESTORER for signal handlersMichael Matz
2014-03-03linux-user/signal.c: Fix AArch64 big-endian FP register restorePeter Maydell
2014-02-21Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140220'...Peter Maydell
2014-02-20linux-user: AArch64: Fix exclusive store of the zero registerpull-target-arm-20140220Janne Grunau
2014-02-19linux-user: Fix error handling in target_to_host_semarray()Peter Maydell
2014-02-19linux-user: Implement BLKPG ioctlAndreas Färber
2014-02-18linux-user: Fix error handling in lock_iovec()Peter Maydell
2014-02-18linux-user/signal.c: Don't pass sigaction uninitialised sa_flagsPeter Maydell
2014-02-18linux-user/elfload.c: Avoid calling g_free() on uninitialized dataPeter Maydell
2014-02-18linux-user: sync syscall numbers upto 3.13Riku Voipio
2014-02-15linux-user: refactor do_socketcall()Michael Tokarev
2014-02-03linux-user: Fix trampoline code for CRISStefan Weil
2014-01-15linux-user: fixed recvfrom() addrlenPavel Zbitskiy
2014-01-15linux-user: fixed getsockopt() optlenPavel Zbitskiy
2014-01-15linux-user: fixed s390x clone() argument orderPavel Zbitskiy
2014-01-10linux-user: Remove regs parameter of load_elf_binary and load_flt_binaryWill Newton
2014-01-10linux-user: Support the accept4 socketcallAndré Hentschel
2014-01-09Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori
2014-01-08linux-user: AArch64: Use correct values for FPSR/FPCR in sigcontextWill Newton
2014-01-08linux-user: AArch64: define TARGET_CLONE_BACKWARDSClaudio Fontana
2014-01-08target-arm: A64: support for ld/st/cl exclusiveMichael Matz
2014-01-08target-arm: Widen exclusive-access support struct fields to 64 bitsPeter Maydell
2014-01-07target-arm: Widen thread-local register state fields to 64 bitsPeter Maydell