Age | Commit message (Expand) | Author | Files | Lines |
2013-09-03 | cpu: Use QTAILQ for CPU list | Andreas Färber | 3 | -19/+10 |
2013-07-29 | linux-user: Return success from m68k set_thread_area syscall | Peter Maydell | 1 | -0/+1 |
2013-07-29 | linux-user/signal.c: Avoid using uninitialized data in ARM sigreturn | Peter Maydell | 1 | -16/+20 |
2013-07-29 | linux-user/signal.c: PPC: Silence clang uninitialized-use warning | Peter Maydell | 1 | -1/+1 |
2013-07-29 | linux-user: correct argument number for sys_mremap and sys_splice | Petar Jovanovic | 1 | -2/+2 |
2013-07-26 | linux-user: Avoid redundant ENV_GET_CPU() | Andreas Färber | 1 | -1/+1 |
2013-07-25 | Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging | Anthony Liguori | 19 | -152/+194 |
2013-07-23 | linux-user: Handle compressed ISA encodings when processing MIPS exceptions | Kwok Cheung Yeung | 1 | -3/+43 |
2013-07-23 | linux-user: Reset copied CPUs in cpu_copy() always | Alexander Graf | 1 | -3/+0 |
2013-07-23 | linux-user: Fix epoll on ARM hosts | Alexander Graf | 1 | -1/+4 |
2013-07-23 | linux-user: Fix pipe syscall return for SPARC | Peter Maydell | 1 | -0/+3 |
2013-07-23 | linux-user: Fix target_stat and target_stat64 for OpenRISC | Peter Maydell | 1 | -12/+37 |
2013-07-23 | linux-user: Use X86CPU property to retrieve CPUID family | Andreas Färber | 1 | -4/+6 |
2013-07-23 | gdbstub: Change gdb_handlesig() argument to CPUState | Andreas Färber | 2 | -17/+21 |
2013-07-22 | linux-user: Avoid conditional cpu_reset() | Andreas Färber | 1 | -2/+0 |
2013-07-22 | configure: Make NPTL non-optional | Peter Maydell | 4 | -110/+1 |
2013-07-22 | linux-user: Enable NPTL for x86-64 | Peter Maydell | 2 | -1/+8 |
2013-07-22 | linux-user: Add i386 TLS setter | Alexander Graf | 2 | -3/+11 |
2013-07-22 | linux-user: Clean up handling of clone() argument order | Peter Maydell | 11 | -7/+41 |
2013-07-22 | linux-user: Add missing 'break' in i386 get_thread_area syscall | Peter Maydell | 1 | -0/+1 |
2013-07-22 | linux-user: Enable NPTL for m68k | Peter Maydell | 3 | -1/+18 |
2013-07-22 | linux-user: Enable NPTL for SPARC targets | Peter Maydell | 1 | -4/+12 |
2013-07-22 | linux-user: Enable NPTL for OpenRISC | Peter Maydell | 1 | -2/+7 |
2013-07-22 | linux-user: Move includes of target-specific headers to end of qemu.h | Peter Maydell | 1 | -2/+7 |
2013-07-19 | linux-user: declare sys_futex to have 6 arguments | Petar Jovanovic | 1 | -1/+1 |
2013-07-10 | Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging | Anthony Liguori | 22 | -65/+534 |
2013-07-09 | log: Change log_cpu_state[_mask]() argument to CPUState | Andreas Färber | 1 | -2/+3 |
2013-07-09 | linux-user: Change thread_env to CPUState | Andreas Färber | 6 | -22/+27 |
2013-07-09 | cpu: Make first_cpu and next_cpu CPUState | Andreas Färber | 3 | -11/+13 |
2013-07-09 | linux-user: Clean up do_syscall() Coding Style for TARGET_NR_exit | Andreas Färber | 1 | -36/+37 |
2013-07-09 | linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user | Peter Maydell | 17 | -0/+460 |
2013-07-05 | linux-user: Do not ignore mmap failure from host | Jürg Billeter | 1 | -0/+4 |
2013-07-05 | linux-user: improve target_to_host_sock_type conversion | Petar Jovanovic | 2 | -149/+275 |
2013-07-05 | linux-user: Fix sys_utimensat (would not compile on old glibc) | Peter Maydell | 1 | -4/+12 |
2013-07-05 | linux-user: fix signal number range check | Andreas Schwab | 1 | -2/+2 |
2013-07-05 | linux-user: add SIOCADDRT/SIOCDELRT support | Laurent Vivier | 2 | -2/+68 |
2013-07-05 | linux-user: handle /proc/$$ like /proc/self | Andreas Schwab | 1 | -19/+46 |
2013-06-28 | cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks | Andreas Färber | 1 | -15/+23 |
2013-06-28 | cpu: Change cpu_exit() argument to CPUState | Andreas Färber | 2 | -2/+2 |
2013-06-14 | main: use TARGET_ARCH only for the target-specific #define | Paolo Bonzini | 1 | -3/+3 |
2013-06-12 | linux-user: Drop direct use of openat etc syscalls | Peter Maydell | 1 | -194/+24 |
2013-06-12 | linux-user: Allow getdents to be provided by getdents64 | Peter Maydell | 1 | -1/+60 |
2013-06-01 | linux-user: Fix typo in comment | Lei Li | 1 | -1/+1 |
2013-05-22 | Merge remote-tracking branch 'mjt/trivial-patches' into staging | Anthony Liguori | 1 | -2/+2 |
2013-05-20 | linux-user: Save the correct resume address for MIPS signal handling | Kwok Cheung Yeung | 1 | -1/+2 |
2013-05-20 | linux-user: Fix MIPS ISA transitions during signal handling | Kwok Cheung Yeung | 1 | -0/+13 |
2013-05-18 | fix /proc/self/maps output | Christophe Lyon | 1 | -2/+2 |
2013-05-02 | target-i386: Replace cpuid_*features fields with a feature word array | Eduardo Habkost | 2 | -3/+3 |
2013-04-26 | linux-user: fix compile error due to stray colon at end of #ifdef line | Peter Maydell | 1 | -1/+1 |
2013-04-19 | linux-user: fix setgroups/getgroups for non-UID16 archs | Andreas Schwab | 1 | -3/+3 |