aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
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
2013-07-29linux-user/signal.c: Avoid using uninitialized data in ARM sigreturnPeter Maydell
2013-07-29linux-user/signal.c: PPC: Silence clang uninitialized-use warningPeter Maydell
2013-07-29linux-user: correct argument number for sys_mremap and sys_splicePetar Jovanovic
2013-07-26linux-user: Avoid redundant ENV_GET_CPU()Andreas Färber
2013-07-25Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori
2013-07-23linux-user: Handle compressed ISA encodings when processing MIPS exceptionsKwok Cheung Yeung
2013-07-23linux-user: Reset copied CPUs in cpu_copy() alwaysAlexander Graf
2013-07-23linux-user: Fix epoll on ARM hostsAlexander Graf
2013-07-23linux-user: Fix pipe syscall return for SPARCPeter Maydell
2013-07-23linux-user: Fix target_stat and target_stat64 for OpenRISCPeter Maydell
2013-07-23linux-user: Use X86CPU property to retrieve CPUID familyAndreas Färber
2013-07-23gdbstub: Change gdb_handlesig() argument to CPUStateAndreas Färber
2013-07-22linux-user: Avoid conditional cpu_reset()Andreas Färber
2013-07-22configure: Make NPTL non-optionalPeter Maydell
2013-07-22linux-user: Enable NPTL for x86-64Peter Maydell
2013-07-22linux-user: Add i386 TLS setterAlexander Graf
2013-07-22linux-user: Clean up handling of clone() argument orderPeter Maydell
2013-07-22linux-user: Add missing 'break' in i386 get_thread_area syscallPeter Maydell
2013-07-22linux-user: Enable NPTL for m68kPeter Maydell
2013-07-22linux-user: Enable NPTL for SPARC targetsPeter Maydell
2013-07-22linux-user: Enable NPTL for OpenRISCPeter Maydell
2013-07-22linux-user: Move includes of target-specific headers to end of qemu.hPeter Maydell
2013-07-19linux-user: declare sys_futex to have 6 argumentsPetar Jovanovic