summaryrefslogtreecommitdiffstats
path: root/kernel/kthread.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-141-4/+62
|\
| * kthread: zero the kthread data structureShaohua Li2017-11-101-5/+1
| * block: fix a build errorShaohua Li2017-09-261-4/+4
| * kthread: add a mechanism to store cgroup infoShaohua Li2017-09-261-2/+64
* | kthread: Convert callback to use from_timer()Kees Cook2017-10-051-6/+4
|/
* kernel/kthread.c: kthread_worker: don't hog the cpuShaohua Li2017-08-311-0/+1
* cgroup, kthread: close race window where new kthreads can be migrated to non-...Tejun Heo2017-03-171-0/+3
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar2017-03-021-0/+1
* time: Remove CONFIG_TIMER_STATSKees Cook2017-02-101-1/+0
* kthread: add __printf attributesNicolas Iooss2016-12-121-2/+3
* kthread: Don't abuse kthread_create_on_cpu() in __kthread_create_worker()Oleg Nesterov2016-12-081-15/+8
* kthread: Don't use to_live_kthread() in kthread_[un]park()Oleg Nesterov2016-12-081-45/+24
* kthread: Don't use to_live_kthread() in kthread_stop()Oleg Nesterov2016-12-081-7/+5
* Revert "kthread: Pin the stack via try_get_task_stack()/put_task_stack() in t...Oleg Nesterov2016-12-081-6/+2
* kthread: Make struct kthread kmalloc'edOleg Nesterov2016-12-081-13/+45