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