aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
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
2013-07-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori
2013-07-09log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber
2013-07-09linux-user: Change thread_env to CPUStateAndreas Färber
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber
2013-07-09linux-user: Clean up do_syscall() Coding Style for TARGET_NR_exitAndreas Färber
2013-07-09linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-userPeter Maydell
2013-07-05linux-user: Do not ignore mmap failure from hostJürg Billeter
2013-07-05linux-user: improve target_to_host_sock_type conversionPetar Jovanovic
2013-07-05linux-user: Fix sys_utimensat (would not compile on old glibc)Peter Maydell
2013-07-05linux-user: fix signal number range checkAndreas Schwab
2013-07-05linux-user: add SIOCADDRT/SIOCDELRT supportLaurent Vivier
2013-07-05linux-user: handle /proc/$$ like /proc/selfAndreas Schwab
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber
2013-06-28cpu: Change cpu_exit() argument to CPUStateAndreas Färber
2013-06-14main: use TARGET_ARCH only for the target-specific #definePaolo Bonzini
2013-06-12linux-user: Drop direct use of openat etc syscallsPeter Maydell
2013-06-12linux-user: Allow getdents to be provided by getdents64Peter Maydell
2013-06-01linux-user: Fix typo in commentLei Li
2013-05-22Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori
2013-05-20linux-user: Save the correct resume address for MIPS signal handlingKwok Cheung Yeung
2013-05-20linux-user: Fix MIPS ISA transitions during signal handlingKwok Cheung Yeung
2013-05-18fix /proc/self/maps outputChristophe Lyon
2013-05-02target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost
2013-04-26linux-user: fix compile error due to stray colon at end of #ifdef linePeter Maydell
2013-04-19linux-user: fix setgroups/getgroups for non-UID16 archsAndreas Schwab
2013-04-19linux-user: fix undefined shift in copy_to_user_fdsetAndreas Schwab