summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/signal_32.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-04powerpc/vdso: Retrieve sigtramp offsets at buildtimeChristophe Leroy1-4/+4
2020-12-04powerpc/vdso: Replace vdso_base by vdsoChristophe Leroy1-4/+4
2020-12-04powerpc/signal32: Transform save_user_regs() and save_tm_user_regs() in 'unsa...Christophe Leroy1-113/+111
2020-12-04powerpc/signal32: Isolate non-copy actions in save_user_regs() and save_tm_us...Christophe Leroy1-13/+41
2020-12-04powerpc/signal32: Switch swap_context() to user_access_begin() logicChristophe Leroy1-14/+10
2020-12-04powerpc/signal32: Add and use unsafe_put_sigset_t()Christophe Leroy1-2/+11
2020-12-04powerpc/signal32: Remove ifdefery in middle of if/elseChristophe Leroy1-14/+8
2020-12-04powerpc/signal32: Switch handle_rt_signal32() to user_access_begin() logicChristophe Leroy1-21/+34
2020-12-04powerpc/signal32: Switch handle_signal32() to user_access_begin() logicChristophe Leroy1-13/+16
2020-12-04powerpc/signal32: Move signal trampoline setup to handle_[rt_]signal32Christophe Leroy1-39/+22
2020-12-04powerpc/signal32: Misc changes to make handle_[rt_]_signal32() more similarChristophe Leroy1-10/+14
2020-12-04powerpc/signal32: Rename local pointers in handle_rt_signal32()Christophe Leroy1-26/+25
2020-12-04powerpc/signal32: Move handle_signal32() close to handle_rt_signal32()Christophe Leroy1-85/+85
2020-12-04powerpc/signal32: Simplify logging in handle_rt_signal32()Christophe Leroy1-5/+1
2020-12-04powerpc/signal: Refactor bad frame loggingChristophe Leroy1-30/+5
2020-12-04powerpc/signal: Call get_tm_stackpointer() from get_sigframe()Christophe Leroy1-2/+2
2020-12-04powerpc/signal: Move access_ok() out of get_sigframe()Christophe Leroy1-2/+2
2020-12-04powerpc/signal: Remove BUG_ON() in handler_signal functionsChristophe Leroy1-4/+0
2020-12-04powerpc/signal: Don't manage floating point regs when no FPUChristophe Leroy1-0/+4
2020-07-15powerpc/signal_32: Simplify loop in PPC64 save_general_regs()Christophe Leroy1-10/+8
2020-07-15powerpc/signal_32: Remove !FULL_REGS() special handling in PPC64 save_general...Christophe Leroy1-2/+0
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-05-15powerpc: Use trap metadata to prevent double restart rather than zeroing trapNicholas Piggin1-1/+1
2020-04-03powerpc: move common register copy functions from signal_32.c to signal.cMichal Suchanek1-140/+0
2020-02-18powerpc/tm: Fix clearing MSR[TS] in current when reclaiming on signal deliveryGustavo Luiz Duarte1-14/+14
2019-07-22powerpc/tm: Fix oops on sigreturn on systems without TMMichael Neuling1-0/+3
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-3/+3
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-6/+6
2018-12-21powerpc/tm: Unset MSR[TS] if not recheckpointingBreno Leitao1-5/+13
2018-12-21powerpc/tm: Set MSR[TS] just prior to recheckpointBreno Leitao1-1/+19
2018-12-19powerpc/signal: Use code patching instead of hardcodingChristophe Leroy1-6/+6
2018-06-25powerpc: Remove -Wattribute-alias pragmasPaul Burton1-8/+0
2018-06-04powerpc/signal32: Use fault_in_pages_readable() to prefault user contextChristophe Leroy1-8/+5
2018-06-03powerpc: Fix build by disabling attribute-alias warning for SYSCALL_DEFINExChristophe Leroy1-0/+8
2018-05-10powerpc/syscalls: signal_{32, 64} - switch to SYSCALL_DEFINEAl Viro1-16/+24
2018-03-13powerpc/32: Mark both tmp variables as unusedMathieu Malaterre1-2/+2
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-0/+8
2018-01-19powerpc: Hard wire PT_SOFTE value to 1 in ptrace & signalsMadhavan Srinivasan1-0/+8
2018-01-15signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman1-57/+0
2018-01-15signal: Unify and correct copy_siginfo_from_user32Eric W. Biederman1-9/+0
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-29/+2
2017-11-06powerpc: Always save/restore checkpointed regs during treclaim/trecheckpointCyril Bur1-1/+1
2017-10-21powerpc/tm: P9 disable transactionally suspended sigcontextsMichael Neuling1-0/+4
2017-09-19ppc: switch to {get,put}_compat_sigset()Al Viro1-29/+2
2017-07-24signal: Remove kernel interal si_code magicEric W. Biederman1-11/+9
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-04powerpc: tm: Rename transct_(*) to ck(\1)_stateCyril Bur1-30/+30
2016-10-04powerpc: tm: Always use fp_state and vr_state to store live registersCyril Bur1-27/+23