summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-09-11tools/vm/page_owner_sort: fix -f optionYixuan Cao
2022-09-11mm/util: reduce stack usage of folio_mapcountKairui Song
2022-09-11mm/page_alloc: only search higher order when fallbackAbel Wu
2022-09-11page_alloc: remove inactive initializationLi kunyu
2022-09-11mm/hugetlb: add dedicated func to get 'allowed' nodemask for current processFeng Tang
2022-09-11mm/mempolicy: fix lock contention on mems_allowedAbel Wu
2022-09-11mm/cma_debug: show complete cma name in debugfs directoriesCharan Teja Kalla
2022-09-11mm/swap: remove the end_write_func argument to __swap_writepageChristoph Hellwig
2022-09-11zsmalloc: remove unnecessary size_class NULL checkAlexey Romanov
2022-09-11zsmalloc: zs_object_copy: add clarifying commentAlexey Romanov
2022-09-11mm/vmscan: define macros for refaults in struct lruvecYang Yang
2022-09-11selftests: vm: add /dev/userfaultfd test cases to run_vmtests.shAxel Rasmussen
2022-09-11userfaultfd: update documentation to describe /dev/userfaultfdAxel Rasmussen
2022-09-11userfaultfd: selftests: modify selftest to use /dev/userfaultfdAxel Rasmussen
2022-09-11userfaultfd: add /dev/userfaultfd for fine grained access controlAxel Rasmussen
2022-09-11selftests: vm: add hugetlb_shared userfaultfd test to run_vmtests.shAxel Rasmussen