summaryrefslogtreecommitdiff
path: root/include/linux/kthread.h
AgeCommit message (Expand)Author
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-29kthread: switch to new kerneldoc syntax for named variable macro argumentJonathan Neuschäfer
2021-05-18sched: Make the idle task quack like a per-CPU kthreadValentin Schneider
2021-01-22kthread: Extract KTHREAD_IS_PER_CPUPeter Zijlstra
2020-06-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-10kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig
2020-06-10kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig
2020-05-08kthread: save thread functionJ. Bruce Fields
2020-04-02kthread: mark timer used by delayed kthread works as IRQ safePetr Mladek
2019-05-14include/: refactor headers to allow kthread.h inclusion in psi_types.hSuren Baghdasaryan
2019-03-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-02-28kthread: Do not use TIMER_IRQSAFESebastian Andrzej Siewior
2019-02-28kthread: Convert worker lock to raw spinlockJulia Cartwright
2019-02-10kthread: Add __kthread_should_park()Matthias Kaehlcke
2018-07-03kthread, sched/core: Fix kthread_parkme() (again...)Peter Zijlstra
2018-05-03kthread, sched/wait: Fix kthread_parkme() completion issuePeter Zijlstra
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook
2017-11-21timer: Remove redundant __setup_timer*() macrosKees Cook
2017-11-21timer: Remove unused data arguments from macrosKees Cook
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-05kthread: Convert callback to use from_timer()Kees Cook
2017-10-05timer: Remove expires argument from __TIMER_INITIALIZER()Kees Cook
2017-09-26block: fix a build errorShaohua Li
2017-09-26kthread: add a mechanism to store cgroup infoShaohua Li
2017-08-02kthread: fix documentation build warningJonathan Corbet
2016-12-12kthread: add __printf attributesNicolas Iooss
2016-12-08kthread: Make struct kthread kmalloc'edOleg Nesterov
2016-10-11kthread: add kerneldoc for kthread_create()Jonathan Corbet
2016-10-11kthread: better support freezable kthread workersPetr Mladek
2016-10-11kthread: allow to modify delayed kthread workPetr Mladek
2016-10-11kthread: allow to cancel kthread workPetr Mladek
2016-10-11kthread: initial support for delayed kthread workPetr Mladek
2016-10-11kthread: add kthread_destroy_worker()Petr Mladek
2016-10-11kthread: add kthread_create_worker*()Petr Mladek
2016-10-11kthread: kthread worker API cleanupPetr Mladek
2016-10-11kthread: rename probe_kthread_data() to kthread_probe_data()Petr Mladek
2015-09-04kernel/kthread.c:kthread_create_on_node(): clarify documentationAndrew Morton
2015-08-12sched: Fix a race between __kthread_bind() and sched_setaffinity()Peter Zijlstra
2014-07-28kthread_work: remove the unused wait_queue_headLai Jiangshan
2013-04-30kthread: implement probe_kthread_data()Tejun Heo
2012-08-13kthread: Implement park/unpark facilityThomas Gleixner
2012-07-22kthread_worker: reimplement flush_kthread_work() to allow freeing the work it...Tejun Heo
2011-11-21freezer: implement and use kthread_freezable_should_stop()Tejun Heo
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches
2011-03-22kthread: NUMA aware kthread_create_on_node()Eric Dumazet
2011-01-27kthread: Replace deprecated spinlock initializationThomas Gleixner
2010-12-22kthread_work: make lockdep happyYong Zhang
2010-06-29kthread: implement kthread_data()Tejun Heo