summaryrefslogtreecommitdiff
path: root/kernel/workqueue_internal.h
AgeCommit message (Expand)Author
2019-04-16sched/core, workqueues: Distangle worker accounting from rq lockThomas Gleixner
2019-02-01psi: fix aggregation idle shut-offJohannes Weiner
2018-05-18workqueue: Set worker->desc to workqueue name by defaultTejun Heo
2018-05-18workqueue: Make worker_attach/detach_pool() update worker->poolTejun Heo
2017-11-06Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-30workqueue: Fix NULL pointer dereferenceLi Bin
2016-03-02sched/core: Get rid of 'cpu' argument in wq_worker_sleeping()Alexander Gordeev
2014-05-20workqueue: rename manager_mutex to attach_mutexLai Jiangshan
2014-05-20workqueue: separate iteration role from worker_idrLai Jiangshan
2013-06-19sched: Rename sched.c as sched/core.c in comments and DocumentationViresh Kumar
2013-04-30workqueue: include workqueue info when printing debug dump of a worker taskTejun Heo
2013-03-19workqueue: directly restore CPU affinity of workers from CPU_ONLINETejun Heo
2013-03-12workqueue: consistently use int for @cpu variablesTejun Heo
2013-03-04workqueue: better define synchronization rule around rescuer->pool updatesLai Jiangshan
2013-02-13workqueue: rename cpu_workqueue to pool_workqueueTejun Heo
2013-01-24workqueue: remove global_cwqTejun Heo
2013-01-18workqueue: implement current_is_async()Tejun Heo
2013-01-18workqueue: move struct worker definition to workqueue_internal.hTejun Heo
2013-01-18workqueue: rename kernel/workqueue_sched.h to kernel/workqueue_internal.hTejun Heo