aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/signal_64.c
AgeCommit message (Expand)Author
2020-04-17powerpc/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
2017-10-06powerpc/tm: Fix illegal TM state in signal handlerGustavo Romero
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-10-04powerpc: tm: Rename transct_(*) to ck(\1)_stateCyril Bur
2016-10-04powerpc: tm: Always use fp_state and vr_state to store live registersCyril Bur
2016-10-04powerpc: signals: Stop using current in signal codeCyril Bur
2016-09-13powerpc: Set used_(vsr|vr|spe) in sigreturn path when MSR bits are activeSimon Guo
2016-09-13powerpc/sparse: Add more assembler prototypesDaniel Axtens
2016-08-29powerpc: signals: Discard transaction state from signal framesCyril Bur
2016-06-14powerpc: Avoid load hit store in setup_sigcontext()Anton Blanchard
2015-12-14Merge tag 'powerpc-4.4-3' into nextMichael Ellerman
2015-12-01powerpc: Move part of giveup_vsx into cAnton Blanchard
2015-12-01powerpc: Remove UP only lazy floating point and vector optimisationsAnton Blanchard
2015-11-23powerpc/tm: Block signal return setting invalid MSR stateMichael Neuling
2015-07-21powerpc/signal: Add helper function to fetch quad word aligned pointerAnshuman Khandual
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski
2014-08-06powerpc: Use sigsp()Richard Weinberger
2014-08-06powerpc: Use get_signal() signal_setup_done()Richard Weinberger
2014-06-24powerpc: Remove ancient DEBUG_SIG codeMichael Ellerman
2014-04-07powerpc/tm: Disable IRQ in tm_recheckpointMichael Neuling
2014-02-28powerpc: Increase stack redzone for 64-bit userspace to 512 bytesPaul Mackerras
2014-01-15powerpc: Don't corrupt transactional state when using FP/VMX in kernelPaul Mackerras
2013-11-25powerpc/signals: Improved mark VSX not saved with small contexts fixMichael Neuling
2013-11-21powerpc: ELF2 binaries signal handlingRusty Russell
2013-10-11Merge branch 'for-kvm' into nextBenjamin Herrenschmidt
2013-10-11powerpc: Put FP/VSX and VR state into structuresPaul Mackerras
2013-10-11powerpc: Reset MSR_LE on signal entryAnton Blanchard
2013-08-14powerpc: Remove the redundant flush_fp_to_thread() in setup_sigcontext()Kevin Hao
2013-08-14powerpc: Fix VRSAVE handlingPaul Mackerras
2013-08-14powerpc: Fix a number of sparse warningsAnton Blanchard
2013-06-20powerpc/tm: Fix return of active 64bit signalsMichael Neuling