summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* target-i386: the x86 CPL is stored in CS.selector - auto update hflags accord...Kevin O'Connor2014-05-131-2/+0
* linux-user: fix getrusage and wait4 failures with invalid rusage structPetar Jovanovic2014-05-051-3/+8
* linux-user/elfload.c: Support ARM HWCAP2 flagsPeter Maydell2014-05-021-1/+29
* linux-user/elfload.c: Fix A64 code which was incorrectly acting like A32Peter Maydell2014-05-021-13/+73
* linux-user/elfload.c: Update ARM HWCAP bitsPeter Maydell2014-05-021-2/+20
* linux-user/elfload.c: Fix incorrect ARM HWCAP bitsPeter Maydell2014-05-021-4/+5
* linux-user: remove configure option for setting uname releaseRiku Voipio2014-05-022-3/+1
* linux-user: move uname functions to uname.cRiku Voipio2014-05-023-102/+110
* linux-user: rename cpu-uname -> unameRiku Voipio2014-05-024-3/+3
* linux-user/signal.c: Set fault address in AArch64 signal infoPeter Maydell2014-05-021-2/+1
* linux-user: avoid using glibc internals in _syscall5 and in definition of tar...Natanael Copa2014-05-022-2/+16
* linux-user: Handle arches with llseek instead of _llseekJames Hogan2014-05-021-0/+5
* linux-user: Add support for SCM_CREDENTIALS.Huw Davies2014-05-021-0/+11
* linux-user: Move if-elses to a switch statement.Huw Davies2014-05-021-18/+33
* linux-user: Assert stack used for auxvec, envp, argvJames Hogan2014-05-021-0/+2
* linux-user: Add /proc/self/exe open forwardingMaxim Ostapenko2014-05-021-0/+5
* target-arm: Define exception record for AArch64 exceptionsPeter Maydell2014-04-171-32/+24
* linux-user: pass correct host flags to accept4()Petar Jovanovic2014-04-011-2/+5
* linux-user: remove duplicate statementPrasad Joshi2014-03-271-2/+0
* linux-user: Correct DLINFO_ITEMSJames Hogan2014-03-261-1/+1
* linux-user: Fix build if headers don't define _LINUX_CAPABILITY_VERSION_1Peter Maydell2014-03-191-1/+1
* linux-user: Implement capget, capsetPeter Maydell2014-03-172-2/+84
* linux-user: Don't allow guest to block SIGSEGVPeter Maydell2014-03-172-1/+62
* signal: added a wrapper for sigprocmask functionAlex Barcelo2014-03-173-31/+42
* linux-user: Don't reserve space for commpage for AArch64Peter Maydell2014-03-171-1/+4
* linux-user: implement F_[GS]ETOWN_EXAndreas Schwab2014-03-172-0/+43
* linux-user: Don't return uninitialized value for atomic_barrier syscallPeter Maydell2014-03-171-0/+1
* linux-user/signal.c: Correct error path for AArch64 do_rt_sigreturnPeter Maydell2014-03-171-1/+1
* exec: Change cpu_abort() argument to CPUStateAndreas Färber2014-03-132-41/+42
* exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber2014-03-131-1/+1
* exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber2014-03-131-2/+3
* cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-2/+2
* cpu: Move watchpoint fields from CPU_COMMON to CPUStateAndreas Färber2014-03-131-2/+3
* cpu: Move opaque field from CPU_COMMON to CPUStateAndreas Färber2014-03-137-37/+60
* cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-3/+4
* Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into stagingPeter Maydell2014-03-1020-33/+143
|\
| * linux-user: set minimum kernel version to 2.6.32Riku Voipio2014-03-1016-3/+16
| * linux-user: correct handling of break exception for MIPSPetar Jovanovic2014-03-031-0/+4
| * linux-user: translate signal number on return from sigtimedwaitPetar Jovanovic2014-03-031-5/+11
| * linux-user: Implement sendmmsg syscallAlexander Graf2014-03-032-10/+80
| * linux-user: Fix getresuid, getresgid if !USE_UID16Peter Maydell2014-03-031-6/+12
| * linux-user: Don't use UID16 on AArch64Andreas Schwab2014-03-031-1/+2
| * linux-user: AArch64: Implement SA_RESTORER for signal handlersMichael Matz2014-03-031-6/+10
| * linux-user/signal.c: Fix AArch64 big-endian FP register restorePeter Maydell2014-03-031-2/+8
* | target-ppc: Add Store Quadword ConditionalTom Musta2014-03-051-1/+17
|/
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140220'...Peter Maydell2014-02-211-2/+4
|\
| * linux-user: AArch64: Fix exclusive store of the zero registerJanne Grunau2014-02-201-2/+4
* | linux-user: Fix error handling in target_to_host_semarray()Peter Maydell2014-02-191-1/+6
* | linux-user: Implement BLKPG ioctlAndreas Färber2014-02-194-0/+16
* | linux-user: Fix error handling in lock_iovec()Peter Maydell2014-02-181-5/+7
OpenPOWER on IntegriCloud