summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2022-05-13swap: turn get_swap_page() into folio_alloc_swap()Matthew Wilcox (Oracle)5-25/+28
2022-05-13vmscan: convert the writeback handling in shrink_page_list() to foliosMatthew Wilcox (Oracle)1-36/+42
2022-05-13vmscan: use folio_mapped() in shrink_page_list()Matthew Wilcox (Oracle)1-8/+8
2022-05-13mm: remove alloc_pages_vma()Matthew Wilcox (Oracle)1-26/+25
2022-05-13mm/huge_memory: convert do_huge_pmd_anonymous_page() to use vma_alloc_folio()Matthew Wilcox (Oracle)1-5/+4
2022-05-13shmem: convert shmem_alloc_hugepage() to use vma_alloc_folio()Matthew Wilcox (Oracle)1-6/+4
2022-05-13mm/shmem: remove duplicate include in memory.cWan Jiabing1-1/+0
2022-05-13mm/vmscan: don't use NUMA_NO_NODE as indicator of page on different nodeWei Yang1-4/+3
2022-05-13mm/vmscan: filter empty page_list at the beginningWei Yang1-4/+6
2022-05-13mm/vmscan: use helper folio_is_file_lru()Miaohe Lin1-2/+2
2022-05-13mm/vmscan: remove obsolete comment in kswapd_runMiaohe Lin1-1/+0
2022-05-13mm/vmscan: take all base pages of THP into account when race with speculative...Miaohe Lin1-1/+1
2022-05-13mm/vmscan: introduce helper function reclaim_page_list()Miaohe Lin1-25/+25
2022-05-13mm/vmscan: add a comment about MADV_FREE pages check in folio_check_dirty_wri...Miaohe Lin1-1/+4
2022-05-13mm/vmscan: not necessary to re-init the list for each iterationWei Yang1-3/+1
2022-05-13mm: convert sysfs input to bool using kstrtobool()Jagdish Gediya2-12/+10
2022-05-13mm/vmscan: take min_slab_pages into account when try to call shrink_nodeMiaohe Lin1-1/+2
2022-05-13mm: cma: use pageblock_order as the single alignmentZi Yan1-2/+2
2022-05-13mm: page_isolation: enable arbitrary range page isolation.Zi Yan2-31/+18
2022-05-13mm: make alloc_contig_range work at pageblock granularityZi Yan4-16/+240
2022-05-13mm: page_isolation: check specified range for unmovable pagesZi Yan1-13/+34
2022-05-13mm: page_isolation: move has_unmovable_pages() to mm/page_isolation.cZi Yan2-119/+119
2022-05-13mm/uffd: move USERFAULTFD configs into mm/Peter Xu1-0/+17
2022-05-13mm: enable PTE markers by defaultPeter Xu1-3/+5
2022-05-13mm/uffd: enable write protection for shmem & hugetlbfsPeter Xu1-6/+3
2022-05-13mm/khugepaged: don't recycle vma pgtable if uffd-wp registeredPeter Xu1-1/+13
2022-05-13mm/hugetlb: handle uffd-wp during fork()Peter Xu2-16/+30
2022-05-13mm/hugetlb: only drop uffd-wp special pte if requiredPeter Xu2-9/+29
2022-05-13mm/hugetlb: allow uffd wr-protect none ptesPeter Xu1-4/+24
2022-05-13mm/hugetlb: handle pte markers in page faultsPeter Xu1-4/+14
2022-05-13mm/hugetlb: handle UFFDIO_WRITEPROTECTPeter Xu3-2/+22
2022-05-13mm/hugetlb: take care of UFFDIO_COPY_MODE_WPPeter Xu2-11/+32
2022-05-13mm/hugetlb: hook page faults for uffd write protectionPeter Xu1-0/+20
2022-05-13mm/shmem: handle uffd-wp during fork()Peter Xu1-8/+41
2022-05-13mm/shmem: allows file-back mem to be uffd wr-protected on thpsPeter Xu1-1/+8
2022-05-13mm/shmem: allow uffd wr-protect none pte for file-backed memPeter Xu1-2/+62
2022-05-13mm/shmem: persist uffd-wp bit across zapping for file-backedPeter Xu2-3/+54
2022-05-13mm/shmem: handle uffd-wp special pte in page fault handlerPeter Xu1-9/+58
2022-05-13mm/shmem: take care of UFFDIO_COPY_MODE_WPPeter Xu2-7/+20
2022-05-13mm/uffd: PTE_MARKER_UFFD_WPPeter Xu1-0/+9
2022-05-13mm: check against orig_pte for finish_fault()Peter Xu1-1/+11
2022-05-13mm: teach core mm about pte markersPeter Xu6-4/+40
2022-05-13mm: introduce PTE_MARKER swap entryPeter Xu1-0/+6
2022-05-13mm/page_alloc: cache the result of node_dirty_ok()Wonhyuk Yang1-6/+7
2022-05-13mm/damon/reclaim: support online inputs updateSeongJae Park1-33/+62
2022-05-13mm/damon/sysfs: support online inputs updateSeongJae Park1-9/+90
2022-05-13mm/damon/sysfs: update schemes stat in the kdamond contextSeongJae Park1-26/+135
2022-05-13mm/damon/sysfs: use enum for 'state' input handlingSeongJae Park1-10/+62
2022-05-13mm/damon/sysfs: reuse damon_set_regions() for regions settingSeongJae Park1-15/+18
2022-05-13mm/damon/sysfs: move targets setup code to a separated functionSeongJae Park1-21/+28