summaryrefslogtreecommitdiff
path: root/kernel/signal.c
AgeCommit message (Expand)Author
2008-10-20Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2008-10-14tracing, sched: LTTng instrumentation - schedulerMathieu Desnoyers
2008-09-14timers: fix itimer/many thread hangFrank Mayhar
2008-08-19tracehook: fix SA_NOCLDWAITRoland McGrath
2008-08-11Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2008-07-27Merge branch 'timers/urgent' of ssh://master.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2008-07-26tracehook: force signal_pending()Roland McGrath
2008-07-26tracehook: deathRoland McGrath
2008-07-26tracehook: job controlRoland McGrath
2008-07-26tracehook: get_signal_to_deliverRoland McGrath
2008-07-26tracehook: tracehook_consider_fatal_signalRoland McGrath
2008-07-26tracehook: tracehook_consider_ignored_signalRoland McGrath
2008-07-26tracehook: unexport ptrace_notifyRoland McGrath
2008-07-25pidns: remove now unused kill_proc functionPavel Emelyanov
2008-07-25coredump: move mm->core_waiters into struct core_stateOleg Nesterov
2008-07-25ptrace: simplify ptrace_stop()->sigkill_pending() pathOleg Nesterov
2008-07-25kernel/signal.c: change vars pid and tgid types to pid_tGustavo Fernando Padovan
2008-07-25signals: make siginfo_t si_utime + si_sstime report times in USER_HZ, not HZMichael Kerrisk
2008-07-25signals: do_signal_stop: kill the SIGNAL_UNKILLABLE checkOleg Nesterov
2008-07-25signals: dequeue_signal: don't check SIGNAL_GROUP_EXIT when setting SIGNAL_ST...Oleg Nesterov
2008-07-25signals: change collect_signal() to return voidOleg Nesterov
2008-07-25signals: collect_signal: simplify the "still_pending" logicOleg Nesterov
2008-07-25signals: collect_signal: remove the unneeded sigismember() checkOleg Nesterov
2008-07-24posix-timers: fix posix_timer_event() vs dequeue_signal() raceOleg Nesterov
2008-05-26posix timers: discard SI_TIMER signals on execOleg Nesterov
2008-05-26posix timers: sigqueue_free: don't free sigqueue if it is queuedOleg Nesterov
2008-05-24signals: fix sigqueue_free() vs __exit_signal() raceOleg Nesterov
2008-04-30signals: add set_restore_sigmaskRoland McGrath
2008-04-30signals: allow the kernel to actually kill /sbin/initOleg Nesterov
2008-04-30signals: fix /sbin/init protection from unwanted signalsOleg Nesterov
2008-04-30signals: check_kill_permission: remove tasklist_lockOleg Nesterov
2008-04-30signals: check_kill_permission: check session under tasklist_lockOleg Nesterov
2008-04-30signals: send_signal: be paranoid about signalfd_notify()Oleg Nesterov
2008-04-30signals: document CLD_CONTINUED notification mechanicsOleg Nesterov
2008-04-30signals: fold sig_ignored() into handle_stop_signal()Oleg Nesterov
2008-04-30signals: cleanup the usage of print_fatal_signal()Oleg Nesterov
2008-04-30signals: handle_stop_signal: don't worry about SIGKILLOleg Nesterov
2008-04-30signals: join send_sigqueue() with send_group_sigqueue()Oleg Nesterov
2008-04-30signals: unify send_sigqueue/send_group_sigqueue completelyOleg Nesterov
2008-04-30signals: fold complete_signal() into send_signal/do_send_sigqueuePavel Emelyanov
2008-04-30signals: use __group_complete_signal() for the specific signals tooOleg Nesterov
2008-04-30signals: change send_signal/do_send_sigqueue to take "boolean group" parameterOleg Nesterov
2008-04-30signals: move the definition of __group_complete_signal() upOleg Nesterov
2008-04-30signals: microoptimize the usage of ->curr_targetOleg Nesterov
2008-04-30signals: send_sig_info: don't take tasklist_lockOleg Nesterov
2008-04-30signals: do_tkill: don't use tasklist_lockOleg Nesterov
2008-04-30signals: move handle_stop_signal() into send_signal()Oleg Nesterov
2008-04-30signals: send_group_sigqueue: don't take tasklist_lockOleg Nesterov
2008-04-30signals: __group_complete_signal: cache the value of p->signalOleg Nesterov
2008-04-30signals: send_sigqueue: don't forget about handle_stop_signal()Oleg Nesterov