summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* riscv/mm: enable ARCH_SUPPORTS_PAGE_TABLE_CHECKTong Tiangen2022-05-132-6/+66
* arm64/mm: enable ARCH_SUPPORTS_PAGE_TABLE_CHECKKefeng Wang2022-05-132-6/+56
* mm: remove __HAVE_ARCH_PTEP_CLEAR in pgtable.hTong Tiangen2022-05-131-2/+0
* mm: page_table_check: add hooks to public helpersTong Tiangen2022-05-132-18/+15
* mm: page_table_check: move pxx_user_accessible_page into x86Kefeng Wang2022-05-132-17/+17
* mm: page_table_check: using PxD_SIZE instead of PxD_PAGE_SIZETong Tiangen2022-05-131-4/+4
* mm/migrate: convert move_to_new_page() into move_to_new_folio()Matthew Wilcox (Oracle)2022-05-131-29/+29
* mm: add folio_test_movable()Matthew Wilcox (Oracle)2022-05-131-0/+5
* mm: add folio_mapping_flags()Matthew Wilcox (Oracle)2022-05-131-0/+5
* mm/shmem: convert shmem_swapin_page() to shmem_swapin_folio()Matthew Wilcox (Oracle)2022-05-133-63/+55
* mm/shmem: convert shmem_getpage_gfp to use a folioMatthew Wilcox (Oracle)2022-05-131-52/+43
* mm/shmem: convert shmem_alloc_and_acct_page to use a folioMatthew Wilcox (Oracle)2022-05-131-9/+9
* mm/shmem: add shmem_alloc_folio()Matthew Wilcox (Oracle)2022-05-131-4/+10
* mm/shmem: turn shmem_should_replace_page into shmem_should_replace_folioMatthew Wilcox (Oracle)2022-05-131-4/+4
* mm/shmem: convert shmem_add_to_page_cache to take a folioMatthew Wilcox (Oracle)2022-05-131-26/+31
* mm/swap: add folio_throttle_swaprateMatthew Wilcox (Oracle)2022-05-131-0/+4
* mm/shmem: use a folio in shmem_unused_huge_shrinkMatthew Wilcox (Oracle)2022-05-131-11/+12
* vmscan: remove remaining uses of page in shrink_page_listMatthew Wilcox (Oracle)2022-05-131-62/+60
* mm: allow can_split_folio() to be called when THP are disabledMatthew Wilcox (Oracle)2022-05-131-1/+0
* vmscan: convert the activate_locked portion of shrink_page_list to foliosMatthew Wilcox (Oracle)2022-05-131-8/+9
* vmscan: move initialisation of mapping downMatthew Wilcox (Oracle)2022-05-131-5/+2
* vmscan: convert lazy freeing to foliosMatthew Wilcox (Oracle)2022-05-132-9/+23
* vmscan: convert page buffer handling to use foliosMatthew Wilcox (Oracle)2022-05-131-23/+25
* vmscan: convert dirty page handling to foliosMatthew Wilcox (Oracle)2022-05-131-22/+26
* swap: convert add_to_swap() to take a folioMatthew Wilcox (Oracle)2022-05-133-28/+31
* swap: turn get_swap_page() into folio_alloc_swap()Matthew Wilcox (Oracle)2022-05-136-31/+35
* vmscan: convert the writeback handling in shrink_page_list() to foliosMatthew Wilcox (Oracle)2022-05-131-36/+42
* vmscan: use folio_mapped() in shrink_page_list()Matthew Wilcox (Oracle)2022-05-131-8/+8
* mm: remove alloc_pages_vma()Matthew Wilcox (Oracle)2022-05-132-37/+32
* alpha: fix alloc_zeroed_user_highpage_movable()Matthew Wilcox (Oracle)2022-05-131-1/+1
* mm/huge_memory: convert do_huge_pmd_anonymous_page() to use vma_alloc_folio()Matthew Wilcox (Oracle)2022-05-131-5/+4
* shmem: convert shmem_alloc_hugepage() to use vma_alloc_folio()Matthew Wilcox (Oracle)2022-05-131-6/+4
* mm/shmem: remove duplicate include in memory.cWan Jiabing2022-05-131-1/+0
* mm/vmscan: don't use NUMA_NO_NODE as indicator of page on different nodeWei Yang2022-05-131-4/+3
* mm/vmscan: filter empty page_list at the beginningWei Yang2022-05-131-4/+6
* mm/vmscan: use helper folio_is_file_lru()Miaohe Lin2022-05-131-2/+2
* mm/vmscan: remove obsolete comment in kswapd_runMiaohe Lin2022-05-131-1/+0
* mm/vmscan: take all base pages of THP into account when race with speculative...Miaohe Lin2022-05-131-1/+1
* mm/vmscan: introduce helper function reclaim_page_list()Miaohe Lin2022-05-131-25/+25
* mm/vmscan: add a comment about MADV_FREE pages check in folio_check_dirty_wri...Miaohe Lin2022-05-131-1/+4
* mm/vmscan: not necessary to re-init the list for each iterationWei Yang2022-05-131-3/+1
* mm: convert sysfs input to bool using kstrtobool()Jagdish Gediya2022-05-132-12/+10
* lib/kstrtox.c: add "false"/"true" support to kstrtobool()Jagdish Gediya2022-05-131-1/+5
* mm/vmscan: take min_slab_pages into account when try to call shrink_nodeMiaohe Lin2022-05-131-1/+2
* drivers: virtio_mem: use pageblock size as the minimum virtio_mem size.Zi Yan2022-05-131-3/+3
* mm: cma: use pageblock_order as the single alignmentZi Yan2022-05-133-8/+5
* mm: page_isolation: enable arbitrary range page isolation.Zi Yan2022-05-132-31/+18
* mm: make alloc_contig_range work at pageblock granularityZi Yan2022-05-135-18/+242
* mm: page_isolation: check specified range for unmovable pagesZi Yan2022-05-131-13/+34
* mm: page_isolation: move has_unmovable_pages() to mm/page_isolation.cZi Yan2022-05-133-121/+119