summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | mm/damon/reclaim: fix the timer always stays activeHailong Tu2022-04-291-2/+25
| * | | | | mm/damon: remove unnecessary type castingsYu Zhe2022-04-291-1/+1
| * | | | | mm/damon/core-test: add a kunit test case for ops registrationSeongJae Park2022-04-291-0/+36
| * | | | | damon: vaddr-test: tweak code to make the logic clearerXiaomeng Tong2022-04-291-3/+5
| * | | | | memcg: introduce per-memcg reclaim interfaceShakeel Butt2022-04-291-0/+45
| * | | | | mm/page_alloc: simplify update of pgdat in wake_all_kswapdsChen Wandun2022-04-291-2/+3
| * | | | | kasan: fix sleeping function called from invalid context on RT kernelZqiang2022-04-291-3/+49
| * | | | | mm: hugetlb: add missing cache flushing in hugetlb_unshare_all_pmds()Baolin Wang2022-04-291-0/+1
| * | | | | mm/khugepaged: use vma_is_anonymousxu xin2022-04-291-2/+2
| * | | | | mm: use for_each_online_node and node_online instead of open codingPeng Liu2022-04-292-3/+3
| * | | | | hugetlb: fix return value of __setup handlersPeng Liu2022-04-291-8/+8
| * | | | | hugetlb: fix hugepages_setup when deal with pernodePeng Liu2022-04-291-0/+15
| * | | | | hugetlb: fix wrong use of nr_online_nodesPeng Liu2022-04-291-7/+5
| * | | | | mm: compaction: make sure highest is above the min_pfnMiaohe Lin2022-04-281-1/+1
| * | | | | mm: compaction: simplify the code in __compact_finishedMiaohe Lin2022-04-281-21/+8
| * | | | | mm: compaction: make compaction_zonelist_suitable return false when COMPACT_S...Miaohe Lin2022-04-281-1/+1
| * | | | | mm: compaction: avoid possible NULL pointer dereference in kcompactd_cpu_onlineMiaohe Lin2022-04-281-1/+2
| * | | | | mm: compaction: clean up comment about async compaction in isolate_migratepagesMiaohe Lin2022-04-281-6/+6
| * | | | | mm: compaction: use helper compound_nr in isolate_migratepages_blockMiaohe Lin2022-04-281-1/+1
| * | | | | mm: compaction: use COMPACT_CLUSTER_MAX in compaction.cMiaohe Lin2022-04-281-4/+4
| * | | | | mm: compaction: clean up comment about suitable migration target recheckMiaohe Lin2022-04-281-7/+1
| * | | | | mm: compaction: clean up comment for sched contentionMiaohe Lin2022-04-282-8/+5
| * | | | | mm: compaction: remove unneeded assignment to isolate_start_pfnMiaohe Lin2022-04-281-1/+1
| * | | | | mm: compaction: remove unneeded pfn updateMiaohe Lin2022-04-281-1/+0
| * | | | | mm: compaction: remove unneeded return value of kcompactd_runMiaohe Lin2022-04-281-5/+2
| * | | | | mm/vmstat: add events for ksm cowYang Yang2022-04-282-0/+7
| * | | | | ksm: count ksm merging pages for each processxu xin2022-04-281-0/+8
| * | | | | mm/page_alloc: reuse tail struct pages for compound devmapsJoao Martins2022-04-281-1/+16
| * | | | | mm/sparse-vmemmap: improve memory savings for compound devmapsJoao Martins2022-04-282-10/+123
| * | | | | mm/hugetlb_vmemmap: move comment block to Documentation/vmJoao Martins2022-04-281-167/+1
| * | | | | mm/sparse-vmemmap: refactor core of vmemmap_populate_basepages() to helperJoao Martins2022-04-281-17/+36
| * | | | | mm/sparse-vmemmap: add a pgmap argument to section activationJoao Martins2022-04-283-12/+20
| * | | | | mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*Muchun Song2022-04-284-7/+7
| * | | | | mm: hugetlb_vmemmap: cleanup hugetlb_free_vmemmap_enabled*Muchun Song2022-04-282-6/+6
| * | | | | mm: hugetlb_vmemmap: cleanup hugetlb_vmemmap related functionsMuchun Song2022-04-283-37/+35
| * | | | | mm/page_alloc.c: calc the right pfn if page size is not 4KMa Wupeng2022-04-281-1/+1
| * | | | | mm/mremap: avoid unneeded do_munmap callMiaohe Lin2022-04-281-2/+2
| * | | | | mm/mremap: use helper mlock_future_check()Miaohe Lin2022-04-281-8/+2
| * | | | | mm/mmap: drop arch_vm_get_page_pgprot()Anshuman Khandual2022-04-281-3/+1
| * | | | | mm/mmap: drop arch_filter_pgprot()Anshuman Khandual2022-04-282-14/+2
| * | | | | mm/mmap: add new config ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-04-282-0/+5
| * | | | | mm/mmap.c: use helper mlock_future_check()Miaohe Lin2022-04-281-9/+2
| * | | | | mm/mmap: clarify protection_map[] indicesAnshuman Khandual2022-04-281-2/+16
| * | | | | mm/debug_vm_pgtable: drop protection_map[] usageAnshuman Khandual2022-04-281-12/+19
| * | | | | mm/mmu_gather: limit free batch count and add schedule point in tlb_batch_pag...Jianxing Wang2022-04-281-2/+14
| * | | | | mm/mmap.c: use mmap_assert_write_locked() instead of open coding itRolf Eike Beer2022-04-281-2/+2
| * | | | | mm: simplify follow_invalidate_pte()Muchun Song2022-04-281-58/+23
| * | | | | mm: pvmw: add support for walking devmap pagesMuchun Song2022-04-281-8/+9
| * | | | | mm: rmap: introduce pfn_mkclean_range() to cleans PTEsMuchun Song2022-04-282-20/+71
| * | | | | mm: rmap: fix cache flush on THP pagesMuchun Song2022-04-281-1/+2