summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-04mm: memcontrol: don't allocate cgroup swap arrays when memcg is disabledJohannes Weiner2-0/+9
2022-10-04mm/secretmem: remove reduntant return valueXiu Jianfeng1-4/+2
2022-10-04mm/hugetlb: add available_huge_pages() funcXin Hao1-5/+9
2022-10-04mm: remove unused inline functions from include/linux/mm_inline.hGaosheng Cui1-11/+0
2022-10-04selftests/vm: add selftest for MADV_COLLAPSE of uffd-minor memoryZach O'Keefe2-38/+134
2022-10-04selftests/vm: add file/shmem MADV_COLLAPSE selftest for cleared pmdZach O'Keefe1-0/+30
2022-10-04selftests/vm: add thp collapse shmem testingZach O'Keefe1-2/+55
2022-10-04selftests/vm: add thp collapse file and tmpfs testingZach O'Keefe3-56/+431
2022-10-04selftests/vm: modularize thp collapse memory operationsZach O'Keefe1-166/+207
2022-10-04selftests/vm: dedup THP helpersZach O'Keefe6-76/+32
2022-10-04mm/khugepaged: add tracepoint to hpage_collapse_scan_file()Zach O'Keefe2-1/+36
2022-10-04mm/madvise: add file and shmem support to MADV_COLLAPSEZach O'Keefe4-63/+198
2022-10-04mm/khugepaged: attempt to map file/shmem-backed pte-mapped THPs by pmdsZach O'Keefe3-8/+71
2022-10-04mm/shmem: add flag to enforce shmem THP in hugepage_vma_check()Zach O'Keefe3-13/+17
2022-10-04selftests/vm: retry on EAGAIN for MADV_COLLAPSE selftestZach O'Keefe1-1/+22
2022-10-04mm/madvise: MADV_COLLAPSE return EAGAIN when page cannot be isolatedZach O'Keefe1-0/+2
2022-10-04mm/khugepaged: check compound_order() in collapse_pte_mapped_thp()Zach O'Keefe1-0/+3
2022-10-04mm: hugetlb: fix UAF in hugetlb_handle_userfaultLiu Shixin1-20/+17
2022-10-04mm: memcontrol: make cgroup_memory_noswap a static keyKairui Song1-8/+19
2022-10-04mm: memcontrol: use memcg_kmem_enabled in count_objcg_eventKairui Song1-1/+1
2022-10-04mm/damon: deduplicate damon_{reclaim,lru_sort}_apply_parameters()Kaixu Xia4-22/+42
2022-10-04mm/damon/sysfs: return 'err' value when call kstrtoul() failedXin Hao1-32/+14
2022-10-04mm/page_alloc: update comments for rmqueue()Ran Xiaokai1-1/+2
2022-10-04mm/damon: rename damon_pageout_score() to damon_cold_score()Kaixu Xia4-5/+5
2022-10-04hugetlb: freeze allocated pages before creating hugetlb pagesMike Kravetz1-64/+38
2022-10-04mm/page_alloc: fix obsolete comment in deferred_pfn_valid()Miaohe Lin1-5/+1
2022-10-04mm/page_alloc: remove obsolete gfpflags_normal_context()Miaohe Lin2-26/+0
2022-10-04mm/page_alloc: use costly_order in WARN_ON_ONCE_GFP()Miaohe Lin1-1/+1
2022-10-04mm/page_alloc: init local variable buddy_pfnMiaohe Lin1-1/+1
2022-10-04mm/page_alloc: use helper macro SZ_1{K,M}Miaohe Lin1-5/+5
2022-10-04mm/page_alloc: make boot_nodestats staticMiaohe Lin2-3/+1
2022-10-04mm, memory_hotplug: remove obsolete generic_free_nodedata()Miaohe Lin1-8/+0
2022-10-04mm/page_alloc: use local variable zone_idx directlyMiaohe Lin1-1/+1
2022-10-04mm/page_alloc: add missing is_migrate_isolate() check in set_page_guard()Miaohe Lin1-1/+2
2022-10-04mm: remove obsolete pgdat_is_empty()Miaohe Lin1-5/+0
2022-10-04mm/page_alloc: fix freeing static percpu memoryMiaohe Lin1-2/+4
2022-10-04mm/page_alloc: add __init annotations to init_mem_debugging_and_hardening()Miaohe Lin2-2/+2
2022-10-04mm/page_alloc: remove obsolete comment in zone_statistics()Miaohe Lin1-2/+0
2022-10-04mm: remove obsolete macro NR_PCP_ORDER_MASK and NR_PCP_ORDER_WIDTHMiaohe Lin2-8/+0
2022-10-04mm/page_alloc: make zone_pcp_update() staticMiaohe Lin2-12/+11
2022-10-04mm/page_alloc: ensure kswapd doesn't accidentally go to sleepMiaohe Lin1-1/+2
2022-10-04mm/page_table_check: fix typosChih-En Lin1-2/+2
2022-10-04mm/damon: return void from damon_set_schemes()Kaixu Xia5-16/+7
2022-10-04mm/secretmem: add __init annotation to secretmem_init()Xiu Jianfeng1-1/+1
2022-10-04mm/damon/lru_sort: change damon_lru_sort_wmarks to staticYang Yingliang1-1/+1
2022-10-04mm/damon/reclaim: change damon_reclaim_wmarks to staticYang Yingliang1-1/+1
2022-10-04mm/damon: use 'struct damon_target *' instead of 'void *' in target_valid()Kaixu Xia2-3/+2
2022-10-04mm/damon: simplify scheme create in lru_sort.cXin Hao1-22/+17
2022-10-04mm/damon/sysfs: avoid call damon_target_has_pid() repeatedlyXin Hao1-1/+2
2022-10-04x86: kmsan: handle CPU entry areaAlexander Potapenko5-1/+61