summaryrefslogtreecommitdiffstats
path: root/kernel/kthread.c
Commit message (Expand)AuthorAgeFilesLines
* kernel/kthread.c: partial revert of 81c98869faa5 ("kthread: ensure locality o...Nishanth Aravamudan2014-10-091-1/+1
* kthread_work: wake up worker only when the worker is idleLai Jiangshan2014-07-281-1/+1
* kthread: fix return value of kthread_create() upon SIGKILL.Tetsuo Handa2014-06-041-2/+2
* kthread: ensure locality of task_struct allocationsNishanth Aravamudan2014-04-031-2/+2
* kthread: make kthread_create() killableTetsuo Handa2013-11-131-18/+55
* kthread: implement probe_kthread_data()Tejun Heo2013-04-301-0/+19
* Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2013-04-291-1/+1
|\
| * sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITYTejun Heo2013-03-191-1/+1
* | kthread: kill task_get_live_kthread()Oleg Nesterov2013-04-291-13/+7
* | kthread: introduce to_live_kthread()Oleg Nesterov2013-04-291-10/+16
* | kthread: Prevent unpark race which puts threads on the wrong cpuThomas Gleixner2013-04-121-24/+28
|/
* kthread: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-121-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-131-0/+1
|\
| * infrastructure for saner ret_from_kernel_thread semanticsAl Viro2012-10-121-0/+1
* | kthread: Implement park/unpark facilityThomas Gleixner2012-08-131-19/+166
|/
* kthread_worker: reimplement flush_kthread_work() to allow freeing the work it...Tejun Heo2012-07-221-21/+27
* kthread_worker: reorganize to prepare for flush_kthread_work() reimplementationTejun Heo2012-07-221-16/+26
* freezer: kill unused set_freezable_with_signal()Tejun Heo2011-11-231-1/+1
* freezer: implement and use kthread_freezable_should_stop()Tejun Heo2011-11-211-0/+25
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* cpuset: Fix cpuset_cpus_allowed_fallback(), don't update tsk->rt.nr_cpus_allowedKOSAKI Motohiro2011-05-281-2/+2
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* kthread: NUMA aware kthread_create_on_node()Eric Dumazet2011-03-221-6/+25
* sched: Constify function scope static struct sched_param usagePeter Zijlstra2011-01-071-1/+1
* Merge commit 'v2.6.37' into sched/coreIngo Molnar2011-01-051-0/+11
|\
| * kthread_work: make lockdep happyYong Zhang2010-12-221-0/+11
* | sched: Make sched_param argument static in sched_setscheduler() callersKOSAKI Motohiro2010-10-231-1/+1
|/
* kthread: implement kthread_data()Tejun Heo2010-06-291-0/+15
* kthread: implement kthread_workerTejun Heo2010-06-291-0/+149
* cpuset: fix the problem that cpuset_mem_spread_node() returns an offline nodeMiao Xie2010-03-241-1/+1
* kthread, sched: Remove reference to kthread_create_on_cpuAnton Blanchard2010-02-091-1/+1
* sched: Move kthread_bind() back to kthread.cPeter Zijlstra2009-12-161-0/+23
* sched: Fix kthread_bind() by moving the body of kthread_bind() to sched.cMike Galbraith2009-11-031-23/+0
* sched: Keep kthreads at default priorityMike Galbraith2009-09-091-4/+0
* update the comment in kthread_stop()Oleg Nesterov2009-07-271-4/+6
* kthreads: rework kthread_stop()Oleg Nesterov2009-06-181-41/+28
* kthreads: simplify the startup synchronizationOleg Nesterov2009-06-181-7/+4
* cpuset,mm: update tasks' mems_allowed in timeMiao Xie2009-06-161-0/+2
* tracing/events: move trace point headers into include/trace/eventsSteven Rostedt2009-04-141-1/+1
* tracing: create automated trace definesSteven Rostedt2009-04-141-3/+0
* kthread: move sched-realeted initialization from kthreadd contextOleg Nesterov2009-04-091-11/+11
* kthread: Don't looking for a task in create_kthread() #2Vitaliy Gusev2009-04-091-3/+1
* cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALLRusty Russell2009-03-301-2/+2
* tracepoints: add DECLARE_TRACE() and DEFINE_TRACE()Mathieu Desnoyers2008-11-161-0/+3
* 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
OpenPOWER on IntegriCloud