summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-09mm/rmap: convert RMAP flags to a proper distinct rmap_t typeDavid Hildenbrand
2022-05-09mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_ano...David Hildenbrand
2022-05-09mm/memory: slightly simplify copy_present_pte()David Hildenbrand
2022-05-09mm/hugetlb: take src_mm->write_protect_seq in copy_hugetlb_page_range()David Hildenbrand
2022-05-09mm/rmap: fix missing swap_free() in try_to_unmap() after arch_unmap_one() failedDavid Hildenbrand
2022-04-29mm/damon/reclaim: fix the timer always stays activeHailong Tu
2022-04-29mm/damon: remove unnecessary type castingsYu Zhe
2022-04-29mm/damon/core-test: add a kunit test case for ops registrationSeongJae Park
2022-04-29damon: vaddr-test: tweak code to make the logic clearerXiaomeng Tong
2022-04-29selftests: cgroup: add a selftest for memory.reclaimYosry Ahmed
2022-04-29selftests: cgroup: fix alloc_anon_noexit() instantly freeing memoryYosry Ahmed
2022-04-29selftests: cgroup: return -errno from cg_read()/cg_write() on failureYosry Ahmed
2022-04-29memcg: introduce per-memcg reclaim interfaceShakeel Butt
2022-04-29zram: add a huge_idle writeback modeBrian Geffon
2022-04-29mm/page_alloc: simplify update of pgdat in wake_all_kswapdsChen Wandun
2022-04-29kasan: mark KASAN_VMALLOC flags as kasan_vmalloc_flags_tAndrey Konovalov
2022-04-29kasan: fix sleeping function called from invalid context on RT kernelZqiang
2022-04-29mm: hugetlb: add missing cache flushing in hugetlb_unshare_all_pmds()Baolin Wang
2022-04-29mm/khugepaged: use vma_is_anonymousxu xin
2022-04-29mm: use for_each_online_node and node_online instead of open codingPeng Liu
2022-04-29hugetlb: fix return value of __setup handlersPeng Liu
2022-04-29hugetlb: fix hugepages_setup when deal with pernodePeng Liu
2022-04-29hugetlb: fix wrong use of nr_online_nodesPeng Liu
2022-04-28drivers/base/memory: fix an unlikely reference counting issue in __add_memory...Christophe JAILLET
2022-04-28mm: compaction: make sure highest is above the min_pfnMiaohe Lin
2022-04-28mm: compaction: simplify the code in __compact_finishedMiaohe Lin
2022-04-28mm: compaction: make compaction_zonelist_suitable return false when COMPACT_S...Miaohe Lin
2022-04-28mm: compaction: avoid possible NULL pointer dereference in kcompactd_cpu_onlineMiaohe Lin
2022-04-28mm: compaction: clean up comment about async compaction in isolate_migratepagesMiaohe Lin
2022-04-28mm: compaction: use helper compound_nr in isolate_migratepages_blockMiaohe Lin
2022-04-28mm: compaction: use COMPACT_CLUSTER_MAX in compaction.cMiaohe Lin
2022-04-28mm: compaction: clean up comment about suitable migration target recheckMiaohe Lin
2022-04-28mm: compaction: clean up comment for sched contentionMiaohe Lin
2022-04-28mm: compaction: remove unneeded assignment to isolate_start_pfnMiaohe Lin
2022-04-28mm: compaction: remove unneeded pfn updateMiaohe Lin
2022-04-28mm: compaction: remove unneeded return value of kcompactd_runMiaohe Lin
2022-04-28mm/vmstat: add events for ksm cowYang Yang
2022-04-28ksm: count ksm merging pages for each processxu xin
2022-04-28include/linux/swapops.h: remove stub for non_swap_entry()Peter Xu
2022-04-28mm/page_alloc: reuse tail struct pages for compound devmapsJoao Martins
2022-04-28mm/sparse-vmemmap: improve memory savings for compound devmapsJoao Martins
2022-04-28mm/hugetlb_vmemmap: move comment block to Documentation/vmJoao Martins
2022-04-28mm/sparse-vmemmap: refactor core of vmemmap_populate_basepages() to helperJoao Martins
2022-04-28mm/sparse-vmemmap: add a pgmap argument to section activationJoao Martins
2022-04-28mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*Muchun Song
2022-04-28mm: hugetlb_vmemmap: cleanup hugetlb_free_vmemmap_enabled*Muchun Song
2022-04-28mm: hugetlb_vmemmap: cleanup hugetlb_vmemmap related functionsMuchun Song
2022-04-28mm/page_alloc.c: calc the right pfn if page size is not 4KMa Wupeng
2022-04-28mm/mremap: avoid unneeded do_munmap callMiaohe Lin
2022-04-28mm/mremap: use helper mlock_future_check()Miaohe Lin