Tejun Heo ([email protected])

Number of posts: 13407 (2.3 per day)
First post: 2008-06-16 03:52:59
Last post: 2024-06-13 23:39:03

Date List Subject
2023-05-19 00:30:09 linux-kernel [PATCH 11/24] workqueue: Rename NUMA related names to use pod instead
2023-05-19 00:30:05 linux-kernel [PATCH 15/24] workqueue: Add tools/workqueue/wq_dump.py which prints out workqueue configuration
2023-05-19 00:30:00 linux-kernel [PATCH 04/24] workqueue: Rename wq->cpu_pwqs to wq->cpu_pwq
2023-05-19 00:29:53 linux-kernel [PATCH 14/24] workqueue: Generalize unbound CPU pods
2023-05-19 00:29:52 linux-kernel [PATCH 19/24] workqueue: Factor out need_more_worker() check and worker wake-up
2023-05-19 00:29:51 linux-kernel [PATCH 24/24] workqueue: Implement localize-to-issuing-CPU for unbound workqueues
2023-05-19 00:29:24 linux-kernel [PATCH 06/24] workqueue: Remove module param disable_numa and sysfs knobs pool_ids and numa
2023-05-19 00:29:14 linux-kernel [PATCH 16/24] workqueue: Modularize wq_pod_type initialization
2023-05-19 00:29:00 linux-kernel [PATCH 13/24] workqueue: Initialize unbound CPU pods later in the boot
2023-05-19 00:28:55 linux-kernel [PATCH 20/24] workqueue: Add workqueue_attrs->__pod_cpumask
2023-05-19 00:26:37 linux-kernel [PATCH 17/24] workqueue: Add multiple affinity scopes and interface to select them
2023-05-19 00:26:17 linux-kernel [PATCH 05/24] workqueue: Relocate worker and work management functions
2023-05-19 00:23:30 linux-kernel [PATCH 01/24] workqueue: Drop the special locking rule for worker->flags and worker_pool->flags
2023-05-19 00:21:18 linux-kernel [PATCH 18/24] workqueue: Factor out work to worker assignment and collision handling
2023-05-19 00:19:44 linux-kernel [PATCH 12/24] workqueue: Move wq_pod_init() below workqueue_init()
2023-05-19 00:19:35 linux-kernel [PATCH 10/24] workqueue: Rename workqueue_attrs->no_numa to ->ordered
2023-05-19 00:19:28 linux-kernel [PATCH 07/24] workqueue: Use a kthread_worker to release pool_workqueues
2023-05-19 00:19:28 linux-kernel [PATCH 08/24] workqueue: Make per-cpu pool_workqueues allocated and released like unbound ones
2023-05-19 00:19:28 linux-kernel [PATCH 09/24] workqueue: Make unbound workqueues to use per-cpu pool_workqueues
2023-05-19 00:19:03 linux-kernel [PATCH 03/24] workqueue: Not all work insertion needs to wake up a worker
2023-05-19 00:18:48 linux-kernel [PATCHSET v1 wq/for-6.5] workqueue: Improve unbound workqueue execution locality
2023-05-18 03:23:09 linux-kernel [PATCH 5/7] workqueue: Automatically mark CPU-hogging work items CPU_INTENSIVE
2023-05-18 03:15:03 linux-kernel Re: [PATCHSET v4 wq/for-6.5] workqueue: Implement automatic CPU intensive detection and add monitoring
2023-05-18 03:14:09 linux-kernel [PATCH 7/7] workqueue: Track and monitor per-workqueue CPU time usage
2023-05-18 03:04:15 linux-kernel [PATCH 6/7] workqueue: Report work funcs that trigger automatic CPU_INTENSIVE mechanism
2023-05-18 03:04:04 linux-kernel [PATCH 2/7] workqueue: Re-order struct worker fields
2023-05-18 03:03:04 linux-kernel [PATCH 1/7] workqueue: Add pwq->stats[] and a monitoring script
2023-05-18 03:02:58 linux-kernel [PATCH 4/7] workqueue: Improve locking rule description for worker fields
2023-05-18 03:02:52 linux-kernel [PATCH 3/7] workqueue: Move worker_set/clr_flags() upwards
2023-05-18 03:02:41 linux-kernel [PATCHSET v4 wq/for-6.5] workqueue: Implement automatic CPU intensive detection and add monitoring
2023-05-17 21:57:11 linux-kernel Re: [PATCH v1 0/7] Bindings for the workqueue
2023-05-12 19:54:45 linux-kernel [PATCH v2 6/7] workqueue: Report work funcs that trigger automatic CPU_INTENSIVE mechanism
2023-05-11 23:05:42 linux-kernel Re: [PATCH 7/7] workqueue: Track and monitor per-workqueue CPU time usage
2023-05-11 23:01:48 linux-kernel Re: [PATCH 6/7] workqueue: Report work funcs that trigger automatic CPU_INTENSIVE mechanism
2023-05-11 22:49:24 linux-kernel Re: [PATCH 5/7] workqueue: Automatically mark CPU-hogging work items CPU_INTENSIVE
2023-05-11 18:41:58 linux-kernel [PATCH 2/7] workqueue: Re-order struct worker fields
2023-05-11 18:41:58 linux-kernel [PATCH 1/7] workqueue: Add pwq->stats[] and a monitoring script
2023-05-11 18:36:09 linux-kernel [PATCH 4/7] workqueue: Improve locking rule description for worker fields
2023-05-11 18:27:57 linux-kernel [PATCH 7/7] workqueue: Track and monitor per-workqueue CPU time usage
2023-05-11 18:27:47 linux-kernel [PATCH 3/7] workqueue: Move worker_set/clr_flags() upwards
2023-05-11 18:27:34 linux-kernel [PATCH 6/7] workqueue: Report work funcs that trigger automatic CPU_INTENSIVE mechanism
2023-05-11 18:27:17 linux-kernel [PATCH 5/7] workqueue: Automatically mark CPU-hogging work items CPU_INTENSIVE
2023-05-11 18:26:18 linux-kernel [PATCHSET v3 wq/for-6.5] workqueue: Implement automatic CPU intensive detection and add monitoring
2023-05-10 20:15:23 linux-wireless Re: [RFC PATCH v2 1/3] workqueue: support pausing ordered workqueues
2023-05-10 20:01:16 linux-kernel Re: [PATCH v6 08/21] workqueue: Use global variant for add_timer()
2023-05-10 19:58:26 linux-wireless Re: [RFC PATCH 2/4] workqueue: support holding a mutex for each work
2023-05-10 19:48:29 linux-kernel Re: [PATCH 02/13] wifi: mwifiex: Use default @max_active for workqueues
2023-05-10 19:09:40 linux-kernel Re: [PATCH v2] kernfs: Prefer strscpy over strlcpy calls
2023-05-10 18:58:04 linux-kernel Re: [RFC PATCH 0/4] Add support for DRM cgroup memory accounting.
2023-05-10 18:49:12 linux-wireless Re: [RFC PATCH 1/4] workqueue: support pausing ordered workqueues
2023-05-10 18:48:44 linux-wireless Re: [RFC PATCH 2/4] workqueue: support holding a mutex for each work