summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-05-20mm/swap: fix comment about swap extentMiaohe Lin1-2/+2
2022-05-20mm/swap: fix the obsolete comment for SWP_TYPE_SHIFTMiaohe Lin1-2/+2
2022-05-20mm/swap: make page_swapcount and __lru_add_drain_all staticMiaohe Lin1-7/+0
2022-05-20mm/swap: remove unneeded return value of free_swap_slotMiaohe Lin1-1/+1
2022-05-20mm: khugepaged: introduce khugepaged_enter_vma() helperYang Shi1-4/+4
2022-05-20mm: khugepaged: make hugepage_vma_check() non-staticYang Shi1-8/+6
2022-05-20mm: khugepaged: make khugepaged_enter() void functionYang Shi1-18/+12
2022-05-20mm: thp: only regular file could be THP eligibleYang Shi1-0/+14
2022-05-20sched: coredump.h: clarify the use of MMF_VM_HUGEPAGEYang Shi1-1/+2
2022-05-20riscv/mm: fix two page table check related issuesTong Tiangen1-0/+2
2022-05-14mm/damon: add documentation for Enum valueGautam Menghani1-0/+1
2022-05-14mm: hugetlb_vmemmap: add hugetlb_optimize_vmemmap sysctlMuchun Song1-0/+9
2022-05-14mm: rmap: fix CONT-PTE/PMD size hugetlb issue when migrationBaolin Wang1-0/+11
2022-05-14mm: change huge_ptep_clear_flush() to return the original pteBaolin Wang1-2/+2
2022-05-14Documentation/vm: move "Using kmap-atomic" to highmem.hFabio M. De Francesco1-0/+31
2022-05-14mm/highmem: fix kernel-doc warnings in highmem*.hFabio M. De Francesco2-17/+23
2022-05-13tracing: incorrect gfp_t conversionVasily Averin6-58/+58
2022-05-13percpu: improve percpu_alloc_percpu event traceVasily Averin1-6/+17
2022-05-13mm: functions may simplify the use of return valuesLi kunyu1-9/+3
2022-05-13mm: remove __HAVE_ARCH_PTEP_CLEAR in pgtable.hTong Tiangen1-2/+0
2022-05-13mm: page_table_check: add hooks to public helpersTong Tiangen1-8/+15
2022-05-13mm: add folio_test_movable()Matthew Wilcox (Oracle)1-0/+5
2022-05-13mm: add folio_mapping_flags()Matthew Wilcox (Oracle)1-0/+5
2022-05-13mm/shmem: convert shmem_swapin_page() to shmem_swapin_folio()Matthew Wilcox (Oracle)1-1/+1
2022-05-13mm/swap: add folio_throttle_swaprateMatthew Wilcox (Oracle)1-0/+4
2022-05-13mm: allow can_split_folio() to be called when THP are disabledMatthew Wilcox (Oracle)1-1/+0
2022-05-13vmscan: convert lazy freeing to foliosMatthew Wilcox (Oracle)1-0/+14
2022-05-13swap: turn get_swap_page() into folio_alloc_swap()Matthew Wilcox (Oracle)1-6/+7
2022-05-13mm: remove alloc_pages_vma()Matthew Wilcox (Oracle)1-11/+7
2022-05-13mm: cma: use pageblock_order as the single alignmentZi Yan2-6/+3
2022-05-13mm: make alloc_contig_range work at pageblock granularityZi Yan1-2/+2
2022-05-13mm: page_isolation: move has_unmovable_pages() to mm/page_isolation.cZi Yan1-2/+0
2022-05-13mm/uffd: enable write protection for shmem & hugetlbfsPeter Xu2-2/+28
2022-05-13mm/hugetlb: handle uffd-wp during fork()Peter Xu1-2/+5
2022-05-13mm/hugetlb: only drop uffd-wp special pte if requiredPeter Xu3-5/+7
2022-05-13mm/hugetlb: handle UFFDIO_WRITEPROTECTPeter Xu1-2/+4
2022-05-13mm/hugetlb: take care of UFFDIO_COPY_MODE_WPPeter Xu1-2/+4
2022-05-13mm/hugetlb: introduce huge pte version of uffd-wp helpersPeter Xu1-0/+15
2022-05-13mm/shmem: persist uffd-wp bit across zapping for file-backedPeter Xu2-0/+53
2022-05-13mm/shmem: handle uffd-wp special pte in page fault handlerPeter Xu1-0/+17
2022-05-13mm/shmem: take care of UFFDIO_COPY_MODE_WPPeter Xu1-2/+2
2022-05-13mm/uffd: PTE_MARKER_UFFD_WPPeter Xu2-1/+49
2022-05-13mm: check against orig_pte for finish_fault()Peter Xu1-0/+3
2022-05-13mm: introduce PTE_MARKER swap entryPeter Xu3-1/+101
2022-05-13mm/damon/vaddr: move 'damon_set_regions()' to coreSeongJae Park1-0/+2
2022-05-13mm/damon/core: add a new callback for watermarks checksSeongJae Park1-0/+7
2022-05-13mm/swapops: make is_pmd_migration_entry more strictHongchen Zhang1-1/+1
2022-05-13mm: make minimum slab alignment a runtime propertyPeter Collingbourne1-0/+12
2022-05-13printk: stop including cache.h from printk.hPeter Collingbourne1-1/+0
2022-05-13mm/damon/vaddr: register a damon_operations for fixed virtual address ranges ...SeongJae Park1-0/+3