From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 053BEC433E1 for ; Fri, 5 Jun 2020 09:29:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D04C020772 for ; Fri, 5 Jun 2020 09:29:24 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=unikie-com.20150623.gappssmtp.com header.i=@unikie-com.20150623.gappssmtp.com header.b="1IWoS+33" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726298AbgFEJ3Y (ORCPT ); Fri, 5 Jun 2020 05:29:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59812 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726278AbgFEJ3V (ORCPT ); Fri, 5 Jun 2020 05:29:21 -0400 Received: from mail-lj1-x242.google.com (mail-lj1-x242.google.com [IPv6:2a00:1450:4864:20::242]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0EBD8C08C5C3 for ; Fri, 5 Jun 2020 02:29:21 -0700 (PDT) Received: by mail-lj1-x242.google.com with SMTP id 9so1252520ljv.5 for ; Fri, 05 Jun 2020 02:29:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=unikie-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=VdE4MiNfWQ7/UsB/TdHz4sDfTF/wlLohSStV9HV5fKw=; b=1IWoS+33ErNyiA3yH8nMtRVbOCnndSGaOj8uQdnVKiFNVtZQGIpo5v0oXeGcR/pDG4 5gk48Go/7+DisXxemVTVIE7ib5tkdh11A6KrLqA8JBiPbPzvQUy1SvsLbiDWjfdoGMEq wFq8xtbCOMEWRX4JXqcQim2EA1PLtA8pUZmjhCglScI7as05f9rpNvzRHqBf/Gn1+15x E+sIJ08DL7/0y5ciz9lwbRCc68x/diPjQTc2ZTi+SM2N3CSeBMvNcBmaowtWpe30kfvZ EvgX1dHL3JwZ9iHQtY4J6R/y4JZbz8XcCBBeDms26pv5xqHmwOzUnFMHt1hfamxVbxd9 lRDw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=VdE4MiNfWQ7/UsB/TdHz4sDfTF/wlLohSStV9HV5fKw=; b=i3SR2xQ+XflnrJ8BtT5p+CAIKtV5o2IgCQZ4/uGLG+QXJVLX8TN+8t5mvDYjsPXacT m49naaj9JB6fcIWI4yTgT3MeG14tfPzy4xuPOq7MRzHjSld9x6zKeb75+17aYIRRbC87 2AKVyNnZBHKSqJqOgI2m7e00oQLHR2GOTDFzySFbOdAjRObonsHQNyIeHNLTLLeh7ehK SQNxQZ/YnhhYfucVsCFjPQ0VRYLdazZeBEAPt+5EnS0LkxAu5IxE/QPesS+PjvZVAUw0 skTLht+rLtake6DcTLxXoQrPj3YyYsYXxwpR0w9Z1b/5djkqcMervIrO50wBYN4/J8j5 MheQ== X-Gm-Message-State: AOAM530oHFwnDc6ysVMEslRHRE/w2ihtza0Sv2xk2NQttCAbzrVPafrS EoxxSPOF6sjP+xyXmkFEV08HHg== X-Google-Smtp-Source: ABdhPJyUyQ5T84ZDlaQj5Pl+zqj9w4V8r6dMsK//5MYT0qXxl/qwAqwVvTT2LbSsxI+H1mBKC70rCw== X-Received: by 2002:a2e:81d4:: with SMTP id s20mr4195887ljg.248.1591349359372; Fri, 05 Jun 2020 02:29:19 -0700 (PDT) Received: from localhost.localdomain ([109.204.235.119]) by smtp.googlemail.com with ESMTPSA id a1sm746471lfi.36.2020.06.05.02.29.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 05 Jun 2020 02:29:18 -0700 (PDT) From: john mathew X-Google-Original-From: john mathew To: linux-doc@vger.kernel.org Cc: linux-kernel@vger.kernel.org, corbet@lwn.net, mingo@redhat.com, peterz@infradead.org, juri.lelli@redhat.com, vincent.guittot@linaro.org, dietmar.eggemann@arm.com, rostedt@goodmis.org, bsegall@google.com, mgorman@suse.de, bristot@redhat.com, tsbogend@alpha.franken.de, lukas.bulwahn@gmail.com, x86@kernel.org, linux-mips@vger.kernel.org, tglx@linutronix.de, willy@infradead.org, valentin.schneider@arm.com, srikar@linux.vnet.ibm.com, John Mathew Subject: [RFC PATCH v7 1/3] docs: scheduler: Restructure scheduler documentation. Date: Fri, 5 Jun 2020 12:29:04 +0300 Message-Id: <20200605092906.29478-2-John.Mathew@unikie.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200605092906.29478-1-John.Mathew@unikie.com> References: <20200605092906.29478-1-John.Mathew@unikie.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: John Mathew Add new sections to enable addition of new documentation on the scheduler. Existing documentation is moved under the related new sections. The sections are - overview - sched-features - arch-specific.rst - sched-debugging.rst Suggested-by: Lukas Bulwahn Signed-off-by: John Mathew --- Documentation/scheduler/arch-specific.rst | 11 ++++++++ Documentation/scheduler/index.rst | 30 ++++++++++++--------- Documentation/scheduler/overview.rst | 5 ++++ Documentation/scheduler/sched-debugging.rst | 14 ++++++++++ Documentation/scheduler/sched-features.rst | 20 ++++++++++++++ 5 files changed, 67 insertions(+), 13 deletions(-) create mode 100644 Documentation/scheduler/arch-specific.rst create mode 100644 Documentation/scheduler/overview.rst create mode 100644 Documentation/scheduler/sched-debugging.rst create mode 100644 Documentation/scheduler/sched-features.rst diff --git a/Documentation/scheduler/arch-specific.rst b/Documentation/scheduler/arch-specific.rst new file mode 100644 index 000000000000..c9c34863d994 --- /dev/null +++ b/Documentation/scheduler/arch-specific.rst @@ -0,0 +1,11 @@ +.. SPDX-License-Identifier: GPL-2.0+ + +Architecture Specific Scheduler Implementation Differences +========================================================== + +.. class:: toc-title + + Table of contents + +.. toctree:: + :maxdepth: 2 diff --git a/Documentation/scheduler/index.rst b/Documentation/scheduler/index.rst index 69074e5de9c4..9bdccea74af9 100644 --- a/Documentation/scheduler/index.rst +++ b/Documentation/scheduler/index.rst @@ -1,23 +1,27 @@ +.. SPDX-License-Identifier: GPL-2.0+ + =============== Linux Scheduler =============== -.. toctree:: - :maxdepth: 1 +This documentation outlines the Linux kernel scheduler with its concepts, +details about the scheduler design and its data structures and architecture +specific implementation differences. - completion - sched-arch - sched-bwc - sched-deadline - sched-design-CFS - sched-domains - sched-energy - sched-nice-design - sched-rt-group - sched-stats +.. class:: toc-title + + Table of contents - text_files +.. toctree:: + :maxdepth: 2 + + overview + sched-design-CFS + sched-features + arch-specific + sched-debugging + scheduler-api .. only:: subproject and html diff --git a/Documentation/scheduler/overview.rst b/Documentation/scheduler/overview.rst new file mode 100644 index 000000000000..aee16feefc61 --- /dev/null +++ b/Documentation/scheduler/overview.rst @@ -0,0 +1,5 @@ +.. SPDX-License-Identifier: GPL-2.0+ + +==================== +Scheduler overview +==================== diff --git a/Documentation/scheduler/sched-debugging.rst b/Documentation/scheduler/sched-debugging.rst new file mode 100644 index 000000000000..e332069f99d6 --- /dev/null +++ b/Documentation/scheduler/sched-debugging.rst @@ -0,0 +1,14 @@ +.. SPDX-License-Identifier: GPL-2.0+ + +Scheduler Debugging Interface +============================== + +.. class:: toc-title + + Table of contents + +.. toctree:: + :maxdepth: 2 + + sched-stats + text_files diff --git a/Documentation/scheduler/sched-features.rst b/Documentation/scheduler/sched-features.rst new file mode 100644 index 000000000000..1afbd9cc8d52 --- /dev/null +++ b/Documentation/scheduler/sched-features.rst @@ -0,0 +1,20 @@ +.. SPDX-License-Identifier: GPL-2.0+ + +Scheduler Features +===================== + +.. class:: toc-title + + Table of contents + +.. toctree:: + :maxdepth: 2 + + sched-arch + sched-bwc + sched-deadline + sched-domains + sched-energy + sched-nice-design + sched-rt-group + completion -- 2.17.1