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
| ||
|
Message-ID: <CAO9XypWCiSwf+5NeG9aRcRG+2tUKE2DufMjHHpsCUh65rvNM-A@mail.gmail.com> Date: Fri, 23 Nov 2018 16:09:50 +0530 From: Rishi <2rushikeshj@...il.com> To: linux-kernel@...r.kernel.org Subject: Page Replacement Algo Enhancement to Flush lest recently used memory page I'm looking for right kernel API to be able to flush the least recently used memory page from inactive memory. I want to develop a kernel module such that it will free least recently used memory every n seconds untill inactive memory is 0. This is to reduce the memory allocated to a linux VM dynamically and make it available to other vms of the host or hypervisor itself.