[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190121111724.18234-1-quentin.perret@arm.com>
Date: Mon, 21 Jan 2019 11:17:21 +0000
From: Quentin Perret <quentin.perret@....com>
To: corbet@....net, peterz@...radead.org, rjw@...ysocki.net,
juri.lelli@...hat.com
Cc: mingo@...hat.com, morten.rasmussen@....com, qais.yousef@....com,
patrick.bellasi@....com, dietmar.eggemann@....com,
linux-doc@...r.kernel.org, linux-pm@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH v2 0/3] Documentation: Explain EAS and EM
The recently introduced Energy Aware Scheduling (EAS) feature relies on
a large set of concepts, assumptions, and design choices that are
probably not obvious for an outsider. Moreover, enabling EAS on a
particular platform isn't straightforward because of all its
dependencies. This series tries to address this by introducing proper
documentation files for the scheduler's part of EAS and for the newly
introduced Energy Model (EM) framework. These are meant to explain not
only the design choices of EAS but also to list its dependencies in a
human-readable location.
Changes in v2:
- Fixed typos and style in sched-energy.txt (Juri)
- Moved EM doc under Documentation/driver-api/pm/ (Rafael)
- Translated EM doc into .rst (Rafael)
- Fixed EM kerneldoc comments to avoid htmldoc build errors
Quentin Perret (3):
PM / EM: Fix broken kerneldoc
PM / EM: Document the Energy Model framework
sched: Document Energy Aware Scheduling
Documentation/driver-api/pm/energy-model.rst | 150 +++++++
Documentation/driver-api/pm/index.rst | 1 +
Documentation/scheduler/sched-energy.txt | 431 +++++++++++++++++++
include/linux/energy_model.h | 4 +-
kernel/power/energy_model.c | 2 +-
5 files changed, 585 insertions(+), 3 deletions(-)
create mode 100644 Documentation/driver-api/pm/energy-model.rst
create mode 100644 Documentation/scheduler/sched-energy.txt
--
2.20.1
Powered by blists - more mailing lists