summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-08-03kthread, tracing: Don't expose half-written comm when creating kthreadsSnild Dolkow1-1/+7
2017-04-21cgroup, kthread: close race window where new kthreads can be migrated to non-...Tejun Heo4-4/+33
2016-10-11kthread: better support freezable kthread workersPetr Mladek2-9/+24
2016-10-11kthread: allow to modify delayed kthread workPetr Mladek2-0/+57
2016-10-11kthread: allow to cancel kthread workPetr Mladek2-2/+135
2016-10-11kthread: initial support for delayed kthread workPetr Mladek2-0/+135
2016-10-11kthread: detect when a kthread work is used by more workersPetr Mladek1-8/+20
2016-10-11kthread: add kthread_destroy_worker()Petr Mladek2-0/+25
2016-10-11kthread: add kthread_create_worker*()Petr Mladek2-10/+110
2016-10-11kthread: allow to call __kthread_create_on_node() with va_list argsPetr Mladek1-30/+42
2016-10-11kthread/smpboot: do not park in kthread_create_on_cpu()Petr Mladek2-2/+11
2016-10-11kthread: kthread worker API cleanupPetr Mladek18-92/+93
2016-10-11kthread: rename probe_kthread_data() to kthread_probe_data()Petr Mladek3-4/+4
2016-09-16kthread: Pin the stack via try_get_task_stack()/put_task_stack() in to_live_k...Oleg Nesterov1-2/+6
2015-09-04kernel/kthread.c:kthread_create_on_node(): clarify documentationAndrew Morton2-4/+5
2015-09-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds37-959/+762
2015-08-12sched: Fix a race between __kthread_bind() and sched_setaffinity()Peter Zijlstra5-18/+52
2015-08-07kthread: export kthread functionsDavid Kershner1-0/+4
2014-10-10kernel/kthread.c: partial revert of 81c98869faa5 ("kthread: ensure locality o...Nishanth Aravamudan1-1/+1
2014-07-28kthread_work: wake up worker only when the worker is idleLai Jiangshan1-1/+1
2014-06-04kthread: fix return value of kthread_create() upon SIGKILL.Tetsuo Handa1-2/+2
2014-04-03kthread: ensure locality of task_struct allocationsNishanth Aravamudan1-2/+2
2013-11-13kthread: make kthread_create() killableTetsuo Handa1-18/+55
2013-05-01kthread: implement probe_kthread_data()Tejun Heo2-0/+20
2013-04-30Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds14-925/+2214
2013-04-29kthread: kill task_get_live_kthread()Oleg Nesterov1-13/+7
2013-04-29kthread: introduce to_live_kthread()Oleg Nesterov1-10/+16
2013-04-12kthread: Prevent unpark race which puts threads on the wrong cpuThomas Gleixner5-29/+45
2013-03-19sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITYTejun Heo6-24/+19
2012-12-13kthread: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan1-1/+1
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds25-223/+137
2012-10-12infrastructure for saner ret_from_kernel_thread semanticsAl Viro5-8/+27
2012-08-13kthread: Implement park/unpark facilityThomas Gleixner2-20/+176
2012-07-22kthread_worker: reimplement flush_kthread_work() to allow freeing the work it...Tejun Heo2-27/+29
2012-07-22kthread_worker: reorganize to prepare for flush_kthread_work() reimplementationTejun Heo1-16/+26
2011-11-23freezer: kill unused set_freezable_with_signal()Tejun Heo4-42/+8
2011-11-21freezer: implement and use kthread_freezable_should_stop()Tejun Heo7-23/+42
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker61-61/+61
2011-05-28cpuset: Fix cpuset_cpus_allowed_fallback(), don't update tsk->rt.nr_cpus_allowedKOSAKI Motohiro5-12/+24
2011-03-31Fix common misspellingsLucas De Marchi2463-4252/+4252
2011-03-23kthread: NUMA aware kthread_create_on_node()Eric Dumazet4-11/+38
2011-01-07sched: Constify function scope static struct sched_param usagePeter Zijlstra4-4/+4
2011-01-05Merge commit 'v2.6.37' into sched/coreIngo Molnar424-3094/+4332
2010-12-22kthread_work: make lockdep happyYong Zhang2-10/+46
2010-10-23sched: Make sched_param argument static in sched_setscheduler() callersKOSAKI Motohiro7-10/+15
2010-06-29kthread: implement kthread_data()Tejun Heo2-0/+16
2010-06-29kthread: implement kthread_workerTejun Heo2-0/+213
2010-03-24cpuset: fix the problem that cpuset_mem_spread_node() returns an offline nodeMiao Xie3-10/+14
2010-02-09kthread, sched: Remove reference to kthread_create_on_cpuAnton Blanchard1-1/+1
2009-12-16sched: Move kthread_bind() back to kthread.cPeter Zijlstra2-26/+23
[next]