aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-04-29selftests: cgroup: return -errno from cg_read()/cg_write() on failureYosry Ahmed1-25/+19
2022-04-29memcg: introduce per-memcg reclaim interfaceShakeel Butt2-0/+66
2022-04-29zram: add a huge_idle writeback modeBrian Geffon2-4/+11
2022-04-29mm/page_alloc: simplify update of pgdat in wake_all_kswapdsChen Wandun1-2/+3
2022-04-29kasan: mark KASAN_VMALLOC flags as kasan_vmalloc_flags_tAndrey Konovalov1-4/+4
2022-04-29kasan: fix sleeping function called from invalid context on RT kernelZqiang1-3/+49
2022-04-29mm: hugetlb: add missing cache flushing in hugetlb_unshare_all_pmds()Baolin Wang1-0/+1
2022-04-29mm/khugepaged: use vma_is_anonymousxu xin1-2/+2
2022-04-29mm: use for_each_online_node and node_online instead of open codingPeng Liu3-4/+4
2022-04-29hugetlb: fix return value of __setup handlersPeng Liu1-8/+8
2022-04-29hugetlb: fix hugepages_setup when deal with pernodePeng Liu1-0/+15
2022-04-29hugetlb: fix wrong use of nr_online_nodesPeng Liu1-7/+5
2022-04-28drivers/base/memory: fix an unlikely reference counting issue in __add_memory_block()Christophe JAILLET1-3/+2
2022-04-28mm: compaction: make sure highest is above the min_pfnMiaohe Lin1-1/+1
2022-04-28mm: compaction: simplify the code in __compact_finishedMiaohe Lin1-21/+8
2022-04-28mm: compaction: make compaction_zonelist_suitable return false when COMPACT_SUCCESSMiaohe Lin1-1/+1
2022-04-28mm: compaction: avoid possible NULL pointer dereference in kcompactd_cpu_onlineMiaohe Lin1-1/+2
2022-04-28mm: compaction: clean up comment about async compaction in isolate_migratepagesMiaohe Lin1-6/+6
2022-04-28mm: compaction: use helper compound_nr in isolate_migratepages_blockMiaohe Lin1-1/+1
2022-04-28mm: compaction: use COMPACT_CLUSTER_MAX in compaction.cMiaohe Lin1-4/+4
2022-04-28mm: compaction: clean up comment about suitable migration target recheckMiaohe Lin1-7/+1
2022-04-28mm: compaction: clean up comment for sched contentionMiaohe Lin2-8/+5
2022-04-28mm: compaction: remove unneeded assignment to isolate_start_pfnMiaohe Lin1-1/+1
2022-04-28mm: compaction: remove unneeded pfn updateMiaohe Lin1-1/+0
2022-04-28mm: compaction: remove unneeded return value of kcompactd_runMiaohe Lin2-8/+4
2022-04-28mm/vmstat: add events for ksm cowYang Yang4-0/+28
2022-04-28ksm: count ksm merging pages for each processxu xin3-0/+37
2022-04-28include/linux/swapops.h: remove stub for non_swap_entry()Peter Xu1-8/+0
2022-04-28mm/page_alloc: reuse tail struct pages for compound devmapsJoao Martins1-1/+16
2022-04-28mm/sparse-vmemmap: improve memory savings for compound devmapsJoao Martins4-14/+177
2022-04-28mm/hugetlb_vmemmap: move comment block to Documentation/vmJoao Martins3-167/+175
2022-04-28mm/sparse-vmemmap: refactor core of vmemmap_populate_basepages() to helperJoao Martins1-17/+36
2022-04-28mm/sparse-vmemmap: add a pgmap argument to section activationJoao Martins5-14/+26
2022-04-28mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*Muchun Song14-27/+27
2022-04-28mm: hugetlb_vmemmap: cleanup hugetlb_free_vmemmap_enabled*Muchun Song4-13/+13
2022-04-28mm: hugetlb_vmemmap: cleanup hugetlb_vmemmap related functionsMuchun Song4-38/+36
2022-04-28mm/page_alloc.c: calc the right pfn if page size is not 4KMa Wupeng1-1/+1
2022-04-28mm/mremap: avoid unneeded do_munmap callMiaohe Lin1-2/+2
2022-04-28mm/mremap: use helper mlock_future_check()Miaohe Lin1-8/+2
2022-04-28mm/mmap: drop arch_vm_get_page_pgprot()Anshuman Khandual2-7/+1
2022-04-28mm/mmap: drop arch_filter_pgprot()Anshuman Khandual2-14/+2
2022-04-28x86/mm: enable ARCH_HAS_VM_GET_PAGE_PROTChristoph Hellwig5-21/+37
2022-04-28sparc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-6/+13
2022-04-28arm64/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-24/+26
2022-04-28powerpc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-12/+18
2022-04-28mm/mmap: add new config ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2-0/+5
2022-04-28mm/mmap.c: use helper mlock_future_check()Miaohe Lin1-9/+2
2022-04-28mm/mmap: clarify protection_map[] indicesAnshuman Khandual1-2/+16
2022-04-28mm/debug_vm_pgtable: drop protection_map[] usageAnshuman Khandual1-12/+19
2022-04-28mm/mmu_gather: limit free batch count and add schedule point in tlb_batch_pages_flushJianxing Wang1-2/+14