aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/kthread.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+4
2018-07-26kthread, tracing: Don't expose half-written comm when creating kthreadsSnild Dolkow1-1/+7
2018-07-03kthread: Simplify kthread_park() completionPeter Zijlstra1-2/+4
2018-07-03kthread, sched/core: Fix kthread_parkme() (again...)Peter Zijlstra1-6/+24
2018-05-25kthread: Allow kthread_park() on a parked kthreadPeter Zijlstra1-4/+2
2018-05-03kthread, sched/wait: Fix kthread_parkme() completion issuePeter Zijlstra1-24/+19
2018-05-03kthread, sched/wait: Fix kthread_parkme() wait-loopPeter Zijlstra1-3/+4
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-1/+1
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+62
2017-11-10kthread: zero the kthread data structureShaohua Li1-5/+1
2017-10-05kthread: Convert callback to use from_timer()Kees Cook1-6/+4
2017-09-26block: fix a build errorShaohua Li1-4/+4
2017-09-26kthread: add a mechanism to store cgroup infoShaohua Li1-2/+64
2017-08-31kernel/kthread.c: kthread_worker: don't hog the cpuShaohua Li1-0/+1
2017-03-17cgroup, kthread: close race window where new kthreads can be migrated to non-root cgroupsTejun Heo1-0/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h>Ingo Molnar1-0/+1
2017-02-10time: Remove CONFIG_TIMER_STATSKees Cook1-1/+0
2016-12-12kthread: add __printf attributesNicolas Iooss1-2/+3
2016-12-08kthread: Don't abuse kthread_create_on_cpu() in __kthread_create_worker()Oleg Nesterov1-15/+8
2016-12-08kthread: Don't use to_live_kthread() in kthread_[un]park()Oleg Nesterov1-45/+24
2016-12-08kthread: Don't use to_live_kthread() in kthread_stop()Oleg Nesterov1-7/+5
2016-12-08Revert "kthread: Pin the stack via try_get_task_stack()/put_task_stack() in to_live_kthread() function"Oleg Nesterov1-6/+2
2016-12-08kthread: Make struct kthread kmalloc'edOleg Nesterov1-13/+45
2016-10-11kthread: better support freezable kthread workersPetr Mladek1-6/+15
2016-10-11kthread: allow to modify delayed kthread workPetr Mladek1-0/+53
2016-10-11kthread: allow to cancel kthread workPetr Mladek1-2/+130
2016-10-11kthread: initial support for delayed kthread workPetr Mladek1-0/+102
2016-10-11kthread: detect when a kthread work is used by more workersPetr Mladek1-8/+20
2016-10-11kthread: add kthread_destroy_worker()Petr Mladek1-0/+23
2016-10-11kthread: add kthread_create_worker*()Petr Mladek1-10/+103
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 Mladek1-2/+6
2016-10-11kthread: kthread worker API cleanupPetr Mladek1-16/+17
2016-10-11kthread: rename probe_kthread_data() to kthread_probe_data()Petr Mladek1-2/+2
2016-09-16kthread: Pin the stack via try_get_task_stack()/put_task_stack() in to_live_kthread() functionOleg Nesterov1-2/+6
2015-09-04kernel/kthread.c:kthread_create_on_node(): clarify documentationAndrew Morton1-3/+4
2015-08-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+17
2015-08-12sched: Fix a race between __kthread_bind() and sched_setaffinity()Peter Zijlstra1-3/+17
2015-08-07kthread: export kthread functionsDavid Kershner1-0/+4
2014-10-09kernel/kthread.c: partial revert of 81c98869faa5 ("kthread: ensure locality of task_struct allocations")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-04-30kthread: implement probe_kthread_data()Tejun Heo1-0/+19
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
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 Gleixner1-24/+28