From: "Matthew Wilcox (Oracle)" <[email protected]>
To: Andrew Morton <[email protected]>
Cc: "Matthew Wilcox (Oracle)" <[email protected]>,
Jens Axboe <[email protected]>,
[email protected], [email protected]
Subject: [PATCH v2 00/13] Remove _folio_dtor and _folio_order
Date: Wed, 16 Aug 2023 16:11:48 +0100 [thread overview]
Message-ID: <[email protected]> (raw)
Well, this patch series has got completely out of hand. What started
out as "Let's try to optimise the freeing path a bit" turned into
"Hey, I can free up an entire word in the first tail page", and
grew "Oh, while we're here, let's rename a bunch of things".
No detailed changelog from v1 because _so much_ changed.
Matthew Wilcox (Oracle) (13):
io_uring: Stop calling free_compound_page()
mm: Call free_huge_page() directly
mm: Convert free_huge_page() to free_huge_folio()
mm: Convert free_transhuge_folio() to folio_undo_large_rmappable()
mm; Convert prep_transhuge_page() to folio_prep_large_rmappable()
mm: Remove free_compound_page() and the compound_page_dtors array
mm: Remove HUGETLB_PAGE_DTOR
mm: Add large_rmappable page flag
mm: Rearrange page flags
mm: Free up a word in the first tail page
mm: Remove folio_test_transhuge()
mm: Add tail private fields to struct folio
mm: Convert split_huge_pages_pid() to use a folio
.../admin-guide/kdump/vmcoreinfo.rst | 14 +--
Documentation/mm/hugetlbfs_reserv.rst | 14 +--
.../zh_CN/mm/hugetlbfs_reserv.rst | 4 +-
include/linux/huge_mm.h | 6 +-
include/linux/hugetlb.h | 3 +-
include/linux/mm.h | 39 +-------
include/linux/mm_types.h | 19 +++-
include/linux/page-flags.h | 60 ++++++++----
io_uring/io_uring.c | 6 +-
io_uring/kbuf.c | 6 +-
kernel/crash_core.c | 4 +-
mm/huge_memory.c | 51 +++++-----
mm/hugetlb.c | 97 ++++++-------------
mm/internal.h | 5 +-
mm/khugepaged.c | 2 +-
mm/memcontrol.c | 2 +-
mm/mempolicy.c | 15 +--
mm/page_alloc.c | 41 +++-----
18 files changed, 161 insertions(+), 227 deletions(-)
--
2.40.1
next reply other threads:[~2023-08-16 15:13 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-16 15:11 Matthew Wilcox (Oracle) [this message]
2023-08-16 15:11 ` [PATCH v2 01/13] io_uring: Stop calling free_compound_page() Matthew Wilcox (Oracle)
2023-08-16 15:11 ` [PATCH v2 02/13] mm: Call free_huge_page() directly Matthew Wilcox (Oracle)
2023-08-16 15:11 ` [PATCH v2 03/13] mm: Convert free_huge_page() to free_huge_folio() Matthew Wilcox (Oracle)
2023-08-16 20:14 ` Sidhartha Kumar
2023-08-17 3:31 ` Yanteng Si
2023-08-16 15:11 ` [PATCH v2 04/13] mm: Convert free_transhuge_folio() to folio_undo_large_rmappable() Matthew Wilcox (Oracle)
2023-08-16 15:11 ` [PATCH v2 05/13] mm; Convert prep_transhuge_page() to folio_prep_large_rmappable() Matthew Wilcox (Oracle)
2023-08-16 15:11 ` [PATCH v2 06/13] mm: Remove free_compound_page() and the compound_page_dtors array Matthew Wilcox (Oracle)
2023-08-16 15:11 ` [PATCH v2 07/13] mm: Remove HUGETLB_PAGE_DTOR Matthew Wilcox (Oracle)
2023-08-16 21:45 ` Sidhartha Kumar
2023-08-22 3:13 ` Mike Kravetz
2023-08-22 3:32 ` Matthew Wilcox
2023-08-22 17:19 ` Mike Kravetz
2023-12-08 17:54 ` Vlastimil Babka
2023-12-08 18:31 ` Matthew Wilcox
2023-12-13 12:23 ` David Hildenbrand
2023-08-16 15:11 ` [PATCH v2 08/13] mm: Add large_rmappable page flag Matthew Wilcox (Oracle)
2023-08-16 15:11 ` [PATCH v2 09/13] mm: Rearrange page flags Matthew Wilcox (Oracle)
2023-08-16 15:11 ` [PATCH v2 10/13] mm: Free up a word in the first tail page Matthew Wilcox (Oracle)
2023-08-22 23:17 ` Mike Kravetz
2023-08-23 0:29 ` Matthew Wilcox
2023-08-16 15:11 ` [PATCH v2 11/13] mm: Remove folio_test_transhuge() Matthew Wilcox (Oracle)
2023-08-16 15:12 ` [PATCH v2 12/13] mm: Add tail private fields to struct folio Matthew Wilcox (Oracle)
2023-08-16 15:21 ` David Hildenbrand
2023-08-16 15:12 ` [PATCH v2 13/13] mm: Convert split_huge_pages_pid() to use a folio Matthew Wilcox (Oracle)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox