summaryrefslogtreecommitdiffstats
path: root/kernel/kthread.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-10-201-0/+5
|\
| * tracing, sched: LTTng instrumentation - schedulerMathieu Desnoyers2008-10-141-0/+5
* | kthread_bind: use wait_task_inactive(TASK_UNINTERRUPTIBLE)Oleg Nesterov2008-10-201-3/+2
|/
* tracehook: wait_task_inactiveRoland McGrath2008-07-261-1/+1
* kthread: reduce stack pressure in create_kthread and kthreaddMike Travis2008-07-181-2/+2
* Freezer: Introduce PF_FREEZER_NOSIGRafael J. Wysocki2008-07-161-1/+1
* sched: prevent bound kthreads from changing cpus_allowedDavid Rientjes2008-06-101-0/+1
* Deprecate find_task_by_pid()Pavel Emelyanov2008-04-301-1/+1
* kthread: call wake_up_process() without the lock being heldDmitry Adamushko2008-04-291-1/+1
* Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds2008-04-211-1/+0
|\
| * kernel: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-181-1/+0
* | sched: fix cpus_allowed settingsGregory Haskins2008-04-191-0/+1
|/
* sched: fix, always create kernel threads with normal priorityMichal Schmidt2008-01-251-1/+11
* kthread: silence bogus section mismatch warningSatyam Sharma2007-07-311-10/+2
* mm: fix improper .init-type section referencesJan Beulich2007-07-161-1/+1
* freezer: fix kthread_create vs freezer theoretical raceOleg Nesterov2007-05-231-2/+5
* change kernel threads to ignore signals instead of blocking themOleg Nesterov2007-05-091-14/+3
* kthread: don't depend on work queuesEric W. Biederman2007-05-091-56/+68
* [PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day2007-02-111-3/+3
* WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells2006-11-221-5/+8
* [PATCH] remove kernel/kthread.c:kthread_stop_sem()Adrian Bunk2006-07-141-22/+2
* [PATCH] kthread: move kernel-doc and put it into DocBookRandy Dunlap2006-06-251-1/+60
* [PATCH] find_task_by_pid() needs tasklist_lockAndrew Morton2006-03-251-0/+2
* [PATCH] sem2mutex: kernel/Arjan van de Ven2006-03-231-3/+4
* [PATCH] Add kthread_stop_sem()Alan Stern2005-10-301-2/+11
* [PATCH] use smp_mb/wmb/rmb where possibleakpm@osdl.org2005-05-011-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+202