aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/signal.c
Commit message (Expand)AuthorAge
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-03
* rseq: Avoid infinite recursion when delivering SIGSEGVWill Deacon2018-06-22
* Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-10
|\
| * powerpc: Add support for restartable sequencesBoqun Feng2018-06-06
* | powerpc: Check address limit on user-mode return (TIF_FSCHECK)Michael Ellerman2018-06-03
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-01-31
|\
| * livepatch: send a fake signal to all blocking tasksMiroslav Benes2017-12-04
* | powerpc/signal: Properly handle return value from uprobe_deny_signal()Naveen N. Rao2017-11-12
|/
* livepatch/powerpc: add TIF_PATCH_PENDING thread flagJosh Poimboeuf2017-03-08
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* powerpc: signals: Stop using current in signal codeCyril Bur2016-10-04
* powerpc: Fix misspellings in comments.Adam Buchbinder2016-03-01
* powerpc: Use sigsp()Richard Weinberger2014-08-06
* powerpc: Use get_signal() signal_setup_done()Richard Weinberger2014-08-06
* powerpc: Fix smp_processor_id() in preemptible splat in set_breakpointPaul Gortmaker2014-05-19
* powerpc: Don't corrupt transactional state when using FP/VMX in kernelPaul Mackerras2014-01-14
* powerpc/tm: Fix userspace stack corruption on signal delivery for active tran...Michael Neuling2013-05-31
* powerpc: Set show_unhandled_signals to 1 by defaultBenjamin Herrenschmidt2013-05-14
* powerpc: Exit user context on notify resumeLi Zhong2013-05-14
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-23
|\
| * powerpc: switch to generic sigaltstackAl Viro2013-02-03
* | powerpc: Rename set_break to avoid naming conflictMichael Neuling2013-01-15
* | powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint registersMichael Neuling2013-01-10
|/
* uprobes/powerpc: Don't clear TIF_UPROBE in do_notify_resume()Oleg Nesterov2012-11-03
* powerpc: Rework set_dabr so it can take a DABRX value as wellMichael Neuling2012-09-09
* powerpc: Uprobes port to powerpcAnanth N Mavinakayanahalli2012-09-05
* new helper: signal_delivered()Al Viro2012-06-01
* powerpc: get rid of restore_sigmask()Al Viro2012-06-01
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-01
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-01
* new helper: sigmask_to_save()Al Viro2012-06-01
* new helper: restore_saved_sigmask()Al Viro2012-06-01
* move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-23
* Disintegrate asm/system.h for PowerPCDavid Howells2012-03-28
* powerpc: Use set_current_blocked() and block_sigmask()Matt Fleming2012-03-07
* powerpc: Fix various issues with return to userspaceBenjamin Herrenschmidt2012-02-22
* powerpc: fix double syscall restartsAl Viro2010-09-22
* powerpc, hw_breakpoint: Enable hw-breakpoints while handling intervening signalsK.Prasad2010-06-22
* powerpc/booke: Add support for advanced debug registersDave Kleikamp2010-02-16
* powerpc/booke: Introduce new CONFIG options for advanced debug registersDave Kleikamp2010-02-16
* powerpc: Sanitize stack pointer in signal handling codeJosh Boyer2009-03-27
* powerpc: Add TIF_NOTIFY_RESUME support for tracehookRoland McGrath2008-07-28
* powerpc: Call tracehook_signal_handler() when setting up signal framesRoland McGrath2008-07-28
* powerpc/booke: Clean up the hardware watchpoint supportKumar Gala2008-07-28
* powerpc: BookE hardware watchpoint supportLuis Machado2008-07-25
* [POWERPC] Define and use TLF_RESTORE_SIGMASKRoland McGrath2008-05-14
* [POWERPC] Implement logging of unhandled signalsOlof Johansson2007-10-12
* [POWERPC] Less ifdef's in signal.c/signal.hBenjamin Herrenschmidt2007-06-14
* [POWERPC] Remove #ifdef around set_dabr in signal codeBenjamin Herrenschmidt2007-06-14
* [POWERPC] Merge creation of signal frameBenjamin Herrenschmidt2007-06-14