aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-06-20[PATCH] collect sid of those who send signals to auditdAl Viro1-1/+1
2006-04-14[PATCH] fix non-leader exec under ptraceRoland McGrath1-2/+2
2006-04-11[PATCH] __group_complete_signal: remove bogus BUG_ONOleg Nesterov1-1/+0
2006-04-02BUG_ON() Conversion in kernel/signal.cEric Sesterhenn1-4/+2
2006-03-31[PATCH] Fix suspend with traced tasksPavel Machek1-0/+1
2006-03-28[PATCH] send_sigqueue: simplify and fix the raceOleg Nesterov1-37/+4
2006-03-28[PATCH] do_notify_parent_cldstop: remove 'to_self' paramOleg Nesterov1-21/+11
2006-03-28[PATCH] finish_stop: don't check stop_count < 0Oleg Nesterov1-1/+1
2006-03-28[PATCH] simplify do_signal_stop()Oleg Nesterov1-24/+8
2006-03-28[PATCH] do_sigaction: don't take tasklist_lockOleg Nesterov1-19/+3
2006-03-28[PATCH] do_signal_stop: don't take tasklist_lockOleg Nesterov1-52/+17
2006-03-28[PATCH] relax sig_needs_tasklist()Oleg Nesterov1-2/+1
2006-03-28[PATCH] move __exit_signal() to kernel/exit.cOleg Nesterov1-64/+1
2006-03-28[PATCH] rename __exit_sighand to cleanup_sighandOleg Nesterov1-17/+2
2006-03-28[PATCH] cleanup __exit_signal()Oleg Nesterov1-16/+15
2006-03-28[PATCH] copy_process: cleanup bad_fork_cleanup_signalOleg Nesterov1-14/+1
2006-03-28[PATCH] copy_process: cleanup bad_fork_cleanup_sighandOleg Nesterov1-14/+0
2006-03-28[PATCH] introduce sig_needs_tasklist() helperOleg Nesterov1-1/+4
2006-03-28[PATCH] introduce lock_task_sighand() helperOleg Nesterov1-14/+24
2006-03-28[PATCH] convert sighand_cache to use SLAB_DESTROY_BY_RCUOleg Nesterov1-1/+1
2006-03-28[PATCH] exec: allow init to exec from any thread.Eric W. Biederman1-1/+1
2006-03-23[PATCH] sigprocmask: kill unneeded temp varOleg Nesterov1-4/+4
2006-03-23[PATCH] swsusp: finally solve mysqld problemRafael J. Wysocki1-1/+2
2006-02-09[PATCH] do_sigaction: cleanup ->sa_mask manipulationOleg Nesterov1-5/+3
2006-02-09[PATCH] sys_signal: initialize ->sa_maskOleg Nesterov1-0/+1
2006-02-03[PATCH] uninline __sigqueue_free()Andrew Morton1-1/+1
2006-01-18[PATCH] Generic sys_rt_sigsuspend()David Woodhouse1-0/+26
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven1-2/+2
2006-01-11[PATCH] move capable() to capability.hRandy.Dunlap1-0/+1
2006-01-08[PATCH] remove unneeded sig->curr_target recalculationOleg Nesterov1-2/+0
2006-01-08[PATCH] kill_proc_info_as_uid: don't use hardcoded constantsOleg Nesterov1-2/+1
2006-01-08[PATCH] sigaction should clear all signals on SIG_IGN, not just < 32George Anzinger1-2/+32
2006-01-08[PATCH] Simpler signal-exit concurrency handlingPaul E. McKenney1-5/+6
2006-01-08[PATCH] RCU signal handlingIngo Molnar1-14/+83
2005-11-13[PATCH] signal handling: revert sigkill priority fixHeiko Carstens1-10/+1
2005-11-10[PATCH] Don't auto-reap traced childrenOleg Nesterov1-1/+1
2005-10-30[PATCH] Remove duplicate code in signal.cPaul E. McKenney1-11/+5
2005-10-30[PATCH] remove unneeded SI_TIMER checksOleg Nesterov1-18/+0
2005-10-30[PATCH] cleanup the usage of SEND_SIG_xxx constantsOleg Nesterov1-11/+7
2005-10-30[PATCH] remove hardcoded SEND_SIG_xxx constantsOleg Nesterov1-15/+20
2005-10-30[PATCH] ptrace/coredump/exit_group deadlockAndrea Arcangeli1-3/+3
2005-10-30[PATCH] Unify sys_tkill() and sys_tgkill()Vadim Lobanov1-46/+25
2005-10-30[PATCH] kill sigqueue->lockOleg Nesterov1-6/+4
2005-10-29[PATCH] fix ->signal->live leak in copy_process()Oleg Nesterov1-0/+2
2005-10-21[PATCH] Call exit_itimers from do_exit, not __exit_signalRoland McGrath1-13/+1
2005-10-10[PATCH] Fix signal sending in usbdevio on async URB completionHarald Welte1-0/+34
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-1/+1
2005-10-08[PATCH] fix do_coredump() vs SIGSTOP raceOleg Nesterov1-1/+2
2005-09-29[PATCH] Fix task state testing properly in do_signal_stop()Roland McGrath1-1/+2
2005-09-23Make sure SIGKILL gets proper respectLinus Torvalds1-17/+14