arm64/mm: enable ARCH_SUPPORTS_PAGE_TABLE_CHECK
[platform/kernel/linux-starfive.git] / mm /
2022-05-13 Kefeng Wangmm: page_table_check: move pxx_user_accessible_page...
2022-05-13 Tong Tiangenmm: page_table_check: using PxD_SIZE instead of PxD_PAG...
2022-05-13 Matthew Wilcox ... mm/migrate: convert move_to_new_page() into move_to_new...
2022-05-13 Matthew Wilcox ... mm/shmem: convert shmem_swapin_page() to shmem_swapin_f...
2022-05-13 Matthew Wilcox ... mm/shmem: convert shmem_getpage_gfp to use a folio
2022-05-13 Matthew Wilcox ... mm/shmem: convert shmem_alloc_and_acct_page to use...
2022-05-13 Matthew Wilcox ... mm/shmem: add shmem_alloc_folio()
2022-05-13 Matthew Wilcox ... mm/shmem: turn shmem_should_replace_page into shmem_sho...
2022-05-13 Matthew Wilcox ... mm/shmem: convert shmem_add_to_page_cache to take a...
2022-05-13 Matthew Wilcox ... mm/shmem: use a folio in shmem_unused_huge_shrink
2022-05-13 Matthew Wilcox ... vmscan: remove remaining uses of page in shrink_page_list
2022-05-13 Matthew Wilcox ... vmscan: convert the activate_locked portion of shrink_p...
2022-05-13 Matthew Wilcox ... vmscan: move initialisation of mapping down
2022-05-13 Matthew Wilcox ... vmscan: convert lazy freeing to folios
2022-05-13 Matthew Wilcox ... vmscan: convert page buffer handling to use folios
2022-05-13 Matthew Wilcox ... vmscan: convert dirty page handling to folios
2022-05-13 Matthew Wilcox ... swap: convert add_to_swap() to take a folio
2022-05-13 Matthew Wilcox ... swap: turn get_swap_page() into folio_alloc_swap()
2022-05-13 Matthew Wilcox ... vmscan: convert the writeback handling in shrink_page_l...
2022-05-13 Matthew Wilcox ... vmscan: use folio_mapped() in shrink_page_list()
2022-05-13 Matthew Wilcox ... mm: remove alloc_pages_vma()
2022-05-13 Matthew Wilcox ... mm/huge_memory: convert do_huge_pmd_anonymous_page...
2022-05-13 Matthew Wilcox ... shmem: convert shmem_alloc_hugepage() to use vma_alloc_...
2022-05-13 Wan Jiabingmm/shmem: remove duplicate include in memory.c
2022-05-13 Wei Yangmm/vmscan: don't use NUMA_NO_NODE as indicator of page...
2022-05-13 Wei Yangmm/vmscan: filter empty page_list at the beginning
2022-05-13 Miaohe Linmm/vmscan: use helper folio_is_file_lru()
2022-05-13 Miaohe Linmm/vmscan: remove obsolete comment in kswapd_run
2022-05-13 Miaohe Linmm/vmscan: take all base pages of THP into account...
2022-05-13 Miaohe Linmm/vmscan: introduce helper function reclaim_page_list()
2022-05-13 Miaohe Linmm/vmscan: add a comment about MADV_FREE pages check...
2022-05-13 Wei Yangmm/vmscan: not necessary to re-init the list for each...
2022-05-13 Jagdish Gediyamm: convert sysfs input to bool using kstrtobool()
2022-05-13 Miaohe Linmm/vmscan: take min_slab_pages into account when try...
2022-05-13 Zi Yanmm: cma: use pageblock_order as the single alignment
2022-05-13 Zi Yanmm: page_isolation: enable arbitrary range page isolation.
2022-05-13 Zi Yanmm: make alloc_contig_range work at pageblock granularity
2022-05-13 Zi Yanmm: page_isolation: check specified range for unmovable...
2022-05-13 Zi Yanmm: page_isolation: move has_unmovable_pages() to mm...
2022-05-13 Peter Xumm/uffd: move USERFAULTFD configs into mm/
2022-05-13 Peter Xumm: enable PTE markers by default
2022-05-13 Peter Xumm/uffd: enable write protection for shmem & hugetlbfs
2022-05-13 Peter Xumm/khugepaged: don't recycle vma pgtable if uffd-wp...
2022-05-13 Peter Xumm/hugetlb: handle uffd-wp during fork()
2022-05-13 Peter Xumm/hugetlb: only drop uffd-wp special pte if required
2022-05-13 Peter Xumm/hugetlb: allow uffd wr-protect none ptes
2022-05-13 Peter Xumm/hugetlb: handle pte markers in page faults
2022-05-13 Peter Xumm/hugetlb: handle UFFDIO_WRITEPROTECT
2022-05-13 Peter Xumm/hugetlb: take care of UFFDIO_COPY_MODE_WP
2022-05-13 Peter Xumm/hugetlb: hook page faults for uffd write protection
2022-05-13 Peter Xumm/shmem: handle uffd-wp during fork()
2022-05-13 Peter Xumm/shmem: allows file-back mem to be uffd wr-protected...
2022-05-13 Peter Xumm/shmem: allow uffd wr-protect none pte for file-backe...
2022-05-13 Peter Xumm/shmem: persist uffd-wp bit across zapping for file...
2022-05-13 Peter Xumm/shmem: handle uffd-wp special pte in page fault...
2022-05-13 Peter Xumm/shmem: take care of UFFDIO_COPY_MODE_WP
2022-05-13 Peter Xumm/uffd: PTE_MARKER_UFFD_WP
2022-05-13 Peter Xumm: check against orig_pte for finish_fault()
2022-05-13 Peter Xumm: teach core mm about pte markers
2022-05-13 Peter Xumm: introduce PTE_MARKER swap entry
2022-05-13 Wonhyuk Yangmm/page_alloc: cache the result of node_dirty_ok()
2022-05-13 SeongJae Parkmm/damon/reclaim: support online inputs update
2022-05-13 SeongJae Parkmm/damon/sysfs: support online inputs update
2022-05-13 SeongJae Parkmm/damon/sysfs: update schemes stat in the kdamond...
2022-05-13 SeongJae Parkmm/damon/sysfs: use enum for 'state' input handling
2022-05-13 SeongJae Parkmm/damon/sysfs: reuse damon_set_regions() for regions...
2022-05-13 SeongJae Parkmm/damon/sysfs: move targets setup code to a separated...
2022-05-13 SeongJae Parkmm/damon/sysfs: prohibit multiple physical address...
2022-05-13 SeongJae Parkmm/damon/vaddr: remove damon_va_apply_three_regions()
2022-05-13 SeongJae Parkmm/damon/vaddr: move 'damon_set_regions()' to core
2022-05-13 SeongJae Parkmm/damon/vaddr: generalize damon_va_apply_three_regions()
2022-05-13 SeongJae Parkmm/damon/core: finish kdamond as soon as any callback...
2022-05-13 SeongJae Parkmm/damon/core: add a new callback for watermarks checks
2022-05-13 Adrian Huangmm/rmap: Fix typos in comments
2022-05-13 Florian Rommelmmap locking API: fix missed mmap_sem references in...
2022-05-13 Peter Collingbournemm: make minimum slab alignment a runtime property
2022-05-13 Baolin Wangmm: rmap: use flush_cache_range() to flush cache for...
2022-05-13 Baolin Wangmm: rmap: move the cache flushing to the correct place...
2022-05-13 Baolin Wangmm: hugetlb: considering PMD sharing when flushing...
2022-05-13 liusongtangmm/memory_hotplug: use pgprot_val to get value of pgprot
2022-05-13 SeongJae Parkmm/damon/sysfs: support fixed virtual address ranges...
2022-05-13 SeongJae Parkmm/damon/vaddr: register a damon_operations for fixed...
2022-05-13 SeongJae Parkmm/damon/sysfs: add a file for listing available monito...
2022-05-13 SeongJae Parkmm/damon/core: add a function for damon_operations...
2022-05-13 huangshaobokfence: enable check kfence canary on panic via boot...
2022-05-13 Nadav Amitmm: avoid unnecessary flush on change_huge_pmd()
2022-05-13 Nadav Amitmm/mprotect: do not flush when not required architecturally
2022-05-13 Nadav Amitmm/mprotect: use mmu_gather
2022-05-10 NeilBrownMM: handle THP in swap_*page_fs() - count_vm_events()
2022-05-10 NeilBrownmm: handle THP in swap_*page_fs()
2022-05-10 NeilBrownmm: submit multipage write for SWP_FS_OPS swap-space
2022-05-10 NeilBrownmm: submit multipage reads for SWP_FS_OPS swap-space
2022-05-10 NeilBrownmm: perform async writes to SWP_FS_OPS swap-space using...
2022-05-10 NeilBrownmm: introduce ->swap_rw and use it for reads from SWP_F...
2022-05-10 NeilBrownmm: reclaim mustn't enter FS for SWP_FS_OPS swap-space
2022-05-10 NeilBrownmm: move responsibility for setting SWP_FS_OPS to ...
2022-05-10 NeilBrownmm: drop swap_dirty_folio
2022-05-10 NeilBrownmm: create new mm/swap.h header file
2022-05-10 Yury Norovmm/gup: fix comments to pin_user_pages_*()
2022-05-10 David Hildenbrandmm/debug_vm_pgtable: add tests for __HAVE_ARCH_PTE_SWP_...
next