aboutsummaryrefslogtreecommitdiff
path: root/kernel/kthread.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-27update the comment in kthread_stop()Gravatar Oleg Nesterov 1-4/+6
2009-06-18kthreads: rework kthread_stop()Gravatar Oleg Nesterov 1-41/+28
2009-06-18kthreads: simplify the startup synchronizationGravatar Oleg Nesterov 1-7/+4
2009-06-16cpuset,mm: update tasks' mems_allowed in timeGravatar Miao Xie 1-0/+2
2009-04-14tracing/events: move trace point headers into include/trace/eventsGravatar Steven Rostedt 1-1/+1
2009-04-14tracing: create automated trace definesGravatar Steven Rostedt 1-3/+0
2009-04-09kthread: move sched-realeted initialization from kthreadd contextGravatar Oleg Nesterov 1-11/+11
2009-04-09kthread: Don't looking for a task in create_kthread() #2Gravatar Vitaliy Gusev 1-3/+1
2009-03-30cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALLGravatar Rusty Russell 1-2/+2
2008-11-16tracepoints: add DECLARE_TRACE() and DEFINE_TRACE()Gravatar Mathieu Desnoyers 1-0/+3
2008-10-20Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+5
2008-10-20kthread_bind: use wait_task_inactive(TASK_UNINTERRUPTIBLE)Gravatar Oleg Nesterov 1-3/+2
2008-10-14tracing, sched: LTTng instrumentation - schedulerGravatar Mathieu Desnoyers 1-0/+5
2008-07-26tracehook: wait_task_inactiveGravatar Roland McGrath 1-1/+1
2008-07-18kthread: reduce stack pressure in create_kthread and kthreaddGravatar Mike Travis 1-2/+2
2008-07-16Freezer: Introduce PF_FREEZER_NOSIGGravatar Rafael J. Wysocki 1-1/+1
2008-06-10sched: prevent bound kthreads from changing cpus_allowedGravatar David Rientjes 1-0/+1
2008-04-30Deprecate find_task_by_pid()Gravatar Pavel Emelyanov 1-1/+1
2008-04-29kthread: call wake_up_process() without the lock being heldGravatar Dmitry Adamushko 1-1/+1
2008-04-21Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Gravatar Linus Torvalds 1-1/+0
2008-04-19sched: fix cpus_allowed settingsGravatar Gregory Haskins 1-0/+1
2008-04-18kernel: Remove unnecessary inclusions of asm/semaphore.hGravatar Matthew Wilcox 1-1/+0
2008-01-25sched: fix, always create kernel threads with normal priorityGravatar Michal Schmidt 1-1/+11
2007-07-31kthread: silence bogus section mismatch warningGravatar Satyam Sharma 1-10/+2
2007-07-16mm: fix improper .init-type section referencesGravatar Jan Beulich 1-1/+1
2007-05-23freezer: fix kthread_create vs freezer theoretical raceGravatar Oleg Nesterov 1-2/+5
2007-05-09change kernel threads to ignore signals instead of blocking themGravatar Oleg Nesterov 1-14/+3
2007-05-09kthread: don't depend on work queuesGravatar Eric W. Biederman 1-56/+68
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Gravatar Robert P. J. Day 1-3/+3
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataGravatar David Howells 1-5/+8
2006-07-14[PATCH] remove kernel/kthread.c:kthread_stop_sem()Gravatar Adrian Bunk 1-22/+2
2006-06-25[PATCH] kthread: move kernel-doc and put it into DocBookGravatar Randy Dunlap 1-1/+60
2006-03-25[PATCH] find_task_by_pid() needs tasklist_lockGravatar Andrew Morton 1-0/+2
2006-03-23[PATCH] sem2mutex: kernel/Gravatar Arjan van de Ven 1-3/+4
2005-10-30[PATCH] Add kthread_stop_sem()Gravatar Alan Stern 1-2/+11
2005-05-01[PATCH] use smp_mb/wmb/rmb where possibleGravatar akpm@osdl.org 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+202