| Commit message (Expand) | Author | Age |
* | powerpc: Use sigsp() | Richard Weinberger | 2014-08-06 |
* | powerpc: Use get_signal() signal_setup_done() | Richard Weinberger | 2014-08-06 |
* | powerpc: Remove ancient DEBUG_SIG code | Michael Ellerman | 2014-06-23 |
* | powerpc/tm: Disable IRQ in tm_recheckpoint | Michael Neuling | 2014-04-06 |
* | powerpc: Fix 32-bit frames for signals delivered when transactional | Paul Mackerras | 2014-01-29 |
* | powerpc: Don't corrupt transactional state when using FP/VMX in kernel | Paul Mackerras | 2014-01-14 |
* | powerpc/signals: Improved mark VSX not saved with small contexts fix | Michael Neuling | 2013-11-24 |
* | powerpc/signals: Mark VSX not saved with small contexts | Michael Neuling | 2013-11-20 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-11-13 |
|\ |
|
| * | constify copy_siginfo_to_user{,32}() | Al Viro | 2013-11-09 |
* | | powerpc: move debug registers in a structure | Bharat Bhushan | 2013-10-18 |
* | | Merge branch 'for-kvm' into next | Benjamin Herrenschmidt | 2013-10-11 |
|\ \ |
|
| * | | powerpc: Put FP/VSX and VR state into structures | Paul Mackerras | 2013-10-11 |
| |/ |
|
* / | powerpc: Reset MSR_LE on signal entry | Anton Blanchard | 2013-10-11 |
|/ |
|
* | powerpc: Fix VRSAVE handling | Paul Mackerras | 2013-08-14 |
* | powerpc/tm: Fix return of 32bit rt signals to active transactions | Michael Neuling | 2013-06-20 |
* | powerpc/tm: Fix restoration of MSR on 32bit signal return | Michael Neuling | 2013-06-20 |
* | powerpc/tm: Fix 32 bit non-rt signals | Michael Neuling | 2013-06-20 |
* | powerpc/tm: Fix writing top half of MSR on 32 bit signals | Michael Neuling | 2013-06-20 |
* | powerpc/tm: Fix userspace stack corruption on signal delivery for active tran... | Michael Neuling | 2013-05-31 |
* | powerpc: fix compiling CONFIG_PPC_TRANSACTIONAL_MEM when CONFIG_ALTIVEC=n | Michael Neuling | 2013-04-09 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-23 |
|\ |
|
| * | powerpc: switch to generic old sigaction() | Al Viro | 2013-02-03 |
| * | powerpc: switch to generic compat rt_sigaction() | Al Viro | 2013-02-03 |
| * | powerpc: switch to generic old sigsuspend | Al Viro | 2013-02-03 |
| * | powerpc: switch to generic compat rt_sigqueueinfo() | Al Viro | 2013-02-03 |
| * | powerpc: switch to generic compat rt_sigpending() | Al Viro | 2013-02-03 |
| * | powerpc: switch to generic compat rt_sigprocmask() | Al Viro | 2013-02-03 |
| * | powerpc: switch to generic sigaltstack | Al Viro | 2013-02-03 |
| * | take sys_rt_sigsuspend() prototype to linux/syscalls.h | Al Viro | 2013-02-03 |
* | | powerpc: Add new transactional memory state to the signal context | Michael Neuling | 2013-02-15 |
|/ |
|
* | Uninclude linux/freezer.h | Richard Weinberger | 2012-10-01 |
* | powerpc: get rid of restore_sigmask() | Al Viro | 2012-06-01 |
* | powerpc: missing checks of __get_user()/__put_user() return values | Al Viro | 2012-05-21 |
* | new helper: sigsuspend() | Al Viro | 2012-05-21 |
* | Disintegrate asm/system.h for PowerPC | David Howells | 2012-03-28 |
* | powerpc: Use set_current_blocked() and block_sigmask() | Matt Fleming | 2012-03-07 |
* | powerpc/signal32: Fix sigset_t conversion when copying to user | Will Deacon | 2011-11-17 |
* | arch/powerpc: use printk_ratelimited instead of printk_ratelimit | Christian Dietrich | 2011-06-29 |
* | powerpc: fix double syscall restarts | Al Viro | 2010-09-22 |
* | powerpc/booke: Add support for advanced debug registers | Dave Kleikamp | 2010-02-16 |
* | powerpc/booke: Introduce new CONFIG options for advanced debug registers | Dave Kleikamp | 2010-02-16 |
* | powerpc: Sanitize stack pointer in signal handling code | Josh Boyer | 2009-03-27 |
* | powerpc: Fix msr check in compat_sys_swapcontext | Andreas Schwab | 2008-11-11 |
* | powerpc: Fix swapcontext system for VSX + old ucontext size | Michael Neuling | 2008-10-31 |
* | powerpc: fix giveup_vsx to save registers correctly | Michael Neuling | 2008-07-14 |
* | powerpc: fix swapcontext backwards compat. with VSX ucontext changes | Michael Neuling | 2008-07-09 |
* | powerpc: Clean up copy_to/from_user for vsx and fpr | Michael Neuling | 2008-07-03 |
* | powerpc: Add VSX context save/restore, ptrace and signal support | Michael Neuling | 2008-06-30 |
* | powerpc: Introduce VSX thread_struct and CONFIG_VSX | Michael Neuling | 2008-06-30 |