aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-26filemap: make the accounting of thrashing more consistentYang Yang1-14/+4
2022-09-26mm/swap: cache swap migration A/D bits supportPeter Xu1-0/+8
2022-09-26mm/swap: cache maximum swapfile size when init swapPeter Xu1-2/+5
2022-09-26mm: remember young/dirty bit for page migrationsPeter Xu4-4/+31
2022-09-26mm/thp: carry over dirty bit when thp splits on pmdPeter Xu1-2/+7
2022-09-26mm/swap: add swp_offset_pfn() to fetch PFN from swap entryPeter Xu3-5/+5
2022-09-26mm, hwpoison: cleanup some obsolete commentsMiaohe Lin1-5/+5
2022-09-26mm, hwpoison: check PageTable() explicitly in hwpoison_user_mappings()Miaohe Lin1-1/+1
2022-09-26mm, hwpoison: avoid unneeded page_mapped_in_vma() overhead in collect_procs_anon()Miaohe Lin1-3/+3
2022-09-26mm, hwpoison: use num_poisoned_pages_sub() to decrease num_poisoned_pagesMiaohe Lin1-2/+4
2022-09-26mm, hwpoison: use __PageMovable() to detect non-lru movable pagesMiaohe Lin1-7/+9
2022-09-26mm, hwpoison: use ClearPageHWPoison() in memory_failure()Miaohe Lin1-1/+1
2022-09-26mm: MADV_COLLAPSE: refetch vm_end after reacquiring mmap_lockYang Shi1-0/+2
2022-09-26Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton15-72/+176
2022-09-26mm/page_isolation: fix isolate_single_pageblock() isolation behaviorZi Yan1-11/+14
2022-09-26mm,hwpoison: check mm when killing accessing processShuai Xue1-0/+3
2022-09-26mm/hugetlb: correct demote page offset logicDoug Berger1-6/+8
2022-09-26mm: prevent page_frag_alloc() from corrupting the memoryMaurizio Lombardi1-0/+12
2022-09-26mm: bring back update_mmu_cache() to finish_fault()Sergei Antonov1-4/+10
2022-09-26frontswap: don't call ->init if no ops are registeredChristoph Hellwig1-0/+3
2022-09-26mm/huge_memory: use pfn_to_online_page() in split_huge_pages_all()Naoya Horiguchi1-4/+2
2022-09-26mm: fix madivse_pageout mishandling on non-LRU pageMinchan Kim1-2/+5
2022-09-26mm: gup: fix the fast GUP race against THP collapseYang Shi2-10/+34
2022-09-11mm: fix PageAnonExclusive clearing racing with concurrent RCU GUP-fastDavid Hildenbrand4-5/+17
2022-09-11mm/mremap_pages: save a few cycles in get_dev_pagemap()Christophe JAILLET1-1/+1
2022-09-11mm: remove BUG_ON() in __isolate_free_page()Kefeng Wang1-11/+3
2022-09-11mm/kmemleak: make create_object return voidLiu Shixin1-12/+9
2022-09-11hugetlb: remove meaningless BUG_ON(huge_pte_none())Miaohe Lin1-1/+0
2022-09-11hugetlb: add comment for subtle SetHPageVmemmapOptimized()Miaohe Lin1-0/+4
2022-09-11hugetlb: kill hugetlbfs_pagecache_page()Miaohe Lin1-14/+1
2022-09-11hugetlb: pass NULL to kobj_to_hstate() if nid is unusedMiaohe Lin1-4/+2
2022-09-11hugetlb: use helper {huge_pte|pmd}_lock()Miaohe Lin1-2/+1
2022-09-11hugetlb: use sizeof() to get the array sizeMiaohe Lin1-2/+2
2022-09-11hugetlb: use LIST_HEAD() to define a list headMiaohe Lin1-5/+2
2022-09-11hugetlb: Use helper macro SZ_1KMiaohe Lin1-1/+1
2022-09-11hugetlb: make hugetlb_cma_check() staticMiaohe Lin1-1/+9
2022-09-11mm/vmalloc: extend find_vmap_lowest_match_check with extra argumentsSong Liu1-6/+7
2022-09-11mm/migrate_device.c: fix a misleading and outdated commentAlistair Popple1-3/+10
2022-09-11mm/page_alloc.c: delete a redundant parameter of rmqueue_pcplistzezuo1-3/+2
2022-09-11mm/damon: get the hotness from damon_hot_score() in damon_pageout_score()Kaixu Xia1-40/+6
2022-09-11mm/damon/vaddr: remove comparison between mm and last_mm when checking region accessesKaixu Xia1-5/+6
2022-09-11mm/damon: simplify the parameter passing for 'check_accesses'Kaixu Xia2-6/+5
2022-09-11mm: fix null-ptr-deref in kswapd_is_running()Kefeng Wang4-13/+31
2022-09-11mm: kill is_memblock_offlined()Kefeng Wang1-2/+1
2022-09-11filemap: remove find_get_pages_contig()Vishal Moola (Oracle)1-60/+0
2022-09-11filemap: add filemap_get_folios_contig()Vishal Moola (Oracle)1-0/+73
2022-09-11mm: backing-dev: Remove the unneeded result variableye xingchen1-5/+1
2022-09-11page_ext: introduce boot parameter 'early_page_ext'Li Zhe2-0/+10
2022-09-11mm: page_counter: remove unneeded atomic ops for low/minShakeel Butt1-7/+6
2022-09-11mm: remove EXPERIMENTAL flag for zswapDavid Heidelberg1-7/+1