summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-18mm: introduce folio_is_pfmemallocSidhartha Kumar3-2/+17
2023-01-18mm: support POSIX_FADV_NOREUSEYu Zhao3-1/+9
2023-01-18mm: add vma_has_recency()Yu Zhao4-29/+33
2023-01-18drivers/misc/open-dice: don't touch VM_MAYSHAREDavid Hildenbrand1-8/+6
2023-01-18mm/nommu: don't use VM_MAYSHARE for MAP_PRIVATE mappingsDavid Hildenbrand2-22/+36
2023-01-18mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map...David Hildenbrand8-11/+27
2023-01-18selftest/vm: add mremap expand merge offset testLorenzo Stoakes1-23/+96
2023-01-18zram: correctly handle all next_arg() casesSergey Senozhatsky1-2/+2
2023-01-18fs: don't allocate blocks beyond EOF from __mpage_writepageJan Kara1-0/+6
2023-01-18Docs/admin-guide/mm/numaperf: increase depth of subsectionsSeongJae Park1-4/+4
2023-01-18selftests/vm: rename selftests/vm to selftests/mmSeongJae Park58-13/+13
2023-01-18tools/vm: rename tools/vm to tools/mmSeongJae Park14-9/+9
2023-01-18MAINTAINERS/MEMORY MANAGEMENT: add tools/vm/ as managed filesSeongJae Park1-0/+1
2023-01-18MAINTAINERS: add types to akpm/mm git trees entriesSeongJae Park1-2/+2
2023-01-18mm: remove zap_page_range and create zap_vma_pagesMike Kravetz13-58/+21
2023-01-18mm/kasan: simplify and refine kasan_cache codeFeng Tang5-27/+9
2023-01-18mm/slab: add is_kmalloc_cache() helper functionFeng Tang1-0/+8
2023-01-18selftests/vm: cow: add COW tests for collapsing of PTE-mapped anon THPDavid Hildenbrand1-0/+228
2023-01-18mm: fix spelling mistake in highmem.hFabio M. De Francesco1-2/+2
2023-01-18mm: remove an ambiguous sentence from kmap_local_folio() kdocsFabio M. De Francesco1-3/+2
2023-01-18maple_tree: remove GFP_ZERO from kmem_cache_alloc() and kmem_cache_alloc_bulk()Liam Howlett2-46/+52
2023-01-18mm/page_alloc: invert logic for early page initialisation checksMike Rapoport (IBM)1-8/+8
2023-01-18workingset: fix confusion around eviction vs refault containerJohannes Weiner1-1/+2
2023-01-18mm/uffd: detect pgtable allocation failuresPeter Xu5-30/+59
2023-01-18mm/mprotect: use long for page accountings and retvalPeter Xu5-19/+19
2023-01-18mm/damon/vaddr: convert hugetlb related functions to use a folioKefeng Wang1-10/+10
2023-01-18mm/damon: remove unneeded damon_get_page()Kefeng Wang1-7/+0
2023-01-18mm/damon/vaddr: convert damon_young_pmd_entry() to use a folioKefeng Wang1-9/+9
2023-01-18mm/damon/paddr: convert damon_pa_*() to use a folioKefeng Wang1-32/+26
2023-01-18mm/damon: convert damon_ptep/pmdp_mkold() to use a folioKefeng Wang1-10/+10
2023-01-18mm/damon: introduce damon_get_folio()Kefeng Wang2-8/+19
2023-01-18mm: page_idle: convert page idle to use a folioKefeng Wang1-23/+24
2023-01-18mm: memcg: add folio_memcg_check()Matthew Wilcox2-17/+29
2023-01-18zram: fix typos in commentsJeongHyeon Lee1-2/+2
2023-01-18mm: huge_memory: convert split_huge_pages_all() to use a folioKefeng Wang1-8/+17
2023-01-18mm: remove generic_writepagesChristoph Hellwig2-40/+15
2023-01-18ocfs2: use filemap_fdatawrite_wbc instead of generic_writepagesChristoph Hellwig1-1/+1
2023-01-18jbd2,ocfs2: move jbd2_journal_submit_inode_data_buffers to ocfs2Christoph Hellwig4-29/+15
2023-01-18ntfs3: remove ->writepageChristoph Hellwig1-21/+1
2023-01-18ntfs3: stop using generic_writepagesChristoph Hellwig1-2/+19
2023-01-18fs: remove an outdated comment on mpage_writepagesChristoph Hellwig1-8/+0
2023-01-18mm/thp: check and bail out if page in deferred queue alreadyYin Fengwei1-0/+3
2023-01-18mm/page_reporting: replace rcu_access_pointer() with rcu_dereference_protected()SeongJae Park1-2/+4
2023-01-18mm: fix comment of page table counterKele Huang1-1/+1
2023-01-18mm/mprotect: drop pgprot_t parameter from change_protection()David Hildenbrand4-9/+18
2023-01-18mm/userfaultfd: rely on vma->vm_page_prot in uffd_wp_range()David Hildenbrand1-5/+13
2023-01-18selftests/vm: ksm_functional_tests: fix a typo in commentXu Panda1-1/+1
2023-01-18mm: multi-gen LRU: simplify arch_has_hw_pte_young() checkYu Zhao1-1/+1
2023-01-18mm: multi-gen LRU: clarify scan_control flagsYu Zhao1-28/+28
2023-01-18mm: multi-gen LRU: per-node lru_gen_folio listsYu Zhao6-35/+500