summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* 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
* | linux-user/signal.c: Don't pass sigaction uninitialised sa_flagsPeter Maydell2014-02-181-0/+1
* | linux-user/elfload.c: Avoid calling g_free() on uninitialized dataPeter Maydell2014-02-181-4/+12
* | linux-user: sync syscall numbers upto 3.13Riku Voipio2014-02-1815-3/+94
|/
* linux-user: refactor do_socketcall()Michael Tokarev2014-02-151-258/+68
* linux-user: Fix trampoline code for CRISStefan Weil2014-02-031-4/+4
* linux-user: fixed recvfrom() addrlenPavel Zbitskiy2014-01-151-1/+1
* linux-user: fixed getsockopt() optlenPavel Zbitskiy2014-01-151-1/+1
* linux-user: fixed s390x clone() argument orderPavel Zbitskiy2014-01-151-1/+1
* linux-user: Remove regs parameter of load_elf_binary and load_flt_binaryWill Newton2014-01-104-10/+6
* linux-user: Support the accept4 socketcallAndré Hentschel2014-01-102-0/+17
* Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori2014-01-091-4/+4
|\
| * linux-user: Use macro TARGET_NSIG_WORDS where possibleStefan Weil2013-12-231-4/+4
* | linux-user: AArch64: Use correct values for FPSR/FPCR in sigcontextWill Newton2014-01-081-3/+7
* | linux-user: AArch64: define TARGET_CLONE_BACKWARDSClaudio Fontana2014-01-081-0/+1
* | target-arm: A64: support for ld/st/cl exclusiveMichael Matz2014-01-081-3/+124
* | target-arm: Widen exclusive-access support struct fields to 64 bitsPeter Maydell2014-01-081-10/+15
* | target-arm: Widen thread-local register state fields to 64 bitsPeter Maydell2014-01-073-3/+6
|/
* target-arm: Clean up handling of AArch64 PSTATEPeter Maydell2013-12-171-2/+4
* Merge remote-tracking branch 'rth/auxv-2' into stagingAnthony Liguori2013-12-061-27/+8
|\
| * linux-user: Use qemu_getauxval for AT_EXECFDRichard Henderson2013-11-301-26/+6
| * util: Use qemu_getauxval in linux qemu_cache_utils_initRichard Henderson2013-11-301-1/+1
| * osdep: Create qemu_getauxval and qemu_init_auxvalRichard Henderson2013-11-301-0/+1
* | linux-user: pass correct parameter to do_shmctl()Petar Jovanovic2013-11-291-1/+1
* | linux-user: create target_structs header to place ipc_perm and shmid_dsPetar Jovanovic2013-11-2920-48/+963
* | flatload: fix non-GOT relocationsCorey J. Boyle2013-11-291-1/+1
* | linux-user: Implement handling of 5 POSIX timer syscalls.Erik de Castro Lopo2013-11-291-0/+176
* | linux-user: Add target struct defs needed for POSIX timer syscalls.Erik de Castro Lopo2013-11-291-0/+25
|/
* linux-user: Fix stat64 syscall for SPARC64Stefan Weil2013-11-072-3/+17
OpenPOWER on IntegriCloud