index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
linux-user
/
signal.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
linux-user: Fix trampoline code for CRIS
Stefan Weil
2014-02-03
1
-4
/
+4
*
Merge remote-tracking branch 'mjt/trivial-patches' into staging
Anthony Liguori
2014-01-09
1
-4
/
+4
|
\
|
*
linux-user: Use macro TARGET_NSIG_WORDS where possible
Stefan Weil
2013-12-23
1
-4
/
+4
*
|
linux-user: AArch64: Use correct values for FPSR/FPCR in sigcontext
Will Newton
2014-01-08
1
-3
/
+7
|
/
*
target-arm: Clean up handling of AArch64 PSTATE
Peter Maydell
2013-12-17
1
-2
/
+4
*
linux-user: Add signal handling for AArch64
Andreas Schwab
2013-09-10
1
-0
/
+260
*
linux-user/signal.c: Avoid using uninitialized data in ARM sigreturn
Peter Maydell
2013-07-29
1
-16
/
+20
*
linux-user/signal.c: PPC: Silence clang uninitialized-use warning
Peter Maydell
2013-07-29
1
-1
/
+1
*
gdbstub: Change gdb_handlesig() argument to CPUState
Andreas Färber
2013-07-23
1
-1
/
+2
*
Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging
Anthony Liguori
2013-07-10
1
-5
/
+7
|
\
|
*
linux-user: Change thread_env to CPUState
Andreas Färber
2013-07-09
1
-5
/
+7
*
|
linux-user: fix signal number range check
Andreas Schwab
2013-07-05
1
-2
/
+2
|
/
*
cpu: Change cpu_exit() argument to CPUState
Andreas Färber
2013-06-28
1
-1
/
+1
*
linux-user: Save the correct resume address for MIPS signal handling
Kwok Cheung Yeung
2013-05-20
1
-1
/
+2
*
linux-user: Fix MIPS ISA transitions during signal handling
Kwok Cheung Yeung
2013-05-20
1
-0
/
+13
*
mips-linux-user: Save and restore fpu and dsp from sigcontext
Richard Henderson
2013-03-05
1
-115
/
+42
*
mips-linux-user: Share o32 code for n32 and n64 signals
Richard Henderson
2013-03-05
1
-1
/
+29
*
mips-linux-user: Delete n32 and n64 signal stubs
Richard Henderson
2013-03-05
1
-58
/
+0
*
Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agraf
Blue Swirl
2013-01-12
1
-3
/
+3
|
\
|
*
PPC: linux-user: Calculate context pointer explicitly
Samuel Seay
2013-01-07
1
-1
/
+1
|
*
PPC: fix segfault in signal handling code
Samuel Seay
2013-01-07
1
-2
/
+2
*
|
alpha-linux-user: Fix sigaction
Richard Henderson
2013-01-12
1
-14
/
+8
|
/
*
linux-user: Fix siginfo handling
Richard Henderson
2012-10-12
1
-19
/
+40
*
cleanup useless return sentence
Amos Kong
2012-10-05
1
-2
/
+0
*
sparc: fix expression with uninitialized initial value
Blue Swirl
2012-08-09
1
-5
/
+3
*
Replace 'struct siginfo' with 'siginfo_t'.
Richard W.M. Jones
2012-08-01
1
-4
/
+4
*
target-or32: Add linux user support
Jia Liu
2012-07-27
1
-0
/
+229
*
qemu-log: cleanup
Blue Swirl
2012-06-21
1
-8
/
+4
*
Bad zero comparison for sas_ss_flags on powerpc
Alex Barcelo
2012-03-15
1
-1
/
+1
*
Rename CPUState -> CPUArchState
Andreas Färber
2012-03-14
1
-8
/
+8
*
linux-user: Don't overuse CPUState
Andreas Färber
2012-03-14
1
-97
/
+104
*
Spelling fixes in comments (it's -> its)
Stefan Weil
2012-03-08
1
-1
/
+1
*
linux-user: Fix sa_flags byte swaps for mips
Andreas Färber
2012-02-02
1
-0
/
+8
*
fix spelling in linux-user sub directory
Dong Xu Wang
2011-12-02
1
-1
/
+1
*
Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging
Anthony Liguori
2011-10-31
1
-11
/
+11
|
\
|
*
linux-user: fix abi_(u)long, target_ulong mismatch
Matthias Braun
2011-10-27
1
-11
/
+11
*
|
target-sparc: Change fpr representation to doubles.
Richard Henderson
2011-10-26
1
-12
/
+16
|
/
*
linux-user: Remove unused code
Stefan Weil
2011-10-05
1
-4
/
+1
*
linux-user: Correct a few missuses of host addresses
Edgar E. Iglesias
2011-08-26
1
-14
/
+15
*
linux-user/signal.c: Rename s390 target_ucontext fields to fix ia64
Peter Maydell
2011-07-13
1
-15
/
+15
*
linux-user/signal.c: Remove unused fenab
Peter Maydell
2011-06-21
1
-2
/
+5
*
linux-user/signal.c: Remove only-ever-set variable fpu_save_addr
Peter Maydell
2011-06-21
1
-5
/
+5
*
Don't translate pointer when in restore_sigcontext
Mike McCormack
2011-06-20
1
-2
/
+2
*
Fix compilation warning due to missing header for sigaction (followup)
Alexandre Raymond
2011-06-08
1
-1
/
+0
*
s390x: s390x-linux-user support
Ulrich Hecht
2011-05-20
1
-0
/
+333
*
Fix typo in comment (dieing -> dying)
Stefan Weil
2011-05-08
1
-1
/
+1
*
linux-user/arm: fix compilation failures using softfloat's struct types
Peter Maydell
2011-02-10
1
-2
/
+2
*
linux-user: avoid gcc array overrun warning for sparc
Peter Maydell
2011-02-01
1
-3
/
+4
*
linux-user: ARM: clear the IT bits when invoking a signal handler
Peter Maydell
2011-01-14
1
-7
/
+9
*
ARM: linux-user: Restore iWMMXT state from ucontext on sigreturn
Peter Maydell
2010-12-03
1
-0
/
+30
[next]