LinuxLists
Users
About
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
Previous Page
/
Next Page
Date
List
Subject
2024-01-25 17:13:02
linux-kernel
[PATCH 04/10] workqueue: Move nr_active handling into helpers
2024-01-25 17:12:41
linux-kernel
[PATCH 03/10] workqueue: Replace pwq_activate_inactive_work() with [__]pwq_activate_work()
2024-01-25 16:22:14
linux-kernel
[PATCH wq/for-6.9] tools/workqueue/wq_dump.py: Clean up code and drop duplicate information
2024-01-25 16:18:26
linux-kernel
Re: [PATCH 9/9] workqueue: Implement system-wide nr_active enforcement for unbound workqueues
2024-01-24 21:47:41
linux-kernel
Re: [RFC PATCH v1 1/1] wq: Avoid using isolated cpus' timers on unbounded queue_delayed_work
2024-01-24 00:30:36
linux-kernel
Re: [PATCH 9/9] workqueue: Implement system-wide nr_active enforcement for unbound workqueues
2024-01-24 00:14:35
linux-kernel
Re: [PATCH 8/9] workqueue: Introduce struct wq_node_nr_active
2024-01-23 20:51:04
linux-kernel
Re: [PATCH] docs: cgroup-v1: add missing code-block tags
2024-01-23 20:46:47
linux-kernel
Re: [PATCH 0/5] Fix and cleanups to page-writeback
2024-01-23 20:43:52
linux-kernel
Re: [PATCH 2/5] mm: correct calculation of cgroup wb's bg_thresh in wb_over_bg_thresh
2024-01-23 19:04:10
linux-kernel
Re: [PATCH] mark power efficient workqueue as unbounded if nohz_full enabled
2024-01-19 23:57:59
linux-kernel
Re: [PATCH] mark power efficient workqueue as unbounded if nohz_full enabled
2024-01-19 23:44:58
linux-kernel
Re: [PATCH v3] workqueue.c: Increase workqueue name length
2024-01-17 19:42:46
linux-kernel
Re: [RFC PATCH 3/4] kernel/workqueue: Distinguish between general unbound and WQ_SYSFS cpumask changes
2024-01-17 17:12:25
linux-kernel
Re: [RFC PATCH 3/4] kernel/workqueue: Distinguish between general unbound and WQ_SYSFS cpumask changes
2024-01-17 17:11:33
linux-kernel
Re: [PATCH v3] workqueue.c: Increase workqueue name length
2024-01-17 17:10:54
linux-kernel
Re: [RFC PATCH 0/8] cgroup/cpuset: Support RCU_NOCB on isolated partitions
2024-01-16 22:24:50
linux-kernel
Re: Re: [PATCHSET wq/for-6.8] workqueue: Implement system-wide max_active for unbound workqueues
2024-01-16 22:11:23
linux-kernel
Re: [PATCH v2] workqueue: Add rcu lock check after work execute end
2024-01-16 18:57:42
linux-kernel
Re: [RFC PATCH 3/4] kernel/workqueue: Distinguish between general unbound and WQ_SYSFS cpumask changes
2024-01-16 18:48:12
linux-kernel
Re: [RFC PATCH 2/4] kernel/workqueue: Bind rescuer to unbound cpumask for WQ_UNBOUND
2024-01-16 18:32:27
linux-kernel
Re: [PATCH v3] workqueue.c: Increase workqueue name length
2024-01-16 18:14:55
linux-kernel
Re: [PATCH 1/1] rcu/sync: remove un-used rcu_sync_enter_start function
2024-01-13 00:36:18
linux-kernel
[PATCH 6/9] workqueue: Add first_possible_node and node_nr_cpus[]
2024-01-13 00:36:14
linux-kernel
[PATCH 5/9] workqueue: Make wq_adjust_max_active() round-robin pwqs while activating
2024-01-13 00:36:07
linux-kernel
[PATCH 3/9] workqueue: Replace pwq_activate_inactive_work() with [__]pwq_activate_work()
2024-01-13 00:32:01
linux-kernel
[PATCH 9/9] workqueue: Implement system-wide nr_active enforcement for unbound workqueues
2024-01-13 00:31:25
linux-kernel
[PATCH 8/9] workqueue: Introduce struct wq_node_nr_active
2024-01-13 00:31:09
linux-kernel
[PATCH 7/9] workqueue: Move pwq_dec_nr_in_flight() to the end of work item handling
2024-01-13 00:30:26
linux-kernel
[PATCH 4/9] workqueue: Move nr_active handling into helpers
2024-01-13 00:30:15
linux-kernel
[PATCH 1/9] workqueue: Move pwq->max_active to wq->max_active
2024-01-13 00:29:47
linux-kernel
[PATCH 2/9] workqueue: Factor out pwq_is_empty()
2024-01-13 00:29:26
linux-kernel
[PATCHSET v2 wq/for-6.8] workqueue: Implement system-wide max_active for unbound workqueues
2024-01-13 00:18:14
linux-kernel
Re: [PATCH 10/10] workqueue: Reimplement ordered workqueue using shared nr_active
2024-01-13 00:17:14
linux-kernel
Re: [PATCHSET wq/for-6.8] workqueue: Implement system-wide max_active for unbound workqueues
2024-01-12 00:49:33
linux-kernel
Re: [PATCHSET wq/for-6.8] workqueue: Implement system-wide max_active for unbound workqueues
2024-01-10 18:28:28
linux-kernel
[PATCH v2 2/3] kernfs: Rearrange kernfs_node fields to reduce its size on 64bit
2024-01-10 18:27:06
linux-kernel
Re: [PATCH 2/3] kernfs: Rearrange kernfs_node fields to reduce its size on 64bit
2024-01-09 21:51:38
linux-kernel
Re: [PATCH] kernfs: convert kernfs_idr_lock to an irq safe raw spinlock
2024-01-09 21:49:38
linux-kernel
[PATCH 3/3] kernfs: RCU protect kernfs_nodes and avoid kernfs_idr_lock in kernfs_find_and_get_node_by_id()
2024-01-09 21:49:18
linux-kernel
[PATCH 2/3] kernfs: Rearrange kernfs_node fields to reduce its size on 64bit
2024-01-09 21:49:06
linux-kernel
[PATCH 1/3] Revert "kernfs: convert kernfs_idr_lock to an irq safe raw spinlock"
2024-01-09 21:48:53
linux-kernel
[PATCHSET driver-core-next] kernfs: Protect kernfs_find_and_get_node_by_id() with RCU
2024-01-09 19:07:45
linux-kernel
Re: [PATCH] kernfs: convert kernfs_idr_lock to an irq safe raw spinlock
2024-01-04 21:58:05
linux-kernel
Re: [PATCH] blk-cgroup: clean up after commit f1c006f1c685
2023-12-29 09:14:36
linux-kernel
Re: [PATCH] kernfs: convert kernfs_idr_lock to an irq safe raw spinlock
2023-12-27 23:06:43
linux-kernel
Re: [PATCH 6/7] workqueue: Implement system-wide max_active enforcement for unbound workqueues
2023-12-26 21:36:11
linux-kernel
Re: [PATCH 01/10] workqueue: Move pwq->max_active to wq->max_active
2023-12-26 20:14:55
linux-kernel
Re: [PATCH 01/10] workqueue: Move pwq->max_active to wq->max_active
2023-12-26 20:12:54
linux-kernel
Re: [PATCH 08/10] workqueue: Introduce struct wq_node_nr_active
2023-12-26 20:07:25
linux-kernel
Re: [PATCH 04/10] workqueue: Move nr_active handling into helpers