aboutsummaryrefslogtreecommitdiff
path: root/Documentation/mm
AgeCommit message (Expand)AuthorFilesLines
2023-08-21Docs/mm/damon/design: update for address range filtersGravatar SeongJae Park 1-6/+15
2023-08-21mm: kill frontswapGravatar Johannes Weiner 2-265/+0
2023-08-18Documentation: Fix typosGravatar Bjorn Helgaas 5-5/+5
2023-08-18powerpc/book3s64/radix: add support for vmemmap optimization for radixGravatar Aneesh Kumar K.V 1-0/+1
2023-08-18docs: mm: Fix number of base pages for 1GB HugeTLBGravatar Usama Arif 1-1/+2
2023-07-14Documentation/highmem: Add information about kmap_local_folio()Gravatar Fabio M. De Francesco 1-12/+15
2023-07-11mm: Make pte_mkwrite() take a VMAGravatar Rick Edgecombe 1-2/+4
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Gravatar Rick Edgecombe 1-0/+6
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 5-61/+327
2023-06-27Merge tag 'docs-6.5' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-0/+149
2023-06-19Docs/admin-guide/mm/damon/usage: link design document for DAMOSGravatar SeongJae Park 1-0/+14
2023-06-19Docs/mm/damon/design: document 'age' of regionGravatar SeongJae Park 1-0/+14
2023-06-19mm/pgtable: allow pte_offset_map[_lock]() to failGravatar Hugh Dickins 1-6/+11
2023-06-16Documentation/mm: Initial page table documentationGravatar Linus Walleij 1-0/+149
2023-06-09Docs/mm/damon/design: add a section for the modules layerGravatar SeongJae Park 1-0/+61
2023-06-09Docs/mm/damon/design: add a section for DAMON core APIGravatar SeongJae Park 1-0/+12
2023-06-09Docs/mm/damon/design: add sections for advanced features of DAMOSGravatar SeongJae Park 1-0/+86
2023-06-09Docs/mm/damon/design: add sections for basic parts of DAMOSGravatar SeongJae Park 1-0/+70
2023-06-09Docs/mm/damon/design: add a section for the relation between Core and Modules...Gravatar SeongJae Park 1-0/+10
2023-06-09Docs/mm/damon/design: rewrite configurable layersGravatar SeongJae Park 1-15/+14
2023-06-09Docs/mm/damon/design: update the layout based on the layersGravatar SeongJae Park 1-10/+14
2023-06-09Docs/mm/damon/design: add a section for overall architectureGravatar SeongJae Park 1-0/+15
2023-06-09Docs/mm/damon/maintainer-profile: fix typos and grammar errorsGravatar SeongJae Park 1-2/+2
2023-06-09Docs/mm/damon/faq: remove old questionsGravatar SeongJae Park 1-23/+0
2023-06-09mm: convert migrate_pages() to work on foliosGravatar Matthew Wilcox (Oracle) 1-4/+3
2023-05-29mm: page_table_check: Make it dependent on EXCLUSIVE_SYSTEM_RAMGravatar Ruihan Li 1-0/+19
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 4-6/+48
2023-04-24Merge tag 'docs-6.4' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+20
2023-04-16sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesGravatar Andrew Morton 1-59/+76
2023-04-11docs/mm: Physical Memory: Fix grammarGravatar Kim Phillips 1-1/+1
2023-04-05zsmalloc: document freeable statsGravatar Sergey Senozhatsky 1-0/+2
2023-04-05zsmalloc: document new fullness groupingGravatar Sergey Senozhatsky 1-59/+74
2023-03-28shmem: add support to ignore swapGravatar Luis Chamberlain 1-0/+2
2023-03-28mm/debug_vm_pgtable: replace pte_mkhuge() with arch_make_huge_pte()Gravatar Anshuman Khandual 1-1/+1
2023-03-28lazy tlb: allow lazy tlb mm refcounting to be configurableGravatar Nicholas Piggin 1-0/+6
2023-03-28mm: multi-gen LRU: improve design docGravatar T.J. Alumbaugh 1-5/+39
2023-03-14docs/mm: Physical Memory: add example of interleaving nodesGravatar Mike Rapoport (IBM) 1-0/+19
2023-03-07docs/mm: hugetlbfs_reserv: fix a reference to a file that doesn't existGravatar Mike Rapoport (IBM) 1-4/+4
2023-03-07docs/mm: Physical Memory: fix a reference to a file that doesn't existGravatar Mike Rapoport (IBM) 1-1/+1
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 11-122/+461
2023-02-16docs/mm: Physical Memory: correct spelling in reference to CONFIG_PAGE_EXTENSIONGravatar Lukas Bulwahn 1-1/+1
2023-02-13Documentation/mm: update hugetlbfs documentation to mention alloc_hugetlb_folioGravatar Sidhartha Kumar 1-10/+11
2023-02-02mm: multi-gen LRU: section for memcg LRUGravatar T.J. Alumbaugh 1-1/+32
2023-02-02mm: multi-gen LRU: section for Bloom filtersGravatar T.J. Alumbaugh 1-0/+16
2023-02-02mm: multi-gen LRU: section for rmap/PT walk feedbackGravatar T.J. Alumbaugh 1-0/+14
2023-02-02mm: multi-gen LRU: section for working set protectionGravatar T.J. Alumbaugh 1-0/+15
2023-02-02Documentation: mm: use `s/higmem/highmem/` fix typo for highmemGravatar Deming Wang 1-1/+1
2023-02-02zsmalloc: make zspage chain size configurableGravatar Sergey Senozhatsky 1-0/+168
2023-02-02mm: clean up mlock_page / munlock_page references in commentsGravatar Matthew Wilcox (Oracle) 1-14/+16
2023-02-02mm: remove munlock_vma_page()Gravatar Matthew Wilcox (Oracle) 1-2/+2