aboutsummaryrefslogtreecommitdiff
path: root/Documentation/mm
AgeCommit message (Expand)AuthorFilesLines
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
2023-02-02mm: remove mlock_vma_page()Gravatar Matthew Wilcox (Oracle) 1-3/+3
2023-02-02mm: remove page_evictable()Gravatar Matthew Wilcox (Oracle) 1-44/+47
2023-02-02mm: discard __GFP_ATOMICGravatar NeilBrown 1-1/+1
2023-02-02Documentation/mm: update references to __m[un]lock_page() to *_folio()Gravatar Lorenzo Stoakes 1-15/+15
2023-02-02mm: convert deferred_split_huge_page() to deferred_split_folio()Gravatar Matthew Wilcox (Oracle) 1-3/+3
2023-02-02doc: clarify refcount section by referring to folios & pagesGravatar Matthew Wilcox (Oracle) 1-9/+9
2023-02-02Docs/mm/damon: add a maintainer-profile for DAMONGravatar SeongJae Park 2-0/+63
2023-02-02Docs/mm/damon/index: mention DAMOS on the introGravatar SeongJae Park 1-8/+13
2023-02-02mm/highmem: add notes about conversions from kmap{,_atomic}()Gravatar Fabio M. De Francesco 1-10/+31
2023-02-02docs/mm: remove useless markupGravatar Mike Rapoport (IBM) 24-54/+6
2023-02-02docs/mm: Physical Memory: remove useless markupGravatar Mike Rapoport (IBM) 2-8/+6
2023-01-26docs/mm: Physical Memory: add structure, introduction and nodes descriptionGravatar Mike Rapoport (IBM) 2-0/+349
2023-01-26Documentation/mm: Fix typo emluation -> emulationGravatar Jules Maselbas 1-1/+1
2023-01-24Docs/subsystem-apis: Remove '[The ]Linux' prefixes from titles of listed docu...Gravatar SeongJae Park 1-3/+3
2023-01-18tools/vm: rename tools/vm to tools/mmGravatar SeongJae Park 2-2/+2
2023-01-18mm: multi-gen LRU: rename lrugen->lists[] to lrugen->folios[]Gravatar Yu Zhao 1-4/+4
2023-01-02docs: mm/page_owner: fix spelling mistakesGravatar Chen Xiao 1-2/+2
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-26/+10
2022-11-30documentation/mm: update pmd_present() in arch_pgtable_helpers.rstGravatar Anshuman Khandual 1-1/+1
2022-11-30mm,thp,rmap: subpages_mapcount COMPOUND_MAPPED if PMD-mappedGravatar Hugh Dickins 1-4/+3
2022-11-30mm,thp,rmap: subpages_mapcount of PTE-mapped subpagesGravatar Hugh Dickins 1-1/+2
2022-11-30mm,thp,rmap: lock_compound_mapcounts() on THP mapcountsGravatar Hugh Dickins 1-7/+9
2022-11-30mm,thp,rmap: simplify compound page mapcount handlingGravatar Hugh Dickins 1-18/+0
2022-10-24mm: Make failslab writable againGravatar Alexander Atanasov 1-0/+2
2022-10-13Merge tag 'docs-6.1-2' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-16/+4
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 4-1/+166
2022-10-10Documentation/mm/page_owner.rst: delete frequently changing experimental dataGravatar Yixuan Cao 1-16/+4
2022-10-10Merge tag 'slab-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-12/+21
2022-10-03ksm: add the ksm prefix to the names of the ksm private structuresGravatar Qi Zheng 1-1/+1
2022-09-29Documentation/mm: modify page_referenced to folio_referencedGravatar Vernon Yang 1-3/+3
2022-09-26mm: multi-gen LRU: design docGravatar Yu Zhao 2-0/+160
2022-09-23mm/slub: enable debugging memory wasting of kmallocGravatar Feng Tang 1-12/+21
2022-09-11mm/page_owner.c: add llseek for page_ownerGravatar Kassey Li 1-0/+5
2022-08-08Documentation/mm: add details about kmap_local_page() and preemptionGravatar Fabio M. De Francesco 1-4/+9
2022-08-08Documentation/mm: rrefer kmap_local_page() and avoid kmap()Gravatar Fabio M. De Francesco 1-0/+5
2022-08-08Documentation/mm: avoid invalid use of addresses from kmap_local_page()Gravatar Fabio M. De Francesco 1-0/+7
2022-08-08Documentation/mm: don't kmap*() pages which can't come from HIGHMEMGravatar Fabio M. De Francesco 1-0/+6