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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 91D7AC678D5 for ; Tue, 10 Jan 2023 15:25:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238793AbjAJPYu (ORCPT ); Tue, 10 Jan 2023 10:24:50 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60338 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238716AbjAJPYS (ORCPT ); Tue, 10 Jan 2023 10:24:18 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7224552764; Tue, 10 Jan 2023 07:24:17 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id C2F25B817B0; Tue, 10 Jan 2023 15:24:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3BB81C43392; Tue, 10 Jan 2023 15:24:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1673364252; bh=ZJZT5HMkLBDdezP+PeNaN4naT5cL/7k7KeuSmZUBoX8=; h=From:To:Cc:Subject:Date:From; b=p7pjYsR6NPUiuaUyNxM7xiZITkB/crsoDpHE8uYitsQyUTe66MO0xNQsbKbxmWdCO M3A7YYbLJPTe2HXTc00dYav5c+Q1+Kg93YBq8quZBWSiEn2+fLcB5wzDqezV221Skz cW2WtHrH4f0PcJK3IKxJV+nFPKJ+o94t9O3kPewcUt+fYUZ3B2qYLgTKoyUwRH8Z5z TlxrByGORD5eAOblGPKEzIJHD+v6F/bEzTyGlV1xTBQKG/UFHVbN6XtJuMYL8Rhl6M g2TwdMk/kwnq7Al87lqnOFptUvztfCSeIfewHSu2dMMWl2QCuwC5KQ4E1WgveWAPyd ZUvWJL5jX+pJA== From: Mike Rapoport To: Jonathan Corbet Cc: Andrew Morton , Bagas Sanjaya , David Hildenbrand , Johannes Weiner , Lorenzo Stoakes , "Matthew Wilcox (Oracle)" , Mel Gorman , Michal Hocko , Mike Rapoport , Vlastimil Babka , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: [PATCH v2 0/2] docs/mm: start filling out new structure Date: Tue, 10 Jan 2023 17:23:56 +0200 Message-Id: <20230110152358.2641910-1-rppt@kernel.org> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: "Mike Rapoport (IBM)" Hi, Last year at LSF/MM Matthew promptly created the new structure for MM documentation, but there still was no patches with content. I've started to work on it a while ago and I wanted to send it out in a more complete form, but I've got distracted and didn't have time to work on this. With fast changes around struct page and the threat of Lorenzo's book, I've decided to send out what I have till now with a hope that we can really make this a collaborative effort with people filling paragraph here and there. If somebody does not feel like sending formal patches, just send me the "raw" text my way and I'll deal with the rest. The text is relatively heavily formatted because I believe the target audience will prefer html version. v2: * rephrase the paragraph inroducing zones (Lorenzo) * update formatting (Bagas) * add section stubs (Bagas) * small fixes here and there v1: https://lore.kernel.org/all/20230101094523.1522109-1-rppt@kernel.org Mike Rapoport (IBM) (2): docs/mm: Page Reclaim: add page label to allow external references docs/mm: Physical Memory: add structure, introduction and nodes description Documentation/mm/page_reclaim.rst | 2 + Documentation/mm/physical_memory.rst | 340 +++++++++++++++++++++++++++ 2 files changed, 342 insertions(+) -- 2.35.1