summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2022-05-13vmscan: convert page buffer handling to use foliosMatthew Wilcox (Oracle)
2022-05-13vmscan: convert dirty page handling to foliosMatthew Wilcox (Oracle)
2022-05-13swap: convert add_to_swap() to take a folioMatthew Wilcox (Oracle)
2022-05-13swap: turn get_swap_page() into folio_alloc_swap()Matthew Wilcox (Oracle)
2022-05-13vmscan: convert the writeback handling in shrink_page_list() to foliosMatthew Wilcox (Oracle)
2022-05-13vmscan: use folio_mapped() in shrink_page_list()Matthew Wilcox (Oracle)
2022-05-13mm: remove alloc_pages_vma()Matthew Wilcox (Oracle)
2022-05-13mm/huge_memory: convert do_huge_pmd_anonymous_page() to use vma_alloc_folio()Matthew Wilcox (Oracle)
2022-05-13shmem: convert shmem_alloc_hugepage() to use vma_alloc_folio()Matthew Wilcox (Oracle)
2022-05-13mm/shmem: remove duplicate include in memory.cWan Jiabing
2022-05-13mm/vmscan: don't use NUMA_NO_NODE as indicator of page on different nodeWei Yang
2022-05-13mm/vmscan: filter empty page_list at the beginningWei Yang
2022-05-13mm/vmscan: use helper folio_is_file_lru()Miaohe Lin
2022-05-13mm/vmscan: remove obsolete comment in kswapd_runMiaohe Lin
2022-05-13mm/vmscan: take all base pages of THP into account when race with speculative...Miaohe Lin
2022-05-13mm/vmscan: introduce helper function reclaim_page_list()Miaohe Lin
2022-05-13mm/vmscan: add a comment about MADV_FREE pages check in folio_check_dirty_wri...Miaohe Lin
2022-05-13mm/vmscan: not necessary to re-init the list for each iterationWei Yang
2022-05-13mm: convert sysfs input to bool using kstrtobool()Jagdish Gediya
2022-05-13mm/vmscan: take min_slab_pages into account when try to call shrink_nodeMiaohe Lin
2022-05-13mm: cma: use pageblock_order as the single alignmentZi Yan
2022-05-13mm: page_isolation: enable arbitrary range page isolation.Zi Yan
2022-05-13mm: make alloc_contig_range work at pageblock granularityZi Yan
2022-05-13mm: page_isolation: check specified range for unmovable pagesZi Yan
2022-05-13mm: page_isolation: move has_unmovable_pages() to mm/page_isolation.cZi Yan
2022-05-13mm/uffd: move USERFAULTFD configs into mm/Peter Xu
2022-05-13mm: enable PTE markers by defaultPeter Xu
2022-05-13mm/uffd: enable write protection for shmem & hugetlbfsPeter Xu
2022-05-13mm/khugepaged: don't recycle vma pgtable if uffd-wp registeredPeter Xu
2022-05-13mm/hugetlb: handle uffd-wp during fork()Peter Xu
2022-05-13mm/hugetlb: only drop uffd-wp special pte if requiredPeter Xu
2022-05-13mm/hugetlb: allow uffd wr-protect none ptesPeter Xu
2022-05-13mm/hugetlb: handle pte markers in page faultsPeter Xu
2022-05-13mm/hugetlb: handle UFFDIO_WRITEPROTECTPeter Xu
2022-05-13mm/hugetlb: take care of UFFDIO_COPY_MODE_WPPeter Xu
2022-05-13mm/hugetlb: hook page faults for uffd write protectionPeter Xu
2022-05-13mm/shmem: handle uffd-wp during fork()Peter Xu
2022-05-13mm/shmem: allows file-back mem to be uffd wr-protected on thpsPeter Xu
2022-05-13mm/shmem: allow uffd wr-protect none pte for file-backed memPeter Xu
2022-05-13mm/shmem: persist uffd-wp bit across zapping for file-backedPeter Xu
2022-05-13mm/shmem: handle uffd-wp special pte in page fault handlerPeter Xu
2022-05-13mm/shmem: take care of UFFDIO_COPY_MODE_WPPeter Xu
2022-05-13mm/uffd: PTE_MARKER_UFFD_WPPeter Xu
2022-05-13mm: check against orig_pte for finish_fault()Peter Xu
2022-05-13mm: teach core mm about pte markersPeter Xu
2022-05-13mm: introduce PTE_MARKER swap entryPeter Xu
2022-05-13mm/page_alloc: cache the result of node_dirty_ok()Wonhyuk Yang
2022-05-13mm/damon/reclaim: support online inputs updateSeongJae Park
2022-05-13mm/damon/sysfs: support online inputs updateSeongJae Park
2022-05-13mm/damon/sysfs: update schemes stat in the kdamond contextSeongJae Park