All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH next 0/2] THP COW support for private executable file mmap
@ 2025-12-15 12:34 Zhang Qilong
  2025-12-15 12:34 ` [PATCH next 1/2] mm/huge_memory: Implementation of THP COW for " Zhang Qilong
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Zhang Qilong @ 2025-12-15 12:34 UTC (permalink / raw)
  To: akpm, david, lorenzo.stoakes, corbet
  Cc: ziy, baolin.wang, Liam.Howlett, npache, ryan.roberts, dev.jain,
	baohua, lance.yang, vbabka, rppt, surenb, mhocko, wangkefeng.wang,
	sunnanyong, linux-mm, linux-doc, linux-kernel, Zhang Qilong

This patch series implementate THP COW for private executable file
mmap. It's major designed to increase the iTLB cache hit rate for
hot patching application, and we add a new sysfs knob to disable or
enable it.

Zhang Qilong (2):
  mm/huge_memory: Implementation of THP COW for executable file mmap
  mm/huge_memory: Add sysfs knob for executable THP COW

 Documentation/admin-guide/mm/transhuge.rst |   8 ++
 include/linux/huge_mm.h                    |   5 +
 mm/huge_memory.c                           | 105 ++++++++++++++++++++-
 mm/memory.c                                |  13 +++
 4 files changed, 130 insertions(+), 1 deletion(-)

-- 
2.43.0


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

end of thread, other threads:[~2025-12-16 12:14 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-15 12:34 [PATCH next 0/2] THP COW support for private executable file mmap Zhang Qilong
2025-12-15 12:34 ` [PATCH next 1/2] mm/huge_memory: Implementation of THP COW for " Zhang Qilong
2025-12-16  4:42   ` kernel test robot
2025-12-16  5:03   ` kernel test robot
2025-12-16 10:31   ` kernel test robot
2025-12-15 12:34 ` [PATCH next 2/2] mm/huge_memory: Add sysfs knob for executable THP COW Zhang Qilong
2025-12-16  6:07   ` kernel test robot
2025-12-16 11:38   ` kernel test robot
2025-12-16 12:13   ` kernel test robot
2025-12-15 14:00 ` [PATCH next 0/2] THP COW support for private executable file mmap Matthew Wilcox
2025-12-15 14:26   ` David Hildenbrand (Red Hat)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.