index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
signal.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
signals: inline __fatal_signal_pending
Roland McGrath
2009-09-24
1
-6
/
+0
*
signals: introduce do_send_sig_info() helper
Oleg Nesterov
2009-09-24
1
-29
/
+27
*
signals: tracehook_notify_jctl change
Roland McGrath
2009-09-24
1
-50
/
+47
*
ptrace: __ptrace_detach: do __wake_up_parent() if we reap the tracee
Oleg Nesterov
2009-09-24
1
-9
/
+0
*
do_sigaltstack: small cleanups
Linus Torvalds
2009-08-01
1
-4
/
+6
*
do_sigaltstack: avoid copying 'stack_t' as a structure to user space
Linus Torvalds
2009-08-01
1
-7
/
+8
*
ptrace: do_notify_parent_cldstop: fix the wrong ->nsproxy usage
Oleg Nesterov
2009-06-18
1
-1
/
+1
*
ptrace: do not use task->ptrace directly in core kernel
Oleg Nesterov
2009-06-18
1
-5
/
+5
*
signal: fix __send_signal() false positive kmemcheck warning
Vegard Nossum
2009-06-15
1
-3
/
+8
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
2009-06-11
1
-3
/
+8
|
\
|
*
Merge branch 'master' into next
James Morris
2009-05-08
1
-14
/
+49
|
|
\
|
*
|
SELinux: Don't flush inherited SIGKILL during execve()
David Howells
2009-04-30
1
-3
/
+8
*
|
|
Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2009-06-10
1
-3
/
+1
|
\
\
\
|
*
|
|
tracing/events: move trace point headers into include/trace/events
Steven Rostedt
2009-04-14
1
-1
/
+1
|
*
|
|
tracing: create automated trace defines
Steven Rostedt
2009-04-14
1
-2
/
+0
|
|
|
/
|
|
/
|
*
|
|
signals: implement sys_rt_tgsigqueueinfo
Thomas Gleixner
2009-04-30
1
-0
/
+26
*
|
|
signals: split do_tkill
Thomas Gleixner
2009-04-30
1
-12
/
+18
|
/
/
*
|
signals: SI_USER: Masquerade si_pid when crossing pid ns boundary
Sukadev Bhattiprolu
2009-04-02
1
-0
/
+2
*
|
signals: protect cinit from blocked fatal signals
Sukadev Bhattiprolu
2009-04-02
1
-1
/
+8
*
|
signals: protect cinit from unblocked SIG_DFL signals
Sukadev Bhattiprolu
2009-04-02
1
-9
/
+19
*
|
signals: add from_ancestor_ns parameter to send_signal()
Sukadev Bhattiprolu
2009-04-02
1
-3
/
+9
*
|
signals: protect init from unwanted signals more
Oleg Nesterov
2009-04-02
1
-3
/
+13
*
|
signals: remove 'handler' parameter to tracehook functions
Oleg Nesterov
2009-04-02
1
-3
/
+3
|
/
*
fix ptrace slowness
Miklos Szeredi
2009-03-23
1
-0
/
+8
*
signal: re-add dead task accumulation stats.
Peter Zijlstra
2009-02-05
1
-4
/
+4
*
signals, debug: fix BUG: using smp_processor_id() in preemptible code in prin...
Ed Swierk
2009-01-27
1
-0
/
+2
*
[CVE-2009-0029] System call wrappers part 32
Heiko Carstens
2009-01-14
1
-6
/
+5
*
[CVE-2009-0029] System call wrappers part 09
Heiko Carstens
2009-01-14
1
-13
/
+8
*
[CVE-2009-0029] System call wrappers part 08
Heiko Carstens
2009-01-14
1
-11
/
+7
*
[CVE-2009-0029] System call wrappers part 07
Heiko Carstens
2009-01-14
1
-1
/
+1
*
[CVE-2009-0029] System call wrappers part 04
Heiko Carstens
2009-01-14
1
-4
/
+3
*
[CVE-2009-0029] Convert all system calls to return a long
Heiko Carstens
2009-01-14
1
-1
/
+1
*
SEND_SIG_NOINFO: set si_pid to tgid instead of pid
Sukadev Bhattiprolu
2009-01-06
1
-1
/
+1
*
SEND_SIG_NOINFO: masquerade si_pid when crossing pid-ns boundary
Sukadev Bhattiprolu
2009-01-06
1
-1
/
+2
*
Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2008-12-28
1
-0
/
+2
|
\
|
*
tracepoints: add DECLARE_TRACE() and DEFINE_TRACE()
Mathieu Desnoyers
2008-11-16
1
-0
/
+2
*
|
CRED: Inaugurate COW credentials
David Howells
2008-11-14
1
-4
/
+6
*
|
CRED: Use RCU to access another task's creds and to release a task's own creds
David Howells
2008-11-14
1
-18
/
+31
*
|
CRED: Separate task security context from task_struct
David Howells
2008-11-14
1
-8
/
+8
*
|
CRED: Wrap task credential accesses in the core kernel
David Howells
2008-11-14
1
-6
/
+9
|
/
*
'kill sig -1' must only apply to caller's namespace
Sukadev Bhattiprolu
2008-10-30
1
-1
/
+2
*
Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2008-10-20
1
-0
/
+3
|
\
|
*
tracing, sched: LTTng instrumentation - scheduler
Mathieu Desnoyers
2008-10-14
1
-0
/
+3
*
|
timers: fix itimer/many thread hang
Frank Mayhar
2008-09-14
1
-4
/
+4
|
/
*
tracehook: fix SA_NOCLDWAIT
Roland McGrath
2008-08-19
1
-2
/
+3
*
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2008-08-11
1
-0
/
+1
|
\
|
*
Merge branch 'timers/urgent' of ssh://master.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
2008-07-27
1
-0
/
+1
|
|
\
|
|
*
posix-timers: fix posix_timer_event() vs dequeue_signal() race
Oleg Nesterov
2008-07-24
1
-0
/
+1
*
|
|
tracehook: force signal_pending()
Roland McGrath
2008-07-26
1
-1
/
+3
*
|
|
tracehook: death
Roland McGrath
2008-07-26
1
-3
/
+7
[next]