Jump to ratings and reviews
Rate this book

Understanding the Linux Virtual Memory Manager

Rate this book
A programmer wanting to understand the workings of the Linux VM today literally has no choice but to study the kernel source code, line-by-line - an excruciatingly difficult and time-consuming task. This book dedicates itself to explaining, in detail, how the memory manager is implemented in Linux, thereby cutting down the time needed to understand it from many months to mere weeks. The Linux VM is the single most important component of the Linux kernel. The behavior of the VM affects all other kernel subsystems, and has a dramatic impact on overall system performance. This book is unique in that not only does it describe the Linux VM itself in unprecedented detail, it also includes the theoretical foundations for it which is of interest to both developers and students but has been omitted from recent Linux kernel related material. It is split into three parts. The first part begins with an introduction on how to approach reading the code of an open source project. It then provides a detailed description of the VM architecture with the aid of numerous diagrams and call graphs, which is suitable for people who need a clear understanding of how the VM functions. The second part is a detailed line-by-line description of the C source modules (source code commentary) that implement the VM in the Linux 2.4 kernel. The third part describes new features in the upcoming 2.6 kernel.

752 pages, Paperback

First published May 9, 2004

8 people are currently reading
55 people want to read

About the author

Mel Gorman

1 book1 follower

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
2 (13%)
4 stars
5 (33%)
3 stars
6 (40%)
2 stars
1 (6%)
1 star
1 (6%)
Displaying 1 - 2 of 2 reviews
Profile Image for Mark.
1 review
September 17, 2012
I gave this three stars because it is the most complete overview of the Linux mm system, but it is highly technical for a beginner to mm development. This is unfortunate because they are the target audience. If you were proficient with the mm system you would simply peruse the source instead for your needs. Still, though, it started as an MS thesis so I can't really complain. It was helpful for me, albeit with a steep learning curve.
6 reviews1 follower
July 18, 2021
If you have a solid understanding of virtual memory management concepts this is an EXCELLENT way to understand the 1000 foot view of how it's implemented in Linux. However, there are a few concepts this book doesn't touch that exists in the mainline kernel now including croups, maple trees and huge pages but I'm sure other things as well.
Displaying 1 - 2 of 2 reviews

Can't find what you're looking for?

Get help and learn more about the design.