public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCHSET sched_ext/for-6.12] sched_ext: Misc updates
@ 2024-08-04  2:40 Tejun Heo
  2024-08-04  2:40 ` [PATCH 1/6] sched_ext: Simplify scx_can_stop_tick() invocation in sched_can_stop_tick() Tejun Heo
                   ` (7 more replies)
  0 siblings, 8 replies; 18+ messages in thread
From: Tejun Heo @ 2024-08-04  2:40 UTC (permalink / raw)
  To: void, peterz; +Cc: linux-kernel, kernel-team, mingo

Misc updates mostly implementing Peter's feedbacks from the following
thread:

 http://lkml.kernel.org/r/20240723163358.GM26750@noisy.programming.kicks-ass.net

This patchset contains the following patches:

 0001-sched_ext-Simplify-scx_can_stop_tick-invocation-in-s.patch
 0002-sched_ext-Add-scx_enabled-test-to-start_class-promot.patch
 0003-sched_ext-Use-update_curr_common-in-update_curr_scx.patch
 0004-sched_ext-Simplify-UP-support-by-enabling-sched_clas.patch
 0005-sched_ext-Improve-comment-on-idle_sched_class-except.patch
 0006-sched_ext-Make-task_can_run_on_remote_rq-use-common-.patch

and is also available in the following git branch:

 git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext.git scx-misc-updates

 kernel/sched/core.c  |   14 ++++------
 kernel/sched/ext.c   |  101 +++++++++++++++++++++++++++++++------------------------------------------
 kernel/sched/sched.h |   20 +++++++++++++-
 3 files changed, 69 insertions(+), 66 deletions(-)

--
tejun


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2024-08-06 19:39 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-04  2:40 [PATCHSET sched_ext/for-6.12] sched_ext: Misc updates Tejun Heo
2024-08-04  2:40 ` [PATCH 1/6] sched_ext: Simplify scx_can_stop_tick() invocation in sched_can_stop_tick() Tejun Heo
2024-08-05 17:55   ` David Vernet
2024-08-04  2:40 ` [PATCH 2/6] sched_ext: Add scx_enabled() test to @start_class promotion in put_prev_task_balance() Tejun Heo
2024-08-05 17:57   ` David Vernet
2024-08-04  2:40 ` [PATCH 3/6] sched_ext: Use update_curr_common() in update_curr_scx() Tejun Heo
2024-08-05 18:23   ` David Vernet
2024-08-04  2:40 ` [PATCH 4/6] sched_ext: Simplify UP support by enabling sched_class->balance() in UP Tejun Heo
2024-08-05 19:49   ` David Vernet
2024-08-04  2:40 ` [PATCH 5/6] sched_ext: Improve comment on idle_sched_class exception in scx_task_iter_next_locked() Tejun Heo
2024-08-05 19:50   ` David Vernet
2024-08-04  2:40 ` [PATCH 6/6] sched_ext: Make task_can_run_on_remote_rq() use common task_allowed_on_cpu() Tejun Heo
2024-08-05 19:55   ` David Vernet
2024-08-06  8:12   ` Peter Zijlstra
2024-08-06 17:04     ` Tejun Heo
2024-08-06 19:39   ` [PATCH v2 " Tejun Heo
2024-08-06  8:13 ` [PATCHSET sched_ext/for-6.12] sched_ext: Misc updates Peter Zijlstra
2024-08-06 19:39 ` Tejun Heo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox