| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc: signals: Discard transaction state from signal frames | Cyril Bur | 2016-08-29 | 1 | -0/+14 |
* | powerpc: Avoid load hit store in setup_sigcontext() | Anton Blanchard | 2016-06-14 | 1 | -3/+8 |
* | Merge tag 'powerpc-4.4-3' into next | Michael Ellerman | 2015-12-14 | 1 | -0/+4 |
|\ |
|
| * | powerpc/tm: Block signal return setting invalid MSR state | Michael Neuling | 2015-11-23 | 1 | -0/+4 |
* | | powerpc: Move part of giveup_vsx into c | Anton Blanchard | 2015-12-01 | 1 | -2/+2 |
* | | powerpc: Remove UP only lazy floating point and vector optimisations | Anton Blanchard | 2015-12-01 | 1 | -18/+0 |
|/ |
|
* | powerpc/signal: Add helper function to fetch quad word aligned pointer | Anshuman Khandual | 2015-07-21 | 1 | -5/+16 |
* | all arches, signal: move restart_block to struct task_struct | Andy Lutomirski | 2015-02-12 | 1 | -1/+1 |
* | powerpc: Use sigsp() | Richard Weinberger | 2014-08-06 | 1 | -1/+1 |
* | powerpc: Use get_signal() signal_setup_done() | Richard Weinberger | 2014-08-06 | 1 | -15/+13 |
* | powerpc: Remove ancient DEBUG_SIG code | Michael Ellerman | 2014-06-24 | 1 | -9/+0 |
* | powerpc/tm: Disable IRQ in tm_recheckpoint | Michael Neuling | 2014-04-07 | 1 | -0/+2 |
* | powerpc: Increase stack redzone for 64-bit userspace to 512 bytes | Paul Mackerras | 2014-02-28 | 1 | -2/+2 |
* | powerpc: Don't corrupt transactional state when using FP/VMX in kernel | Paul Mackerras | 2014-01-15 | 1 | -7/+7 |
* | powerpc/signals: Improved mark VSX not saved with small contexts fix | Michael Neuling | 2013-11-25 | 1 | -0/+6 |
* | powerpc: ELF2 binaries signal handling | Rusty Russell | 2013-11-21 | 1 | -9/+16 |
* | Merge branch 'for-kvm' into next | Benjamin Herrenschmidt | 2013-10-11 | 1 | -14/+15 |
|\ |
|
| * | powerpc: Put FP/VSX and VR state into structures | Paul Mackerras | 2013-10-11 | 1 | -14/+15 |
* | | powerpc: Reset MSR_LE on signal entry | Anton Blanchard | 2013-10-11 | 1 | -1/+2 |
|/ |
|
* | powerpc: Remove the redundant flush_fp_to_thread() in setup_sigcontext() | Kevin Hao | 2013-08-14 | 1 | -2/+0 |
* | powerpc: Fix VRSAVE handling | Paul Mackerras | 2013-08-14 | 1 | -0/+8 |
* | powerpc: Fix a number of sparse warnings | Anton Blanchard | 2013-08-14 | 1 | -4/+4 |
* | powerpc/tm: Fix return of active 64bit signals | Michael Neuling | 2013-06-20 | 1 | -3/+5 |
* | powerpc/tm: Fix userspace stack corruption on signal delivery for active tran... | Michael Neuling | 2013-06-01 | 1 | -16/+7 |
* | powerpc: fix compiling CONFIG_PPC_TRANSACTIONAL_MEM when CONFIG_ALTIVEC=n | Michael Neuling | 2013-04-10 | 1 | -0/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-23 | 1 | -8/+3 |
|\ |
|
| * | powerpc: switch to generic sigaltstack | Al Viro | 2013-02-03 | 1 | -8/+3 |
* | | powerpc: Add new transactional memory state to the signal context | Michael Neuling | 2013-02-15 | 1 | -3/+334 |
|/ |
|
* | Fix misspellings of "whether" in comments. | Adam Buchbinder | 2012-11-19 | 1 | -1/+1 |
* | powerpc: get rid of restore_sigmask() | Al Viro | 2012-06-01 | 1 | -2/+2 |
* | Disintegrate asm/system.h for PowerPC | David Howells | 2012-03-28 | 1 | -0/+1 |
* | powerpc: remove non-required uses of include <linux/module.h> | Paul Gortmaker | 2011-10-31 | 1 | -1/+0 |
* | arch/powerpc: use printk_ratelimited instead of printk_ratelimit | Christian Dietrich | 2011-06-29 | 1 | -8/+9 |
* | powerpc: Use MSR_64BIT in places | Michael Ellerman | 2011-04-27 | 1 | -2/+2 |
* | powerpc: fix double syscall restarts | Al Viro | 2010-09-22 | 1 | -1/+1 |
* | powerpc: Sanitize stack pointer in signal handling code | Josh Boyer | 2009-03-27 | 1 | -1/+1 |
* | powerpc: Fix swapcontext system for VSX + old ucontext size | Michael Neuling | 2008-10-31 | 1 | -18/+15 |
* | powerpc: Remove empty #else from signal_64.c | Michael Neuling | 2008-10-22 | 1 | -2/+0 |
* | powerpc: fix giveup_vsx to save registers correctly | Michael Neuling | 2008-07-15 | 1 | -1/+1 |
* | powerpc: fix swapcontext backwards compat. with VSX ucontext changes | Michael Neuling | 2008-07-09 | 1 | -4/+32 |
* | powerpc: Clean up copy_to/from_user for vsx and fpr | Michael Neuling | 2008-07-03 | 1 | -32/+11 |
* | powerpc: Fix compile error for CONFIG_VSX | Michael Neuling | 2008-07-01 | 1 | -0/+1 |
* | powerpc: Explicitly copy elements of pt_regs | Stephen Rothwell | 2008-07-01 | 1 | -12/+12 |
* | powerpc: Add VSX context save/restore, ptrace and signal support | Michael Neuling | 2008-07-01 | 1 | -1/+30 |
* | powerpc: Introduce VSX thread_struct and CONFIG_VSX | Michael Neuling | 2008-07-01 | 1 | -3/+29 |
* | [POWERPC] Fix incorrect enabling of VMX when building signal or user context | Benjamin Herrenschmidt | 2008-06-09 | 1 | -1/+3 |
* | [POWERPC] Implement logging of unhandled signals | Olof Johansson | 2007-10-12 | 1 | -0/+15 |
* | Merge branch 'for-2.6.23' into merge | Paul Mackerras | 2007-07-11 | 1 | -177/+5 |
|\ |
|
| * | [POWERPC] Merge creation of signal frame | Benjamin Herrenschmidt | 2007-06-14 | 1 | -22/+2 |
| * | [POWERPC] Consolidate do_signal | Christoph Hellwig | 2007-06-14 | 1 | -85/+1 |