aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/signal_32.c
AgeCommit message (Expand)Author
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
2013-10-11powerpc: Put FP/VSX and VR state into structuresPaul Mackerras
2013-10-11powerpc: Reset MSR_LE on signal entryAnton Blanchard
2013-08-14powerpc: Fix VRSAVE handlingPaul Mackerras
2013-06-20powerpc/tm: Fix return of 32bit rt signals to active transactionsMichael Neuling
2013-06-20powerpc/tm: Fix restoration of MSR on 32bit signal returnMichael Neuling
2013-06-20powerpc/tm: Fix 32 bit non-rt signalsMichael Neuling
2013-06-20powerpc/tm: Fix writing top half of MSR on 32 bit signalsMichael Neuling
2013-06-01powerpc/tm: Fix userspace stack corruption on signal delivery for active tran...Michael Neuling
2013-04-10powerpc: fix compiling CONFIG_PPC_TRANSACTIONAL_MEM when CONFIG_ALTIVEC=nMichael Neuling
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-15powerpc: Add new transactional memory state to the signal contextMichael Neuling
2013-02-03powerpc: switch to generic old sigaction()Al Viro
2013-02-03powerpc: switch to generic compat rt_sigaction()Al Viro
2013-02-03powerpc: switch to generic old sigsuspendAl Viro
2013-02-03powerpc: switch to generic compat rt_sigqueueinfo()Al Viro
2013-02-03powerpc: switch to generic compat rt_sigpending()Al Viro
2013-02-03powerpc: switch to generic compat rt_sigprocmask()Al Viro
2013-02-03powerpc: switch to generic sigaltstackAl Viro
2013-02-03take sys_rt_sigsuspend() prototype to linux/syscalls.hAl Viro
2012-10-01Uninclude linux/freezer.hRichard Weinberger
2012-06-01powerpc: get rid of restore_sigmask()Al Viro
2012-05-21powerpc: missing checks of __get_user()/__put_user() return valuesAl Viro
2012-05-21new helper: sigsuspend()Al Viro
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells
2012-03-07powerpc: Use set_current_blocked() and block_sigmask()Matt Fleming
2011-11-17powerpc/signal32: Fix sigset_t conversion when copying to userWill Deacon
2011-06-29arch/powerpc: use printk_ratelimited instead of printk_ratelimitChristian Dietrich
2010-09-22powerpc: fix double syscall restartsAl Viro
2010-02-17powerpc/booke: Add support for advanced debug registersDave Kleikamp
2010-02-17powerpc/booke: Introduce new CONFIG options for advanced debug registersDave Kleikamp
2009-03-27powerpc: Sanitize stack pointer in signal handling codeJosh Boyer
2008-11-11powerpc: Fix msr check in compat_sys_swapcontextAndreas Schwab
2008-10-31powerpc: Fix swapcontext system for VSX + old ucontext sizeMichael Neuling
2008-07-15powerpc: fix giveup_vsx to save registers correctlyMichael Neuling
2008-07-09powerpc: fix swapcontext backwards compat. with VSX ucontext changesMichael Neuling
2008-07-03powerpc: Clean up copy_to/from_user for vsx and fprMichael Neuling
2008-07-01powerpc: Add VSX context save/restore, ptrace and signal supportMichael Neuling
2008-07-01powerpc: Introduce VSX thread_struct and CONFIG_VSXMichael Neuling
2008-07-01powerpc: Fix MSR setting in 32 bit signal codeMichael Neuling
2008-05-14[POWERPC] Define and use TLF_RESTORE_SIGMASKRoland McGrath
2008-04-20[POWERPC] Define copy_siginfo_from_user32Roland McGrath
2007-12-20[POWERPC] arch/powerpc: Remove duplicate includesLucas Woods
2007-10-12[POWERPC] Implement logging of unhandled signalsOlof Johansson
2007-06-14[POWERPC] Merge creation of signal frameBenjamin Herrenschmidt