Images 💾

Last commit ⭐

commit e1476788adfd79e9e3f54afba33645c370a82ec5
Author:     Andreas Kling <kling@serenityos.org>
AuthorDate: Thu Aug 18 20:59:04 2022 +0200
Commit:     Andreas Kling <kling@serenityos.org>
CommitDate: Thu Aug 18 20:59:04 2022 +0200

    Kernel: Make sys$anon_create() allocate physical pages immediately
    
    This fixes an issue where a sharing process would map the "lazy
    committed page" early and then get stuck with that page even after
    it had been replaced in the VMObject by a page fault.
    
    Regressed in 27c1135d307efde8d9baef2affb26be568d50263, which made it
    happen every time with the backing bitmaps used for WebContent.