Age | Commit message (Expand) | Author | Files | Lines |
2013-06-01 | powerpc/tm: Fix userspace stack corruption on signal delivery for active tran... | Michael Neuling | 1 | -2/+38 |
2013-05-14 | powerpc: Set show_unhandled_signals to 1 by default | Benjamin Herrenschmidt | 1 | -1/+1 |
2013-05-14 | powerpc: Exit user context on notify resume | Li Zhong | 1 | -0/+5 |
2013-02-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -7/+0 |
2013-02-03 | powerpc: switch to generic sigaltstack | Al Viro | 1 | -7/+0 |
2013-01-16 | powerpc: Rename set_break to avoid naming conflict | Michael Neuling | 1 | -1/+1 |
2013-01-10 | powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint registers | Michael Neuling | 1 | -2/+3 |
2012-11-03 | uprobes/powerpc: Don't clear TIF_UPROBE in do_notify_resume() | Oleg Nesterov | 1 | -3/+1 |
2012-09-10 | powerpc: Rework set_dabr so it can take a DABRX value as well | Michael Neuling | 1 | -1/+1 |
2012-09-05 | powerpc: Uprobes port to powerpc | Ananth N Mavinakayanahalli | 1 | -0/+6 |
2012-06-01 | new helper: signal_delivered() | Al Viro | 1 | -5/+1 |
2012-06-01 | powerpc: get rid of restore_sigmask() | Al Viro | 1 | -9/+0 |
2012-06-01 | most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set | Al Viro | 1 | -1/+0 |
2012-06-01 | pull clearing RESTORE_SIGMASK into block_sigmask() | Al Viro | 1 | -7/+0 |
2012-06-01 | new helper: sigmask_to_save() | Al Viro | 1 | -6/+1 |
2012-06-01 | new helper: restore_saved_sigmask() | Al Viro | 1 | -5/+1 |
2012-05-23 | move key_repace_session_keyring() into tracehook_notify_resume() | Al Viro | 1 | -2/+0 |
2012-03-28 | Disintegrate asm/system.h for PowerPC | David Howells | 1 | -0/+1 |
2012-03-07 | powerpc: Use set_current_blocked() and block_sigmask() | Matt Fleming | 1 | -11/+2 |
2012-02-22 | powerpc: Fix various issues with return to userspace | Benjamin Herrenschmidt | 1 | -4/+8 |
2010-09-22 | powerpc: fix double syscall restarts | Al Viro | 1 | -0/+2 |
2010-06-22 | powerpc, hw_breakpoint: Enable hw-breakpoints while handling intervening signals | K.Prasad | 1 | -0/+3 |
2010-02-17 | powerpc/booke: Add support for advanced debug registers | Dave Kleikamp | 1 | -4/+2 |
2010-02-17 | powerpc/booke: Introduce new CONFIG options for advanced debug registers | Dave Kleikamp | 1 | -1/+1 |
2009-03-27 | powerpc: Sanitize stack pointer in signal handling code | Josh Boyer | 1 | -2/+2 |
2008-07-28 | powerpc: Add TIF_NOTIFY_RESUME support for tracehook | Roland McGrath | 1 | -1/+12 |
2008-07-28 | powerpc: Call tracehook_signal_handler() when setting up signal frames | Roland McGrath | 1 | -1/+7 |
2008-07-28 | powerpc/booke: Clean up the hardware watchpoint support | Kumar Gala | 1 | -1/+1 |
2008-07-25 | powerpc: BookE hardware watchpoint support | Luis Machado | 1 | -1/+5 |
2008-05-14 | [POWERPC] Define and use TLF_RESTORE_SIGMASK | Roland McGrath | 1 | -6/+6 |
2007-10-12 | [POWERPC] Implement logging of unhandled signals | Olof Johansson | 1 | -0/+6 |
2007-06-14 | [POWERPC] Less ifdef's in signal.c/signal.h | Benjamin Herrenschmidt | 1 | -15/+0 |
2007-06-14 | [POWERPC] Remove #ifdef around set_dabr in signal code | Benjamin Herrenschmidt | 1 | -2/+0 |
2007-06-14 | [POWERPC] Merge creation of signal frame | Benjamin Herrenschmidt | 1 | -10/+29 |
2007-06-14 | [POWERPC] Remove obsolete freezer bits | Benjamin Herrenschmidt | 1 | -12/+0 |
2007-06-14 | [POWERPC] Consolidate do_signal | Christoph Hellwig | 1 | -2/+105 |
2007-06-14 | [POWERPC] Consolidate restore_sigmask | Christoph Hellwig | 1 | -0/+15 |
2007-06-14 | [POWERPC] Consolidate sys_sigaltstack | Christoph Hellwig | 1 | -0/+7 |
2007-06-14 | [POWERPC] Make syscall restart code more common | Benjamin Herrenschmidt | 1 | -0/+65 |