aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/signal_64.c
AgeCommit message (Expand)Author
2022-05-19powerpc/signal: Report minimum signal frame size to userspace via AT_MINSIGSTKSZNicholas Piggin
2022-05-05powerpc: fix typos in commentsJulia Lawall
2022-02-16powerpc: Move and rename func_descr_tChristophe Leroy
2021-11-19signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-10-29signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman
2021-10-25signal/powerpc: On swapcontext failure force SIGSEGVEric W. Biederman
2021-10-18gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}Andreas Gruenbacher
2021-06-25powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin
2021-06-17powerpc/signal64: Don't read sigaction arguments back from user memoryMichael Ellerman
2021-06-16powerpc/signal: Use PPC_RAW_xx() macrosChristophe Leroy
2021-06-14powerpc/signal64: Copy siginfo before changing regs->nipMichael Ellerman
2021-04-14powerpc: remove partial register save logicNicholas Piggin
2021-03-29powerpc/signal: Use __get_user() to copy sigset_tChristopher M. Riedl
2021-03-29powerpc/signal64: Rewrite rt_sigreturn() to minimise uaccess switchesDaniel Axtens
2021-03-29powerpc/signal64: Rewrite handle_rt_signal64() to minimise uaccess switchesDaniel Axtens
2021-03-29powerpc/signal64: Replace restore_sigcontext() w/ unsafe_restore_sigcontext()Christopher M. Riedl
2021-03-29powerpc/signal64: Replace setup_sigcontext() w/ unsafe_setup_sigcontext()Christopher M. Riedl
2021-03-29powerpc/signal64: Remove TM ifdefery in middle of if/else blockChristopher M. Riedl
2021-03-29powerpc/signal64: Remove non-inline calls from setup_sigcontext()Christopher M. Riedl
2020-12-04powerpc/vdso: Retrieve sigtramp offsets at buildtimeChristophe Leroy
2020-12-04powerpc/vdso: Replace vdso_base by vdsoChristophe Leroy
2020-12-04powerpc/signal: Refactor bad frame loggingChristophe Leroy
2020-12-04powerpc/signal: Call get_tm_stackpointer() from get_sigframe()Christophe Leroy
2020-12-04powerpc/signal: Move access_ok() out of get_sigframe()Christophe Leroy
2020-12-04powerpc/signal: Remove BUG_ON() in handler_signal functionsChristophe Leroy
2020-07-15powerpc/signal64: Don't opencode page prefaultingChristophe Leroy
2020-07-15powerpc/64/signal: Balance return predictor stack in signal trampolineNicholas Piggin
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-05-15powerpc: Use trap metadata to prevent double restart rather than zeroing trapNicholas Piggin
2020-04-01powerpc/64/tm: Don't let userspace set regs->trap via sigreturnMichael Ellerman
2020-02-18powerpc/tm: Fix clearing MSR[TS] in current when reclaiming on signal deliveryGustavo Luiz Duarte
2019-07-22powerpc/tm: Fix oops on sigreturn on systems without TMMichael Neuling
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman
2019-05-01powerpc/tm: Avoid machine crash on rt_sigreturn()Breno Leitao
2019-01-11powerpc/tm: Limit TM code inside PPC_TRANSACTIONAL_MEMBreno Leitao
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-21powerpc/tm: Unset MSR[TS] if not recheckpointingBreno Leitao
2018-12-21powerpc/tm: Set MSR[TS] just prior to recheckpointBreno Leitao
2018-12-19powerpc/signal: Use code patching instead of hardcodingChristophe Leroy
2018-06-25powerpc: Remove -Wattribute-alias pragmasPaul Burton
2018-06-03powerpc: Fix build by disabling attribute-alias warning for SYSCALL_DEFINExChristophe Leroy
2018-05-10powerpc/syscalls: signal_{32, 64} - switch to SYSCALL_DEFINEAl Viro
2018-01-22powerpc/tm: Fix endianness flip on trapGustavo Romero
2018-01-19powerpc: Hard wire PT_SOFTE value to 1 in ptrace & signalsMadhavan Srinivasan
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-11-06powerpc: Always save/restore checkpointed regs during treclaim/trecheckpointCyril Bur
2017-10-21powerpc/tm: P9 disable transactionally suspended sigcontextsMichael Neuling