index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
signal_32.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc: Use sigsp()
Richard Weinberger
2014-08-06
1
-2
/
+2
*
powerpc: Use get_signal() signal_setup_done()
Richard Weinberger
2014-08-06
1
-20
/
+16
*
powerpc: Remove ancient DEBUG_SIG code
Michael Ellerman
2014-06-24
1
-9
/
+0
*
powerpc/tm: Disable IRQ in tm_recheckpoint
Michael Neuling
2014-04-07
1
-0
/
+2
*
powerpc: Fix 32-bit frames for signals delivered when transactional
Paul Mackerras
2014-01-29
1
-12
/
+7
*
powerpc: Don't corrupt transactional state when using FP/VMX in kernel
Paul Mackerras
2014-01-15
1
-14
/
+7
*
powerpc/signals: Improved mark VSX not saved with small contexts fix
Michael Neuling
2013-11-25
1
-9
/
+7
*
powerpc/signals: Mark VSX not saved with small contexts
Michael Neuling
2013-11-21
1
-1
/
+9
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-11-13
1
-1
/
+1
|
\
|
*
constify copy_siginfo_to_user{,32}()
Al Viro
2013-11-09
1
-1
/
+1
*
|
powerpc: move debug registers in a structure
Bharat Bhushan
2013-10-19
1
-3
/
+3
*
|
Merge branch 'for-kvm' into next
Benjamin Herrenschmidt
2013-10-11
1
-35
/
+37
|
\
\
|
*
|
powerpc: Put FP/VSX and VR state into structures
Paul Mackerras
2013-10-11
1
-35
/
+37
|
|
/
*
/
powerpc: Reset MSR_LE on signal entry
Anton Blanchard
2013-10-11
1
-1
/
+2
|
/
*
powerpc: Fix VRSAVE handling
Paul Mackerras
2013-08-14
1
-0
/
+9
*
powerpc/tm: Fix return of 32bit rt signals to active transactions
Michael Neuling
2013-06-20
1
-1
/
+1
*
powerpc/tm: Fix restoration of MSR on 32bit signal return
Michael Neuling
2013-06-20
1
-3
/
+6
*
powerpc/tm: Fix 32 bit non-rt signals
Michael Neuling
2013-06-20
1
-5
/
+25
*
powerpc/tm: Fix writing top half of MSR on 32 bit signals
Michael Neuling
2013-06-20
1
-8
/
+21
*
powerpc/tm: Fix userspace stack corruption on signal delivery for active tran...
Michael Neuling
2013-06-01
1
-8
/
+2
*
powerpc: fix compiling CONFIG_PPC_TRANSACTIONAL_MEM when CONFIG_ALTIVEC=n
Michael Neuling
2013-04-10
1
-0
/
+2
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-02-24
1
-245
/
+8
|
\
|
*
powerpc: switch to generic old sigaction()
Al Viro
2013-02-04
1
-65
/
+0
|
*
powerpc: switch to generic compat rt_sigaction()
Al Viro
2013-02-04
1
-30
/
+0
|
*
powerpc: switch to generic old sigsuspend
Al Viro
2013-02-04
1
-11
/
+0
|
*
powerpc: switch to generic compat rt_sigqueueinfo()
Al Viro
2013-02-04
1
-24
/
+0
|
*
powerpc: switch to generic compat rt_sigpending()
Al Viro
2013-02-04
1
-18
/
+0
|
*
powerpc: switch to generic compat rt_sigprocmask()
Al Viro
2013-02-04
1
-35
/
+0
|
*
powerpc: switch to generic sigaltstack
Al Viro
2013-02-04
1
-61
/
+8
|
*
take sys_rt_sigsuspend() prototype to linux/syscalls.h
Al Viro
2013-02-04
1
-1
/
+0
*
|
powerpc: Add new transactional memory state to the signal context
Michael Neuling
2013-02-15
1
-13
/
+487
|
/
*
Uninclude linux/freezer.h
Richard Weinberger
2012-10-01
1
-1
/
+0
*
powerpc: get rid of restore_sigmask()
Al Viro
2012-06-01
1
-2
/
+2
*
powerpc: missing checks of __get_user()/__put_user() return values
Al Viro
2012-05-22
1
-3
/
+3
*
new helper: sigsuspend()
Al Viro
2012-05-22
1
-10
/
+1
*
Disintegrate asm/system.h for PowerPC
David Howells
2012-03-28
1
-0
/
+1
*
powerpc: Use set_current_blocked() and block_sigmask()
Matt Fleming
2012-03-07
1
-5
/
+6
*
powerpc/signal32: Fix sigset_t conversion when copying to user
Will Deacon
2011-11-17
1
-1
/
+1
*
arch/powerpc: use printk_ratelimited instead of printk_ratelimit
Christian Dietrich
2011-06-29
1
-26
/
+31
*
powerpc: fix double syscall restarts
Al Viro
2010-09-22
1
-2
/
+1
*
powerpc/booke: Add support for advanced debug registers
Dave Kleikamp
2010-02-17
1
-2
/
+6
*
powerpc/booke: Introduce new CONFIG options for advanced debug registers
Dave Kleikamp
2010-02-17
1
-4
/
+4
*
powerpc: Sanitize stack pointer in signal handling code
Josh Boyer
2009-03-27
1
-2
/
+2
*
powerpc: Fix msr check in compat_sys_swapcontext
Andreas Schwab
2008-11-11
1
-3
/
+15
*
powerpc: Fix swapcontext system for VSX + old ucontext size
Michael Neuling
2008-10-31
1
-21
/
+15
*
powerpc: fix giveup_vsx to save registers correctly
Michael Neuling
2008-07-15
1
-1
/
+1
*
powerpc: fix swapcontext backwards compat. with VSX ucontext changes
Michael Neuling
2008-07-09
1
-1
/
+38
*
powerpc: Clean up copy_to/from_user for vsx and fpr
Michael Neuling
2008-07-03
1
-34
/
+75
*
powerpc: Add VSX context save/restore, ptrace and signal support
Michael Neuling
2008-07-01
1
-0
/
+33
*
powerpc: Introduce VSX thread_struct and CONFIG_VSX
Michael Neuling
2008-07-01
1
-14
/
+45
[next]