aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2022-09-11mm/gup.c: refactor check_and_migrate_movable_pages()Alistair Popple1-68/+111
2022-09-11mm/gup.c: don't pass gup_flags to check_and_migrate_movable_pages()Alistair Popple1-14/+9
2022-09-11mm: skip retry when new limit is not below old one in page_counter_set_maxBui Quang Minh1-1/+1
2022-09-11mm: pagewalk: add api documentation for walk_page_range_novma()Rolf Eike Beer1-1/+9
2022-09-11mm: memcg: export workingset refault stats for cgroup v1Yang Shi1-2/+7
2022-09-11mm/page_owner.c: add llseek for page_ownerKassey Li1-3/+21
2022-09-11mm/damon: replace pmd_huge() with pmd_trans_huge() for THPBaolin Wang1-4/+4
2022-09-11mm/damon: validate if the pmd entry is present before accessingBaolin Wang1-0/+10
2022-09-11mm: release private data before split THPYin Fengwei1-2/+12
2022-09-11mm: thp: remove redundant pgtable check in set_huge_zero_page()Qi Zheng1-2/+1
2022-09-11mm: memory-failure: kill __soft_offline_page()Kefeng Wang1-15/+10
2022-09-11mm: memory-failure: kill soft_offline_free_page()Kefeng Wang1-11/+1
2022-09-11mm: hugetlb_vmemmap: simplify reset_struct_pages()Muchun Song1-3/+2
2022-09-11mm, hwpoison: avoid trying to unpoison reserved pageMiaohe Lin1-2/+2
2022-09-11mm, hwpoison: kill procs if unmap failsMiaohe Lin1-8/+4
2022-09-11mm, hwpoison: fix possible use-after-free in mf_dax_kill_procs()Miaohe Lin1-1/+2
2022-09-11mm, hwpoison: fix extra put_page() in soft_offline_page()Miaohe Lin1-2/+0
2022-09-11mm, hwpoison: fix page refcnt leaking in unpoison_memory()Miaohe Lin1-0/+1
2022-09-11mm, hwpoison: fix page refcnt leaking in try_memory_failure_hugetlb()Miaohe Lin1-2/+4
2022-09-11mm: fix use-after free of page_ext after race with memory-offlineCharan Teja Kalla3-29/+157
2022-09-11mm/vmalloc.c: support HIGHMEM pages in vmap_pages_range_noflush()Matthew Wilcox1-1/+1
2022-09-11mm: memcontrol: fix a typo in commentxupanda1-1/+1
2022-09-11mm: kill find_min_pfn_with_active_regions()Kefeng Wang1-12/+1
2022-09-11zsmalloc: zs_object_copy: replace email link to docAlexey Romanov1-2/+2
2022-09-11mm/hugetlb: make detecting shared pte more reliableMiaohe Lin1-13/+8
2022-09-11mm/hugetlb: fix sysfs group leak in hugetlb_unregister_node()Miaohe Lin1-7/+18
2022-09-11mm: hugetlb_vmemmap: add missing smp_wmb() before set_pte_at()Miaohe Lin1-0/+5
2022-09-11mm/hugetlb: fix missing call to restore_reserve_on_error()Miaohe Lin1-3/+8
2022-09-11mm/hugetlb: fix WARN_ON(!kobj) in sysfs_create_group()Miaohe Lin1-0/+1
2022-09-11mm/hugetlb: fix incorrect update of max_huge_pagesMiaohe Lin1-1/+2
2022-09-11memory tiering: rate limit NUMA migration throughputHuang Ying1-0/+1
2022-09-11memory tiering: hot page selection with hint page fault latencyHuang Ying4-5/+43
2022-09-11mm/util.c: add warning if __vm_enough_memory failsKefeng Wang1-0/+2
2022-09-11mm/gup.c: simplify and fix check_and_migrate_movable_pages() return codesAlistair Popple1-28/+32
2022-09-11hugetlb_cgroup: use helper for_each_hstate and hstate_indexMiaohe Lin1-7/+4
2022-09-11hugetlb_cgroup: use helper macro NUMA_NO_NODEMiaohe Lin1-2/+2
2022-09-11hugetlb_cgroup: hugetlbfs: use helper macro SZ_1{K,M,G}Miaohe Lin1-5/+5
2022-09-11hugetlb_cgroup: remove unneeded nr_pages > 0 checkMiaohe Lin1-1/+1
2022-09-11kfence: add sysfs interface to disable kfence for selected slabs.Imran Khan2-0/+33
2022-09-11mm: migration: fix the FOLL_GET failure on following huge pageHaiyue Wang1-2/+8
2022-09-11mm/vmscan: make the annotations of refaults code at the right placeYang Yang1-5/+5
2022-09-11mm/damon/core: simplify the parameter passing for region split operationKaixu Xia2-15/+12
2022-09-11mm/util: reduce stack usage of folio_mapcountKairui Song1-1/+1
2022-09-11mm/page_alloc: only search higher order when fallbackAbel Wu1-1/+1
2022-09-11page_alloc: remove inactive initializationLi kunyu1-1/+1