summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2022-09-11mm/util.c: add warning if __vm_enough_memory failsKefeng Wang
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: hugetlbfs: use helper macro SZ_1{K,M,G}Miaohe Lin
2022-09-11hugetlb_cgroup: remove unneeded nr_pages > 0 checkMiaohe Lin
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-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-11mm/damon/dbgfs: use kmalloc for allocating only one elementKenneth Lee
2022-09-11mm/filemap.c: convert page_endio() to use a folioShaoqin Huang
2022-09-11mm: memory-failure: cleanup try_to_split_thp_page()Kefeng Wang
2022-09-11mm: align larger anonymous mappings on THP boundariesRik van Riel
2022-09-11mm/page_ext: remove unused variable in offline_page_extCharan Teja Kalla
2022-09-11mm/madvise: add MADV_COLLAPSE to process_madvise()Zach O'Keefe
2022-09-11mm/khugepaged: rename prefix of shared collapse functionsZach O'Keefe
2022-09-11mm/madvise: introduce MADV_COLLAPSE sync hugepage collapseZach O'Keefe
2022-09-11mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds hugepageZach O'Keefe
2022-09-11mm/thp: add flag to enforce sysfs THP in hugepage_vma_check()Zach O'Keefe
2022-09-11mm/khugepaged: add flag to predicate khugepaged-only behaviorZach O'Keefe
2022-09-11mm/khugepaged: propagate enum scan_result codes back to callersZach O'Keefe
2022-09-11mm/khugepaged: dedup and simplify hugepage alloc and chargingZach O'Keefe
2022-09-11mm/khugepaged: add struct collapse_controlZach O'Keefe
2022-09-11mm: khugepaged: don't carry huge page to the next loop for !CONFIG_NUMAYang Shi
2022-08-28mm/mprotect: only reference swap pfn page if type matchPeter Xu
2022-08-28mm/damon/dbgfs: avoid duplicate context directory creationBadari Pulavarty
2022-08-28bootmem: remove the vmemmap pages from kmemleak in put_page_bootmemLiu Shixin
2022-08-28mm/zsmalloc: do not attempt to free IS_ERR handleSergey Senozhatsky
2022-08-28writeback: avoid use-after-free after removing deviceKhazhismel Kumykov
2022-08-28shmem: update folio if shmem_replace_page() updates the pageMatthew Wilcox (Oracle)
2022-08-28mm/hugetlb: avoid corrupting page->mapping in hugetlb_mcopy_atomic_pteMiaohe Lin
2022-08-20mm/shmem: shmem_replace_page() remember NR_SHMEMHugh Dickins
2022-08-20mm/shmem: tmpfs fallocate use file_modified()Hugh Dickins
2022-08-20mm/shmem: fix chattr fsflags support in tmpfsHugh Dickins
2022-08-20mm/hugetlb: support write-faults in shared mappingsDavid Hildenbrand
2022-08-20mm/hugetlb: fix hugetlb not supporting softdirty trackingDavid Hildenbrand
2022-08-20mm/uffd: reset write protection when unregister with wp-modePeter Xu
2022-08-20mm: add DEVICE_ZONE to FOR_ALL_ZONESHao Lee
2022-08-20mm/gup: fix FOLL_FORCE COW security issue and remove FOLL_COWDavid Hildenbrand