mbox series

[RFC,0/2] relax anon mTHP PTE Mapping restrictions

Message ID 20250120012230.3343-1-ioworker0@gmail.com (mailing list archive)
Headers show
Series relax anon mTHP PTE Mapping restrictions | expand

Message

Lance Yang Jan. 20, 2025, 1:22 a.m. UTC
Hey all,

Previously, mTHP could only be mapped to PTEs where all entries were none.
With this change, PTEs within the range mapping the demand-zero page can
now be treated as `pte_none` and remapped to a new mTHP, providing more
opportunities to take advantage of mTHP.

Lance Yang (2):
  mm/mthp: add pte_range_none_or_zeropfn() helper
  mm/mthp: relax anon mTHP PTE Mapping restrictions

 mm/memory.c | 54 ++++++++++++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 49 insertions(+), 5 deletions(-)