summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2022-09-12mm: fix use-after free of page_ext after race with memory-offlineCharan Teja Kalla3-29/+157
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 Wang1-12/+1
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: rate limit NUMA migration throughputHuang Ying1-0/+1
2022-09-12memory tiering: hot page selection with hint page fault latencyHuang Ying4-5/+43
2022-09-12mm/util.c: add warning if __vm_enough_memory failsKefeng Wang1-0/+2
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: 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-12kfence: add sysfs interface to disable kfence for selected slabs.Imran Khan2-0/+33
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-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 Tang2-5/+21
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 Kalla1-4/+1
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 Yang1-4/+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-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'Keefe2-1/+123
2022-09-12mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds hugepageZach O'Keefe5-39/+66
2022-09-12mm/thp: add flag to enforce sysfs THP in hugepage_vma_check()Zach O'Keefe3-21/+22
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-29mm/mprotect: only reference swap pfn page if type matchPeter Xu1-1/+2
2022-08-29mm/damon/dbgfs: avoid duplicate context directory creationBadari Pulavarty1-0/+3