summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* 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
* cpu: Drop cpu_model_str from CPU_COMMONAndreas Färber2013-10-071-2/+2
* cpu: Move cpu_copy() into linux-userAndreas Färber2013-10-071-0/+31
* linux-user: Handle SOCK_CLOEXEC/NONBLOCK if unavailable on hostEdgar E. Iglesias2013-09-241-3/+37
* [v2] linux-user: implement m68k atomic syscallsRiku Voipio2013-09-242-0/+34
* linux-user: Check type of microMIPS break instructionKwok Cheung Yeung2013-09-241-21/+35
* linux-user: correct how SOL_SOCKET is converted from target to host and backPetar Jovanovic2013-09-241-5/+13
* linux-user: add support of binfmt_misc 'O' flagLaurent Vivier2013-09-243-8/+34
* linux-user: add some IPV6 commands in setsockop()Laurent Vivier2013-09-241-0/+20
* linux-user: allow use of TIOCGSIDLaurent Vivier2013-09-241-0/+1
* linux-user: Add setsockopt(SO_ATTACH_FILTER)Laurent Vivier2013-09-242-0/+56
* linux-user: convert /proc/net/route when endianess differsLaurent Vivier2013-09-241-5/+53
* mips-linux-user: Adjust names in mips_syscall_argsRichard Henderson2013-09-241-2/+2
* alpha-linux-user: Fix umount syscall numbersRichard Henderson2013-09-243-6/+3
* *-user: Improve documentation for lock_user functionStefan Weil2013-09-201-2/+2
* *-user: Fix typo in comment (ulocking -> unlocking)Stefan Weil2013-09-201-1/+1
* linux-user: Add AArch64 supportAlexander Graf2013-09-103-2/+38
* linux-user: Allow targets to specify a minimum uname releasePeter Maydell2013-09-103-14/+51
* linux-user: Add AArch64 termbits.h definitionsAlexander Graf2013-09-101-0/+220
* linux-user: Implement cpu_set_tls() and cpu_clone_regs() for AArch64Alexander Graf2013-09-101-0/+35
* linux-user: Make sure NWFPE code is 32 bit ARM onlyPeter Maydell2013-09-101-1/+3
* linux-user: Add signal handling for AArch64Andreas Schwab2013-09-102-0/+289
* linux-user: Fix up AArch64 syscall handlersAlexander Graf2013-09-102-4/+29
* linux-user: Add syscall number definitions for AArch64Alexander Graf2013-09-101-0/+323
* linux-user: Add cpu loop for AArch64Peter Maydell2013-09-101-0/+82
* linux-user: Don't treat AArch64 cpu names speciallyAlexander Graf2013-09-101-1/+2
* cpu: Use QTAILQ for CPU listAndreas Färber2013-09-033-19/+10
* linux-user: Return success from m68k set_thread_area syscallPeter Maydell2013-07-291-0/+1
* linux-user/signal.c: Avoid using uninitialized data in ARM sigreturnPeter Maydell2013-07-291-16/+20
* linux-user/signal.c: PPC: Silence clang uninitialized-use warningPeter Maydell2013-07-291-1/+1
* linux-user: correct argument number for sys_mremap and sys_splicePetar Jovanovic2013-07-291-2/+2
OpenPOWER on IntegriCloud