summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-05-25include/trace/events/percpu.h: cleanup for "percpu: improve percpu_alloc_perc...Vasily Averin1-2/+2
2022-05-25include/trace/events/mmflags.h: cleanup for "tracing: incorrect gfp_t convers...Vasily Averin1-41/+43
2022-05-20tracing: incorrect isolate_mote_t cast in mm_vmscan_lru_isolateVasily Averin1-2/+2
2022-05-20nodemask.h: fix compilation error with GCC12Christophe de Dinechin1-7/+6
2022-05-20mm: fix missing handler for __GFP_NOWARNQi Zheng1-0/+2
2022-05-20mm/page_alloc: fix tracepoint mm_page_alloc_zone_locked()Wonhyuk Yang1-5/+9
2022-05-20mm: don't be stuck to rmap lock on reclaim pathMinchan Kim3-10/+27
2022-05-20zswap: memcg accountingJohannes Weiner1-0/+54
2022-05-20mm: zswap: add basic meminfo and vmstat coverageJohannes Weiner2-0/+9
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