aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/signal_32.c
AgeCommit message (Expand)Author
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-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-04powerpc/signal32: Use fault_in_pages_readable() to prefault user contextChristophe Leroy
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-03-13powerpc/32: Mark both tmp variables as unusedMathieu Malaterre
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-01-19powerpc: Hard wire PT_SOFTE value to 1 in ptrace & signalsMadhavan Srinivasan
2018-01-15signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman
2018-01-15signal: Unify and correct copy_siginfo_from_user32Eric W. Biederman
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...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-09-19ppc: switch to {get,put}_compat_sigset()Al Viro
2017-07-24signal: Remove kernel interal si_code magicEric W. Biederman
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
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-09-03Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2015-08-07signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras
2015-07-29powerpc/kernel: Add SIG_SYS support for compat tasksMichael Ellerman
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-01-29powerpc: Fix 32-bit frames for signals delivered when transactionalPaul 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/signals: Mark VSX not saved with small contextsMichael Neuling
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-11-09constify copy_siginfo_to_user{,32}()Al Viro
2013-10-18powerpc: move debug registers in a structureBharat Bhushan
2013-10-11Merge branch 'for-kvm' into nextBenjamin Herrenschmidt