summaryrefslogtreecommitdiffstats
path: root/kernel/kthread.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar2020-11-271-1/+2
|\|
| * kthread_worker: prevent queuing delayed work from timer_fn when it is being c...Zqiang2020-11-021-1/+2
* | sched: membarrier: cover kthread_use_mm (v4)Mathieu Desnoyers2020-10-291-0/+21
|/
* kernel/: fix repeated words in commentsRandy Dunlap2020-10-161-1/+1
* uaccess: add force_uaccess_{begin,end} helpersChristoph Hellwig2020-08-121-3/+2
* kthread: remove incorrect comment in kthread_create_on_cpu()Ilias Stamatis2020-08-071-1/+0
* mm: fix kthread_use_mm() vs TLB invalidatePeter Zijlstra2020-08-071-1/+6
* Merge branch 'sched/urgent'Peter Zijlstra2020-07-081-1/+1
|\
| * maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-1/+1
* | isolcpus: Affine unbound kernel threads to housekeeping cpusMarcelo Tosatti2020-06-151-2/+4
* | kthread: Switch to cpu_possible_maskMarcelo Tosatti2020-06-151-2/+2
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-111-0/+61
|\
| * kernel: set USER_DS in kthread_use_mmChristoph Hellwig2020-06-101-0/+6
| * kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig2020-06-101-17/+16
| * kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig2020-06-101-0/+56
* | kthread: save thread functionJ. Bruce Fields2020-05-081-0/+17
|/
* kthread: Do not preempt current task if it is going to call schedule()Liang Chen2020-03-201-2/+15
* kthread: make __kthread_queue_delayed_work staticBen Dooks2019-10-161-3/+3