aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2014-01-15linux-user: fixed recvfrom() addrlenPavel Zbitskiy
2014-01-15linux-user: fixed getsockopt() optlenPavel Zbitskiy
2014-01-15linux-user: fixed s390x clone() argument orderPavel Zbitskiy
2014-01-10linux-user: Remove regs parameter of load_elf_binary and load_flt_binaryWill Newton
2014-01-10linux-user: Support the accept4 socketcallAndré Hentschel
2014-01-09Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori
2014-01-08linux-user: AArch64: Use correct values for FPSR/FPCR in sigcontextWill Newton
2014-01-08linux-user: AArch64: define TARGET_CLONE_BACKWARDSClaudio Fontana
2014-01-08target-arm: A64: support for ld/st/cl exclusiveMichael Matz
2014-01-08target-arm: Widen exclusive-access support struct fields to 64 bitsPeter Maydell
2014-01-07target-arm: Widen thread-local register state fields to 64 bitsPeter Maydell
2013-12-23linux-user: Use macro TARGET_NSIG_WORDS where possibleStefan Weil
2013-12-17target-arm: Clean up handling of AArch64 PSTATEPeter Maydell
2013-12-06Merge remote-tracking branch 'rth/auxv-2' into stagingAnthony Liguori
2013-11-30linux-user: Use qemu_getauxval for AT_EXECFDRichard Henderson
2013-11-30util: Use qemu_getauxval in linux qemu_cache_utils_initRichard Henderson
2013-11-30osdep: Create qemu_getauxval and qemu_init_auxvalRichard Henderson
2013-11-29linux-user: pass correct parameter to do_shmctl()Petar Jovanovic
2013-11-29linux-user: create target_structs header to place ipc_perm and shmid_dsPetar Jovanovic
2013-11-29flatload: fix non-GOT relocationsCorey J. Boyle
2013-11-29linux-user: Implement handling of 5 POSIX timer syscalls.Erik de Castro Lopo
2013-11-29linux-user: Add target struct defs needed for POSIX timer syscalls.Erik de Castro Lopo
2013-11-07linux-user: Fix stat64 syscall for SPARC64Stefan Weil
2013-10-07cpu: Drop cpu_model_str from CPU_COMMONAndreas Färber
2013-10-07cpu: Move cpu_copy() into linux-userAndreas Färber
2013-09-24linux-user: Handle SOCK_CLOEXEC/NONBLOCK if unavailable on hostEdgar E. Iglesias
2013-09-24[v2] linux-user: implement m68k atomic syscallsRiku Voipio
2013-09-24linux-user: Check type of microMIPS break instructionKwok Cheung Yeung
2013-09-24linux-user: correct how SOL_SOCKET is converted from target to host and backPetar Jovanovic
2013-09-24linux-user: add support of binfmt_misc 'O' flagLaurent Vivier
2013-09-24linux-user: add some IPV6 commands in setsockop()Laurent Vivier
2013-09-24linux-user: allow use of TIOCGSIDLaurent Vivier
2013-09-24linux-user: Add setsockopt(SO_ATTACH_FILTER)Laurent Vivier
2013-09-24linux-user: convert /proc/net/route when endianess differsLaurent Vivier
2013-09-24mips-linux-user: Adjust names in mips_syscall_argsRichard Henderson
2013-09-24alpha-linux-user: Fix umount syscall numbersRichard Henderson
2013-09-20*-user: Improve documentation for lock_user functionStefan Weil
2013-09-20*-user: Fix typo in comment (ulocking -> unlocking)Stefan Weil
2013-09-10linux-user: Add AArch64 supportAlexander Graf
2013-09-10linux-user: Allow targets to specify a minimum uname releasePeter Maydell
2013-09-10linux-user: Add AArch64 termbits.h definitionsAlexander Graf
2013-09-10linux-user: Implement cpu_set_tls() and cpu_clone_regs() for AArch64Alexander Graf
2013-09-10linux-user: Make sure NWFPE code is 32 bit ARM onlyPeter Maydell
2013-09-10linux-user: Add signal handling for AArch64Andreas Schwab
2013-09-10linux-user: Fix up AArch64 syscall handlersAlexander Graf
2013-09-10linux-user: Add syscall number definitions for AArch64Alexander Graf
2013-09-10linux-user: Add cpu loop for AArch64Peter Maydell
2013-09-10linux-user: Don't treat AArch64 cpu names speciallyAlexander Graf
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber
2013-07-29linux-user: Return success from m68k set_thread_area syscallPeter Maydell