aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/signal_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-18powerpc/tm: Fix clearing MSR[TS] in current when reclaiming on signal deliveryGustavo Luiz Duarte1-12/+10
2019-07-22powerpc/tm: Fix oops on sigreturn on systems without TMMichael Neuling1-0/+5
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
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-1/+1
2019-05-01powerpc/tm: Avoid machine crash on rt_sigreturn()Breno Leitao1-1/+26
2019-01-11powerpc/tm: Limit TM code inside PPC_TRANSACTIONAL_MEMBreno Leitao1-3/+4
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-7/+6
2018-12-21powerpc/tm: Unset MSR[TS] if not recheckpointingBreno Leitao1-4/+16
2018-12-21powerpc/tm: Set MSR[TS] just prior to recheckpointBreno Leitao1-14/+30
2018-12-19powerpc/signal: Use code patching instead of hardcodingChristophe Leroy1-3/+4
2018-06-25powerpc: Remove -Wattribute-alias pragmasPaul Burton1-4/+0
2018-06-03powerpc: Fix build by disabling attribute-alias warning for SYSCALL_DEFINExChristophe Leroy1-0/+4
2018-05-10powerpc/syscalls: signal_{32, 64} - switch to SYSCALL_DEFINEAl Viro1-10/+5
2018-01-22powerpc/tm: Fix endianness flip on trapGustavo Romero1-1/+7
2018-01-19powerpc: Hard wire PT_SOFTE value to 1 in ptrace & signalsMadhavan Srinivasan1-0/+3
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+6
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/+5
2017-10-06powerpc/tm: Fix illegal TM state in signal handlerGustavo Romero1-1/+12
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-16/+16
2016-10-04powerpc: tm: Always use fp_state and vr_state to store live registersCyril Bur1-30/+24
2016-10-04powerpc: signals: Stop using current in signal codeCyril Bur1-90/+111
2016-09-13powerpc: Set used_(vsr|vr|spe) in sigreturn path when MSR bits are activeSimon Guo1-3/+8
2016-09-13powerpc/sparse: Add more assembler prototypesDaniel Axtens1-0/+1
2016-08-29powerpc: signals: Discard transaction state from signal framesCyril Bur1-0/+14
2016-06-14powerpc: Avoid load hit store in setup_sigcontext()Anton Blanchard1-3/+8
2015-12-14Merge tag 'powerpc-4.4-3' into nextMichael Ellerman1-0/+4
2015-12-01powerpc: Move part of giveup_vsx into cAnton Blanchard1-2/+2
2015-12-01powerpc: Remove UP only lazy floating point and vector optimisationsAnton Blanchard1-18/+0
2015-11-23powerpc/tm: Block signal return setting invalid MSR stateMichael Neuling1-0/+4
2015-07-21powerpc/signal: Add helper function to fetch quad word aligned pointerAnshuman Khandual1-5/+16
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski1-1/+1
2014-08-06powerpc: Use sigsp()Richard Weinberger1-1/+1
2014-08-06powerpc: Use get_signal() signal_setup_done()Richard Weinberger1-15/+13
2014-06-24powerpc: Remove ancient DEBUG_SIG codeMichael Ellerman1-9/+0
2014-04-07powerpc/tm: Disable IRQ in tm_recheckpointMichael Neuling1-0/+2
2014-02-28powerpc: Increase stack redzone for 64-bit userspace to 512 bytesPaul Mackerras1-2/+2
2014-01-15powerpc: Don't corrupt transactional state when using FP/VMX in kernelPaul Mackerras1-7/+7
2013-11-25powerpc/signals: Improved mark VSX not saved with small contexts fixMichael Neuling1-0/+6
2013-11-21powerpc: ELF2 binaries signal handlingRusty Russell1-9/+16
2013-10-11Merge branch 'for-kvm' into nextBenjamin Herrenschmidt1-14/+15
2013-10-11powerpc: Put FP/VSX and VR state into structuresPaul Mackerras1-14/+15
2013-10-11powerpc: Reset MSR_LE on signal entryAnton Blanchard1-1/+2
2013-08-14powerpc: Remove the redundant flush_fp_to_thread() in setup_sigcontext()Kevin Hao1-2/+0
2013-08-14powerpc: Fix VRSAVE handlingPaul Mackerras1-0/+8
2013-08-14powerpc: Fix a number of sparse warningsAnton Blanchard1-4/+4
2013-06-20powerpc/tm: Fix return of active 64bit signalsMichael Neuling1-3/+5
2013-06-01powerpc/tm: Fix userspace stack corruption on signal delivery for active transactionsMichael Neuling1-16/+7