summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-18mm/damon/vaddr: record appropriate folio size when the access is not foundSeongJae Park
2023-01-18mm/damon/vaddr: support folio of neither HPAGE_PMD_SIZE nor PAGE_SIZESeongJae Park
2023-01-18mm/damon/vaddr: rename 'damon_young_walk_private->page_sz' to 'folio_sz'SeongJae Park
2023-01-18mm: remove PageMovable exportGreg Kroah-Hartman
2023-01-18mm: introduce folio_is_pfmemallocSidhartha Kumar
2023-01-18mm: support POSIX_FADV_NOREUSEYu Zhao
2023-01-18mm: add vma_has_recency()Yu Zhao
2023-01-18drivers/misc/open-dice: don't touch VM_MAYSHAREDavid Hildenbrand
2023-01-18mm/nommu: don't use VM_MAYSHARE for MAP_PRIVATE mappingsDavid Hildenbrand
2023-01-18mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map...David Hildenbrand
2023-01-18selftest/vm: add mremap expand merge offset testLorenzo Stoakes
2023-01-18zram: correctly handle all next_arg() casesSergey Senozhatsky
2023-01-18fs: don't allocate blocks beyond EOF from __mpage_writepageJan Kara
2023-01-18Docs/admin-guide/mm/numaperf: increase depth of subsectionsSeongJae Park
2023-01-18selftests/vm: rename selftests/vm to selftests/mmSeongJae Park
2023-01-18tools/vm: rename tools/vm to tools/mmSeongJae Park
2023-01-18MAINTAINERS/MEMORY MANAGEMENT: add tools/vm/ as managed filesSeongJae Park
2023-01-18MAINTAINERS: add types to akpm/mm git trees entriesSeongJae Park
2023-01-18mm: remove zap_page_range and create zap_vma_pagesMike Kravetz
2023-01-18mm/kasan: simplify and refine kasan_cache codeFeng Tang
2023-01-18mm/slab: add is_kmalloc_cache() helper functionFeng Tang
2023-01-18selftests/vm: cow: add COW tests for collapsing of PTE-mapped anon THPDavid Hildenbrand
2023-01-18mm: fix spelling mistake in highmem.hFabio M. De Francesco
2023-01-18mm: remove an ambiguous sentence from kmap_local_folio() kdocsFabio M. De Francesco
2023-01-18maple_tree: remove GFP_ZERO from kmem_cache_alloc() and kmem_cache_alloc_bulk()Liam Howlett
2023-01-18mm/page_alloc: invert logic for early page initialisation checksMike Rapoport (IBM)
2023-01-18workingset: fix confusion around eviction vs refault containerJohannes Weiner
2023-01-18mm/uffd: detect pgtable allocation failuresPeter Xu
2023-01-18mm/mprotect: use long for page accountings and retvalPeter Xu
2023-01-18mm/damon/vaddr: convert hugetlb related functions to use a folioKefeng Wang
2023-01-18mm/damon: remove unneeded damon_get_page()Kefeng Wang
2023-01-18mm/damon/vaddr: convert damon_young_pmd_entry() to use a folioKefeng Wang
2023-01-18mm/damon/paddr: convert damon_pa_*() to use a folioKefeng Wang
2023-01-18mm/damon: convert damon_ptep/pmdp_mkold() to use a folioKefeng Wang
2023-01-18mm/damon: introduce damon_get_folio()Kefeng Wang
2023-01-18mm: page_idle: convert page idle to use a folioKefeng Wang
2023-01-18mm: memcg: add folio_memcg_check()Matthew Wilcox
2023-01-18zram: fix typos in commentsJeongHyeon Lee
2023-01-18mm: huge_memory: convert split_huge_pages_all() to use a folioKefeng Wang
2023-01-18mm: remove generic_writepagesChristoph Hellwig
2023-01-18ocfs2: use filemap_fdatawrite_wbc instead of generic_writepagesChristoph Hellwig
2023-01-18jbd2,ocfs2: move jbd2_journal_submit_inode_data_buffers to ocfs2Christoph Hellwig
2023-01-18ntfs3: remove ->writepageChristoph Hellwig
2023-01-18ntfs3: stop using generic_writepagesChristoph Hellwig
2023-01-18fs: remove an outdated comment on mpage_writepagesChristoph Hellwig
2023-01-18mm/thp: check and bail out if page in deferred queue alreadyYin Fengwei
2023-01-18mm/page_reporting: replace rcu_access_pointer() with rcu_dereference_protected()SeongJae Park
2023-01-18mm: fix comment of page table counterKele Huang
2023-01-18mm/mprotect: drop pgprot_t parameter from change_protection()David Hildenbrand
2023-01-18mm/userfaultfd: rely on vma->vm_page_prot in uffd_wp_range()David Hildenbrand