summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* new helper: signal_delivered()Al Viro2012-06-011-5/+1
* powerpc: get rid of restore_sigmask()Al Viro2012-06-011-9/+0
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-1/+0
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-7/+0
* new helper: sigmask_to_save()Al Viro2012-06-011-6/+1
* new helper: restore_saved_sigmask()Al Viro2012-06-011-5/+1
* move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-231-2/+0
* Disintegrate asm/system.h for PowerPCDavid Howells2012-03-281-0/+1
* powerpc: Use set_current_blocked() and block_sigmask()Matt Fleming2012-03-071-11/+2
* powerpc: Fix various issues with return to userspaceBenjamin Herrenschmidt2012-02-221-4/+8
* powerpc: fix double syscall restartsAl Viro2010-09-221-0/+2
* powerpc, hw_breakpoint: Enable hw-breakpoints while handling intervening signalsK.Prasad2010-06-221-0/+3
* powerpc/booke: Add support for advanced debug registersDave Kleikamp2010-02-171-4/+2
* powerpc/booke: Introduce new CONFIG options for advanced debug registersDave Kleikamp2010-02-171-1/+1
* powerpc: Sanitize stack pointer in signal handling codeJosh Boyer2009-03-271-2/+2
* powerpc: Add TIF_NOTIFY_RESUME support for tracehookRoland McGrath2008-07-281-1/+12
* powerpc: Call tracehook_signal_handler() when setting up signal framesRoland McGrath2008-07-281-1/+7
* powerpc/booke: Clean up the hardware watchpoint supportKumar Gala2008-07-281-1/+1
* powerpc: BookE hardware watchpoint supportLuis Machado2008-07-251-1/+5
* [POWERPC] Define and use TLF_RESTORE_SIGMASKRoland McGrath2008-05-141-6/+6
* [POWERPC] Implement logging of unhandled signalsOlof Johansson2007-10-121-0/+6
* [POWERPC] Less ifdef's in signal.c/signal.hBenjamin Herrenschmidt2007-06-141-15/+0
* [POWERPC] Remove #ifdef around set_dabr in signal codeBenjamin Herrenschmidt2007-06-141-2/+0
* [POWERPC] Merge creation of signal frameBenjamin Herrenschmidt2007-06-141-10/+29
* [POWERPC] Remove obsolete freezer bitsBenjamin Herrenschmidt2007-06-141-12/+0
* [POWERPC] Consolidate do_signalChristoph Hellwig2007-06-141-2/+105
* [POWERPC] Consolidate restore_sigmaskChristoph Hellwig2007-06-141-0/+15
* [POWERPC] Consolidate sys_sigaltstackChristoph Hellwig2007-06-141-0/+7
* [POWERPC] Make syscall restart code more commonBenjamin Herrenschmidt2007-06-141-0/+65