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
2024-02-01 19:27:27 linux-kernel Re: [PATCH] workqueue: rust: sync with `WORK_CPU_UNBOUND` change
2024-02-01 16:54:57 linux-kernel Re: [PATCH][RFC] workqueue: Fix kernel panic on CPU hot-unplug
2024-02-01 00:04:43 linux-kernel Re: [PATCH 8/8] dm-verity: Convert from tasklet to BH workqueue
2024-01-31 22:29:09 linux-kernel Re: [PATCH][RFC] workqueue: Fix kernel panic on CPU hot-unplug
2024-01-31 21:32:50 linux-kernel Re: [PATCH 8/8] dm-verity: Convert from tasklet to BH workqueue
2024-01-31 17:34:11 linux-kernel Re: [RFC PATCH 3/3] workqueue: Enable unbound cpumask update on ordered workqueues
2024-01-31 05:25:40 linux-kernel [PATCH wq/for-6.9] workqueue: Avoid premature init of wq->node_nr_active[].max
2024-01-31 05:01:50 linux-kernel Re: [PATCH v4 09/10] workqueue: Implement system-wide nr_active enforcement for unbound workqueues
2024-01-31 04:25:01 linux-kernel Re: [PATCH v4 09/10] workqueue: Implement system-wide nr_active enforcement for unbound workqueues
2024-01-31 04:13:11 linux-kernel Re: [PATCH v4 09/10] workqueue: Implement system-wide nr_active enforcement for unbound workqueues
2024-01-31 04:05:55 linux-kernel Re: [PATCH v4 08/10] workqueue: Introduce struct wq_node_nr_active
2024-01-31 04:03:03 linux-kernel Re: [PATCH v4 09/10] workqueue: Implement system-wide nr_active enforcement for unbound workqueues
2024-01-30 16:17:12 linux-kernel Re: [PATCHSET wq/for-6.9] workqueue: Implement BH workqueue and convert several tasklet users
2024-01-30 16:11:30 linux-kernel Re: Re: Re: [PATCHSET wq/for-6.8] workqueue: Implement system-wide max_active for unbound workqueues
2024-01-30 15:53:48 linux-kernel Re: [PATCH 7/8] dm-crypt: Convert from tasklet to BH workqueue
2024-01-30 09:47:13 linux-kernel Re: [PATCHSET wq/for-6.9] workqueue: Implement BH workqueue and convert several tasklet users
2024-01-30 09:42:43 linux-kernel [PATCH 1/8] workqueue: Update lock debugging code
2024-01-30 09:27:16 linux-kernel [PATCH 3/8] workqueue: Implement BH workqueues to eventually replace tasklets
2024-01-30 09:24:09 linux-kernel [PATCH 2/8] workqueue: Factor out init_cpu_worker_pool()
2024-01-30 09:21:22 linux-kernel Re: [PATCH] softirq: fix memory corruption when freeing tasklet_struct
2024-01-30 09:17:23 linux-kernel [PATCH 8/8] dm-verity: Convert from tasklet to BH workqueue
2024-01-30 09:17:14 linux-kernel [PATCH 7/8] dm-crypt: Convert from tasklet to BH workqueue
2024-01-30 09:16:09 linux-kernel [PATCH 5/8] usb: core: hcd: Convert from tasklet to BH workqueue
2024-01-30 09:16:02 linux-kernel [PATCH 6/8] net: tcp: tsq: Convert from tasklet to BH workqueue
2024-01-30 09:15:57 linux-kernel [PATCH 4/8] backtracetest: Convert from tasklet to BH workqueue
2024-01-30 09:13:53 linux-kernel [PATCHSET wq/for-6.9] workqueue: Implement BH workqueue and convert several tasklet users
2024-01-30 01:22:43 linux-kernel Re: [PATCH v2 1/1] wq: Avoid using isolated cpus' timers on queue_delayed_work
2024-01-29 21:00:35 linux-kernel Re: [PATCH 2/5] mm: correct calculation of cgroup wb's bg_thresh in wb_over_bg_thresh
2024-01-29 20:51:20 linux-kernel Re: [PATCH v1 1/1] wq: Avoid using isolated cpus' timers on unbounded queue_delayed_work
2024-01-29 18:18:37 linux-kernel Re: [PATCH v1 1/1] wq: Avoid using isolated cpus' timers on unbounded queue_delayed_work
2024-01-29 18:17:28 linux-kernel Re: [PATCHSET v3 wq/for-6.9] workqueue: Implement system-wide max_active for unbound workqueues
2024-01-29 18:15:47 linux-kernel [PATCH v4 09/10] workqueue: Implement system-wide nr_active enforcement for unbound workqueues
2024-01-29 18:14:25 linux-kernel [PATCH v4 08/10] workqueue: Introduce struct wq_node_nr_active
2024-01-29 17:09:09 linux-kernel Re: [PATCH] softirq: fix memory corruption when freeing tasklet_struct
2024-01-27 18:37:57 linux-kernel Re: [PATCH] softirq: fix memory corruption when freeing tasklet_struct
2024-01-26 23:43:40 linux-kernel Re: [PATCH] softirq: fix memory corruption when freeing tasklet_struct
2024-01-26 21:58:54 linux-kernel [PATCH wq/for-6.9] workqueue: Break up enum definitions and give names to the types
2024-01-26 21:57:56 linux-kernel [PATCH wq/for-6.9] workqueue: Drop unnecessary kick_pool() in create_worker()
2024-01-26 21:52:15 linux-kernel Re: [PATCH v1 1/1] wq: Avoid using isolated cpus' timers on unbounded queue_delayed_work
2024-01-26 00:34:12 linux-kernel Re: [PATCH] softirq: fix memory corruption when freeing tasklet_struct
2024-01-25 19:20:05 linux-kernel Re: [PATCH] workqueue.c: Shorten events_freezable_power_efficient name
2024-01-25 18:38:36 linux-kernel Re: [RFC PATCH v1 1/1] wq: Avoid using isolated cpus' timers on unbounded queue_delayed_work
2024-01-25 17:28:31 linux-kernel [PATCH 08/10] workqueue: Introduce struct wq_node_nr_active
2024-01-25 17:28:06 linux-kernel [PATCH 07/10] workqueue: Move pwq_dec_nr_in_flight() to the end of work item handling
2024-01-25 17:23:01 linux-kernel [PATCH 02/10] workqueue: Factor out pwq_is_empty()
2024-01-25 17:22:54 linux-kernel [PATCH 09/10] workqueue: Implement system-wide nr_active enforcement for unbound workqueues
2024-01-25 17:21:57 linux-kernel [PATCH 10/10] tools/workqueue/wq_dump.py: Add node_nr/max_active dump
2024-01-25 17:15:09 linux-kernel [PATCH 06/10] workqueue: RCU protect wq->dfl_pwq and implement accessors for it
2024-01-25 17:14:53 linux-kernel [PATCH 05/10] workqueue: Make wq_adjust_max_active() round-robin pwqs while activating
2024-01-25 17:14:13 linux-kernel [PATCH 01/10] workqueue: Move pwq->max_active to wq->max_active
2024-01-25 17:14:06 linux-kernel [PATCHSET v3 wq/for-6.9] workqueue: Implement system-wide max_active for unbound workqueues