summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/signal.c
AgeCommit message (Expand)Author
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe
2020-09-08powerpc: remove address space overrides using set_fs()Christoph Hellwig
2020-07-22powerpc/64s: system call support for scv/rfscv instructionsNicholas Piggin
2020-05-19powerpc/watchpoint: Convert thread_struct->hw_brk to an arrayRavi Bangoria
2020-05-19powerpc/watchpoint: Provide DAWR number to __set_breakpointRavi Bangoria
2020-05-15powerpc: Use trap metadata to prevent double restart rather than zeroing trapNicholas Piggin
2020-05-15powerpc: trap_is_syscall() helper to hide syscall trap numberNicholas Piggin
2020-04-03powerpc/64: make buildable without CONFIG_COMPATMichal Suchanek
2020-04-03powerpc: move common register copy functions from signal_32.c to signal.cMichal Suchanek
2020-02-18powerpc/tm: Fix clearing MSR[TS] in current when reclaiming on signal deliveryGustavo Luiz Duarte
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-06-22rseq: Avoid infinite recursion when delivering SIGSEGVWill Deacon
2018-06-10Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-06-06powerpc: Add support for restartable sequencesBoqun Feng
2018-06-03powerpc: Check address limit on user-mode return (TIF_FSCHECK)Michael Ellerman
2018-01-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2017-12-04livepatch: send a fake signal to all blocking tasksMiroslav Benes
2017-11-13powerpc/signal: Properly handle return value from uprobe_deny_signal()Naveen N. Rao
2017-03-08livepatch/powerpc: add TIF_PATCH_PENDING thread flagJosh Poimboeuf
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-10-04powerpc: signals: Stop using current in signal codeCyril Bur
2016-03-01powerpc: Fix misspellings in comments.Adam Buchbinder
2014-08-06powerpc: Use sigsp()Richard Weinberger
2014-08-06powerpc: Use get_signal() signal_setup_done()Richard Weinberger
2014-05-20powerpc: Fix smp_processor_id() in preemptible splat in set_breakpointPaul Gortmaker
2014-01-15powerpc: Don't corrupt transactional state when using FP/VMX in kernelPaul Mackerras
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