00-INDEX 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. 00-INDEX
  2. - this file.
  3. active_mm.rst
  4. - An explanation from Linus about tsk->active_mm vs tsk->mm.
  5. balance.rst
  6. - various information on memory balancing.
  7. cleancache.rst
  8. - Intro to cleancache and page-granularity victim cache.
  9. frontswap.rst
  10. - Outline frontswap, part of the transcendent memory frontend.
  11. highmem.rst
  12. - Outline of highmem and common issues.
  13. hmm.rst
  14. - Documentation of heterogeneous memory management
  15. hugetlbfs_reserv.rst
  16. - A brief overview of hugetlbfs reservation design/implementation.
  17. hwpoison.rst
  18. - explains what hwpoison is
  19. ksm.rst
  20. - how to use the Kernel Samepage Merging feature.
  21. mmu_notifier.rst
  22. - a note about clearing pte/pmd and mmu notifications
  23. numa.rst
  24. - information about NUMA specific code in the Linux vm.
  25. overcommit-accounting.rst
  26. - description of the Linux kernels overcommit handling modes.
  27. page_frags.rst
  28. - description of page fragments allocator
  29. page_migration.rst
  30. - description of page migration in NUMA systems.
  31. page_owner.rst
  32. - tracking about who allocated each page
  33. remap_file_pages.rst
  34. - a note about remap_file_pages() system call
  35. slub.rst
  36. - a short users guide for SLUB.
  37. split_page_table_lock.rst
  38. - Separate per-table lock to improve scalability of the old page_table_lock.
  39. swap_numa.rst
  40. - automatic binding of swap device to numa node
  41. transhuge.rst
  42. - Transparent Hugepage Support, alternative way of using hugepages.
  43. unevictable-lru.rst
  44. - Unevictable LRU infrastructure
  45. z3fold.txt
  46. - outline of z3fold allocator for storing compressed pages
  47. zsmalloc.rst
  48. - outline of zsmalloc allocator for storing compressed pages
  49. zswap.rst
  50. - Intro to compressed cache for swap pages