aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2014-06-09target-arm: A64: Implement two-register SHA instructionsPeter Maydell
2014-06-09target-arm: A64: Implement AES instructionsPeter Maydell
2014-06-09target-arm: A64: Implement CRC instructionsPeter Maydell
2014-06-09target-arm: A64: Use PMULL feature bit for PMULLPeter Maydell
2014-06-09target-arm: add support for v8 VMULL.P64 instructionPeter Maydell
2014-06-09target-arm: add support for v8 SHA1 and SHA256 instructionsArd Biesheuvel
2014-06-05Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into stagingPeter Maydell
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini
2014-05-21target-i386: fix segment flags for SMM and VM86 modePaolo Bonzini
2014-05-13target-i386: the x86 CPL is stored in CS.selector - auto update hflags accord...Kevin O'Connor
2014-05-05linux-user: fix getrusage and wait4 failures with invalid rusage structPetar Jovanovic
2014-05-02linux-user/elfload.c: Support ARM HWCAP2 flagsPeter Maydell
2014-05-02linux-user/elfload.c: Fix A64 code which was incorrectly acting like A32Peter Maydell
2014-05-02linux-user/elfload.c: Update ARM HWCAP bitsPeter Maydell
2014-05-02linux-user/elfload.c: Fix incorrect ARM HWCAP bitsPeter Maydell
2014-05-02linux-user: remove configure option for setting uname releaseRiku Voipio
2014-05-02linux-user: move uname functions to uname.cRiku Voipio
2014-05-02linux-user: rename cpu-uname -> unameRiku Voipio
2014-05-02linux-user/signal.c: Set fault address in AArch64 signal infoPeter Maydell
2014-05-02linux-user: avoid using glibc internals in _syscall5 and in definition of tar...Natanael Copa
2014-05-02linux-user: Handle arches with llseek instead of _llseekJames Hogan
2014-05-02linux-user: Add support for SCM_CREDENTIALS.Huw Davies
2014-05-02linux-user: Move if-elses to a switch statement.Huw Davies
2014-05-02linux-user: Assert stack used for auxvec, envp, argvJames Hogan
2014-05-02linux-user: Add /proc/self/exe open forwardingMaxim Ostapenko
2014-04-17target-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