Skip to content

lorenzo-stoakes/linux-gorman-book-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Understanding the Linux Virtual Memory Manager

This is a set of notes I have amateurishly extracted from the book Understanding the Linux Virtual Memory Manager written by the esteemed Mel Gorman.

These are written for my own tastes and understanding so will likely not be useful for anybody else, but I am placing them here primarily as a record for myself, though if others find them somehow useful (2.4.22 fetishists perhaps? ;) then that's great too!

The book is licensed under an Open Publication License with the options "no substantial derivitives" and "no distribution for commercial purposes".

Though this is a (substantial) derivative, it is entirely without commercial aim of course, and designed merely as a study guide for myself.

NOTE: Whenever there is an architecture-dependent function/macro/data structure, the links I am including reference i386.

NOTE: For the time being, I am skipping the 'What's new in 2.6' parts of the book as I am focused on 2.4.22. Looking through these will be part of the next phase of my research where I translate from 2.4.22 to a recent kernel.

NOTE: I skip chapter 1 as this is introductory and doesn't contain many details of interest to me at this point.

Contents

Complete Set of Notes

  1. Introduction - skipped.
  2. Describing Physical Memory
  3. Page Table Management
  4. Process Address Space
  5. Boot Memory Allocator
  6. Physical Page Allocation
  7. Non-contiguous Memory Allocation
  8. Slab Allocator
  9. High Memory Management
  10. Page Frame Reclamation
  11. Swap Management
  12. Shared Memory Virtual Filesystem
  13. Out of Memory Management

About

Notes taken from Understanding the Linux Virtual Memory Manager by Mel Gorman targeting kernel 2.4.22.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published