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