summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-11mm: remove EXPERIMENTAL flag for zswapDavid Heidelberg
2022-09-11drivers/block/zram/zram_drv.c: do not keep dangling zcomp pointer after zram ...Sergey Senozhatsky
2022-09-11mm/gup.c: refactor check_and_migrate_movable_pages()Alistair Popple
2022-09-11mm/gup.c: don't pass gup_flags to check_and_migrate_movable_pages()Alistair Popple
2022-09-11mm: skip retry when new limit is not below old one in page_counter_set_maxBui Quang Minh
2022-09-11mm: pagewalk: add api documentation for walk_page_range_novma()Rolf Eike Beer
2022-09-11mm: pagewalk: fix documentation of PTE hole handlingRolf Eike Beer
2022-09-11mm: memcg: export workingset refault stats for cgroup v1Yang Shi
2022-09-11mm/page_owner.c: add llseek for page_ownerKassey Li
2022-09-11mm/damon: replace pmd_huge() with pmd_trans_huge() for THPBaolin Wang
2022-09-11mm/damon: validate if the pmd entry is present before accessingBaolin Wang
2022-09-11mm: release private data before split THPYin Fengwei
2022-09-11mm: thp: remove redundant pgtable check in set_huge_zero_page()Qi Zheng
2022-09-11mm: memory-failure: kill __soft_offline_page()Kefeng Wang
2022-09-11mm: memory-failure: kill soft_offline_free_page()Kefeng Wang
2022-09-11mm: hugetlb_vmemmap: simplify reset_struct_pages()Muchun Song
2022-09-11mm, hwpoison: avoid trying to unpoison reserved pageMiaohe Lin
2022-09-11mm, hwpoison: kill procs if unmap failsMiaohe Lin
2022-09-11mm, hwpoison: fix possible use-after-free in mf_dax_kill_procs()Miaohe Lin
2022-09-11mm, hwpoison: fix extra put_page() in soft_offline_page()Miaohe Lin
2022-09-11mm, hwpoison: fix page refcnt leaking in unpoison_memory()Miaohe Lin
2022-09-11mm, hwpoison: fix page refcnt leaking in try_memory_failure_hugetlb()Miaohe Lin
2022-09-11mm: fix use-after free of page_ext after race with memory-offlineCharan Teja Kalla
2022-09-11mm/vmalloc.c: support HIGHMEM pages in vmap_pages_range_noflush()Matthew Wilcox
2022-09-11mm: memcontrol: fix a typo in commentxupanda
2022-09-11mm: kill find_min_pfn_with_active_regions()Kefeng Wang
2022-09-11arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDERZi Yan
2022-09-11zsmalloc: zs_object_copy: replace email link to docAlexey Romanov
2022-09-11mm/hugetlb: make detecting shared pte more reliableMiaohe Lin
2022-09-11mm/hugetlb: fix sysfs group leak in hugetlb_unregister_node()Miaohe Lin
2022-09-11mm: hugetlb_vmemmap: add missing smp_wmb() before set_pte_at()Miaohe Lin
2022-09-11mm/hugetlb: fix missing call to restore_reserve_on_error()Miaohe Lin
2022-09-11mm/hugetlb: fix WARN_ON(!kobj) in sysfs_create_group()Miaohe Lin
2022-09-11mm/hugetlb: fix incorrect update of max_huge_pagesMiaohe Lin
2022-09-11memory tiering: adjust hot threshold automaticallyHuang Ying
2022-09-11memory tiering: rate limit NUMA migration throughputHuang Ying
2022-09-11memory tiering: hot page selection with hint page fault latencyHuang Ying
2022-09-11mm/util.c: add warning if __vm_enough_memory failsKefeng Wang
2022-09-11mm: add more BUILD_BUG_ONs to gfp_migratetype()Peter Collingbourne
2022-09-11mm/gup.c: simplify and fix check_and_migrate_movable_pages() return codesAlistair Popple
2022-09-11hugetlb_cgroup: use helper for_each_hstate and hstate_indexMiaohe Lin
2022-09-11hugetlb_cgroup: use helper macro NUMA_NO_NODEMiaohe Lin
2022-09-11hugetlb_cgroup: remove unneeded return valueMiaohe Lin
2022-09-11hugetlb_cgroup: hugetlbfs: use helper macro SZ_1{K,M,G}Miaohe Lin
2022-09-11hugetlb_cgroup: remove unneeded nr_pages > 0 checkMiaohe Lin
2022-09-11Kselftests: remove support of libhugetlbfs from kselftestsTarun Sahu
2022-09-11kfence: add sysfs interface to disable kfence for selected slabs.Imran Khan
2022-09-11mm: migration: fix the FOLL_GET failure on following huge pageHaiyue Wang
2022-09-11mm/vmscan: make the annotations of refaults code at the right placeYang Yang
2022-09-11mm/damon/core: simplify the parameter passing for region split operationKaixu Xia