summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/signal_32.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/signal_32: Simplify loop in PPC64 save_general_regs()Christophe Leroy2020-07-151-10/+8
* powerpc/signal_32: Remove !FULL_REGS() special handling in PPC64 save_general...Christophe Leroy2020-07-151-2/+0
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* powerpc: Use trap metadata to prevent double restart rather than zeroing trapNicholas Piggin2020-05-151-1/+1
* powerpc: move common register copy functions from signal_32.c to signal.cMichal Suchanek2020-04-031-140/+0
* powerpc/tm: Fix clearing MSR[TS] in current when reclaiming on signal deliveryGustavo Luiz Duarte2020-02-181-14/+14
* powerpc/tm: Fix oops on sigreturn on systems without TMMichael Neuling2019-07-221-0/+3
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-3/+3
|\
| * signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-3/+3
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-6/+6
* powerpc/tm: Unset MSR[TS] if not recheckpointingBreno Leitao2018-12-211-5/+13
* powerpc/tm: Set MSR[TS] just prior to recheckpointBreno Leitao2018-12-211-1/+19
* powerpc/signal: Use code patching instead of hardcodingChristophe Leroy2018-12-191-6/+6
* powerpc: Remove -Wattribute-alias pragmasPaul Burton2018-06-251-8/+0
* powerpc/signal32: Use fault_in_pages_readable() to prefault user contextChristophe Leroy2018-06-041-8/+5
* powerpc: Fix build by disabling attribute-alias warning for SYSCALL_DEFINExChristophe Leroy2018-06-031-0/+8
* powerpc/syscalls: signal_{32, 64} - switch to SYSCALL_DEFINEAl Viro2018-05-101-16/+24
* powerpc/32: Mark both tmp variables as unusedMathieu Malaterre2018-03-131-2/+2
* Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-02-021-0/+8
|\
| * powerpc: Hard wire PT_SOFTE value to 1 in ptrace & signalsMadhavan Srinivasan2018-01-191-0/+8
* | signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman2018-01-151-57/+0
* | signal: Unify and correct copy_siginfo_from_user32Eric W. Biederman2018-01-151-9/+0
|/
* Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-171-29/+2
|\
| * ppc: switch to {get,put}_compat_sigset()Al Viro2017-09-191-29/+2
* | powerpc: Always save/restore checkpointed regs during treclaim/trecheckpointCyril Bur2017-11-061-1/+1
* | powerpc/tm: P9 disable transactionally suspended sigcontextsMichael Neuling2017-10-211-0/+4
|/
* signal: Remove kernel interal si_code magicEric W. Biederman2017-07-241-11/+9
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* powerpc: tm: Rename transct_(*) to ck(\1)_stateCyril Bur2016-10-041-30/+30
* powerpc: tm: Always use fp_state and vr_state to store live registersCyril Bur2016-10-041-27/+23
* powerpc: signals: Stop using current in signal codeCyril Bur2016-10-041-12/+19
* powerpc: Set used_(vsr|vr|spe) in sigreturn path when MSR bits are activeSimon Guo2016-09-131-0/+6
* powerpc/sparse: Add more assembler prototypesDaniel Axtens2016-09-131-0/+1
* powerpc: signals: Discard transaction state from signal framesCyril Bur2016-08-291-0/+14
* Merge tag 'powerpc-4.4-3' into nextMichael Ellerman2015-12-141-5/+9
|\
| * powerpc/tm: Block signal return setting invalid MSR stateMichael Neuling2015-11-231-5/+9
* | powerpc: Move part of giveup_vsx into cAnton Blanchard2015-12-011-2/+2
* | powerpc: Remove UP only lazy floating point and vector optimisationsAnton Blanchard2015-12-011-18/+0
|/
* Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2015-09-031-0/+5
|\
| * powerpc/kernel: Add SIG_SYS support for compat tasksMichael Ellerman2015-07-291-0/+5
* | signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras2015-08-071-2/+0
|/
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-121-2/+2
* powerpc: Use sigsp()Richard Weinberger2014-08-061-2/+2
* powerpc: Use get_signal() signal_setup_done()Richard Weinberger2014-08-061-20/+16
* powerpc: Remove ancient DEBUG_SIG codeMichael Ellerman2014-06-241-9/+0
* powerpc/tm: Disable IRQ in tm_recheckpointMichael Neuling2014-04-071-0/+2
* powerpc: Fix 32-bit frames for signals delivered when transactionalPaul Mackerras2014-01-291-12/+7
* powerpc: Don't corrupt transactional state when using FP/VMX in kernelPaul Mackerras2014-01-151-14/+7
* powerpc/signals: Improved mark VSX not saved with small contexts fixMichael Neuling2013-11-251-9/+7