summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2022-10-13mm/mmap: undo ->mmap() when arch_validate_flags() failsCarlos Llamas1-1/+4
2022-10-13mm/uffd: fix warning without PTE_MARKER_UFFD_WP compiled inPeter Xu3-0/+8
2022-10-13mm/mmap: preallocate maple nodes for brk vma expansionLiam Howlett1-12/+6
2022-10-13mmap: fix copy_vma() failure pathLiam Howlett1-0/+5
2022-10-13mm/compaction: fix set skip in fast_find_migrateblockChuyi Zhou1-1/+0
2022-10-13mm/hugetlb.c: make __hugetlb_vma_unlock_write_put() staticAndrew Morton1-1/+1
2022-10-08hugetlb: allocate vma lock for all sharable vmasMike Kravetz1-35/+15
2022-10-08hugetlb: take hugetlb vma_lock when clearing vma_lock->vma pointerMike Kravetz1-10/+32
2022-10-08hugetlb: fix vma lock handling during split vma and range unmappingMike Kravetz2-20/+27
2022-10-08mglru: mm/vmscan.c: fix imprecise commentsYu Zhao1-5/+4
2022-10-08mm/mglru: don't sync disk for each aging cycleYu Zhao1-2/+0
2022-10-04mm: memcontrol: drop dead CONFIG_MEMCG_SWAP config symbolJohannes Weiner2-4/+6
2022-10-04mm: memcontrol: use do_memsw_account() in a few more placesJohannes Weiner1-10/+10
2022-10-04mm: memcontrol: deprecate swapaccounting=0 modeJohannes Weiner1-40/+10
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/khugepaged: add tracepoint to hpage_collapse_scan_file()Zach O'Keefe1-1/+2
2022-10-04mm/madvise: add file and shmem support to MADV_COLLAPSEZach O'Keefe1-57/+188
2022-10-04mm/khugepaged: attempt to map file/shmem-backed pte-mapped THPs by pmdsZach O'Keefe1-7/+62
2022-10-04mm/shmem: add flag to enforce shmem THP in hugepage_vma_check()Zach O'Keefe2-9/+11
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/damon: deduplicate damon_{reclaim,lru_sort}_apply_parameters()Kaixu Xia3-21/+40
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: 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/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/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 Lin1-1/+1
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 Lin1-1/+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 Xia4-15/+6
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 Xia1-2/+1
2022-10-04mm/damon: simplify scheme create in lru_sort.cXin Hao1-22/+17