index
:
kernel_samsung_tuna.git
replicant-4.2
replicant-6.0
kernel/samsung/tuna
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
signal.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
'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
*
|
|
tracehook: job control
Roland McGrath
2008-07-26
1
-5
/
+5
*
|
|
tracehook: get_signal_to_deliver
Roland McGrath
2008-07-26
1
-11
/
+27
*
|
|
tracehook: tracehook_consider_fatal_signal
Roland McGrath
2008-07-26
1
-4
/
+5
*
|
|
tracehook: tracehook_consider_ignored_signal
Roland McGrath
2008-07-26
1
-11
/
+16
*
|
|
tracehook: unexport ptrace_notify
Roland McGrath
2008-07-26
1
-1
/
+0
*
|
|
pidns: remove now unused kill_proc function
Pavel Emelyanov
2008-07-25
1
-12
/
+0
*
|
|
coredump: move mm->core_waiters into struct core_state
Oleg Nesterov
2008-07-25
1
-2
/
+2
*
|
|
ptrace: simplify ptrace_stop()->sigkill_pending() path
Oleg Nesterov
2008-07-25
1
-7
/
+5
*
|
|
kernel/signal.c: change vars pid and tgid types to pid_t
Gustavo Fernando Padovan
2008-07-25
1
-6
/
+6
*
|
|
signals: make siginfo_t si_utime + si_sstime report times in USER_HZ, not HZ
Michael Kerrisk
2008-07-25
1
-6
/
+4
*
|
|
signals: do_signal_stop: kill the SIGNAL_UNKILLABLE check
Oleg Nesterov
2008-07-25
1
-2
/
+1
*
|
|
signals: dequeue_signal: don't check SIGNAL_GROUP_EXIT when setting SIGNAL_ST...
Oleg Nesterov
2008-07-25
1
-2
/
+1
*
|
|
signals: change collect_signal() to return void
Oleg Nesterov
2008-07-25
1
-4
/
+2
*
|
|
signals: collect_signal: simplify the "still_pending" logic
Oleg Nesterov
2008-07-25
1
-9
/
+6
*
|
|
signals: collect_signal: remove the unneeded sigismember() check
Oleg Nesterov
2008-07-25
1
-3
/
+0
|
/
/
*
|
posix timers: discard SI_TIMER signals on exec
Oleg Nesterov
2008-05-26
1
-0
/
+34
*
|
posix timers: sigqueue_free: don't free sigqueue if it is queued
Oleg Nesterov
2008-05-26
1
-6
/
+10
*
|
signals: fix sigqueue_free() vs __exit_signal() race
Oleg Nesterov
2008-05-24
1
-1
/
+2
|
/
*
signals: add set_restore_sigmask
Roland McGrath
2008-04-30
1
-1
/
+1
*
signals: allow the kernel to actually kill /sbin/init
Oleg Nesterov
2008-04-30
1
-1
/
+4
*
signals: fix /sbin/init protection from unwanted signals
Oleg Nesterov
2008-04-30
1
-3
/
+6
*
signals: check_kill_permission: remove tasklist_lock
Oleg Nesterov
2008-04-30
1
-2
/
+0
*
signals: check_kill_permission: check session under tasklist_lock
Oleg Nesterov
2008-04-30
1
-5
/
+19
*
signals: send_signal: be paranoid about signalfd_notify()
Oleg Nesterov
2008-04-30
1
-7
/
+1
*
signals: document CLD_CONTINUED notification mechanics
Oleg Nesterov
2008-04-30
1
-1
/
+10
*
signals: fold sig_ignored() into handle_stop_signal()
Oleg Nesterov
2008-04-30
1
-15
/
+17
*
signals: cleanup the usage of print_fatal_signal()
Oleg Nesterov
2008-04-30
1
-2
/
+3
*
signals: handle_stop_signal: don't worry about SIGKILL
Oleg Nesterov
2008-04-30
1
-6
/
+0
*
signals: join send_sigqueue() with send_group_sigqueue()
Oleg Nesterov
2008-04-30
1
-14
/
+1
*
signals: unify send_sigqueue/send_group_sigqueue completely
Oleg Nesterov
2008-04-30
1
-37
/
+21
*
signals: fold complete_signal() into send_signal/do_send_sigqueue
Pavel Emelyanov
2008-04-30
1
-35
/
+11
*
signals: use __group_complete_signal() for the specific signals too
Oleg Nesterov
2008-04-30
1
-9
/
+6
*
signals: change send_signal/do_send_sigqueue to take "boolean group" parameter
Oleg Nesterov
2008-04-30
1
-9
/
+16
*
signals: move the definition of __group_complete_signal() up
Oleg Nesterov
2008-04-30
1
-96
/
+96
*
signals: microoptimize the usage of ->curr_target
Oleg Nesterov
2008-04-30
1
-4
/
+0
*
signals: send_sig_info: don't take tasklist_lock
Oleg Nesterov
2008-04-30
1
-10
/
+1
*
signals: do_tkill: don't use tasklist_lock
Oleg Nesterov
2008-04-30
1
-5
/
+9
*
signals: move handle_stop_signal() into send_signal()
Oleg Nesterov
2008-04-30
1
-8
/
+3
*
signals: send_group_sigqueue: don't take tasklist_lock
Oleg Nesterov
2008-04-30
1
-2
/
+1
*
signals: __group_complete_signal: cache the value of p->signal
Oleg Nesterov
2008-04-30
1
-8
/
+9
[next]