lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250124182140.2243862-1-mclapinski@google.com>
Date: Fri, 24 Jan 2025 19:21:38 +0100
From: Michal Clapinski <mclapinski@...gle.com>
To: Andrew Morton <akpm@...ux-foundation.org>, Nitin Gupta <nigupta@...dia.com>, 
	Pasha Tatashin <tatashin@...gle.com>
Cc: linux-mm@...ck.org, linux-kernel@...r.kernel.org, 
	Michal Clapinski <mclapinski@...gle.com>
Subject: [PATCH 0/2] mm/compaction: allow more aggressive proactive compaction

Our goal is to keep memory usage of a VM low on the host. For that
reason, we use free page reporting which by default reports free pages
of order 9 and larger to the host to be freed. The feature works well
only if the memory in the guest is not fragmented below pages of order
9. Proactive compaction can be reused to achieve defragmentation after
some parameter tweaking.

Michal Clapinski (2):
  mm/compaction: remove low watermark cap for proactive compaction
  mm/compaction: expose a new param for proactive compaction

 mm/compaction.c | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

-- 
2.48.1.262.g85cc9f2d1e-goog


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ