summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/signal_64.c
Commit message (Expand)AuthorAgeFilesLines
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-121-1/+1
* powerpc: Use sigsp()Richard Weinberger2014-08-061-1/+1
* powerpc: Use get_signal() signal_setup_done()Richard Weinberger2014-08-061-15/+13
* powerpc: Remove ancient DEBUG_SIG codeMichael Ellerman2014-06-241-9/+0
* 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-211-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/+0
* 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/+7
* 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-231-8/+3
|\
| * powerpc: switch to generic sigaltstackAl Viro2013-02-031-8/+3
* | 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
* Disintegrate asm/system.h for PowerPCDavid Howells2012-03-281-0/+1
* powerpc: remove non-required uses of include <linux/module.h>Paul Gortmaker2011-10-311-1/+0
* arch/powerpc: use printk_ratelimited instead of printk_ratelimitChristian Dietrich2011-06-291-8/+9
* powerpc: Use MSR_64BIT in placesMichael Ellerman2011-04-271-2/+2
* powerpc: fix double syscall restartsAl Viro2010-09-221-1/+1
* powerpc: Sanitize stack pointer in signal handling codeJosh Boyer2009-03-271-1/+1
* powerpc: Fix swapcontext system for VSX + old ucontext sizeMichael Neuling2008-10-311-18/+15
* powerpc: Remove empty #else from signal_64.cMichael Neuling2008-10-221-2/+0
* powerpc: fix giveup_vsx to save registers correctlyMichael Neuling2008-07-151-1/+1
* powerpc: fix swapcontext backwards compat. with VSX ucontext changesMichael Neuling2008-07-091-4/+32
* powerpc: Clean up copy_to/from_user for vsx and fprMichael Neuling2008-07-031-32/+11
* powerpc: Fix compile error for CONFIG_VSXMichael Neuling2008-07-011-0/+1
* powerpc: Explicitly copy elements of pt_regsStephen Rothwell2008-07-011-12/+12
* powerpc: Add VSX context save/restore, ptrace and signal supportMichael Neuling2008-07-011-1/+30
* powerpc: Introduce VSX thread_struct and CONFIG_VSXMichael Neuling2008-07-011-3/+29
* [POWERPC] Fix incorrect enabling of VMX when building signal or user contextBenjamin Herrenschmidt2008-06-091-1/+3
* [POWERPC] Implement logging of unhandled signalsOlof Johansson2007-10-121-0/+15
* Merge branch 'for-2.6.23' into mergePaul Mackerras2007-07-111-177/+5
|\
| * [POWERPC] Merge creation of signal frameBenjamin Herrenschmidt2007-06-141-22/+2
| * [POWERPC] Consolidate do_signalChristoph Hellwig2007-06-141-85/+1
| * [POWERPC] Consolidate restore_sigmaskChristoph Hellwig2007-06-141-15/+0
| * [POWERPC] Consolidate sys_sigaltstackChristoph Hellwig2007-06-141-8/+0
| * [POWERPC] Make syscall restart code more commonBenjamin Herrenschmidt2007-06-141-52/+7
* | [POWERPC] Fix subtle FP state corruption bug in signal return on SMPPaul Mackerras2007-06-261-3/+7
|/
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* Merge branch 'merge'Paul Mackerras2006-06-121-0/+2
|\