summaryrefslogtreecommitdiffstats
path: root/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Remove duplicate code in signal.cPaul E. McKenney2005-10-301-11/+5
* [PATCH] remove unneeded SI_TIMER checksOleg Nesterov2005-10-301-18/+0
* [PATCH] cleanup the usage of SEND_SIG_xxx constantsOleg Nesterov2005-10-301-11/+7
* [PATCH] remove hardcoded SEND_SIG_xxx constantsOleg Nesterov2005-10-301-15/+20
* [PATCH] ptrace/coredump/exit_group deadlockAndrea Arcangeli2005-10-301-3/+3
* [PATCH] Unify sys_tkill() and sys_tgkill()Vadim Lobanov2005-10-301-46/+25
* [PATCH] kill sigqueue->lockOleg Nesterov2005-10-301-6/+4
* [PATCH] fix ->signal->live leak in copy_process()Oleg Nesterov2005-10-291-0/+2
* [PATCH] Call exit_itimers from do_exit, not __exit_signalRoland McGrath2005-10-211-13/+1
* [PATCH] Fix signal sending in usbdevio on async URB completionHarald Welte2005-10-101-0/+34
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-081-1/+1
* [PATCH] fix do_coredump() vs SIGSTOP raceOleg Nesterov2005-10-081-1/+2
* [PATCH] Fix task state testing properly in do_signal_stop()Roland McGrath2005-09-291-1/+2
* Make sure SIGKILL gets proper respectLinus Torvalds2005-09-231-17/+14
* [PATCH] kernel: fix-up schedule_timeout() usageNishanth Aravamudan2005-09-101-2/+1
* [PATCH] fix send_sigqueue() vs thread exit raceOleg Nesterov2005-09-071-10/+12
* [PATCH] do_notify_parent_cldstop() cleanupOleg Nesterov2005-09-071-35/+26
* [PATCH] NPTL signal delivery deadlock fixBhavesh P. Davda2005-08-171-1/+1
* [PATCH] Cleanup patch for process freezingChristoph Lameter2005-06-251-3/+2
* [PATCH] Software suspend and recalc sigpending bug fixKirill Korotaev2005-06-231-0/+1
* Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2005-06-021-1/+10
|\
| * [PATCH] sigkill priority fixKirill Korotaev2005-05-241-1/+10
* | The attached patch addresses the problem with getting the audit daemon Steve Grubb2005-05-061-1/+6
|/
* [PATCH] convert that currently tests _NSIG directly to use valid_signal()Jesper Juhl2005-05-011-4/+5
* [PATCH] kill #ifndef HAVE_ARCH_GET_SIGNAL_TO_DELIVER in signal.cChristoph Hellwig2005-04-161-4/+0
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+2662