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
2023-02-19 23:18:18
linux-kernel
[GIT PULL] workqueue changes for v6.3-rc1
2023-02-08 21:55:50
linux-kernel
Re: [PATCHSET v2] sched: Implement BPF extensible scheduler class
2023-02-08 19:06:09
linux-kernel
Re: [PATCH -next] blk-iocost: fix sleeping in atomic warning for wbt_enable_default()
2023-02-07 01:03:17
linux-kernel
Re: [PATCH 14/19] mm: Introduce a cgroup for pinned memory
2023-02-07 00:32:49
linux-kernel
Re: [PATCH 14/19] mm: Introduce a cgroup for pinned memory
2023-02-06 23:25:40
linux-kernel
Re: [PATCH 14/19] mm: Introduce a cgroup for pinned memory
2023-02-06 22:36:32
linux-kernel
Re: [PATCH 14/19] mm: Introduce a cgroup for pinned memory
2023-02-06 21:50:05
linux-kernel
[GIT PULL] cgroup fixes for v6.2-rc7
2023-02-06 21:14:37
linux-kernel
Re: [PATCH 14/19] mm: Introduce a cgroup for pinned memory
2023-02-06 20:21:37
linux-kernel
Re: [PATCH 2/2] cpuset: Call set_cpus_allowed_ptr() with appropriate mask for task
2023-02-06 20:17:38
linux-kernel
Re: [PATCH] cgroup/cpuset: Don't filter offline CPUs in cpuset_cpus_allowed() for top cpuset tasks
2023-02-06 20:15:58
linux-kernel
Re: [PATCH v2] cgroup/cpuset: Don't filter offline CPUs in cpuset_cpus_allowed() for top cpuset tasks
2023-02-03 21:07:32
linux-kernel
Re: [PATCH] sched/core: Fix a missed update of user_cpus_ptr
2023-02-03 21:01:37
linux-kernel
Re: [PATCH] cgroup/cpuset: Don't filter offline CPUs in cpuset_cpus_allowed() for top cpuset tasks
2023-02-03 19:30:21
linux-kernel
Re: [RFC 2/5] workqueue: Warn when a new worker could not be created
2023-02-03 18:19:42
linux-ext4
Re: [PATCH] ext4: fix cgroup writeback accounting with fs-layer encryption
2023-02-02 23:45:17
linux-kernel
Re: [RFC 5/5] workqueue: Print backtraces from CPUs with hung CPU bound workqueues
2023-02-02 23:30:48
linux-kernel
Re: [RFC 2/5] workqueue: Warn when a new worker could not be created
2023-02-02 22:35:18
linux-kernel
Re: [PATCH v4 2/2] blk-cgroup: Flush stats at blkgs destruction path
2023-02-02 21:52:52
linux-kernel
Re: [PATCH v2 0/2] cgroup/cpuset: Make hotplug code more efficient
2023-02-02 21:51:19
linux-kernel
Re: [PATCH 1/2] cpuset: Fix cpuset_cpus_allowed() to not filter offline CPUs
2023-02-02 21:30:50
linux-ext4
Re: [PATCH] fscrypt: Copy the memcg information to the ciphertext page
2023-02-02 20:49:03
linux-kernel
Re: [PATCH 1/2] cpuset: Fix cpuset_cpus_allowed() to not filter offline CPUs
2023-02-02 20:00:21
linux-kernel
Re: [RFC 10/12] cgroup/drm: Introduce weight based drm cgroup control
2023-02-02 19:50:15
linux-kernel
Re: cgroup user-after-free
2023-01-31 22:22:16
linux-kernel
Re: [PATCH] cgroup/cpuset: Fix wrong check in update_parent_subparts_cpumask()
2023-01-31 22:21:50
linux-kernel
[GIT PULL] cgroup fixes for v6.2-rc6
2023-01-31 21:27:56
linux-ext4
Re: [PATCH] fscrypt: Copy the memcg information to the ciphertext page
2023-01-31 00:36:35
linux-kernel
Re: [PATCH 27/30] sched_ext: Implement core-sched support
2023-01-31 00:26:27
linux-kernel
Re: [PATCH 27/30] sched_ext: Implement core-sched support
2023-01-30 23:41:15
linux-kernel
Re: [PATCH 23/30] sched_ext: Add cgroup support
2023-01-28 01:11:26
linux-kernel
Re: [RFC 10/12] cgroup/drm: Introduce weight based drm cgroup control
2023-01-28 00:20:42
linux-kernel
[PATCH 30/30] sched_ext: Add a rust userspace hybrid example scheduler
2023-01-28 00:20:36
linux-kernel
[PATCH 29/30] sched_ext: Add a basic, userland vruntime scheduler
2023-01-28 00:20:25
linux-kernel
[PATCH 28/30] sched_ext: Documentation: scheduler: Document extensible scheduler class
2023-01-28 00:20:15
linux-kernel
[PATCH 27/30] sched_ext: Implement core-sched support
2023-01-28 00:20:10
linux-kernel
[PATCH 26/30] sched_ext: Implement sched_ext_ops.cpu_online/offline()
2023-01-28 00:20:09
linux-kernel
[PATCH 25/30] sched_ext: Implement sched_ext_ops.cpu_acquire/release()
2023-01-28 00:19:50
linux-kernel
[PATCH 23/30] sched_ext: Add cgroup support
2023-01-28 00:19:41
linux-kernel
[PATCH 24/30] sched_ext: Implement SCX_KICK_WAIT
2023-01-28 00:19:38
linux-kernel
[PATCH 21/30] sched_ext: Add task state tracking operations
2023-01-28 00:19:35
linux-kernel
[PATCH 18/30] sched_ext: Allow BPF schedulers to switch all eligible tasks into sched_ext
2023-01-28 00:19:31
linux-kernel
[PATCH 19/30] sched_ext: Implement scx_bpf_kick_cpu() and task preemption support
2023-01-28 00:19:27
linux-kernel
[PATCH 22/30] sched_ext: Implement tickless support
2023-01-28 00:19:22
linux-kernel
[PATCH 20/30] sched_ext: Make watchdog handle ops.dispatch() looping stall
2023-01-28 00:19:17
linux-kernel
[PATCH 17/30] sched_ext: Allow BPF schedulers to disallow specific tasks from joining SCHED_EXT
2023-01-28 00:19:14
linux-kernel
[PATCH 16/30] sched_ext: Implement runnable task stall watchdog
2023-01-28 00:18:51
linux-kernel
[PATCH 14/30] sched_ext: Add scx_example_dummy and scx_example_qmap example schedulers
2023-01-28 00:18:41
linux-kernel
[PATCH 13/30] sched_ext: Implement BPF extensible scheduler class
2023-01-28 00:18:32
linux-kernel
[PATCH 15/30] sched_ext: Add sysrq-S which disables the BPF scheduler
2023-01-28 00:18:18
linux-kernel
[PATCH 12/30] sched_ext: Add boilerplate for extensible scheduler class