aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/powerpc/kernel/signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-19powerpc/signal: Report minimum signal frame size to userspace via AT_MINSIGSTKSZNicholas Piggin1-0/+15
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman1-2/+2
2021-09-22entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Sean Christopherson1-3/+1
2021-06-25powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin1-6/+6
2021-02-09powerpc/64: context tracking remove _TIF_NOHZNicholas Piggin1-4/+0
2020-12-17Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-38/+21
2020-12-04powerpc/signal: Refactor bad frame loggingChristophe Leroy1-0/+11
2020-12-04powerpc/signal: Call get_tm_stackpointer() from get_sigframe()Christophe Leroy1-3/+6
2020-12-04powerpc/signal: Remove get_clean_sp()Christophe Leroy1-1/+4
2020-12-04powerpc/signal: Move access_ok() out of get_sigframe()Christophe Leroy1-4/+0
2020-12-04powerpc/signal: Move inline functions in signal.hChristophe Leroy1-30/+0
2020-11-09powerpc: add support for TIF_NOTIFY_SIGNALJens Axboe1-1/+1
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe1-1/+0
2020-09-08powerpc: remove address space overrides using set_fs()Christoph Hellwig1-3/+0
2020-07-22powerpc/64s: system call support for scv/rfscv instructionsNicholas Piggin1-4/+15
2020-05-19powerpc/watchpoint: Convert thread_struct->hw_brk to an arrayRavi Bangoria1-4/+9
2020-05-19powerpc/watchpoint: Provide DAWR number to __set_breakpointRavi Bangoria1-1/+1
2020-05-15powerpc: Use trap metadata to prevent double restart rather than zeroing trapNicholas Piggin1-2/+5
2020-05-15powerpc: trap_is_syscall() helper to hide syscall trap numberNicholas Piggin1-1/+1
2020-04-03powerpc/64: make buildable without CONFIG_COMPATMichal Suchanek1-2/+1
2020-04-03powerpc: move common register copy functions from signal_32.c to signal.cMichal Suchanek1-0/+141
2020-02-18powerpc/tm: Fix clearing MSR[TS] in current when reclaiming on signal deliveryGustavo Luiz Duarte1-2/+15
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-06-22rseq: Avoid infinite recursion when delivering SIGSEGVWill Deacon1-2/+2
2018-06-10Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2018-06-06powerpc: Add support for restartable sequencesBoqun Feng1-0/+3
2018-06-03powerpc: Check address limit on user-mode return (TIF_FSCHECK)Michael Ellerman1-0/+4
2018-01-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatchingLinus Torvalds1-3/+3
2017-12-04livepatch: send a fake signal to all blocking tasksMiroslav Benes1-3/+3
2017-11-13powerpc/signal: Properly handle return value from uprobe_deny_signal()Naveen N. Rao1-1/+1
2017-03-08livepatch/powerpc: add TIF_PATCH_PENDING thread flagJosh Poimboeuf1-0/+4
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-04powerpc: signals: Stop using current in signal codeCyril Bur1-18/+23
2016-03-01powerpc: Fix misspellings in comments.Adam Buchbinder1-2/+2
2014-08-06powerpc: Use sigsp()Richard Weinberger1-8/+2
2014-08-06powerpc: Use get_signal() signal_setup_done()Richard Weinberger1-20/+11
2014-05-20powerpc: Fix smp_processor_id() in preemptible splat in set_breakpointPaul Gortmaker1-1/+1
2014-01-15powerpc: Don't corrupt transactional state when using FP/VMX in kernelPaul Mackerras1-2/+1
2013-06-01powerpc/tm: Fix userspace stack corruption on signal delivery for active transactionsMichael Neuling1-2/+38
2013-05-14powerpc: Set show_unhandled_signals to 1 by defaultBenjamin Herrenschmidt1-1/+1
2013-05-14powerpc: Exit user context on notify resumeLi Zhong1-0/+5
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-7/+0
2013-02-03powerpc: switch to generic sigaltstackAl Viro1-7/+0
2013-01-16powerpc: Rename set_break to avoid naming conflictMichael Neuling1-1/+1
2013-01-10powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint registersMichael Neuling1-2/+3
2012-11-03uprobes/powerpc: Don't clear TIF_UPROBE in do_notify_resume()Oleg Nesterov1-3/+1
2012-09-10powerpc: Rework set_dabr so it can take a DABRX value as wellMichael Neuling1-1/+1
2012-09-05powerpc: Uprobes port to powerpcAnanth N Mavinakayanahalli1-0/+6
2012-06-01new helper: signal_delivered()Al Viro1-5/+1