summaryrefslogtreecommitdiffstats
path: root/mm/util.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2022-09-12selftests/vm: add MADV_COLLAPSE collapse context to selftestsZach O'Keefe1-46/+125
2022-09-12selftests/vm: dedup hugepage allocation logicZach O'Keefe1-39/+23
2022-09-12selftests/vm: modularize collapse selftestsZach O'Keefe1-141/+110
2022-09-12mm/madvise: add MADV_COLLAPSE to process_madvise()Zach O'Keefe1-2/+2
2022-09-12mm/khugepaged: rename prefix of shared collapse functionsZach O'Keefe1-33/+35
2022-09-12mm/madvise: introduce MADV_COLLAPSE sync hugepage collapseZach O'Keefe9-3/+147
2022-09-12mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds hugepageZach O'Keefe6-39/+67
2022-09-12mm/thp: add flag to enforce sysfs THP in hugepage_vma_check()Zach O'Keefe5-27/+27
2022-09-12mm/khugepaged: add flag to predicate khugepaged-only behaviorZach O'Keefe1-25/+58
2022-09-12mm/khugepaged: propagate enum scan_result codes back to callersZach O'Keefe1-116/+117
2022-09-12mm/khugepaged: dedup and simplify hugepage alloc and chargingZach O'Keefe1-43/+35
2022-09-12mm/khugepaged: add struct collapse_controlZach O'Keefe1-37/+50
2022-09-12mm: khugepaged: don't carry huge page to the next loop for !CONFIG_NUMAYang Shi1-94/+26
2022-08-29Linux 6.0-rc3v6.0-rc3Linus Torvalds1-1/+1