summaryrefslogtreecommitdiffstats
path: root/kernel/kthread.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* include/: refactor headers to allow kthread.h inclusion in psi_types.hSuren Baghdasaryan2019-05-141-0/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-061-1/+2
|\
| * mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-051-1/+2
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-061-21/+22
|\ \
| * | kthread: Do not use TIMER_IRQSAFESebastian Andrzej Siewior2019-02-281-2/+3
| * | kthread: Convert worker lock to raw spinlockJulia Cartwright2019-02-281-21/+21
| |/
* / kthread: Add __kthread_should_park()Matthias Kaehlcke2019-02-101-1/+7
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-131-2/+4
|\
| * kthread: Simplify kthread_park() completionPeter Zijlstra2018-07-031-2/+4
* | kthread, tracing: Don't expose half-written comm when creating kthreadsSnild Dolkow2018-07-261-1/+7
|/
* kthread, sched/core: Fix kthread_parkme() (again...)Peter Zijlstra2018-07-031-6/+24
* kthread: Allow kthread_park() on a parked kthreadPeter Zijlstra2018-05-251-4/+2
* kthread, sched/wait: Fix kthread_parkme() completion issuePeter Zijlstra2018-05-031-24/+19
* kthread, sched/wait: Fix kthread_parkme() wait-loopPeter Zijlstra2018-05-031-3/+4
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-211-1/+1