aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/signal.c
AgeCommit message (Expand)Author
2013-06-01powerpc/tm: Fix userspace stack corruption on signal delivery for active tran...Michael Neuling
2013-05-14powerpc: Set show_unhandled_signals to 1 by defaultBenjamin Herrenschmidt
2013-05-14powerpc: Exit user context on notify resumeLi Zhong
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-03powerpc: switch to generic sigaltstackAl Viro
2013-01-16powerpc: Rename set_break to avoid naming conflictMichael Neuling
2013-01-10powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint registersMichael Neuling
2012-11-03uprobes/powerpc: Don't clear TIF_UPROBE in do_notify_resume()Oleg Nesterov
2012-09-10powerpc: Rework set_dabr so it can take a DABRX value as wellMichael Neuling
2012-09-05powerpc: Uprobes port to powerpcAnanth N Mavinakayanahalli
2012-06-01new helper: signal_delivered()Al Viro
2012-06-01powerpc: get rid of restore_sigmask()Al Viro
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro
2012-06-01new helper: sigmask_to_save()Al Viro
2012-06-01new helper: restore_saved_sigmask()Al Viro
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells
2012-03-07powerpc: Use set_current_blocked() and block_sigmask()Matt Fleming
2012-02-22powerpc: Fix various issues with return to userspaceBenjamin Herrenschmidt
2010-09-22powerpc: fix double syscall restartsAl Viro
2010-06-22powerpc, hw_breakpoint: Enable hw-breakpoints while handling intervening signalsK.Prasad
2010-02-17powerpc/booke: Add support for advanced debug registersDave Kleikamp
2010-02-17powerpc/booke: Introduce new CONFIG options for advanced debug registersDave Kleikamp
2009-03-27powerpc: Sanitize stack pointer in signal handling codeJosh Boyer
2008-07-28powerpc: Add TIF_NOTIFY_RESUME support for tracehookRoland McGrath
2008-07-28powerpc: Call tracehook_signal_handler() when setting up signal framesRoland McGrath
2008-07-28powerpc/booke: Clean up the hardware watchpoint supportKumar Gala
2008-07-25powerpc: BookE hardware watchpoint supportLuis Machado
2008-05-14[POWERPC] Define and use TLF_RESTORE_SIGMASKRoland McGrath
2007-10-12[POWERPC] Implement logging of unhandled signalsOlof Johansson
2007-06-14[POWERPC] Less ifdef's in signal.c/signal.hBenjamin Herrenschmidt
2007-06-14[POWERPC] Remove #ifdef around set_dabr in signal codeBenjamin Herrenschmidt
2007-06-14[POWERPC] Merge creation of signal frameBenjamin Herrenschmidt
2007-06-14[POWERPC] Remove obsolete freezer bitsBenjamin Herrenschmidt
2007-06-14[POWERPC] Consolidate do_signalChristoph Hellwig
2007-06-14[POWERPC] Consolidate restore_sigmaskChristoph Hellwig
2007-06-14[POWERPC] Consolidate sys_sigaltstackChristoph Hellwig
2007-06-14[POWERPC] Make syscall restart code more commonBenjamin Herrenschmidt