summaryrefslogtreecommitdiffstats
path: root/kernel/kthread.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-0/+18
|\
| * kthread: add kthread_stop_putAndreas Gruenbacher2023-10-041-0/+18
* | mm: remove remnants of SPLIT_RSS_COUNTINGMateusz Guzik2023-10-041-1/+0
|/
* kthread: unexport __kthread_should_park()Greg Kroah-Hartman2023-08-181-2/+1
* Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-06-281-2/+2
|\
| * kthread: fix spelling typo and grammar in commentsPrathu Baronia2023-06-091-2/+2
* | sched/wait: Fix a kthread_park race with wait_woken()Arve Hjønnevåg2023-06-161-0/+10
|/
* Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-9/+13
|\
| * lazy tlb: introduce lazy tlb mm refcount helper functionsNicholas Piggin2023-03-281-2/+10
| * kthread: simplify kthread_use_mm refcountingNicholas Piggin2023-03-281-9/+5
* | kthread: Pass in the thread's name during creationMike Christie2023-03-121-21/+11
* | kernel: Allow a kernel thread's name to be set in copy_processMike Christie2023-03-121-1/+2
|/
* kthread_worker: check all delayed works when destroy kthread workerZqiang2023-02-021-0/+5
* Merge tag 'interrupting_kthread_stop-for-v5.20' of git://git.kernel.org/pub/s...Linus Torvalds2022-10-091-0/+1
|\
| * signal: break out of wait loops on kthread_stop()Jason A. Donenfeld2022-07-181-0/+1
* | treewide: Drop WARN_ON_FUNCTION_MISMATCHSami Tolvanen2022-09-261-2/+1
* | kthread: make it clear that kthread_create_on_node() might be terminated by a...Petr Mladek2022-06-161-7/+7
|/
* kthread: unexport kthread_blkcgChristoph Hellwig2022-05-021-1/+0
* Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-231-5/+0
|\
| * uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-251-5/+0
* | sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker2022-02-161-2/+2
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-201-2/+30
|\
| * kthread: dynamically allocate memory to store kthread's full nameYafang Shao2022-01-201-2/+30
* | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-28/+60
|\ \
| * | kthread: Generalize pf_io_worker so it can point to struct kthreadEric W. Biederman2022-01-081-9/+5
| * | exit/kthread: Fix the kerneldoc comment for kthread_complete_and_exitEric W. Biederman2021-12-141-1/+1
| * | exit/kthread: Move the exit code for kernel threads into struct kthreadEric W. Biederman2021-12-131-2/+5
| * | kthread: Ensure struct kthread is present for all kthreadsEric W. Biederman2021-12-131-17/+14
| * | exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman2021-12-131-0/+21
| * | exit: Implement kthread_exitEric W. Biederman2021-12-131-4/+19
| |/
* / kthread: add the helper function kthread_run_on_cpu()Cai Huoqing2022-01-151-0/+1
|/
* Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-101-1/+1
|\
| * exit/kthread: Have kernel threads return instead of calling do_exitEric W. Biederman2021-10-291-1/+1
* | kthread: Move prio/affinite change into the newly created threadSebastian Andrzej Siewior2021-10-051-8/+8
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-291-7/+12
|\
| * kthread_worker: fix return value when kthread_mod_delayed_work() races with k...Petr Mladek2021-06-291-7/+12
* | Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-281-14/+20
|\ \ | |/ |/|
| * sched: Change task_struct::statePeter Zijlstra2021-06-181-2/+2
| * sched: Make the idle task quack like a per-CPU kthreadValentin Schneider2021-05-181-12/+18
* | kthread: prevent deadlock when kthread_mod_delayed_work() races with kthread_...Petr Mladek2021-06-241-11/+24
* | kthread_worker: split code for canceling the delayed work timerPetr Mladek2021-06-241-17/+29
|/
* Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-04-281-6/+27
|\
| * kthread: Fix PF_KTHREAD vs to_kthread() racePeter Zijlstra2021-04-211-6/+27
* | kthread: use WARN_ON_FUNCTION_MISMATCHSami Tolvanen2021-04-081-1/+2
|/
* Merge tag 'sched_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-01-241-1/+26
|\
| * kthread: Extract KTHREAD_IS_PER_CPUPeter Zijlstra2021-01-221-1/+26
* | kthread: remove comments about old _do_fork() helperYanfei Xu2021-01-111-1/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-151-1/+28
|\
| * kthread_worker: document CPU hotplug handlingPetr Mladek2020-12-151-1/+19
| * kthread: add kthread_work tracepointsRob Clark2020-12-151-0/+9