summaryrefslogtreecommitdiffstats
path: root/kernel/workqueue_internal.h
Commit message (Expand)AuthorAgeFilesLines
* workqueue: Set worker->desc to workqueue name by defaultTejun Heo2018-05-181-1/+0
* workqueue: Make worker_attach/detach_pool() update worker->poolTejun Heo2018-05-181-1/+1
* Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-061-1/+2
|\
| * workqueue: Fix NULL pointer dereferenceLi Bin2017-10-301-1/+2
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* sched/core: Get rid of 'cpu' argument in wq_worker_sleeping()Alexander Gordeev2016-03-021-1/+1
* workqueue: rename manager_mutex to attach_mutexLai Jiangshan2014-05-201-2/+2
* workqueue: separate iteration role from worker_idrLai Jiangshan2014-05-201-0/+2
* sched: Rename sched.c as sched/core.c in comments and DocumentationViresh Kumar2013-06-191-1/+1
* workqueue: include workqueue info when printing debug dump of a worker taskTejun Heo2013-04-301-1/+11
* workqueue: directly restore CPU affinity of workers from CPU_ONLINETejun Heo2013-03-191-3/+0
* workqueue: consistently use int for @cpu variablesTejun Heo2013-03-121-3/+2
* workqueue: better define synchronization rule around rescuer->pool updatesLai Jiangshan2013-03-041-0/+1
* workqueue: rename cpu_workqueue to pool_workqueueTejun Heo2013-02-131-1/+1
* workqueue: remove global_cwqTejun Heo2013-01-241-1/+0
* workqueue: implement current_is_async()Tejun Heo2013-01-181-0/+11
* workqueue: move struct worker definition to workqueue_internal.hTejun Heo2013-01-181-0/+37
* workqueue: rename kernel/workqueue_sched.h to kernel/workqueue_internal.hTejun Heo2013-01-181-0/+18
OpenPOWER on IntegriCloud