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