aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/damon: use damon_sz_region() in appropriate placeXin Hao2022-10-122-11/+10
* mm/damon: move sz_damon_region to damon_sz_regionXin Hao2022-10-121-7/+2
* kmsan: unpoison @tlb in arch_tlb_gather_mmu()Alexander Potapenko2022-10-121-0/+10
* mm/mmap: undo ->mmap() when arch_validate_flags() failsCarlos Llamas2022-10-121-1/+4
* mm/uffd: fix warning without PTE_MARKER_UFFD_WP compiled inPeter Xu2022-10-123-0/+8
* mm/mmap: preallocate maple nodes for brk vma expansionLiam Howlett2022-10-121-12/+6
* mmap: fix copy_vma() failure pathLiam Howlett2022-10-121-0/+5
* mm/compaction: fix set skip in fast_find_migrateblockChuyi Zhou2022-10-121-1/+0
* mm/hugetlb.c: make __hugetlb_vma_unlock_write_put() staticAndrew Morton2022-10-121-1/+1
* hugetlb: allocate vma lock for all sharable vmasMike Kravetz2022-10-071-35/+15
* hugetlb: take hugetlb vma_lock when clearing vma_lock->vma pointerMike Kravetz2022-10-071-10/+32
* hugetlb: fix vma lock handling during split vma and range unmappingMike Kravetz2022-10-072-20/+27
* mglru: mm/vmscan.c: fix imprecise commentsYu Zhao2022-10-071-5/+4
* mm/mglru: don't sync disk for each aging cycleYu Zhao2022-10-071-2/+0
* mm: memcontrol: drop dead CONFIG_MEMCG_SWAP config symbolJohannes Weiner2022-10-032-4/+6
* mm: memcontrol: use do_memsw_account() in a few more placesJohannes Weiner2022-10-031-10/+10
* mm: memcontrol: deprecate swapaccounting=0 modeJohannes Weiner2022-10-031-40/+10
* mm: memcontrol: don't allocate cgroup swap arrays when memcg is disabledJohannes Weiner2022-10-032-0/+9
* mm/secretmem: remove reduntant return valueXiu Jianfeng2022-10-031-4/+2
* mm/hugetlb: add available_huge_pages() funcXin Hao2022-10-031-5/+9
* mm/khugepaged: add tracepoint to hpage_collapse_scan_file()Zach O'Keefe2022-10-031-1/+2
* mm/madvise: add file and shmem support to MADV_COLLAPSEZach O'Keefe2022-10-031-57/+188
* mm/khugepaged: attempt to map file/shmem-backed pte-mapped THPs by pmdsZach O'Keefe2022-10-031-7/+62
* mm/shmem: add flag to enforce shmem THP in hugepage_vma_check()Zach O'Keefe2022-10-032-9/+11
* mm/madvise: MADV_COLLAPSE return EAGAIN when page cannot be isolatedZach O'Keefe2022-10-031-0/+2
* mm/khugepaged: check compound_order() in collapse_pte_mapped_thp()Zach O'Keefe2022-10-031-0/+3
* mm: hugetlb: fix UAF in hugetlb_handle_userfaultLiu Shixin2022-10-031-20/+17
* mm: memcontrol: make cgroup_memory_noswap a static keyKairui Song2022-10-031-8/+19
* mm/damon: deduplicate damon_{reclaim,lru_sort}_apply_parameters()Kaixu Xia2022-10-033-21/+40
* mm/damon/sysfs: return 'err' value when call kstrtoul() failedXin Hao2022-10-031-32/+14
* mm/page_alloc: update comments for rmqueue()Ran Xiaokai2022-10-031-1/+2
* mm/damon: rename damon_pageout_score() to damon_cold_score()Kaixu Xia2022-10-034-5/+5
* hugetlb: freeze allocated pages before creating hugetlb pagesMike Kravetz2022-10-031-64/+38
* mm/page_alloc: fix obsolete comment in deferred_pfn_valid()Miaohe Lin2022-10-031-5/+1
* mm/page_alloc: use costly_order in WARN_ON_ONCE_GFP()Miaohe Lin2022-10-031-1/+1
* mm/page_alloc: init local variable buddy_pfnMiaohe Lin2022-10-031-1/+1
* mm/page_alloc: use helper macro SZ_1{K,M}Miaohe Lin2022-10-031-5/+5
* mm/page_alloc: make boot_nodestats staticMiaohe Lin2022-10-032-3/+1
* mm/page_alloc: use local variable zone_idx directlyMiaohe Lin2022-10-031-1/+1
* mm/page_alloc: add missing is_migrate_isolate() check in set_page_guard()Miaohe Lin2022-10-031-1/+2
* mm/page_alloc: fix freeing static percpu memoryMiaohe Lin2022-10-031-2/+4
* mm/page_alloc: add __init annotations to init_mem_debugging_and_hardening()Miaohe Lin2022-10-031-1/+1
* mm/page_alloc: remove obsolete comment in zone_statistics()Miaohe Lin2022-10-031-2/+0
* mm: remove obsolete macro NR_PCP_ORDER_MASK and NR_PCP_ORDER_WIDTHMiaohe Lin2022-10-031-1/+0
* mm/page_alloc: make zone_pcp_update() staticMiaohe Lin2022-10-032-12/+11
* mm/page_alloc: ensure kswapd doesn't accidentally go to sleepMiaohe Lin2022-10-031-1/+2
* mm/page_table_check: fix typosChih-En Lin2022-10-031-2/+2
* mm/damon: return void from damon_set_schemes()Kaixu Xia2022-10-034-15/+6
* mm/secretmem: add __init annotation to secretmem_init()Xiu Jianfeng2022-10-031-1/+1
* mm/damon/lru_sort: change damon_lru_sort_wmarks to staticYang Yingliang2022-10-031-1/+1