Images 💾

Last commit ⭐

commit 8180211431c6541a2aa5f2f076254e762cb3316f
Author:     dylanbobb <dylan.bobb@hotmail.com>
AuthorDate: Sun Aug 14 23:08:22 2022 -0400
Commit:     Andreas Kling <kling@serenityos.org>
CommitDate: Tue Aug 16 01:13:17 2022 +0200

    Kernel: Release 1 page instead of all pages when starved for pages
    
    Previously, when starved for pages, *all* clean file-backed memory
    would be released, which is quite excessive.
    
    This patch instead releases just 1 page, since only 1 page is needed
    to satisfy the request to `allocate_physical_page()`