summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* cpu: Use QTAILQ for CPU listAndreas Färber2013-09-033-19/+10Star
* linux-user: Return success from m68k set_thread_area syscallPeter Maydell2013-07-301-0/+1
* linux-user/signal.c: Avoid using uninitialized data in ARM sigreturnPeter Maydell2013-07-301-16/+20
* linux-user/signal.c: PPC: Silence clang uninitialized-use warningPeter Maydell2013-07-301-1/+1
* linux-user: correct argument number for sys_mremap and sys_splicePetar Jovanovic2013-07-291-2/+2
* linux-user: Avoid redundant ENV_GET_CPU()Andreas Färber2013-07-261-1/+1
* Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori2013-07-2519-152/+194
|\
| * linux-user: Handle compressed ISA encodings when processing MIPS exceptionsKwok Cheung Yeung2013-07-231-3/+43
| * linux-user: Reset copied CPUs in cpu_copy() alwaysAlexander Graf2013-07-231-3/+0Star
| * linux-user: Fix epoll on ARM hostsAlexander Graf2013-07-231-1/+4
| * linux-user: Fix pipe syscall return for SPARCPeter Maydell2013-07-231-0/+3
| * linux-user: Fix target_stat and target_stat64 for OpenRISCPeter Maydell2013-07-231-12/+37
| * linux-user: Avoid conditional cpu_reset()Andreas Färber2013-07-221-2/+0Star
| * configure: Make NPTL non-optionalPeter Maydell2013-07-224-110/+1Star
| * linux-user: Enable NPTL for x86-64Peter Maydell2013-07-222-1/+8
| * linux-user: Add i386 TLS setterAlexander Graf2013-07-222-3/+11
| * linux-user: Clean up handling of clone() argument orderPeter Maydell2013-07-2211-7/+41
| * linux-user: Add missing 'break' in i386 get_thread_area syscallPeter Maydell2013-07-221-0/+1
| * linux-user: Enable NPTL for m68kPeter Maydell2013-07-223-1/+18
| * linux-user: Enable NPTL for SPARC targetsPeter Maydell2013-07-221-4/+12
| * linux-user: Enable NPTL for OpenRISCPeter Maydell2013-07-221-2/+7
| * linux-user: Move includes of target-specific headers to end of qemu.hPeter Maydell2013-07-221-2/+7
* | linux-user: Use X86CPU property to retrieve CPUID familyAndreas Färber2013-07-231-4/+6
* | gdbstub: Change gdb_handlesig() argument to CPUStateAndreas Färber2013-07-232-17/+21
|/
* linux-user: declare sys_futex to have 6 argumentsPetar Jovanovic2013-07-191-1/+1
* Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori2013-07-1022-65/+534
|\
| * log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber2013-07-091-2/+3
| * linux-user: Change thread_env to CPUStateAndreas Färber2013-07-096-22/+27
| * cpu: Make first_cpu and next_cpu CPUStateAndreas Färber2013-07-093-11/+13
| * linux-user: Clean up do_syscall() Coding Style for TARGET_NR_exitAndreas Färber2013-07-091-36/+37
| * linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-userPeter Maydell2013-07-0917-0/+460
* | linux-user: Do not ignore mmap failure from hostJürg Billeter2013-07-051-0/+4
* | linux-user: improve target_to_host_sock_type conversionPetar Jovanovic2013-07-052-149/+275
* | linux-user: Fix sys_utimensat (would not compile on old glibc)Peter Maydell2013-07-051-4/+12
* | linux-user: fix signal number range checkAndreas Schwab2013-07-051-2/+2
* | linux-user: add SIOCADDRT/SIOCDELRT supportLaurent Vivier2013-07-052-2/+68
* | linux-user: handle /proc/$$ like /proc/selfAndreas Schwab2013-07-051-19/+46
|/
* cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber2013-06-281-15/+23
* cpu: Change cpu_exit() argument to CPUStateAndreas Färber2013-06-282-2/+2
* main: use TARGET_ARCH only for the target-specific #definePaolo Bonzini2013-06-141-3/+3
* linux-user: Drop direct use of openat etc syscallsPeter Maydell2013-06-121-194/+24Star
* linux-user: Allow getdents to be provided by getdents64Peter Maydell2013-06-121-1/+60
* linux-user: Fix typo in commentLei Li2013-06-011-1/+1
* Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori2013-05-221-2/+2
|\
| * fix /proc/self/maps outputChristophe Lyon2013-05-181-2/+2
* | linux-user: Save the correct resume address for MIPS signal handlingKwok Cheung Yeung2013-05-201-1/+2
* | linux-user: Fix MIPS ISA transitions during signal handlingKwok Cheung Yeung2013-05-201-0/+13
|/
* target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost2013-05-022-3/+3
* linux-user: fix compile error due to stray colon at end of #ifdef linePeter Maydell2013-04-261-1/+1
* linux-user: fix setgroups/getgroups for non-UID16 archsAndreas Schwab2013-04-191-3/+3