summaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2013-10-07cpu: Drop cpu_model_str from CPU_COMMONAndreas Färber1-2/+2
2013-10-07cpu: Move cpu_copy() into linux-userAndreas Färber1-0/+31
2013-09-24linux-user: Handle SOCK_CLOEXEC/NONBLOCK if unavailable on hostEdgar E. Iglesias1-3/+37
2013-09-24[v2] linux-user: implement m68k atomic syscallsRiku Voipio2-0/+34
2013-09-24linux-user: Check type of microMIPS break instructionKwok Cheung Yeung1-21/+35
2013-09-24linux-user: correct how SOL_SOCKET is converted from target to host and backPetar Jovanovic1-5/+13
2013-09-24linux-user: add support of binfmt_misc 'O' flagLaurent Vivier3-8/+34
2013-09-24linux-user: add some IPV6 commands in setsockop()Laurent Vivier1-0/+20
2013-09-24linux-user: allow use of TIOCGSIDLaurent Vivier1-0/+1
2013-09-24linux-user: Add setsockopt(SO_ATTACH_FILTER)Laurent Vivier2-0/+56
2013-09-24linux-user: convert /proc/net/route when endianess differsLaurent Vivier1-5/+53
2013-09-24mips-linux-user: Adjust names in mips_syscall_argsRichard Henderson1-2/+2
2013-09-24alpha-linux-user: Fix umount syscall numbersRichard Henderson3-6/+3
2013-09-20*-user: Improve documentation for lock_user functionStefan Weil1-2/+2
2013-09-20*-user: Fix typo in comment (ulocking -> unlocking)Stefan Weil1-1/+1
2013-09-10linux-user: Add AArch64 supportAlexander Graf3-2/+38
2013-09-10linux-user: Allow targets to specify a minimum uname releasePeter Maydell3-14/+51
2013-09-10linux-user: Add AArch64 termbits.h definitionsAlexander Graf1-0/+220
2013-09-10linux-user: Implement cpu_set_tls() and cpu_clone_regs() for AArch64Alexander Graf1-0/+35
2013-09-10linux-user: Make sure NWFPE code is 32 bit ARM onlyPeter Maydell1-1/+3
2013-09-10linux-user: Add signal handling for AArch64Andreas Schwab2-0/+289
2013-09-10linux-user: Fix up AArch64 syscall handlersAlexander Graf2-4/+29
2013-09-10linux-user: Add syscall number definitions for AArch64Alexander Graf1-0/+323
2013-09-10linux-user: Add cpu loop for AArch64Peter Maydell1-0/+82
2013-09-10linux-user: Don't treat AArch64 cpu names speciallyAlexander Graf1-1/+2
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber3-19/+10
2013-07-29linux-user: Return success from m68k set_thread_area syscallPeter Maydell1-0/+1
2013-07-29linux-user/signal.c: Avoid using uninitialized data in ARM sigreturnPeter Maydell1-16/+20
2013-07-29linux-user/signal.c: PPC: Silence clang uninitialized-use warningPeter Maydell1-1/+1
2013-07-29linux-user: correct argument number for sys_mremap and sys_splicePetar Jovanovic1-2/+2
2013-07-26linux-user: Avoid redundant ENV_GET_CPU()Andreas Färber1-1/+1
2013-07-25Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori19-152/+194
2013-07-23linux-user: Handle compressed ISA encodings when processing MIPS exceptionsKwok Cheung Yeung1-3/+43
2013-07-23linux-user: Reset copied CPUs in cpu_copy() alwaysAlexander Graf1-3/+0
2013-07-23linux-user: Fix epoll on ARM hostsAlexander Graf1-1/+4
2013-07-23linux-user: Fix pipe syscall return for SPARCPeter Maydell1-0/+3
2013-07-23linux-user: Fix target_stat and target_stat64 for OpenRISCPeter Maydell1-12/+37
2013-07-23linux-user: Use X86CPU property to retrieve CPUID familyAndreas Färber1-4/+6
2013-07-23gdbstub: Change gdb_handlesig() argument to CPUStateAndreas Färber2-17/+21
2013-07-22linux-user: Avoid conditional cpu_reset()Andreas Färber1-2/+0
2013-07-22configure: Make NPTL non-optionalPeter Maydell4-110/+1
2013-07-22linux-user: Enable NPTL for x86-64Peter Maydell2-1/+8
2013-07-22linux-user: Add i386 TLS setterAlexander Graf2-3/+11
2013-07-22linux-user: Clean up handling of clone() argument orderPeter Maydell11-7/+41
2013-07-22linux-user: Add missing 'break' in i386 get_thread_area syscallPeter Maydell1-0/+1
2013-07-22linux-user: Enable NPTL for m68kPeter Maydell3-1/+18
2013-07-22linux-user: Enable NPTL for SPARC targetsPeter Maydell1-4/+12
2013-07-22linux-user: Enable NPTL for OpenRISCPeter Maydell1-2/+7
2013-07-22linux-user: Move includes of target-specific headers to end of qemu.hPeter Maydell1-2/+7
2013-07-19linux-user: declare sys_futex to have 6 argumentsPetar Jovanovic1-1/+1