aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/signal_32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-11powerpc: Reset MSR_LE on signal entryAnton Blanchard1-1/+2
2013-08-14powerpc: Fix VRSAVE handlingPaul Mackerras1-0/+9
2013-06-20powerpc/tm: Fix return of 32bit rt signals to active transactionsMichael Neuling1-1/+1
2013-06-20powerpc/tm: Fix restoration of MSR on 32bit signal returnMichael Neuling1-3/+6
2013-06-20powerpc/tm: Fix 32 bit non-rt signalsMichael Neuling1-5/+25
2013-06-20powerpc/tm: Fix writing top half of MSR on 32 bit signalsMichael Neuling1-8/+21
2013-06-01powerpc/tm: Fix userspace stack corruption on signal delivery for active transactionsMichael Neuling1-8/+2
2013-04-10powerpc: fix compiling CONFIG_PPC_TRANSACTIONAL_MEM when CONFIG_ALTIVEC=nMichael Neuling1-0/+2
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-245/+8
2013-02-15powerpc: Add new transactional memory state to the signal contextMichael Neuling1-13/+487
2013-02-03powerpc: switch to generic old sigaction()Al Viro1-65/+0
2013-02-03powerpc: switch to generic compat rt_sigaction()Al Viro1-30/+0
2013-02-03powerpc: switch to generic old sigsuspendAl Viro1-11/+0
2013-02-03powerpc: switch to generic compat rt_sigqueueinfo()Al Viro1-24/+0
2013-02-03powerpc: switch to generic compat rt_sigpending()Al Viro1-18/+0
2013-02-03powerpc: switch to generic compat rt_sigprocmask()Al Viro1-35/+0
2013-02-03powerpc: switch to generic sigaltstackAl Viro1-61/+8
2013-02-03take sys_rt_sigsuspend() prototype to linux/syscalls.hAl Viro1-1/+0
2012-10-01Uninclude linux/freezer.hRichard Weinberger1-1/+0
2012-06-01powerpc: get rid of restore_sigmask()Al Viro1-2/+2
2012-05-21powerpc: missing checks of __get_user()/__put_user() return valuesAl Viro1-3/+3
2012-05-21new helper: sigsuspend()Al Viro1-10/+1
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells1-0/+1
2012-03-07powerpc: Use set_current_blocked() and block_sigmask()Matt Fleming1-5/+6
2011-11-17powerpc/signal32: Fix sigset_t conversion when copying to userWill Deacon1-1/+1
2011-06-29arch/powerpc: use printk_ratelimited instead of printk_ratelimitChristian Dietrich1-26/+31
2010-09-22powerpc: fix double syscall restartsAl Viro1-2/+1
2010-02-17powerpc/booke: Add support for advanced debug registersDave Kleikamp1-2/+6
2010-02-17powerpc/booke: Introduce new CONFIG options for advanced debug registersDave Kleikamp1-4/+4
2009-03-27powerpc: Sanitize stack pointer in signal handling codeJosh Boyer1-2/+2
2008-11-11powerpc: Fix msr check in compat_sys_swapcontextAndreas Schwab1-3/+15
2008-10-31powerpc: Fix swapcontext system for VSX + old ucontext sizeMichael Neuling1-21/+15
2008-07-15powerpc: fix giveup_vsx to save registers correctlyMichael Neuling1-1/+1
2008-07-09powerpc: fix swapcontext backwards compat. with VSX ucontext changesMichael Neuling1-1/+38
2008-07-03powerpc: Clean up copy_to/from_user for vsx and fprMichael Neuling1-34/+75
2008-07-01powerpc: Add VSX context save/restore, ptrace and signal supportMichael Neuling1-0/+33
2008-07-01powerpc: Introduce VSX thread_struct and CONFIG_VSXMichael Neuling1-14/+45
2008-07-01powerpc: Fix MSR setting in 32 bit signal codeMichael Neuling1-4/+6
2008-05-14[POWERPC] Define and use TLF_RESTORE_SIGMASKRoland McGrath1-1/+1
2008-04-20[POWERPC] Define copy_siginfo_from_user32Roland McGrath1-3/+16
2007-12-20[POWERPC] arch/powerpc: Remove duplicate includesLucas Woods1-2/+1
2007-10-12[POWERPC] Implement logging of unhandled signalsOlof Johansson1-0/+38
2007-06-14[POWERPC] Merge creation of signal frameBenjamin Herrenschmidt1-28/+24
2007-06-14[POWERPC] Consolidate do_signalChristoph Hellwig1-86/+2
2007-06-14[POWERPC] Consolidate restore_sigmaskChristoph Hellwig1-19/+0
2007-06-14[POWERPC] Consolidate sys_sigaltstackChristoph Hellwig1-8/+0
2007-06-14[POWERPC] Make syscall restart code more commonBenjamin Herrenschmidt1-24/+4
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2006-12-20[POWERPC] Fix register save area alignment for swapcontext syscallPaul Mackerras1-3/+13
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham1-1/+1