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-02-22 08:07:36
linux-kernel
Re: [PATCH 1/7] workqueue: Preserve OFFQ bits in cancel[_sync] paths
2024-02-21 17:46:07
linux-kernel
Re: [PATCH] workqueue: Control the frequency of intensive warning through cmdline
2024-02-21 17:45:49
linux-kernel
[PATCH 7/7] r8152: Convert from tasklet to BH workqueue
2024-02-21 17:45:07
linux-kernel
[PATCH 6/7] workqueue: Allow cancel_work_sync() and disable_work() from atomic contexts on BH work items
2024-02-21 17:45:02
linux-kernel
[PATCH 4/7] workqueue: Remember whether a work item was on a BH workqueue
2024-02-21 17:44:51
linux-kernel
[PATCH 3/7] workqueue: Remove WORK_OFFQ_CANCELING
2024-02-21 17:44:49
linux-kernel
[PATCH 5/7] workqueue: Update how start_flush_work() is called
2024-02-21 17:44:15
linux-kernel
[PATCH 2/7] workqueue: Implement disable/enable for (delayed) work items
2024-02-21 17:43:59
linux-kernel
[PATCH 1/7] workqueue: Preserve OFFQ bits in cancel[_sync] paths
2024-02-21 17:43:51
linux-kernel
[PATCHSET v2 wq/6.10] workqueue: Implement disable/enable_work()
2024-02-21 05:48:08
linux-kernel
Re: [PATCH 12/17] workqueue: Implement disable/enable for (delayed) work items
2024-02-21 05:47:25
linux-kernel
Re: [PATCH] workqueue: Control the frequency of intensive warning through cmdline
2024-02-21 05:39:40
linux-kernel
Re: [PATCHSET wq/for-6.9,6.10] workqueue: Implement disable/enable_work()
2024-02-20 20:27:10
linux-kernel
Re: [PATCHSET wq/for-6.9,6.10] workqueue: Implement disable/enable_work()
2024-02-20 20:06:46
linux-kernel
Re: [PATCH 8/8] dm-verity: Convert from tasklet to BH workqueue
2024-02-20 20:01:52
linux-kernel
Re: [PATCH 16/17] workqueue: Allow cancel_work_sync() and disable_work() from atomic contexts on BH work items
2024-02-20 18:53:40
linux-kernel
Re: [PATCH 13/17] workqueue: Remove WORK_OFFQ_CANCELING
2024-02-20 18:45:26
linux-kernel
Re: [PATCH 12/17] workqueue: Implement disable/enable for (delayed) work items
2024-02-20 18:19:30
linux-kernel
Re: [PATCH 5/8] usb: core: hcd: Convert from tasklet to BH workqueue
2024-02-20 17:37:52
linux-kernel
Re: [PATCH 2/5] mm: correct calculation of cgroup wb's bg_thresh in wb_over_bg_thresh
2024-02-20 16:46:40
linux-kernel
Re: [PATCH] workqueue: Control the frequency of intensive warning through cmdline
2024-02-16 21:36:39
linux-kernel
[GIT PULL] workqueue fixes for v6.8-rc4
2024-02-16 18:26:23
linux-kernel
[PATCH 06/17] workqueue: Introduce work_cancel_flags
2024-02-16 18:25:34
linux-kernel
[PATCH 02/17] workqueue: Use rcu_read_lock_any_held() instead of rcu_read_lock_held()
2024-02-16 18:10:07
linux-kernel
[PATCH 16/17] workqueue: Allow cancel_work_sync() and disable_work() from atomic contexts on BH work items
2024-02-16 18:10:05
linux-kernel
[PATCH 17/17] r8152: Convert from tasklet to BH workqueue
2024-02-16 18:09:30
linux-kernel
[PATCH 15/17] workqueue: Update how start_flush_work() is called
2024-02-16 18:09:11
linux-kernel
[PATCH 14/17] workqueue: Remember whether a work item was on a BH workqueue
2024-02-16 18:09:09
linux-kernel
[PATCH 13/17] workqueue: Remove WORK_OFFQ_CANCELING
2024-02-16 18:08:53
linux-kernel
[PATCH 12/17] workqueue: Implement disable/enable for (delayed) work items
2024-02-16 18:08:41
linux-kernel
[PATCH 11/17] workqueue: Preserve OFFQ bits in cancel[_sync] paths
2024-02-16 18:08:29
linux-kernel
[PATCH 10/17] workqueue: Make @flags handling consistent across set_work_data() and friends
2024-02-16 18:08:11
linux-kernel
[PATCH 09/17] workqueue: Remove clear_work_data()
2024-02-16 18:08:02
linux-kernel
[PATCH 08/17] workqueue: Factor out work_grab_pending() from __cancel_work_sync()
2024-02-16 18:07:44
linux-kernel
[PATCH 07/17] workqueue: Clean up enum work_bits and related constants
2024-02-16 18:07:21
linux-kernel
[PATCH 05/17] workqueue: Use variable name irq_flags for saving local irq flags
2024-02-16 18:07:16
linux-kernel
[PATCH 03/17] workqueue: Rename __cancel_work_timer() to __cancel_timer_sync()
2024-02-16 18:07:10
linux-kernel
[PATCH 04/17] workqueue: Reorganize flush and cancel[_sync] functions
2024-02-16 18:06:30
linux-kernel
[PATCH 01/17] workqueue: Cosmetic changes
2024-02-16 18:06:22
linux-kernel
[PATCHSET wq/for-6.9,6.10] workqueue: Implement disable/enable_work()
2024-02-16 16:42:33
linux-kernel
Re: [PATCH] irq_work: allow building non-SMP again
2024-02-16 16:35:35
linux-kernel
Re: [PATCH v2 wq/for-6.9] workqueue, irq_work: Build fix for !CONFIG_IRQ_WORK
2024-02-16 16:25:29
linux-kernel
Re: [PATCH 6/8] net: tcp: tsq: Convert from tasklet to BH workqueue
2024-02-16 05:31:41
linux-kernel
Re: [PATCH 6/8] net: tcp: tsq: Convert from tasklet to BH workqueue
2024-02-16 05:12:07
linux-kernel
[PATCH v2 wq/for-6.9] workqueue, irq_work: Build fix for !CONFIG_IRQ_WORK
2024-02-16 04:47:06
linux-kernel
Re: linux-next: build warning after merge of the workqueues tree
2024-02-16 01:30:15
linux-kernel
[PATCH wq/for-6.9] workqueue, irq_work: Build fix for !CONFIG_IRQ_WORK
2024-02-15 13:41:09
linux-kernel
Re: next-20240215: workqueue.c: undefined reference to `irq_work_queue_on'
2024-02-14 19:17:12
linux-kernel
Re: [PATCH wq/for-6.9] workqueue: Fix queue_work_on() with BH workqueues
2024-02-14 19:06:17
linux-kernel
[PATCH wq/for-6.9] workqueue: Fix queue_work_on() with BH workqueues
2024-02-09 21:20:50
linux-kernel
Re: [PATCH 2/2 wq/for-6.9] async: Use a dedicated unbound workqueue with raised min_active