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-05-15 20:41:31
linux-kernel
Re: [PATCHSET v6] sched: Implement BPF extensible scheduler class
2024-05-15 19:09:15
linux-kernel
Re: [syzbot] WARNING in kernfs_remove_by_name_ns (3)
2024-05-15 17:00:38
linux-kernel
Re: [PATCH] blk-cgroup: Properly propagate the iostat update up the hierarchy
2024-05-15 16:54:26
linux-kernel
Re: [PATCH v2 1/6] workqueue: Inherit NOIO and NOFS alloc flags
2024-05-15 07:41:16
linux-kernel
Re: [RFC PATCH 2/2] mm: introduce budgt control in readahead
2024-05-14 16:50:35
linux-kernel
Re: [PATCH 5/6] cgroup/cpuset: optimize cpuset_mems_allowed_intersects()
2024-05-14 16:49:26
linux-kernel
Re: [PATCH 1/6] workqueue: Inherit NOIO and NOFS alloc flags
2024-05-13 17:17:28
linux-kernel
Re: [RFC PATCH] workqueue: Fix rescuer task's name truncated
2024-05-13 17:06:51
linux-kernel
Re: [PATCH v2] docs: cgroup-v1: Update page cache removal functions
2024-05-13 17:03:12
linux-kernel
Re: [PATCH v4 08/66] selftests/cgroup: Drop define _GNU_SOURCE
2024-05-13 16:50:05
linux-kernel
Re: [PATCH 1/6] workqueue: Inherit NOIO and NOFS alloc flags
2024-05-07 19:33:21
linux-kernel
Re: [PATCHSET v6] sched: Implement BPF extensible scheduler class
2024-05-05 23:31:47
linux-kernel
Re: [PATCHSET v6] sched: Implement BPF extensible scheduler class
2024-05-04 02:48:03
linux-kernel
Re: WW_MUTEX_SELFTEST hangs w/ 6.9-rc workqueue changes
2024-05-03 19:07:04
linux-kernel
Re: [PATCH 0/4] selftests/cgroups: fix clang build failures, warnings
2024-05-02 19:20:29
linux-kernel
Re: [PATCHSET v6] sched: Implement BPF extensible scheduler class
2024-05-01 17:29:02
linux-kernel
Re: [PATCH 09/10] writeback: factor out wb_dirty_exceeded to remove repeated code
2024-05-01 17:22:00
linux-kernel
Re: [PATCH 08/10] writeback: factor out balance_domain_limits to remove repeated code
2024-05-01 17:19:11
linux-kernel
Re: [PATCH 07/10] writeback: factor out wb_dirty_freerun to remove more repeated freerun code
2024-05-01 17:15:31
linux-kernel
Re: [PATCH 06/10] writeback: Factor out code of freerun to remove repeated code
2024-05-01 16:58:06
linux-kernel
Re: [PATCH 05/10] writeback: call domain_dirty_avail in balance_dirty_pages
2024-05-01 16:57:36
linux-kernel
Re: [PATCH 04/10] writeback use [global/wb]_domain_dirty_avail helper in cgwb_calc_thresh
2024-05-01 16:54:13
linux-kernel
Re: [PATCH 03/10] writeback: factor out domain_over_bg_thresh to remove repeated code
2024-05-01 16:50:04
linux-kernel
Re: [PATCH 02/10] writeback: add general function domain_dirty_avail to calculate dirty and avail of domain
2024-05-01 16:41:05
linux-kernel
Re: [PATCH 01/10] writeback: factor out wb_bg_dirty_limits to remove repeated code
2024-05-01 16:23:04
linux-kernel
Re: [PATCH v2 0/4] Fix and cleanups to page-writeback
2024-05-01 15:32:25
linux-kernel
[PATCH 36/39] sched_ext: Implement DSQ iterator
2024-05-01 15:28:31
linux-kernel
[PATCH 39/39] sched_ext: Add selftests
2024-05-01 15:26:57
linux-kernel
[PATCH 34/39] sched_ext: Implement core-sched support
2024-05-01 15:22:44
linux-kernel
[PATCH 38/39] sched_ext: Documentation: scheduler: Document extensible scheduler class
2024-05-01 15:22:17
linux-kernel
[PATCH 37/39] sched_ext: Add cpuperf support
2024-05-01 15:22:02
linux-kernel
[PATCH 35/39] sched_ext: Add vtime-ordered priority queue to dispatch_q's
2024-05-01 15:21:22
linux-kernel
[PATCH 33/39] sched_ext: Bypass BPF scheduler while PM events are in progress
2024-05-01 15:21:06
linux-kernel
[PATCH 32/39] sched_ext: Implement sched_ext_ops.cpu_online/offline()
2024-05-01 15:21:03
linux-kernel
[PATCH 31/39] sched_ext: Implement sched_ext_ops.cpu_acquire/release()
2024-05-01 15:20:39
linux-kernel
[PATCH 29/39] sched_ext: Add a cgroup scheduler which uses flattened hierarchy
2024-05-01 15:20:31
linux-kernel
[PATCH 30/39] sched_ext: Implement SCX_KICK_WAIT
2024-05-01 15:20:25
linux-kernel
[PATCH 28/39] sched_ext: Add cgroup support
2024-05-01 15:20:17
linux-kernel
[PATCH 27/39] sched_ext: Track tasks that are subjects of the in-flight SCX operation
2024-05-01 15:20:03
linux-kernel
[PATCH 26/39] sched_ext: Implement tickless support
2024-05-01 15:19:29
linux-kernel
[PATCH 25/39] sched_ext: Add task state tracking operations
2024-05-01 15:19:12
linux-kernel
[PATCH 24/39] sched_ext: Make watchdog handle ops.dispatch() looping stall
2024-05-01 15:19:09
linux-kernel
[PATCH 14/39] sched_ext: Implement BPF extensible scheduler class
2024-05-01 15:18:51
linux-kernel
[PATCH 23/39] sched_ext: Add a central scheduler which makes all scheduling decisions on one CPU
2024-05-01 15:18:44
linux-kernel
[PATCH 22/39] sched_ext: Implement scx_bpf_kick_cpu() and task preemption support
2024-05-01 15:18:44
linux-kernel
[PATCH 20/39] sched_ext: Print debug dump after an error exit
2024-05-01 15:18:13
linux-kernel
[PATCH 21/39] tools/sched_ext: Add scx_show_state.py
2024-05-01 15:17:46
linux-kernel
[PATCH 15/39] sched_ext: Add scx_simple and scx_example_qmap example schedulers
2024-05-01 15:17:44
linux-kernel
[PATCH 19/39] sched_ext: Print sched_ext info when dumping stack
2024-05-01 15:17:33
linux-kernel
[PATCH 18/39] sched_ext: Allow BPF schedulers to disallow specific tasks from joining SCHED_EXT
2024-05-01 15:17:25
linux-kernel
[PATCH 17/39] sched_ext: Implement runnable task stall watchdog