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=-16.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham 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 F1B43C2B9F4 for ; Thu, 17 Jun 2021 20:44:53 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 9EF38613FE for ; Thu, 17 Jun 2021 20:44:53 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9EF38613FE Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id 42DCC6B0072; Thu, 17 Jun 2021 16:44:53 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 3DDA96B0073; Thu, 17 Jun 2021 16:44:53 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 27FD16B0074; Thu, 17 Jun 2021 16:44:53 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0078.hostedemail.com [216.40.44.78]) by kanga.kvack.org (Postfix) with ESMTP id EC0456B0072 for ; Thu, 17 Jun 2021 16:44:52 -0400 (EDT) Received: from smtpin37.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay02.hostedemail.com (Postfix) with ESMTP id 911C21EA2E for ; Thu, 17 Jun 2021 20:44:52 +0000 (UTC) X-FDA: 78264394824.37.E068B9C Received: from casper.infradead.org (casper.infradead.org [90.155.50.34]) by imf01.hostedemail.com (Postfix) with ESMTP id 136885001707 for ; Thu, 17 Jun 2021 20:44:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=aHLaziIx2roUv+C+UqM4fNifK6D3E4TjbK3gKooQSwY=; b=nqhBd1ctIJc/X/VbQiq/lhJSaS MZczerdedDQcHDi8hHwigQpC2tZtpqujageiXZf1KcUX+oC84eK9O1RZP21D73D1e7vPeT00b7+2U 05pBzb3VPnlopUgikGJLCNfD/8b79migAZ2AHXIQ5S8XZM387rcGxivSWwCux7ZrShCfWBn55DBkl AJL+B3hqjNddEcWE407psE4OdluNf3s6fO8irCtVi7i/7p2m14MkZ6q5r+HZ8rA2LtNa9cLGZsUtT uSE33X6+Z+/WMg2KJctbV3yQT9Y6CvQ00Vi2w7oeB+yiMldb5rF5evekvHiHc9JdRbrhry/ADT4w1 zHX5I4MQ==; Received: from willy by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1ltysC-009Yr1-14; Thu, 17 Jun 2021 20:44:30 +0000 From: "Matthew Wilcox (Oracle)" To: linux-mm@kvack.org, linux-doc@vger.kernel.org Cc: "Matthew Wilcox (Oracle)" Subject: [PATCH 3/3] mm/doc: Include percpu documentation in html docs Date: Thu, 17 Jun 2021 21:43:25 +0100 Message-Id: <20210617204325.2278730-3-willy@infradead.org> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210617204325.2278730-1-willy@infradead.org> References: <20210617204325.2278730-1-willy@infradead.org> MIME-Version: 1.0 X-Rspamd-Server: rspam05 X-Rspamd-Queue-Id: 136885001707 X-Stat-Signature: rb99twofdffs97az1a4rm7uhtgysntq3 Authentication-Results: imf01.hostedemail.com; dkim=pass header.d=infradead.org header.s=casper.20170209 header.b=nqhBd1ct; dmarc=none; spf=none (imf01.hostedemail.com: domain of willy@infradead.org has no SPF policy when checking 90.155.50.34) smtp.mailfrom=willy@infradead.org X-HE-Tag: 1623962691-563842 Content-Transfer-Encoding: quoted-printable X-Bogosity: Ham, tests=bogofilter, spamicity=0.000092, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: The kernel-doc was written, but not included in the html documentation. Signed-off-by: Matthew Wilcox (Oracle) --- Documentation/core-api/mm-api.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/core-api/mm-api.rst b/Documentation/core-api/m= m-api.rst index e46f01c4b200..89a53ac00249 100644 --- a/Documentation/core-api/mm-api.rst +++ b/Documentation/core-api/mm-api.rst @@ -87,6 +87,12 @@ DMA pools .. kernel-doc:: mm/dmapool.c :export: =20 +Per-CPU memory allocation +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D + +.. kernel-doc:: mm/percpu.c + :export: + More Memory Management Functions =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D =20 --=20 2.30.2