summaryrefslogtreecommitdiff
path: root/kernel/kthread.c
Commit message (Expand)AuthorAge
...
* freezer: kill unused set_freezable_with_signal()Tejun Heo2011-11-23
* freezer: implement and use kthread_freezable_should_stop()Tejun Heo2011-11-21
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-31
* cpuset: Fix cpuset_cpus_allowed_fallback(), don't update tsk->rt.nr_cpus_allowedKOSAKI Motohiro2011-05-28
* Fix common misspellingsLucas De Marchi2011-03-31
* kthread: NUMA aware kthread_create_on_node()Eric Dumazet2011-03-22
* sched: Constify function scope static struct sched_param usagePeter Zijlstra2011-01-07
* Merge commit 'v2.6.37' into sched/coreIngo Molnar2011-01-05
|\
| * kthread_work: make lockdep happyYong Zhang2010-12-22
* | sched: Make sched_param argument static in sched_setscheduler() callersKOSAKI Motohiro2010-10-23
|/
* kthread: implement kthread_data()Tejun Heo2010-06-29
* kthread: implement kthread_workerTejun Heo2010-06-29
* cpuset: fix the problem that cpuset_mem_spread_node() returns an offline nodeMiao Xie2010-03-24
* kthread, sched: Remove reference to kthread_create_on_cpuAnton Blanchard2010-02-09
* sched: Move kthread_bind() back to kthread.cPeter Zijlstra2009-12-16
* sched: Fix kthread_bind() by moving the body of kthread_bind() to sched.cMike Galbraith2009-11-03
* sched: Keep kthreads at default priorityMike Galbraith2009-09-09
* update the comment in kthread_stop()Oleg Nesterov2009-07-27
* kthreads: rework kthread_stop()Oleg Nesterov2009-06-18
* kthreads: simplify the startup synchronizationOleg Nesterov2009-06-18
* cpuset,mm: update tasks' mems_allowed in timeMiao Xie2009-06-16
* tracing/events: move trace point headers into include/trace/eventsSteven Rostedt2009-04-14
* tracing: create automated trace definesSteven Rostedt2009-04-14
* kthread: move sched-realeted initialization from kthreadd contextOleg Nesterov2009-04-09
* kthread: Don't looking for a task in create_kthread() #2Vitaliy Gusev2009-04-09
* cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALLRusty Russell2009-03-30
* tracepoints: add DECLARE_TRACE() and DEFINE_TRACE()Mathieu Desnoyers2008-11-16
* Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-10-20
|\
| * tracing, sched: LTTng instrumentation - schedulerMathieu Desnoyers2008-10-14
* | kthread_bind: use wait_task_inactive(TASK_UNINTERRUPTIBLE)Oleg Nesterov2008-10-20
|/
* tracehook: wait_task_inactiveRoland McGrath2008-07-26
* kthread: reduce stack pressure in create_kthread and kthreaddMike Travis2008-07-18
* Freezer: Introduce PF_FREEZER_NOSIGRafael J. Wysocki2008-07-16
* sched: prevent bound kthreads from changing cpus_allowedDavid Rientjes2008-06-10
* Deprecate find_task_by_pid()Pavel Emelyanov2008-04-30
* kthread: call wake_up_process() without the lock being heldDmitry Adamushko2008-04-29
* Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds2008-04-21
|\
| * kernel: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-18
* | sched: fix cpus_allowed settingsGregory Haskins2008-04-19
|/
* sched: fix, always create kernel threads with normal priorityMichal Schmidt2008-01-25
* kthread: silence bogus section mismatch warningSatyam Sharma2007-07-31
* mm: fix improper .init-type section referencesJan Beulich2007-07-16
* freezer: fix kthread_create vs freezer theoretical raceOleg Nesterov2007-05-23
* change kernel threads to ignore signals instead of blocking themOleg Nesterov2007-05-09
* kthread: don't depend on work queuesEric W. Biederman2007-05-09
* [PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day2007-02-11
* WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells2006-11-22
* [PATCH] remove kernel/kthread.c:kthread_stop_sem()Adrian Bunk2006-07-14
* [PATCH] kthread: move kernel-doc and put it into DocBookRandy Dunlap2006-06-25
* [PATCH] find_task_by_pid() needs tasklist_lockAndrew Morton2006-03-25