aboutsummaryrefslogtreecommitdiff
path: root/kernel/workqueue_internal.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-07workqueue: Drop the special locking rule for worker->flags and worker_pool->f...Gravatar Tejun Heo 1-1/+1
2023-05-17workqueue: Automatically mark CPU-hogging work items CPU_INTENSIVEGravatar Tejun Heo 1-0/+2
2023-05-17workqueue: Improve locking rule description for worker fieldsGravatar Tejun Heo 1-7/+8
2023-05-17workqueue: Re-order struct worker fieldsGravatar Tejun Heo 1-6/+5
2021-08-17workqueue: Assign a color to barrier work itemsGravatar Lai Jiangshan 1-1/+2
2019-04-16sched/core, workqueues: Distangle worker accounting from rq lockGravatar Thomas Gleixner 1-2/+3
2019-02-01psi: fix aggregation idle shut-offGravatar Johannes Weiner 1-1/+5
2018-05-18workqueue: Set worker->desc to workqueue name by defaultGravatar Tejun Heo 1-1/+0
2018-05-18workqueue: Make worker_attach/detach_pool() update worker->poolGravatar Tejun Heo 1-1/+1
2017-11-06Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-30workqueue: Fix NULL pointer dereferenceGravatar Li Bin 1-1/+2
2016-03-02sched/core: Get rid of 'cpu' argument in wq_worker_sleeping()Gravatar Alexander Gordeev 1-1/+1
2014-05-20workqueue: rename manager_mutex to attach_mutexGravatar Lai Jiangshan 1-2/+2
2014-05-20workqueue: separate iteration role from worker_idrGravatar Lai Jiangshan 1-0/+2
2013-06-19sched: Rename sched.c as sched/core.c in comments and DocumentationGravatar Viresh Kumar 1-1/+1
2013-04-30workqueue: include workqueue info when printing debug dump of a worker taskGravatar Tejun Heo 1-1/+11
2013-03-19workqueue: directly restore CPU affinity of workers from CPU_ONLINEGravatar Tejun Heo 1-3/+0
2013-03-12workqueue: consistently use int for @cpu variablesGravatar Tejun Heo 1-3/+2
2013-03-04workqueue: better define synchronization rule around rescuer->pool updatesGravatar Lai Jiangshan 1-0/+1
2013-02-13workqueue: rename cpu_workqueue to pool_workqueueGravatar Tejun Heo 1-1/+1
2013-01-24workqueue: remove global_cwqGravatar Tejun Heo 1-1/+0
2013-01-18workqueue: implement current_is_async()Gravatar Tejun Heo 1-0/+11
2013-01-18workqueue: move struct worker definition to workqueue_internal.hGravatar Tejun Heo 1-0/+37
2013-01-18workqueue: rename kernel/workqueue_sched.h to kernel/workqueue_internal.hGravatar Tejun Heo 1-0/+18