Age | Commit message (Expand) | Author | Files | Lines |
2014-03-13 | cpu: Move opaque field from CPU_COMMON to CPUState | Andreas Färber | 1 | -6/+11 |
2014-03-13 | cpu: Move exception_index field from CPU_COMMON to CPUState | Andreas Färber | 1 | -3/+4 |
2014-03-03 | linux-user: AArch64: Implement SA_RESTORER for signal handlers | Michael Matz | 1 | -6/+10 |
2014-03-03 | linux-user/signal.c: Fix AArch64 big-endian FP register restore | Peter Maydell | 1 | -2/+8 |
2014-02-18 | linux-user/signal.c: Don't pass sigaction uninitialised sa_flags | Peter Maydell | 1 | -0/+1 |
2014-02-03 | linux-user: Fix trampoline code for CRIS | Stefan Weil | 1 | -4/+4 |
2014-01-09 | Merge remote-tracking branch 'mjt/trivial-patches' into staging | Anthony Liguori | 1 | -4/+4 |
2014-01-08 | linux-user: AArch64: Use correct values for FPSR/FPCR in sigcontext | Will Newton | 1 | -3/+7 |
2013-12-23 | linux-user: Use macro TARGET_NSIG_WORDS where possible | Stefan Weil | 1 | -4/+4 |
2013-12-17 | target-arm: Clean up handling of AArch64 PSTATE | Peter Maydell | 1 | -2/+4 |
2013-09-10 | linux-user: Add signal handling for AArch64 | Andreas Schwab | 1 | -0/+260 |
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-23 | gdbstub: Change gdb_handlesig() argument to CPUState | Andreas Färber | 1 | -1/+2 |
2013-07-10 | Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging | Anthony Liguori | 1 | -5/+7 |
2013-07-09 | linux-user: Change thread_env to CPUState | Andreas Färber | 1 | -5/+7 |
2013-07-05 | linux-user: fix signal number range check | Andreas Schwab | 1 | -2/+2 |
2013-06-28 | cpu: Change cpu_exit() argument to CPUState | Andreas Färber | 1 | -1/+1 |
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-03-05 | mips-linux-user: Save and restore fpu and dsp from sigcontext | Richard Henderson | 1 | -115/+42 |
2013-03-05 | mips-linux-user: Share o32 code for n32 and n64 signals | Richard Henderson | 1 | -1/+29 |
2013-03-05 | mips-linux-user: Delete n32 and n64 signal stubs | Richard Henderson | 1 | -58/+0 |
2013-01-12 | Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agraf | Blue Swirl | 1 | -3/+3 |
2013-01-12 | alpha-linux-user: Fix sigaction | Richard Henderson | 1 | -14/+8 |
2013-01-07 | PPC: linux-user: Calculate context pointer explicitly | Samuel Seay | 1 | -1/+1 |
2013-01-07 | PPC: fix segfault in signal handling code | Samuel Seay | 1 | -2/+2 |
2012-10-12 | linux-user: Fix siginfo handling | Richard Henderson | 1 | -19/+40 |
2012-10-05 | cleanup useless return sentence | Amos Kong | 1 | -2/+0 |
2012-08-09 | sparc: fix expression with uninitialized initial value | Blue Swirl | 1 | -5/+3 |
2012-08-01 | Replace 'struct siginfo' with 'siginfo_t'. | Richard W.M. Jones | 1 | -4/+4 |
2012-07-27 | target-or32: Add linux user support | Jia Liu | 1 | -0/+229 |
2012-06-21 | qemu-log: cleanup | Blue Swirl | 1 | -8/+4 |
2012-03-15 | Bad zero comparison for sas_ss_flags on powerpc | Alex Barcelo | 1 | -1/+1 |
2012-03-14 | Rename CPUState -> CPUArchState | Andreas Färber | 1 | -8/+8 |
2012-03-14 | linux-user: Don't overuse CPUState | Andreas Färber | 1 | -97/+104 |
2012-03-08 | Spelling fixes in comments (it's -> its) | Stefan Weil | 1 | -1/+1 |
2012-02-02 | linux-user: Fix sa_flags byte swaps for mips | Andreas Färber | 1 | -0/+8 |
2011-12-02 | fix spelling in linux-user sub directory | Dong Xu Wang | 1 | -1/+1 |
2011-10-31 | Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging | Anthony Liguori | 1 | -11/+11 |
2011-10-27 | linux-user: fix abi_(u)long, target_ulong mismatch | Matthias Braun | 1 | -11/+11 |
2011-10-26 | target-sparc: Change fpr representation to doubles. | Richard Henderson | 1 | -12/+16 |
2011-10-05 | linux-user: Remove unused code | Stefan Weil | 1 | -4/+1 |
2011-08-26 | linux-user: Correct a few missuses of host addresses | Edgar E. Iglesias | 1 | -14/+15 |
2011-07-13 | linux-user/signal.c: Rename s390 target_ucontext fields to fix ia64 | Peter Maydell | 1 | -15/+15 |
2011-06-21 | linux-user/signal.c: Remove unused fenab | Peter Maydell | 1 | -2/+5 |
2011-06-21 | linux-user/signal.c: Remove only-ever-set variable fpu_save_addr | Peter Maydell | 1 | -5/+5 |
2011-06-20 | Don't translate pointer when in restore_sigcontext | Mike McCormack | 1 | -2/+2 |
2011-06-08 | Fix compilation warning due to missing header for sigaction (followup) | Alexandre Raymond | 1 | -1/+0 |
2011-05-20 | s390x: s390x-linux-user support | Ulrich Hecht | 1 | -0/+333 |