| Commit message (Expand) | Author | Age | Files | Lines |
* | mm/process_vm_access: remove redundant initialization of iov_r | Colin Ian King | 2020-12-15 | 1 | -1/+1 |
* | mm/zsmalloc.c: rework the list_add code in insert_zspage() | Miaohe Lin | 2020-12-15 | 1 | -7/+4 |
* | mm/zswap: move to use crypto_acomp API for hardware acceleration | Barry Song | 2020-12-15 | 1 | -46/+137 |
* | mm/zswap: fix passing zero to 'PTR_ERR' warning | YueHaibing | 2020-12-15 | 1 | -1/+1 |
* | mm/zswap: make struct kernel_param_ops definitions const | Joe Perches | 2020-12-15 | 1 | -3/+3 |
* | mm, page_poison: remove CONFIG_PAGE_POISONING_ZERO | Vlastimil Babka | 2020-12-15 | 2 | -19/+1 |
* | mm, page_poison: remove CONFIG_PAGE_POISONING_NO_SANITY | Vlastimil Babka | 2020-12-15 | 2 | -14/+4 |
* | kernel/power: allow hibernation with page_poison sanity checking | Vlastimil Babka | 2020-12-15 | 1 | -1/+0 |
* | mm, page_poison: use static key more efficiently | Vlastimil Babka | 2020-12-15 | 2 | -49/+22 |
* | mm, page_alloc: do not rely on the order of page_poison and init_on_alloc/fre... | Vlastimil Babka | 2020-12-15 | 1 | -46/+42 |
* | mm: cma: improve pr_debug log in cma_release() | Charan Teja Reddy | 2020-12-15 | 1 | -1/+1 |
* | mm/cma.c: remove redundant cma_mutex lock | Lecopzer Chen | 2020-12-15 | 1 | -3/+1 |
* | mm: migrate: remove unused parameter in migrate_vma_insert_page() | Stephen Zhang | 2020-12-15 | 1 | -4/+2 |
* | mm: migrate: return -ENOSYS if THP migration is unsupported | Yang Shi | 2020-12-15 | 1 | -16/+46 |
* | mm: migrate: clean up migrate_prep{_local} | Yang Shi | 2020-12-15 | 2 | -12/+4 |
* | mm: migrate: skip shared exec THP for NUMA balancing | Yang Shi | 2020-12-15 | 1 | -2/+16 |
* | mm: migrate: simplify the logic for handling permanent failure | Yang Shi | 2020-12-15 | 1 | -30/+38 |
* | mm: truncate_complete_page() does not exist any more | Yang Shi | 2020-12-15 | 2 | -2/+2 |
* | mm: support THPs in zero_user_segments | Matthew Wilcox (Oracle) | 2020-12-15 | 1 | -0/+52 |
* | mm/migrate.c: optimize migrate_vma_pages() mmu notifier | Ralph Campbell | 2020-12-15 | 1 | -5/+4 |
* | mm/migrate.c: fix comment spelling | Long Li | 2020-12-15 | 1 | -1/+1 |
* | mm/oom_kill: change comment and rename is_dump_unreclaim_slabs() | Hui Su | 2020-12-15 | 1 | -6/+8 |
* | mm/compaction: make defer_compaction and compaction_deferred static | Hui Su | 2020-12-15 | 1 | -4/+4 |
* | mm/compaction: move compaction_suitable's comment to right place | Hui Su | 2020-12-15 | 1 | -7/+7 |
* | mm/compaction: rename 'start_pfn' to 'iteration_start_pfn' in compact_zone() | Yanfei Xu | 2020-12-15 | 1 | -4/+3 |
* | z3fold: remove preempt disabled sections for RT | Vitaly Wool | 2020-12-15 | 1 | -7/+10 |
* | z3fold: stricter locking and more careful reclaim | Vitaly Wool | 2020-12-15 | 1 | -58/+85 |
* | z3fold: simplify freeing slots | Vitaly Wool | 2020-12-15 | 1 | -42/+13 |
* | mm/page_isolation: do not isolate the max order page | Muchun Song | 2020-12-15 | 1 | -1/+1 |
* | mm/vmscan.c: remove the filename in the top of file comment | logic.yu | 2020-12-15 | 1 | -2/+0 |
* | mm/vmscan: drop unneeded assignment in kswapd() | Lukas Bulwahn | 2020-12-15 | 1 | -1/+1 |
* | mm: don't wake kswapd prematurely when watermark boosting is disabled | Johannes Weiner | 2020-12-15 | 1 | -6/+7 |
* | hugetlb: fix an error code in hugetlb_reserve_pages() | Dan Carpenter | 2020-12-15 | 1 | -0/+1 |
* | mm,hugetlb: remove unneeded initialization | Oscar Salvador | 2020-12-15 | 1 | -2/+0 |
* | mm: hugetlb: fix type of delta parameter and related local variables in gathe... | Liu Xiang | 2020-12-15 | 1 | -3/+4 |
* | khugepaged: add parameter explanations for kernel-doc markup | Alex Shi | 2020-12-15 | 1 | -1/+13 |
* | mm/hugetlb.c: just use put_page_testzero() instead of page_count() | Hui Su | 2020-12-15 | 1 | -2/+1 |
* | mm,hwpoison: return -EBUSY when migration fails | Oscar Salvador | 2020-12-15 | 1 | -3/+3 |
* | mm,memory_failure: always pin the page in madvise_inject_error | Oscar Salvador | 2020-12-15 | 2 | -8/+7 |
* | mm,hwpoison: remove drain_all_pages from shake_page | Oscar Salvador | 2020-12-15 | 1 | -5/+2 |
* | mm,hwpoison: disable pcplists before grabbing a refcount | Oscar Salvador | 2020-12-15 | 1 | -67/+65 |
* | mm,hwpoison: refactor get_any_page | Oscar Salvador | 2020-12-15 | 1 | -57/+42 |
* | mm,hwpoison: drop unneeded pcplist draining | Oscar Salvador | 2020-12-15 | 1 | -5/+0 |
* | mm,hwpoison: take free pages off the buddy freelists | Oscar Salvador | 2020-12-15 | 1 | -16/+30 |
* | mm,hwpoison: drain pcplists before bailing out for non-buddy zero-refcount page | Oscar Salvador | 2020-12-15 | 1 | -2/+22 |
* | mm/page_alloc: speed up the iteration of max_order | Muchun Song | 2020-12-15 | 1 | -4/+4 |
* | mm: page_alloc: refactor setup_per_zone_lowmem_reserve() | Lorenzo Stoakes | 2020-12-15 | 1 | -21/+14 |
* | init/main: fix broken buffer_init when DEFERRED_STRUCT_PAGE_INIT set | Lin Feng | 2020-12-15 | 1 | -0/+3 |
* | mm/page_alloc: clear all pages in post_alloc_hook() with init_on_alloc=1 | David Hildenbrand | 2020-12-15 | 1 | -3/+3 |
* | mm/page_alloc: mark some symbols with static keyword | Zou Wei | 2020-12-15 | 1 | -2/+2 |