index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
signal.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/signal: Properly handle return value from uprobe_deny_signal()
Naveen N. Rao
2017-11-30
1
-1
/
+1
*
livepatch/powerpc: add TIF_PATCH_PENDING thread flag
Josh Poimboeuf
2017-03-08
1
-0
/
+4
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
powerpc: signals: Stop using current in signal code
Cyril Bur
2016-10-04
1
-18
/
+23
*
powerpc: Fix misspellings in comments.
Adam Buchbinder
2016-03-01
1
-2
/
+2
*
powerpc: Use sigsp()
Richard Weinberger
2014-08-06
1
-8
/
+2
*
powerpc: Use get_signal() signal_setup_done()
Richard Weinberger
2014-08-06
1
-20
/
+11
*
powerpc: Fix smp_processor_id() in preemptible splat in set_breakpoint
Paul Gortmaker
2014-05-20
1
-1
/
+1
*
powerpc: Don't corrupt transactional state when using FP/VMX in kernel
Paul Mackerras
2014-01-15
1
-2
/
+1
*
powerpc/tm: Fix userspace stack corruption on signal delivery for active tran...
Michael Neuling
2013-06-01
1
-2
/
+38
*
powerpc: Set show_unhandled_signals to 1 by default
Benjamin Herrenschmidt
2013-05-14
1
-1
/
+1
*
powerpc: Exit user context on notify resume
Li Zhong
2013-05-14
1
-0
/
+5
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-02-23
1
-7
/
+0
|
\
|
*
powerpc: switch to generic sigaltstack
Al Viro
2013-02-03
1
-7
/
+0
*
|
powerpc: Rename set_break to avoid naming conflict
Michael Neuling
2013-01-16
1
-1
/
+1
*
|
powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint registers
Michael Neuling
2013-01-10
1
-2
/
+3
|
/
*
uprobes/powerpc: Don't clear TIF_UPROBE in do_notify_resume()
Oleg Nesterov
2012-11-03
1
-3
/
+1
*
powerpc: Rework set_dabr so it can take a DABRX value as well
Michael Neuling
2012-09-10
1
-1
/
+1
*
powerpc: Uprobes port to powerpc
Ananth N Mavinakayanahalli
2012-09-05
1
-0
/
+6
*
new helper: signal_delivered()
Al Viro
2012-06-01
1
-5
/
+1
*
powerpc: get rid of restore_sigmask()
Al Viro
2012-06-01
1
-9
/
+0
*
most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set
Al Viro
2012-06-01
1
-1
/
+0
*
pull clearing RESTORE_SIGMASK into block_sigmask()
Al Viro
2012-06-01
1
-7
/
+0
*
new helper: sigmask_to_save()
Al Viro
2012-06-01
1
-6
/
+1
*
new helper: restore_saved_sigmask()
Al Viro
2012-06-01
1
-5
/
+1
*
move key_repace_session_keyring() into tracehook_notify_resume()
Al Viro
2012-05-23
1
-2
/
+0
*
Disintegrate asm/system.h for PowerPC
David Howells
2012-03-28
1
-0
/
+1
*
powerpc: Use set_current_blocked() and block_sigmask()
Matt Fleming
2012-03-07
1
-11
/
+2
*
powerpc: Fix various issues with return to userspace
Benjamin Herrenschmidt
2012-02-22
1
-4
/
+8
*
powerpc: fix double syscall restarts
Al Viro
2010-09-22
1
-0
/
+2
*
powerpc, hw_breakpoint: Enable hw-breakpoints while handling intervening signals
K.Prasad
2010-06-22
1
-0
/
+3
*
powerpc/booke: Add support for advanced debug registers
Dave Kleikamp
2010-02-17
1
-4
/
+2
*
powerpc/booke: Introduce new CONFIG options for advanced debug registers
Dave Kleikamp
2010-02-17
1
-1
/
+1
*
powerpc: Sanitize stack pointer in signal handling code
Josh Boyer
2009-03-27
1
-2
/
+2
*
powerpc: Add TIF_NOTIFY_RESUME support for tracehook
Roland McGrath
2008-07-28
1
-1
/
+12
*
powerpc: Call tracehook_signal_handler() when setting up signal frames
Roland McGrath
2008-07-28
1
-1
/
+7
*
powerpc/booke: Clean up the hardware watchpoint support
Kumar Gala
2008-07-28
1
-1
/
+1
*
powerpc: BookE hardware watchpoint support
Luis Machado
2008-07-25
1
-1
/
+5
*
[POWERPC] Define and use TLF_RESTORE_SIGMASK
Roland McGrath
2008-05-14
1
-6
/
+6
*
[POWERPC] Implement logging of unhandled signals
Olof Johansson
2007-10-12
1
-0
/
+6
*
[POWERPC] Less ifdef's in signal.c/signal.h
Benjamin Herrenschmidt
2007-06-14
1
-15
/
+0
*
[POWERPC] Remove #ifdef around set_dabr in signal code
Benjamin Herrenschmidt
2007-06-14
1
-2
/
+0
*
[POWERPC] Merge creation of signal frame
Benjamin Herrenschmidt
2007-06-14
1
-10
/
+29
*
[POWERPC] Remove obsolete freezer bits
Benjamin Herrenschmidt
2007-06-14
1
-12
/
+0
*
[POWERPC] Consolidate do_signal
Christoph Hellwig
2007-06-14
1
-2
/
+105
*
[POWERPC] Consolidate restore_sigmask
Christoph Hellwig
2007-06-14
1
-0
/
+15
*
[POWERPC] Consolidate sys_sigaltstack
Christoph Hellwig
2007-06-14
1
-0
/
+7
*
[POWERPC] Make syscall restart code more common
Benjamin Herrenschmidt
2007-06-14
1
-0
/
+65