summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-12mm/vmalloc.c: support HIGHMEM pages in vmap_pages_range_noflush()Matthew Wilcox1-1/+1
2022-09-12mm: memcontrol: fix a typo in commentxupanda1-1/+1
2022-09-12mm: kill find_min_pfn_with_active_regions()Kefeng Wang2-13/+1
2022-09-12arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDERZi Yan24-27/+27
2022-09-12zsmalloc: zs_object_copy: replace email link to docAlexey Romanov1-2/+2
2022-09-12mm/hugetlb: make detecting shared pte more reliableMiaohe Lin1-13/+8
2022-09-12mm/hugetlb: fix sysfs group leak in hugetlb_unregister_node()Miaohe Lin1-7/+18
2022-09-12mm: hugetlb_vmemmap: add missing smp_wmb() before set_pte_at()Miaohe Lin1-0/+5
2022-09-12mm/hugetlb: fix missing call to restore_reserve_on_error()Miaohe Lin1-3/+8
2022-09-12mm/hugetlb: fix WARN_ON(!kobj) in sysfs_create_group()Miaohe Lin1-0/+1
2022-09-12mm/hugetlb: fix incorrect update of max_huge_pagesMiaohe Lin1-1/+2
2022-09-12memory tiering: adjust hot threshold automaticallyHuang Ying3-5/+64
2022-09-12memory tiering: rate limit NUMA migration throughputHuang Ying6-2/+59
2022-09-12memory tiering: hot page selection with hint page fault latencyHuang Ying8-5/+169
2022-09-12mm/util.c: add warning if __vm_enough_memory failsKefeng Wang1-0/+2
2022-09-12mm: add more BUILD_BUG_ONs to gfp_migratetype()Peter Collingbourne1-0/+3
2022-09-12mm/gup.c: simplify and fix check_and_migrate_movable_pages() return codesAlistair Popple1-28/+32
2022-09-12hugetlb_cgroup: use helper for_each_hstate and hstate_indexMiaohe Lin1-7/+4
2022-09-12hugetlb_cgroup: use helper macro NUMA_NO_NODEMiaohe Lin1-2/+2
2022-09-12hugetlb_cgroup: remove unneeded return valueMiaohe Lin1-11/+8
2022-09-12hugetlb_cgroup: hugetlbfs: use helper macro SZ_1{K,M,G}Miaohe Lin1-5/+5
2022-09-12hugetlb_cgroup: remove unneeded nr_pages > 0 checkMiaohe Lin1-1/+1
2022-09-12Kselftests: remove support of libhugetlbfs from kselftestsTarun Sahu3-86/+74
2022-09-12kfence: add sysfs interface to disable kfence for selected slabs.Imran Khan3-0/+39
2022-09-12mm: migration: fix the FOLL_GET failure on following huge pageHaiyue Wang1-2/+8
2022-09-12mm/vmscan: make the annotations of refaults code at the right placeYang Yang1-5/+5
2022-09-12mm/damon/core: simplify the parameter passing for region split operationKaixu Xia2-15/+12
2022-09-12tools/vm/page_owner_sort: fix -f optionYixuan Cao1-1/+6
2022-09-12mm/util: reduce stack usage of folio_mapcountKairui Song1-1/+1
2022-09-12mm/page_alloc: only search higher order when fallbackAbel Wu1-1/+1
2022-09-12page_alloc: remove inactive initializationLi kunyu1-1/+1
2022-09-12mm/hugetlb: add dedicated func to get 'allowed' nodemask for current processFeng Tang3-17/+22
2022-09-12mm/mempolicy: fix lock contention on mems_allowedAbel Wu1-1/+3
2022-09-12mm/cma_debug: show complete cma name in debugfs directoriesCharan Teja Kalla2-9/+6
2022-09-12mm/swap: remove the end_write_func argument to __swap_writepageChristoph Hellwig3-9/+6
2022-09-12zsmalloc: remove unnecessary size_class NULL checkAlexey Romanov1-7/+0
2022-09-12zsmalloc: zs_object_copy: add clarifying commentAlexey Romanov1-0/+7
2022-09-12mm/vmscan: define macros for refaults in struct lruvecYang Yang2-4/+6
2022-09-12selftests: vm: add /dev/userfaultfd test cases to run_vmtests.shAxel Rasmussen1-7/+10
2022-09-12userfaultfd: update documentation to describe /dev/userfaultfdAxel Rasmussen2-3/+41
2022-09-12userfaultfd: selftests: modify selftest to use /dev/userfaultfdAxel Rasmussen1-10/+66
2022-09-12userfaultfd: add /dev/userfaultfd for fine grained access controlAxel Rasmussen2-16/+59
2022-09-12selftests: vm: add hugetlb_shared userfaultfd test to run_vmtests.shAxel Rasmussen1-2/+4
2022-09-12mm/damon/dbgfs: use kmalloc for allocating only one elementKenneth Lee1-1/+1
2022-09-12mm/filemap.c: convert page_endio() to use a folioShaoqin Huang1-7/+9
2022-09-12mm: memory-failure: cleanup try_to_split_thp_page()Kefeng Wang1-11/+12
2022-09-12mm: align larger anonymous mappings on THP boundariesRik van Riel1-0/+3
2022-09-12mm/page_ext: remove unused variable in offline_page_extCharan Teja Kalla1-3/+3
2022-09-12selftests/vm: add selftest to verify multi THP collapseZach O'Keefe1-67/+73
2022-09-12selftests/vm: add selftest to verify recollapse of THPsZach O'Keefe1-0/+31