summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-12-15mm: cleanup kstrto*() usageAlexey Dobriyan
2020-12-15mm: fix fall-through warnings for ClangGustavo A. R. Silva
2020-12-15mm: slub: convert sysfs sprintf family to sysfs_emit/sysfs_emit_atJoe Perches
2020-12-15mm: shmem: convert shmem_enabled_show to use sysfs_emit_atJoe Perches
2020-12-15mm:backing-dev: use sysfs_emit in macro defining functionsJoe Perches
2020-12-15mm: huge_memory: convert remaining use of sprintf to sysfs_emit and neateningJoe Perches
2020-12-15mm: use sysfs_emit for struct kobject * usesJoe Perches
2020-12-15mm: fix kernel-doc markupsMauro Carvalho Chehab
2020-12-15zram: break the strict dependency from lzoRui Salvaterra
2020-12-15zram: add stat to gather incompressible pages since zram set upMinchan Kim
2020-12-15zram: support page writebackMinchan Kim
2020-12-15mm/process_vm_access: remove redundant initialization of iov_rColin Ian King
2020-12-15mm/zsmalloc.c: rework the list_add code in insert_zspage()Miaohe Lin
2020-12-15mm/zswap: move to use crypto_acomp API for hardware accelerationBarry Song
2020-12-15mm/zswap: fix passing zero to 'PTR_ERR' warningYueHaibing
2020-12-15mm/zswap: make struct kernel_param_ops definitions constJoe Perches
2020-12-15userfaultfd/selftests: hint the test runner on required privilegePeter Xu
2020-12-15userfaultfd/selftests: fix retval check for userfaultfd_open()Peter Xu
2020-12-15userfaultfd/selftests: always dump something in modesPeter Xu
2020-12-15userfaultfd: selftests: make __{s,u}64 format specifiers portableAxel Rasmussen
2020-12-15userfaultfd: add user-mode only option to unprivileged_userfaultfd sysctl knobLokesh Gidra
2020-12-15userfaultfd: add UFFD_USER_MODE_ONLYLokesh Gidra
2020-12-15mm, page_poison: remove CONFIG_PAGE_POISONING_ZEROVlastimil Babka
2020-12-15mm, page_poison: remove CONFIG_PAGE_POISONING_NO_SANITYVlastimil Babka
2020-12-15kernel/power: allow hibernation with page_poison sanity checkingVlastimil Babka
2020-12-15mm, page_poison: use static key more efficientlyVlastimil Babka
2020-12-15mm, page_alloc: do not rely on the order of page_poison and init_on_alloc/fre...Vlastimil Babka
2020-12-15mm: cma: improve pr_debug log in cma_release()Charan Teja Reddy
2020-12-15mm/cma.c: remove redundant cma_mutex lockLecopzer Chen
2020-12-15mm: migrate: remove unused parameter in migrate_vma_insert_page()Stephen Zhang
2020-12-15mm: migrate: return -ENOSYS if THP migration is unsupportedYang Shi
2020-12-15mm: migrate: clean up migrate_prep{_local}Yang Shi
2020-12-15mm: migrate: skip shared exec THP for NUMA balancingYang Shi
2020-12-15mm: migrate: simplify the logic for handling permanent failureYang Shi
2020-12-15mm: truncate_complete_page() does not exist any moreYang Shi
2020-12-15mm: support THPs in zero_user_segmentsMatthew Wilcox (Oracle)
2020-12-15mm/migrate.c: optimize migrate_vma_pages() mmu notifierRalph Campbell
2020-12-15mm/migrate.c: fix comment spellingLong Li
2020-12-15mm/oom_kill: change comment and rename is_dump_unreclaim_slabs()Hui Su
2020-12-15mm/compaction: make defer_compaction and compaction_deferred staticHui Su
2020-12-15mm/compaction: move compaction_suitable's comment to right placeHui Su
2020-12-15mm/compaction: rename 'start_pfn' to 'iteration_start_pfn' in compact_zone()Yanfei Xu
2020-12-15z3fold: remove preempt disabled sections for RTVitaly Wool
2020-12-15z3fold: stricter locking and more careful reclaimVitaly Wool
2020-12-15z3fold: simplify freeing slotsVitaly Wool
2020-12-15mm/page_isolation: do not isolate the max order pageMuchun Song
2020-12-15mm/vmscan.c: remove the filename in the top of file commentlogic.yu
2020-12-15mm/vmscan: drop unneeded assignment in kswapd()Lukas Bulwahn
2020-12-15mm: don't wake kswapd prematurely when watermark boosting is disabledJohannes Weiner
2020-12-15hugetlb: fix an error code in hugetlb_reserve_pages()Dan Carpenter