summaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2014-06-09target-arm: A64: Implement two-register SHA instructionsPeter Maydell1-0/+2
2014-06-09target-arm: A64: Implement AES instructionsPeter Maydell1-0/+1
2014-06-09target-arm: A64: Implement CRC instructionsPeter Maydell1-0/+1
2014-06-09target-arm: A64: Use PMULL feature bit for PMULLPeter Maydell1-1/+1
2014-06-09target-arm: add support for v8 VMULL.P64 instructionPeter Maydell1-0/+1
2014-06-09target-arm: add support for v8 SHA1 and SHA256 instructionsArd Biesheuvel1-0/+2
2014-06-05Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into stagingPeter Maydell1-0/+1
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini1-0/+1
2014-05-21target-i386: fix segment flags for SMM and VM86 modePaolo Bonzini1-1/+1
2014-05-13target-i386: the x86 CPL is stored in CS.selector - auto update hflags accord...Kevin O'Connor1-2/+0
2014-05-05linux-user: fix getrusage and wait4 failures with invalid rusage structPetar Jovanovic1-3/+8
2014-05-02linux-user/elfload.c: Support ARM HWCAP2 flagsPeter Maydell1-1/+29
2014-05-02linux-user/elfload.c: Fix A64 code which was incorrectly acting like A32Peter Maydell1-13/+73
2014-05-02linux-user/elfload.c: Update ARM HWCAP bitsPeter Maydell1-2/+20
2014-05-02linux-user/elfload.c: Fix incorrect ARM HWCAP bitsPeter Maydell1-4/+5
2014-05-02linux-user: remove configure option for setting uname releaseRiku Voipio2-3/+1
2014-05-02linux-user: move uname functions to uname.cRiku Voipio3-102/+110
2014-05-02linux-user: rename cpu-uname -> unameRiku Voipio4-3/+3
2014-05-02linux-user/signal.c: Set fault address in AArch64 signal infoPeter Maydell1-2/+1
2014-05-02linux-user: avoid using glibc internals in _syscall5 and in definition of tar...Natanael Copa2-2/+16
2014-05-02linux-user: Handle arches with llseek instead of _llseekJames Hogan1-0/+5
2014-05-02linux-user: Add support for SCM_CREDENTIALS.Huw Davies1-0/+11
2014-05-02linux-user: Move if-elses to a switch statement.Huw Davies1-18/+33
2014-05-02linux-user: Assert stack used for auxvec, envp, argvJames Hogan1-0/+2
2014-05-02linux-user: Add /proc/self/exe open forwardingMaxim Ostapenko1-0/+5
2014-04-17target-arm: Define exception record for AArch64 exceptionsPeter Maydell1-32/+24
2014-04-01linux-user: pass correct host flags to accept4()Petar Jovanovic1-2/+5
2014-03-27linux-user: remove duplicate statementPrasad Joshi1-2/+0
2014-03-26linux-user: Correct DLINFO_ITEMSJames Hogan1-1/+1
2014-03-19linux-user: Fix build if headers don't define _LINUX_CAPABILITY_VERSION_1Peter Maydell1-1/+1
2014-03-17linux-user: Implement capget, capsetPeter Maydell2-2/+84
2014-03-17linux-user: Don't allow guest to block SIGSEGVPeter Maydell2-1/+62
2014-03-17signal: added a wrapper for sigprocmask functionAlex Barcelo3-31/+42
2014-03-17linux-user: Don't reserve space for commpage for AArch64Peter Maydell1-1/+4
2014-03-17linux-user: implement F_[GS]ETOWN_EXAndreas Schwab2-0/+43
2014-03-17linux-user: Don't return uninitialized value for atomic_barrier syscallPeter Maydell1-0/+1
2014-03-17linux-user/signal.c: Correct error path for AArch64 do_rt_sigreturnPeter Maydell1-1/+1
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