summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/signal_64.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/tm: Limit TM code inside PPC_TRANSACTIONAL_MEMBreno Leitao2019-01-111-3/+4
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-7/+6Star
* powerpc/tm: Unset MSR[TS] if not recheckpointingBreno Leitao2018-12-211-4/+16
* powerpc/tm: Set MSR[TS] just prior to recheckpointBreno Leitao2018-12-211-14/+30
* powerpc/signal: Use code patching instead of hardcodingChristophe Leroy2018-12-191-3/+4
* powerpc: Remove -Wattribute-alias pragmasPaul Burton2018-06-251-4/+0Star
* powerpc: Fix build by disabling attribute-alias warning for SYSCALL_DEFINExChristophe Leroy2018-06-031-0/+4
* powerpc/syscalls: signal_{32, 64} - switch to SYSCALL_DEFINEAl Viro2018-05-101-10/+5Star
* powerpc/tm: Fix endianness flip on trapGustavo Romero2018-01-211-1/+7
* powerpc: Hard wire PT_SOFTE value to 1 in ptrace & signalsMadhavan Srinivasan2018-01-191-0/+3
* Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-11-161-1/+6
|\
| * 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/+5
* | powerpc/tm: Fix illegal TM state in signal handlerGustavo Romero2017-10-061-1/+12
|/
* 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-16/+16
* powerpc: tm: Always use fp_state and vr_state to store live registersCyril Bur2016-10-041-30/+24Star
* powerpc: signals: Stop using current in signal codeCyril Bur2016-10-041-90/+111
* powerpc: Set used_(vsr|vr|spe) in sigreturn path when MSR bits are activeSimon Guo2016-09-131-3/+8
* powerpc/sparse: Add more assembler prototypesDaniel Axtens2016-09-131-0/+1
* powerpc: signals: Discard transaction state from signal framesCyril Bur2016-08-291-0/+14
* powerpc: Avoid load hit store in setup_sigcontext()Anton Blanchard2016-06-141-3/+8
* Merge tag 'powerpc-4.4-3' into nextMichael Ellerman2015-12-141-0/+4
|\
| * powerpc/tm: Block signal return setting invalid MSR stateMichael Neuling2015-11-231-0/+4
* | 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/+0Star
|/
* powerpc/signal: Add helper function to fetch quad word aligned pointerAnshuman Khandual2015-07-211-5/+16
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-131-1/+1
* powerpc: Use sigsp()Richard Weinberger2014-08-061-1/+1
* powerpc: Use get_signal() signal_setup_done()Richard Weinberger2014-08-061-15/+13Star
* powerpc: Remove ancient DEBUG_SIG codeMichael Ellerman2014-06-241-9/+0Star
* powerpc/tm: Disable IRQ in tm_recheckpointMichael Neuling2014-04-071-0/+2
* powerpc: Increase stack redzone for 64-bit userspace to 512 bytesPaul Mackerras2014-02-281-2/+2
* powerpc: Don't corrupt transactional state when using FP/VMX in kernelPaul Mackerras2014-01-151-7/+7
* powerpc/signals: Improved mark VSX not saved with small contexts fixMichael Neuling2013-11-251-0/+6
* powerpc: ELF2 binaries signal handlingRusty Russell2013-11-201-9/+16
* Merge branch 'for-kvm' into nextBenjamin Herrenschmidt2013-10-111-14/+15
|\
| * powerpc: Put FP/VSX and VR state into structuresPaul Mackerras2013-10-111-14/+15
* | powerpc: Reset MSR_LE on signal entryAnton Blanchard2013-10-111-1/+2
|/
* powerpc: Remove the redundant flush_fp_to_thread() in setup_sigcontext()Kevin Hao2013-08-141-2/+0Star
* powerpc: Fix VRSAVE handlingPaul Mackerras2013-08-141-0/+8
* powerpc: Fix a number of sparse warningsAnton Blanchard2013-08-141-4/+4
* powerpc/tm: Fix return of active 64bit signalsMichael Neuling2013-06-201-3/+5
* powerpc/tm: Fix userspace stack corruption on signal delivery for active tran...Michael Neuling2013-06-011-16/+7Star
* powerpc: fix compiling CONFIG_PPC_TRANSACTIONAL_MEM when CONFIG_ALTIVEC=nMichael Neuling2013-04-101-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-241-8/+3Star
|\
| * powerpc: switch to generic sigaltstackAl Viro2013-02-041-8/+3Star
* | powerpc: Add new transactional memory state to the signal contextMichael Neuling2013-02-151-3/+334
|/
* Fix misspellings of "whether" in comments.Adam Buchbinder2012-11-191-1/+1
* powerpc: get rid of restore_sigmask()Al Viro2012-06-011-2/+2