public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] mm: improve folio refcount scalability
@ 2026-04-20  8:01 Gorbunov Ivan
  2026-04-20  8:01 ` [PATCH v2 1/2] mm: drop page refcount zero state semantics Gorbunov Ivan
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Gorbunov Ivan @ 2026-04-20  8:01 UTC (permalink / raw)
  To: gorbunov.ivan
  Cc: david, Liam.Howlett, akpm, apopple, baolin.wang, gladyshev.ilya1,
	harry.yoo, kirill, linux-kernel, linux-mm, lorenzo.stoakes,
	mhocko, muchun.song, rppt, surenb, torvalds, vbabka, willy,
	yuzhao, ziy, artem.kuzin

This is a v2 of the series that aims to improve refcount scalability via
dedicated bit. [1]

Changes since v1:
  - Fixed frozen pages initialization
  - Fixed page_ref_count behavior on frozen pages 
  - Added debug checks to ensure that some modification methods are
    not called on frozen pages

[1] https://lore.kernel.org/all/20260228141941.f6fec687aae9d80a161387f4@linux-foundation.org/
Gladyshev Ilya (1):
  mm: implement page refcount locking via dedicated bit

Gorbunov Ivan (1):
  mm: drop page refcount zero state semantics

 drivers/pci/p2pdma.c               |  2 +-
 include/linux/page-flags.h         | 13 +++++++++
 include/linux/page_ref.h           | 43 +++++++++++++++++++++++++++---
 kernel/liveupdate/kexec_handover.c |  2 +-
 mm/hugetlb.c                       |  2 +-
 mm/mm_init.c                       |  6 ++---
 mm/page_alloc.c                    |  4 +--
 7 files changed, 61 insertions(+), 11 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-04-20 13:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-20  8:01 [PATCH v2 0/2] mm: improve folio refcount scalability Gorbunov Ivan
2026-04-20  8:01 ` [PATCH v2 1/2] mm: drop page refcount zero state semantics Gorbunov Ivan
2026-04-20  8:01 ` [PATCH v2 2/2] mm: implement page refcount locking via dedicated bit Gorbunov Ivan
2026-04-20 10:07 ` [syzbot ci] Re: mm: improve folio refcount scalability syzbot ci
2026-04-20 12:29   ` Gorbunov Ivan
2026-04-20 13:21     ` syzbot ci

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox