public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] sched: Move a series of sysctls starting with sys/kernel/sched_*
@ 2022-02-15  5:22 Zhen Ni
  2022-02-15  5:22 ` [PATCH 1/8] sched: Move child_runs_first sysctls to fair.c Zhen Ni
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Zhen Ni @ 2022-02-15  5:22 UTC (permalink / raw)
  To: mingo, peterz, juri.lelli, vincent.guittot, mcgrof, keescook
  Cc: linux-kernel, linux-fsdevel, Zhen Ni

*** BLURB HERE ***

Zhen Ni (8):
  sched: Move child_runs_first sysctls to fair.c
  sched: Move schedstats sysctls to core.c
  sched: Move rt_period/runtime sysctls to rt.c
  sched: Move deadline_period sysctls to deadline.c
  sched: Move rr_timeslice sysctls to rt.c
  sched: Move uclamp_util sysctls to core.c
  sched: Move cfs_bandwidth_slice sysctls to fair.c
  sched: Move energy_aware sysctls to topology.c

 include/linux/sched/sysctl.h | 41 ---------------
 kernel/sched/core.c          | 69 ++++++++++++++++++-------
 kernel/sched/deadline.c      | 42 +++++++++++++---
 kernel/sched/fair.c          | 32 +++++++++++-
 kernel/sched/rt.c            | 56 +++++++++++++++++++--
 kernel/sched/sched.h         |  7 +++
 kernel/sched/topology.c      | 25 +++++++++-
 kernel/sysctl.c              | 97 ------------------------------------
 8 files changed, 199 insertions(+), 170 deletions(-)

-- 
2.20.1




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

end of thread, other threads:[~2022-02-15 11:24 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-15  5:22 [PATCH 0/8] sched: Move a series of sysctls starting with sys/kernel/sched_* Zhen Ni
2022-02-15  5:22 ` [PATCH 1/8] sched: Move child_runs_first sysctls to fair.c Zhen Ni
2022-02-15  5:22 ` [PATCH 2/8] sched: Move schedstats sysctls to core.c Zhen Ni
2022-02-15  5:22 ` [PATCH 3/8] sched: Move rt_period/runtime sysctls to rt.c Zhen Ni
2022-02-15  7:47   ` kernel test robot
2022-02-15  7:53     ` Luis Chamberlain
2022-02-15 11:23   ` kernel test robot
2022-02-15  5:22 ` [PATCH 4/8] sched: Move deadline_period sysctls to deadline.c Zhen Ni
2022-02-15  5:22 ` [PATCH 5/8] sched: Move rr_timeslice sysctls to rt.c Zhen Ni
2022-02-15  5:22 ` [PATCH 6/8] sched: Move uclamp_util sysctls to core.c Zhen Ni
2022-02-15  5:22 ` [PATCH 7/8] sched: Move cfs_bandwidth_slice sysctls to fair.c Zhen Ni
2022-02-15  5:22 ` [PATCH 8/8] sched: Move energy_aware sysctls to topology.c Zhen Ni
2022-02-15  6:01 ` [PATCH 0/8] sched: Move a series of sysctls starting with sys/kernel/sched_* Chaitanya Kulkarni

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