summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2020-12-16Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds7-119/+87
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds62-1722/+2434
2020-12-15mm: cleanup kstrto*() usageAlexey Dobriyan2-18/+18
2020-12-15mm: fix fall-through warnings for ClangGustavo A. R. Silva2-0/+2
2020-12-15mm: slub: convert sysfs sprintf family to sysfs_emit/sysfs_emit_atJoe Perches1-73/+77
2020-12-15mm: shmem: convert shmem_enabled_show to use sysfs_emit_atJoe Perches1-9/+12
2020-12-15mm:backing-dev: use sysfs_emit in macro defining functionsJoe Perches1-4/+4
2020-12-15mm: huge_memory: convert remaining use of sprintf to sysfs_emit and neateningJoe Perches1-21/+31
2020-12-15mm: use sysfs_emit for struct kobject * usesJoe Perches5-46/+52
2020-12-15mm: fix kernel-doc markupsMauro Carvalho Chehab3-22/+24
2020-12-15mm/process_vm_access: remove redundant initialization of iov_rColin Ian King1-1/+1
2020-12-15mm/zsmalloc.c: rework the list_add code in insert_zspage()Miaohe Lin1-7/+4
2020-12-15mm/zswap: move to use crypto_acomp API for hardware accelerationBarry Song1-46/+137
2020-12-15mm/zswap: fix passing zero to 'PTR_ERR' warningYueHaibing1-1/+1
2020-12-15mm/zswap: make struct kernel_param_ops definitions constJoe Perches1-3/+3
2020-12-15mm, page_poison: remove CONFIG_PAGE_POISONING_ZEROVlastimil Babka2-19/+1
2020-12-15mm, page_poison: remove CONFIG_PAGE_POISONING_NO_SANITYVlastimil Babka2-14/+4
2020-12-15kernel/power: allow hibernation with page_poison sanity checkingVlastimil Babka1-1/+0
2020-12-15mm, page_poison: use static key more efficientlyVlastimil Babka2-49/+22
2020-12-15mm, page_alloc: do not rely on the order of page_poison and init_on_alloc/fre...Vlastimil Babka1-46/+42
2020-12-15mm: cma: improve pr_debug log in cma_release()Charan Teja Reddy1-1/+1
2020-12-15mm/cma.c: remove redundant cma_mutex lockLecopzer Chen1-3/+1
2020-12-15mm: migrate: remove unused parameter in migrate_vma_insert_page()Stephen Zhang1-4/+2
2020-12-15mm: migrate: return -ENOSYS if THP migration is unsupportedYang Shi1-16/+46
2020-12-15mm: migrate: clean up migrate_prep{_local}Yang Shi2-12/+4
2020-12-15mm: migrate: skip shared exec THP for NUMA balancingYang Shi1-2/+16
2020-12-15mm: migrate: simplify the logic for handling permanent failureYang Shi1-30/+38
2020-12-15mm: truncate_complete_page() does not exist any moreYang Shi2-2/+2
2020-12-15mm: support THPs in zero_user_segmentsMatthew Wilcox (Oracle)1-0/+52
2020-12-15mm/migrate.c: optimize migrate_vma_pages() mmu notifierRalph Campbell1-5/+4
2020-12-15mm/migrate.c: fix comment spellingLong Li1-1/+1
2020-12-15mm/oom_kill: change comment and rename is_dump_unreclaim_slabs()Hui Su1-6/+8
2020-12-15mm/compaction: make defer_compaction and compaction_deferred staticHui Su1-4/+4
2020-12-15mm/compaction: move compaction_suitable's comment to right placeHui Su1-7/+7
2020-12-15mm/compaction: rename 'start_pfn' to 'iteration_start_pfn' in compact_zone()Yanfei Xu1-4/+3
2020-12-15z3fold: remove preempt disabled sections for RTVitaly Wool1-7/+10
2020-12-15z3fold: stricter locking and more careful reclaimVitaly Wool1-58/+85
2020-12-15z3fold: simplify freeing slotsVitaly Wool1-42/+13
2020-12-15mm/page_isolation: do not isolate the max order pageMuchun Song1-1/+1
2020-12-15mm/vmscan.c: remove the filename in the top of file commentlogic.yu1-2/+0
2020-12-15mm/vmscan: drop unneeded assignment in kswapd()Lukas Bulwahn1-1/+1
2020-12-15mm: don't wake kswapd prematurely when watermark boosting is disabledJohannes Weiner1-6/+7
2020-12-15hugetlb: fix an error code in hugetlb_reserve_pages()Dan Carpenter1-0/+1
2020-12-15mm,hugetlb: remove unneeded initializationOscar Salvador1-2/+0
2020-12-15mm: hugetlb: fix type of delta parameter and related local variables in gathe...Liu Xiang1-3/+4
2020-12-15khugepaged: add parameter explanations for kernel-doc markupAlex Shi1-1/+13
2020-12-15mm/hugetlb.c: just use put_page_testzero() instead of page_count()Hui Su1-2/+1
2020-12-15mm,hwpoison: return -EBUSY when migration failsOscar Salvador1-3/+3
2020-12-15mm,memory_failure: always pin the page in madvise_inject_errorOscar Salvador2-8/+7
2020-12-15mm,hwpoison: remove drain_all_pages from shake_pageOscar Salvador1-5/+2