aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-09-11filemap: add filemap_get_folios_contig()Vishal Moola (Oracle)2-0/+75
2022-09-11zram: don't retry compress incompressible pageAlexey Romanov1-2/+12
2022-09-11mm: backing-dev: Remove the unneeded result variableye xingchen1-5/+1
2022-09-11page_ext: introduce boot parameter 'early_page_ext'Li Zhe5-1/+34
2022-09-11s390/hugetlb: switch to generic version of follow_huge_pud()Gerald Schaefer1-10/+0
2022-09-11memcg: increase MEMCG_CHARGE_BATCH to 64Shakeel Butt1-3/+4
2022-09-11mm: page_counter: rearrange struct page_counter fieldsShakeel Butt1-12/+23
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-11drivers/block/zram/zram_drv.c: do not keep dangling zcomp pointer after zram resetSergey Senozhatsky1-9/+4
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: pagewalk: fix documentation of PTE hole handlingRolf Eike Beer1-5/+5
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 Li2-3/+26
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 Kalla5-45/+192
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 Wang2-13/+1
2022-09-11arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDERZi Yan24-27/+27
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: adjust hot threshold automaticallyHuang Ying3-5/+64
2022-09-11memory tiering: rate limit NUMA migration throughputHuang Ying6-2/+59
2022-09-11memory tiering: hot page selection with hint page fault latencyHuang Ying8-5/+169
2022-09-11mm/util.c: add warning if __vm_enough_memory failsKefeng Wang1-0/+2
2022-09-11mm: add more BUILD_BUG_ONs to gfp_migratetype()Peter Collingbourne1-0/+3
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