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