aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/signal_32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-14Merge tag 'powerpc-4.4-3' into nextMichael Ellerman1-5/+9
2015-12-01powerpc: Move part of giveup_vsx into cAnton Blanchard1-2/+2
2015-12-01powerpc: Remove UP only lazy floating point and vector optimisationsAnton Blanchard1-18/+0
2015-11-23powerpc/tm: Block signal return setting invalid MSR stateMichael Neuling1-5/+9
2015-09-03Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+5
2015-08-07signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras1-2/+0
2015-07-29powerpc/kernel: Add SIG_SYS support for compat tasksMichael Ellerman1-0/+5
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski1-2/+2
2014-08-06powerpc: Use sigsp()Richard Weinberger1-2/+2
2014-08-06powerpc: Use get_signal() signal_setup_done()Richard Weinberger1-20/+16
2014-06-24powerpc: Remove ancient DEBUG_SIG codeMichael Ellerman1-9/+0
2014-04-07powerpc/tm: Disable IRQ in tm_recheckpointMichael Neuling1-0/+2
2014-01-29powerpc: Fix 32-bit frames for signals delivered when transactionalPaul Mackerras1-12/+7
2014-01-15powerpc: Don't corrupt transactional state when using FP/VMX in kernelPaul Mackerras1-14/+7
2013-11-25powerpc/signals: Improved mark VSX not saved with small contexts fixMichael Neuling1-9/+7
2013-11-21powerpc/signals: Mark VSX not saved with small contextsMichael Neuling1-1/+9
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-11-09constify copy_siginfo_to_user{,32}()Al Viro1-1/+1
2013-10-18powerpc: move debug registers in a structureBharat Bhushan1-3/+3
2013-10-11Merge branch 'for-kvm' into nextBenjamin Herrenschmidt1-35/+37
2013-10-11powerpc: Put FP/VSX and VR state into structuresPaul Mackerras1-35/+37
2013-10-11powerpc: Reset MSR_LE on signal entryAnton Blanchard1-1/+2
2013-08-14powerpc: Fix VRSAVE handlingPaul Mackerras1-0/+9
2013-06-20powerpc/tm: Fix return of 32bit rt signals to active transactionsMichael Neuling1-1/+1
2013-06-20powerpc/tm: Fix restoration of MSR on 32bit signal returnMichael Neuling1-3/+6
2013-06-20powerpc/tm: Fix 32 bit non-rt signalsMichael Neuling1-5/+25
2013-06-20powerpc/tm: Fix writing top half of MSR on 32 bit signalsMichael Neuling1-8/+21
2013-06-01powerpc/tm: Fix userspace stack corruption on signal delivery for active transactionsMichael Neuling1-8/+2
2013-04-10powerpc: fix compiling CONFIG_PPC_TRANSACTIONAL_MEM when CONFIG_ALTIVEC=nMichael Neuling1-0/+2
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-245/+8
2013-02-15powerpc: Add new transactional memory state to the signal contextMichael Neuling1-13/+487
2013-02-03powerpc: switch to generic old sigaction()Al Viro1-65/+0
2013-02-03powerpc: switch to generic compat rt_sigaction()Al Viro1-30/+0
2013-02-03powerpc: switch to generic old sigsuspendAl Viro1-11/+0
2013-02-03powerpc: switch to generic compat rt_sigqueueinfo()Al Viro1-24/+0
2013-02-03powerpc: switch to generic compat rt_sigpending()Al Viro1-18/+0
2013-02-03powerpc: switch to generic compat rt_sigprocmask()Al Viro1-35/+0
2013-02-03powerpc: switch to generic sigaltstackAl Viro1-61/+8
2013-02-03take sys_rt_sigsuspend() prototype to linux/syscalls.hAl Viro1-1/+0
2012-10-01Uninclude linux/freezer.hRichard Weinberger1-1/+0
2012-06-01powerpc: get rid of restore_sigmask()Al Viro1-2/+2
2012-05-21powerpc: missing checks of __get_user()/__put_user() return valuesAl Viro1-3/+3
2012-05-21new helper: sigsuspend()Al Viro1-10/+1
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells1-0/+1
2012-03-07powerpc: Use set_current_blocked() and block_sigmask()Matt Fleming1-5/+6
2011-11-17powerpc/signal32: Fix sigset_t conversion when copying to userWill Deacon1-1/+1
2011-06-29arch/powerpc: use printk_ratelimited instead of printk_ratelimitChristian Dietrich1-26/+31
2010-09-22powerpc: fix double syscall restartsAl Viro1-2/+1
2010-02-17powerpc/booke: Add support for advanced debug registersDave Kleikamp1-2/+6
2010-02-17powerpc/booke: Introduce new CONFIG options for advanced debug registersDave Kleikamp1-4/+4