summaryrefslogtreecommitdiff
path: root/Documentation/admin-guide/mm
AgeCommit message (Expand)AuthorFilesLines
2023-08-31Merge tag 'docs-6.6' of git://git.lwn.net/linuxLinus Torvalds2-3/+3
2023-08-30Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+8
2023-08-25crash: memory and CPU hotplug sysfs attributesEric DeVolder1-0/+8
2023-08-21mm/ksm: add pages scanned metricStefan Roesch1-0/+2
2023-08-21mm/memory_hotplug: support memmap_on_memory when memmap is not aligned to pag...Aneesh Kumar K.V1-0/+12
2023-08-21Docs/admin-guide/mm/damon/usage: update for DAMON monitoring target type DAMO...SeongJae Park1-17/+20
2023-08-21Docs/admin-guide/mm/damon/usage: update for address range type DAMOS filterSeongJae Park1-11/+20
2023-08-21Docs/admin-guide/mm/damon/usage: update for tried_regions/total_bytesSeongJae Park1-15/+27
2023-08-21mm: kill frontswapJohannes Weiner1-7/+7
2023-08-18Documentation: Fix typosBjorn Helgaas1-2/+2
2023-08-18mm/memory_hotplug: document the signal_pending() check in offline_pages()David Hildenbrand1-1/+1
2023-08-18mm: userfaultfd: document and enable new UFFDIO_POISON featureAxel Rasmussen1-0/+15
2023-08-18ksm: consider KSM-placed zeropages when calculating KSM profitxu xin1-7/+11
2023-08-18ksm: count all zero pages placed by KSMxu xin1-0/+7
2023-07-14Documentation: admin-guide: correct "it's" to possessive "its"Randy Dunlap1-1/+1
2023-06-20Docs/admin-guide/mm/damon/usage: update the ways for getting monitoring resultsSeongJae Park1-8/+12
2023-06-20Docs/admin-guide/mm/damon/usage: clarify quotas and watermarks sysfs interfaceSeongJae Park1-2/+9
2023-06-20Docs/admin-guide/mm/damon/usage: link design document for DAMOSSeongJae Park1-67/+37
2023-06-20Docs/admin-guide/mm/damon/usage: remove unnecessary sentences about supported...SeongJae Park1-7/+5
2023-06-20Docs/admin-guide/mm/damon/usage: fix typos in references and commasSeongJae Park1-4/+3
2023-06-20Docs/admin-guide/mm/damon/start: update DAMOS example commandSeongJae Park1-5/+5
2023-05-05Merge tag 'docs-6.4-2' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-1/+29
2023-04-26docs/admin-guide/mm/ksm.rst fix intraface -> interface typoDonald Hunter1-1/+1
2023-04-22mm: add new KSM process and sysfs knobsStefan Roesch1-1/+4
2023-04-06mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEsAxel Rasmussen1-0/+8
2023-04-06mm/uffd: UFFD_FEATURE_WP_UNPOPULATEDPeter Xu1-0/+17
2023-03-29mm, pagemap: remove SLOB and SLQB from comments and documentationVlastimil Babka1-3/+3
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-30/+104
2023-02-22Merge tag 'docs-6.3' of git://git.lwn.net/linuxLinus Torvalds17-52/+20
2023-02-14Docs/admin-guide/mm/damon/usage: add DAMON debugfs interface deprecation noticeSeongJae Park1-7/+13
2023-02-03Docs/admin-guide/mm/damon/usage: update DAMOS actions/filters supports of eac...SeongJae Park1-13/+28
2023-02-02Documentation: admin-guide: correct spellingRandy Dunlap2-3/+3
2023-02-02docs/admin-guide/mm: remove useless markupMike Rapoport (IBM)15-45/+13
2023-01-31Doc/damon: fix the data path errorHui Su2-4/+4
2023-01-19Docs/admin-guide/mm/numaperf: increase depth of subsectionsSeongJae Park1-4/+4
2023-01-19selftests/vm: rename selftests/vm to selftests/mmSeongJae Park1-3/+3
2023-01-19tools/vm: rename tools/vm to tools/mmSeongJae Park2-3/+3
2023-01-19Docs/admin-guide/mm/damon/usage: document DAMOS filters of sysfsSeongJae Park1-2/+46
2023-01-19Docs/admin-guide/damon/reclaim: document 'skip_anon' parameterSeongJae Park1-0/+9
2023-01-12Docs/admin-guide/mm/zswap: remove zsmalloc's lack of writeback warningNhat Pham1-3/+1
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-8/+51
2022-12-01Docs/admin-guide/mm/damon/usage: document schemes/<s>/tried_regions sysfs dir...SeongJae Park1-3/+42
2022-12-01Docs/admin-guide/mm/damon/usage: fix wrong usage example of init_regions fileSeongJae Park1-5/+6
2022-12-01Docs/admin-guide/mm/damon/usage: describe the rules of sysfs region directoriesSeongJae Park1-0/+3
2022-11-09Docs/admin-guide/mm/zswap: remove a paragraph about zswap being a new featureDavid Heidelberg1-7/+1
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds9-26/+264
2022-10-04mm/khugepaged: attempt to map file/shmem-backed pte-mapped THPs by pmdsZach O'Keefe1-1/+8
2022-10-04mm/huge_memory: prevent THP_ZERO_PAGE_ALLOC increased twiceLiu Shixin1-4/+3
2022-10-04Docs/admin-guide/mm/damon/usage: note DAMON debugfs interface deprecation planSeongJae Park1-0/+5