]> www.infradead.org Git - users/jedix/linux-maple.git/commit
sched_ext: Documentation: scheduler: Document extensible scheduler class
authorTejun Heo <tj@kernel.org>
Tue, 18 Jun 2024 20:09:21 +0000 (10:09 -1000)
committerTejun Heo <tj@kernel.org>
Tue, 18 Jun 2024 20:09:21 +0000 (10:09 -1000)
commitfa48e8d2c7b58d242c1db3a09c14f4274e055087
tree37fb39283657cf628ab5267445b8b9a8ab674aa8
parent06e51be3d5e7a07aea5c9012773df8d5de01db6c
sched_ext: Documentation: scheduler: Document extensible scheduler class

Add Documentation/scheduler/sched-ext.rst which gives a high-level overview
and pointers to the examples.

v6: - Add paragraph explaining debug dump.

v5: - Updated to reflect /sys/kernel interface change. Kconfig options
      added.

v4: - README improved, reformatted in markdown and renamed to README.md.

v3: - Added tools/sched_ext/README.

    - Dropped _example prefix from scheduler names.

v2: - Apply minor edits suggested by Bagas. Caveats section dropped as all
      of them are addressed.

Signed-off-by: Tejun Heo <tj@kernel.org>
Reviewed-by: David Vernet <dvernet@meta.com>
Acked-by: Josh Don <joshdon@google.com>
Acked-by: Hao Luo <haoluo@google.com>
Acked-by: Barret Rhoden <brho@google.com>
Cc: Bagas Sanjaya <bagasdotme@gmail.com>
Documentation/scheduler/index.rst
Documentation/scheduler/sched-ext.rst [new file with mode: 0644]
include/linux/sched/ext.h
kernel/Kconfig.preempt
kernel/sched/ext.c
kernel/sched/ext.h
tools/sched_ext/README.md [new file with mode: 0644]