| - An explanation from Linus about tsk->active_mm vs tsk->mm. |
| - various information on memory balancing. |
| - Example app using huge page memory with the mmap system call. |
| - Example app using huge page memory with Sys V shared memory system calls. |
| - a brief summary of hugetlbpage support in the Linux kernel. |
| - explains what hwpoison is |
| - how to use the Kernel Samepage Merging feature. |
| - info on how locking and synchronization is done in the Linux vm code. |
| - an example program that uses the MAP_HUGETLB mmap flag. |
| - information about NUMA specific code in the Linux vm. |
| - documentation of concepts and APIs of the 2.6 memory policy support. |
| - description of the Linux kernels overcommit handling modes. |
| - Tool for querying page flags |
| - description of page migration in NUMA systems. |
| - pagemap, from the userspace perspective |
| - source code for a tool to get reports about slabs. |
| - a short users guide for SLUB. |
| - Unevictable LRU infrastructure |