| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2023-02-23 | 11 | -122/+461 |
|\ |
|
| * | Documentation/mm: update hugetlbfs documentation to mention alloc_hugetlb_folio | Sidhartha Kumar | 2023-02-13 | 1 | -10/+11 |
| * | mm: multi-gen LRU: section for memcg LRU | T.J. Alumbaugh | 2023-02-02 | 1 | -1/+32 |
| * | mm: multi-gen LRU: section for Bloom filters | T.J. Alumbaugh | 2023-02-02 | 1 | -0/+16 |
| * | mm: multi-gen LRU: section for rmap/PT walk feedback | T.J. Alumbaugh | 2023-02-02 | 1 | -0/+14 |
| * | mm: multi-gen LRU: section for working set protection | T.J. Alumbaugh | 2023-02-02 | 1 | -0/+15 |
| * | Documentation: mm: use `s/higmem/highmem/` fix typo for highmem | Deming Wang | 2023-02-02 | 1 | -1/+1 |
| * | zsmalloc: make zspage chain size configurable | Sergey Senozhatsky | 2023-02-02 | 1 | -0/+168 |
| * | mm: clean up mlock_page / munlock_page references in comments | Matthew Wilcox (Oracle) | 2023-02-02 | 1 | -14/+16 |
| * | mm: remove munlock_vma_page() | Matthew Wilcox (Oracle) | 2023-02-02 | 1 | -2/+2 |
| * | mm: remove mlock_vma_page() | Matthew Wilcox (Oracle) | 2023-02-02 | 1 | -3/+3 |
| * | mm: remove page_evictable() | Matthew Wilcox (Oracle) | 2023-02-02 | 1 | -44/+47 |
| * | mm: discard __GFP_ATOMIC | NeilBrown | 2023-02-02 | 1 | -1/+1 |
| * | Documentation/mm: update references to __m[un]lock_page() to *_folio() | Lorenzo Stoakes | 2023-02-02 | 1 | -15/+15 |
| * | mm: convert deferred_split_huge_page() to deferred_split_folio() | Matthew Wilcox (Oracle) | 2023-02-02 | 1 | -3/+3 |
| * | doc: clarify refcount section by referring to folios & pages | Matthew Wilcox (Oracle) | 2023-02-02 | 1 | -9/+9 |
| * | Docs/mm/damon: add a maintainer-profile for DAMON | SeongJae Park | 2023-02-02 | 2 | -0/+63 |
| * | Docs/mm/damon/index: mention DAMOS on the intro | SeongJae Park | 2023-02-02 | 1 | -8/+13 |
| * | mm/highmem: add notes about conversions from kmap{,_atomic}() | Fabio M. De Francesco | 2023-02-02 | 1 | -10/+31 |
| * | tools/vm: rename tools/vm to tools/mm | SeongJae Park | 2023-01-18 | 2 | -2/+2 |
| * | mm: multi-gen LRU: rename lrugen->lists[] to lrugen->folios[] | Yu Zhao | 2023-01-18 | 1 | -4/+4 |
* | | docs/mm: Physical Memory: correct spelling in reference to CONFIG_PAGE_EXTENSION | Lukas Bulwahn | 2023-02-16 | 1 | -1/+1 |
* | | docs/mm: remove useless markup | Mike Rapoport (IBM) | 2023-02-02 | 24 | -54/+6 |
* | | docs/mm: Physical Memory: remove useless markup | Mike Rapoport (IBM) | 2023-02-02 | 2 | -8/+6 |
* | | docs/mm: Physical Memory: add structure, introduction and nodes description | Mike Rapoport (IBM) | 2023-01-26 | 2 | -0/+349 |
* | | Documentation/mm: Fix typo emluation -> emulation | Jules Maselbas | 2023-01-26 | 1 | -1/+1 |
* | | Docs/subsystem-apis: Remove '[The ]Linux' prefixes from titles of listed docu... | SeongJae Park | 2023-01-24 | 1 | -3/+3 |
* | | docs: mm/page_owner: fix spelling mistakes | Chen Xiao | 2023-01-02 | 1 | -2/+2 |
|/ |
|
* | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-12-13 | 2 | -26/+10 |
|\ |
|
| * | documentation/mm: update pmd_present() in arch_pgtable_helpers.rst | Anshuman Khandual | 2022-11-30 | 1 | -1/+1 |
| * | mm,thp,rmap: subpages_mapcount COMPOUND_MAPPED if PMD-mapped | Hugh Dickins | 2022-11-30 | 1 | -4/+3 |
| * | mm,thp,rmap: subpages_mapcount of PTE-mapped subpages | Hugh Dickins | 2022-11-30 | 1 | -1/+2 |
| * | mm,thp,rmap: lock_compound_mapcounts() on THP mapcounts | Hugh Dickins | 2022-11-30 | 1 | -7/+9 |
| * | mm,thp,rmap: simplify compound page mapcount handling | Hugh Dickins | 2022-11-30 | 1 | -18/+0 |
* | | mm: Make failslab writable again | Alexander Atanasov | 2022-10-24 | 1 | -0/+2 |
|/ |
|
* | Merge tag 'docs-6.1-2' of git://git.lwn.net/linux | Linus Torvalds | 2022-10-13 | 1 | -16/+4 |
|\ |
|
| * | Documentation/mm/page_owner.rst: delete frequently changing experimental data | Yixuan Cao | 2022-10-10 | 1 | -16/+4 |
* | | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-10-10 | 4 | -1/+166 |
|\ \ |
|
| * | | ksm: add the ksm prefix to the names of the ksm private structures | Qi Zheng | 2022-10-03 | 1 | -1/+1 |
| * | | mm: multi-gen LRU: design doc | Yu Zhao | 2022-09-26 | 2 | -0/+160 |
| * | | mm/page_owner.c: add llseek for page_owner | Kassey Li | 2022-09-11 | 1 | -0/+5 |
* | | | Merge tag 'slab-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2022-10-10 | 1 | -12/+21 |
|\ \ \
| |_|/
|/| | |
|
| * | | mm/slub: enable debugging memory wasting of kmalloc | Feng Tang | 2022-09-23 | 1 | -12/+21 |
| |/ |
|
* / | Documentation/mm: modify page_referenced to folio_referenced | Vernon Yang | 2022-09-29 | 1 | -3/+3 |
|/ |
|
* | Documentation/mm: add details about kmap_local_page() and preemption | Fabio M. De Francesco | 2022-08-08 | 1 | -4/+9 |
* | Documentation/mm: rrefer kmap_local_page() and avoid kmap() | Fabio M. De Francesco | 2022-08-08 | 1 | -0/+5 |
* | Documentation/mm: avoid invalid use of addresses from kmap_local_page() | Fabio M. De Francesco | 2022-08-08 | 1 | -0/+7 |
* | Documentation/mm: don't kmap*() pages which can't come from HIGHMEM | Fabio M. De Francesco | 2022-08-08 | 1 | -0/+6 |
* | mm: hugetlb_vmemmap: move code comments to vmemmap_dedup.rst | Muchun Song | 2022-08-08 | 1 | -23/+47 |
* | mm: hugetlb_vmemmap: introduce the name HVO | Muchun Song | 2022-08-08 | 1 | -0/+2 |