aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2022-11-30mm,thp,rmap: subpages_mapcount COMPOUND_MAPPED if PMD-mappedHugh Dickins2-97/+26
2022-11-30mm,thp,rmap: subpages_mapcount of PTE-mapped subpagesHugh Dickins2-93/+69
2022-11-30mm/hugetlb_vmemmap: remap head page to newly allocated pageJoao Martins1-7/+34
2022-11-30mm,thp,rmap: handle the normal !PageCompound case firstHugh Dickins1-27/+27
2022-11-30mm,thp,rmap: lock_compound_mapcounts() on THP mapcountsHugh Dickins2-147/+189
2022-11-30mm,thp,rmap: simplify compound page mapcount handlingHugh Dickins8-196/+112
2022-11-30mm,hugetlb: use folio fields in second tail pageHugh Dickins2-4/+3
2022-11-30zsmalloc: replace IS_ERR() with IS_ERR_VALUE()Deming Wang1-1/+1
2022-11-30mm: use pte markers for swap errorsPeter Xu3-4/+6
2022-11-30mm: always compile in pte markersPeter Xu2-11/+3
2022-11-30mm: use kstrtobool() instead of strtobool()Christophe JAILLET2-2/+4
2022-11-30mm/damon: use kstrtobool() instead of strtobool()Christophe JAILLET2-2/+4
2022-11-30mm/damon/sysfs-schemes: implement DAMOS-tried regions clear commandSeongJae Park3-1/+37
2022-11-30mm/damon/sysfs: implement DAMOS tried regions update commandSeongJae Park3-2/+141
2022-11-30mm/damon/sysfs-schemes: implement scheme region directorySeongJae Park1-1/+122
2022-11-30mm/damon/sysfs-schemes: implement schemes/tried_regions directorySeongJae Park1-0/+57
2022-11-30mm/damon/core: add a callback for scheme target regions checkSeongJae Park1-1/+5
2022-11-30mm/hugetlb: convert move_hugetlb_state() to foliosSidhartha Kumar2-12/+14
2022-11-30mm/hugeltb_cgroup: convert hugetlb_cgroup_commit_charge*() to foliosSidhartha Kumar1-6/+10
2022-11-30mm/hugetlb_cgroup: convert hugetlb_cgroup_uncharge_page() to foliosSidhartha Kumar2-17/+19
2022-11-30mm/hugetlb: convert free_huge_page to foliosSidhartha Kumar1-13/+14
2022-11-30mm/hugetlb: convert isolate_or_dissolve_huge_page to foliosSidhartha Kumar1-7/+6
2022-11-30mm/hugetlb_cgroup: convert hugetlb_cgroup_migrate to foliosSidhartha Kumar2-6/+4
2022-11-30mm/hugetlb_cgroup: convert set_hugetlb_cgroup*() to foliosSidhartha Kumar2-19/+25
2022-11-30mm/hugetlb_cgroup: convert hugetlb_cgroup_from_page() to foliosSidhartha Kumar2-7/+11
2022-11-30mm/hugetlb_cgroup: convert __set_hugetlb_cgroup() to foliosSidhartha Kumar1-2/+2
2022-11-30mempool: do not use ksize() for poisoningKees Cook1-6/+12
2022-11-30mm: vmscan: split khugepaged stats from direct reclaim statsJohannes Weiner4-10/+38
2022-11-30mm: hugetlb_vmemmap: remove redundant list_del()Muchun Song1-3/+1
2022-11-30mm, hwpoison: when copy-on-write hits poison, take page offlineTony Luck1-1/+3
2022-11-30mm, hwpoison: try to recover from copy-on write faultsTony Luck1-10/+20
2022-11-30mm: convert mm's rss stats into percpu_counterShakeel Butt1-62/+11
2022-11-30mm/damon/lru_sort: enable and disable synchronouslySeongJae Park1-29/+22
2022-11-30mm/damon/reclaim: enable and disable synchronouslySeongJae Park1-30/+23
2022-11-30mm/damon/{reclaim,lru_sort}: remove unnecessarily included headersSeongJae Park2-4/+0
2022-11-30mm/damon/modules: deduplicate init steps for DAMON context setupSeongJae Park5-30/+53
2022-11-30mm/damon/sysfs: split out schemes directory implementation to separate fileSeongJae Park4-1065/+1091
2022-11-30mm/damon/sysfs: split out kdamond-independent schemes stats update logic into...SeongJae Park1-15/+22
2022-11-30mm/damon/sysfs: move unsigned long range directory to common moduleSeongJae Park3-100/+109
2022-11-30mm/damon/sysfs: move sysfs_lock to common moduleSeongJae Park4-4/+24
2022-11-30mm/damon/sysfs: remove parameters of damon_sysfs_region_alloc()SeongJae Park1-11/+3
2022-11-30mm/damon/sysfs: use damon_addr_range for region's start and end valuesSeongJae Park1-14/+11
2022-11-30mm/damon/core: split out scheme quota adjustment logic into a new functionSeongJae Park1-43/+48
2022-11-30mm/damon/core: split out scheme stat update logic into a new functionSeongJae Park1-5/+11
2022-11-30mm/damon/core: split damos application logic into a new functionSeongJae Park1-34/+39
2022-11-30mm/damon/core: split out DAMOS-charged region skip logic into a new functionSeongJae Park1-31/+65
2022-11-30Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton23-115/+295
2022-11-30mm/khugepaged: invoke MMU notifiers in shmem/file collapse pathsJann Horn1-0/+5
2022-11-30mm/khugepaged: fix GUP-fast interaction by sending IPIJann Horn2-3/+3
2022-11-30mm/khugepaged: take the right locks for page table retractionJann Horn1-4/+51