Faster and Fewer Page Faults in Linux Kernel - Kernel Recipes 2023
Offered By: Kernel Recipes via YouTube
Course Description
Overview
Explore advancements in Linux page fault mechanisms designed to reduce fault occurrences and enhance handling speed. Dive into the implementation of large folios for memory management, addressing the limitations of 4KiB pages in modern memory requirements. Learn how the kernel allocates multiple pages simultaneously during page faults, significantly improving efficiency. Discover the benefits of managing VMAs with Maple Trees, offering faster information retrieval compared to red-black trees due to their shallower structure and improved CPU cache utilization. Understand how these combined innovations lead to substantial reductions in page fault handling time, allowing for increased user code execution. Gain insights from Matthew Wilcox's presentation at Kernel Recipes 2023, showcasing these performance enhancements in Linux memory management without compromising system stability.
Syllabus
Kernel Recipes 2023 - Faster & Fewer Page Faults
Taught by
Kernel Recipes
Related Courses
Heterogeneous Parallel ProgrammingUniversity of Illinois at Urbana-Champaign via Coursera Advanced Operating Systems
Georgia Institute of Technology via Udacity 計算機程式設計 (Computer Programming)
National Taiwan University via Coursera Introduction to Operating Systems
Georgia Institute of Technology via Udacity Android Performance
Google via Udacity