summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
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
2022-05-13mm/damon/sysfs: prohibit multiple physical address space monitoring targetsSeongJae Park1-0/+4
2022-05-13mm/damon/vaddr: remove damon_va_apply_three_regions()SeongJae Park2-20/+4
2022-05-13mm/damon/vaddr: move 'damon_set_regions()' to coreSeongJae Park2-73/+73
2022-05-13mm/damon/vaddr: generalize damon_va_apply_three_regions()SeongJae Park1-24/+42
2022-05-13mm/damon/core: finish kdamond as soon as any callback returns an errorSeongJae Park1-2/+6
2022-05-13mm/damon/core: add a new callback for watermarks checksSeongJae Park1-1/+7
2022-05-13mm/rmap: Fix typos in commentsAdrian Huang1-2/+2
2022-05-13mmap locking API: fix missed mmap_sem references in commentsFlorian Rommel1-2/+2