From patchwork Sun Jan 1 09:45:21 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Rapoport X-Patchwork-Id: 13086350 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 kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2C96BC3DA7D for ; Sun, 1 Jan 2023 09:45:43 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id 358C38E0002; Sun, 1 Jan 2023 04:45:43 -0500 (EST) Received: by kanga.kvack.org (Postfix, from userid 40) id 3089D8E0001; Sun, 1 Jan 2023 04:45:43 -0500 (EST) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 1F7618E0002; Sun, 1 Jan 2023 04:45:43 -0500 (EST) X-Delivered-To: linux-mm@kvack.org Received: from relay.hostedemail.com (smtprelay0012.hostedemail.com [216.40.44.12]) by kanga.kvack.org (Postfix) with ESMTP id 116B48E0001 for ; Sun, 1 Jan 2023 04:45:43 -0500 (EST) Received: from smtpin11.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay05.hostedemail.com (Postfix) with ESMTP id E13D5401C5 for ; Sun, 1 Jan 2023 09:45:42 +0000 (UTC) X-FDA: 80305748124.11.5C3E014 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by imf14.hostedemail.com (Postfix) with ESMTP id 5AC38100008 for ; Sun, 1 Jan 2023 09:45:40 +0000 (UTC) Authentication-Results: imf14.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b=l605tFbw; spf=pass (imf14.hostedemail.com: domain of rppt@kernel.org designates 145.40.68.75 as permitted sender) smtp.mailfrom=rppt@kernel.org; dmarc=pass (policy=none) header.from=kernel.org ARC-Seal: i=1; s=arc-20220608; d=hostedemail.com; t=1672566340; a=rsa-sha256; cv=none; b=yOGgMAdg9hTWvyTV0QHIXg9hfyqPR4KeLC4n/Q7+G61N3zC5dmj8oDE97TlYOcLTCDocEK v0jOWxAFZi3KYuN6R7G6PVPa4R2aCEf0na8jD2Eo6dMOdbxYO4Ff1RUdqMlqmzaNVtzNep +wlLN7zK8KPxdoMZ8Y85w0PHP/fT3Kw= ARC-Authentication-Results: i=1; imf14.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b=l605tFbw; spf=pass (imf14.hostedemail.com: domain of rppt@kernel.org designates 145.40.68.75 as permitted sender) smtp.mailfrom=rppt@kernel.org; dmarc=pass (policy=none) header.from=kernel.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=hostedemail.com; s=arc-20220608; t=1672566340; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-transfer-encoding:content-transfer-encoding: in-reply-to:references:dkim-signature; bh=AOFwt/rMl34QYFDgG+IFsTRZ3COp9m1/9uwSNNhlKUc=; b=oDwFD4V9ZbLAi4SmHzHWUJ556CUnsaLGS20tV2+dsNLCpfPvwzt18LlHBMu1fy8V7e2KwV C3Q8cZQ4k66h7wb4yyJWTKYUAnO52qrt5lNbZsVtrdkJw3jrrX+URSWQOYDU11r5/pe91g 1kHWDgD2jzAThyUmXvRjTiQqPvPSOTc= 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 413E1B80906; Sun, 1 Jan 2023 09:45:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AA764C433EF; Sun, 1 Jan 2023 09:45:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1672566337; bh=S690dzApcNJps+1GPKb70Yam/rqSaO/9A8Dhwi270eE=; h=From:To:Cc:Subject:Date:From; b=l605tFbwUFm3w80lawUFpjkrpDG/sIpzR0xLWDf1VAWe+tuK+f++noEsOFZg1IpHo +trObOW1M/J+f81U/XPUZ1Vv2MCbesUx8gRFaB7JDpXGs/mui0R2WFysTqyIGX5hPL 8koUbaweexTanP7oTAEFtL3efj0xB0vB+nwLYnUr+Ovnz6fhSb0qSGRqXgfMTKev5n h1+DstT/pzHeCJ2Z6EePuAMiRBTWtD/drfev3+cZELw+oeKulo840h4icBkB2J7xfn dGdTSK2ehSN5XtGKReUYEUBVpEhYGyAVliX+DzXEkrrehkixu2OLNFhsltA2gXOXWd FIlaqGI3hn6kg== From: Mike Rapoport To: Jonathan Corbet Cc: Andrew Morton , 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 0/2] docs/mm: start filling out new structure Date: Sun, 1 Jan 2023 11:45:21 +0200 Message-Id: <20230101094523.1522109-1-rppt@kernel.org> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 X-Rspam-User: X-Rspamd-Queue-Id: 5AC38100008 X-Rspamd-Server: rspam01 X-Stat-Signature: y3fm88hkzz8rd9xshoxxp48qm7zbbumu X-HE-Tag: 1672566340-517675 X-HE-Meta: U2FsdGVkX1+Wd0RT3u8TYQRfAseTBRyZtCUXQ41srCT/mK9GbS9ZOYhyE5L3hsJJLm7e/4wY5a340NuMIorEl1H9+R4GhN108ITup6xmgy6TpnTSCjkI6604Nft6CdgtZlvAP3cY1BhgLhibSqHiAi3tSwEEVsPdbJzl/0K95TAMSjhr7KpwCdJuYkNO1ypZ+fkHlPRdceG6x+bwB5XxUD3pXEDL4rk9ISPcZLwJ/ZVrDCUogJDBTj3sQSl2reNCyVF7RACCMNeAhJkL2oREpJJrH3ML/T6b4Zfz3GNI74UJY1NHkvwCF74nSVVqKODhae6W8Tpq4HjZTRFIqJpmb5DUKfqCUeaD2OTL7lPSIeEDNukr/KOymuvl+Xk0ZHUyLnQ4W4M4Imke2PROhD/pChzJVI9FW2AupTkgU/hfluDfac8GLyK4vk3SFO3A3ugOsrhVrhwS5g2qw496VMyaVnm9uJ1RSW7xNiKuti1avNLyKJf4UgIhR+UsdiN1glzwSzJjcN0JesIVpLn2LwU8NPCtdSw9KTekaXqW+GuDdBchYI9XN+wRSsviqU5aaXtiVdWD22SicbzLvWlKKGtj4vshWEGPHvqI70mZy7z+S+HWn08OFjESrvPBtWlES5tpKcZtvQ9Ga5jFzPr1BL0ZklluqjxBHWimWSozIexo/p8sOahh6uRpL60Ar6cDc8uCU7b6dwT6hS+UlbZEeoSIHCejCKb51ZtdQHLxjgnlJ33btp8IdHJYDz8I88nJRESEWJeyIzTLfTb9gmCnQLaMeNpYav+F0MaRtWzXeI0W3/DvEhKXwnMnvw7jOia8Tksk8JTJVVNiEfPoQkZmwRbhsE2nBrt7f+tAk/e77K1OBI6IW+VZaIeOwXDWL1m5kyXJzy6CE29OO9N12qb3nUsV3MhLb/LdcfZhLqKzbMaL92bsOfGK9no+T7pknO+T7Ca3hhcKUluhJDoWuwvzQrI jizO6lzb gwGRVOmaJMtmKOodQZBGgjsldA4yaCTx6ZzmRFjk1FblfDLTGh7deGwnfAClb6fWMr5wpRk9BycN23hE= X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: 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. 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 | 322 +++++++++++++++++++++++++++ 2 files changed, 324 insertions(+)