summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-01mm: remove unused savedwrite infrastructureDavid Hildenbrand4-133/+5
2022-12-01mm/autonuma: use can_change_(pte|pmd)_writable() to replace savedwriteDavid Hildenbrand5-24/+36
2022-12-01mm/mprotect: factor out check whether manual PTE write upgrades are requiredDavid Hildenbrand2-15/+18
2022-12-01mm/huge_memory: try avoiding write faults when changing PMD protectionDavid Hildenbrand1-2/+36
2022-12-01mm/mprotect: minor can_change_pte_writable() cleanupsDavid Hildenbrand1-5/+14
2022-12-01mm/mprotect: allow clean exclusive anon pages to be writableNadav Amit1-4/+3
2022-12-01tools/vm/page_owner: ignore page_owner_sort binaryRong Tao1-0/+1
2022-12-01mm,thp,rmap: clean up the end of __split_huge_pmd_locked()Hugh Dickins1-10/+5
2022-12-01mm,thp,rmap: subpages_mapcount COMPOUND_MAPPED if PMD-mappedHugh Dickins5-111/+51
2022-12-01mm,thp,rmap: subpages_mapcount of PTE-mapped subpagesHugh Dickins5-119/+107
2022-12-01mm/hugetlb_vmemmap: remap head page to newly allocated pageJoao Martins1-7/+34
2022-12-01selftests/damon: test non-context inputs to rm_contexts fileSeongJae Park2-0/+20
2022-12-01mm,thp,rmap: handle the normal !PageCompound case firstHugh Dickins1-27/+27
2022-12-01mm,thp,rmap: lock_compound_mapcounts() on THP mapcountsHugh Dickins4-162/+204
2022-12-01mm,thp,rmap: simplify compound page mapcount handlingHugh Dickins13-261/+194
2022-12-01mm,hugetlb: use folio fields in second tail pageHugh Dickins5-68/+67
2022-12-01selftests/vm: update hugetlb madviseMike Kravetz1-3/+4
2022-12-01zsmalloc: replace IS_ERR() with IS_ERR_VALUE()Deming Wang1-1/+1
2022-12-01mm: use pte markers for swap errorsPeter Xu5-21/+21
2022-12-01mm: always compile in pte markersPeter Xu4-49/+6
2022-12-01mm: use kstrtobool() instead of strtobool()Christophe JAILLET2-2/+4
2022-12-01mm/damon: use kstrtobool() instead of strtobool()Christophe JAILLET2-2/+4
2022-12-01Docs/ABI/damon: document 'schemes/<s>/tried_regions' sysfs directorySeongJae Park1-0/+32
2022-12-01Docs/admin-guide/mm/damon/usage: document schemes/<s>/tried_regions sysfs dir...SeongJae Park1-3/+42
2022-12-01tools/selftets/damon/sysfs: test tried_regions directory existenceSeongJae Park1-0/+7
2022-12-01mm/damon/sysfs-schemes: implement DAMOS-tried regions clear commandSeongJae Park3-1/+37
2022-12-01mm/damon/sysfs: implement DAMOS tried regions update commandSeongJae Park3-2/+141
2022-12-01mm/damon/sysfs-schemes: implement scheme region directorySeongJae Park1-1/+122
2022-12-01mm/damon/sysfs-schemes: implement schemes/tried_regions directorySeongJae Park1-0/+57
2022-12-01mm/damon/core: add a callback for scheme target regions checkSeongJae Park2-1/+10
2022-12-01mm/hugetlb: convert move_hugetlb_state() to foliosSidhartha Kumar3-15/+22
2022-12-01mm/hugeltb_cgroup: convert hugetlb_cgroup_commit_charge*() to foliosSidhartha Kumar1-6/+10
2022-12-01mm/hugetlb_cgroup: convert hugetlb_cgroup_uncharge_page() to foliosSidhartha Kumar3-25/+27
2022-12-01mm/hugetlb: convert free_huge_page to foliosSidhartha Kumar1-13/+14
2022-12-01mm/hugetlb: convert isolate_or_dissolve_huge_page to foliosSidhartha Kumar1-7/+6
2022-12-01mm/hugetlb_cgroup: convert hugetlb_cgroup_migrate to foliosSidhartha Kumar3-10/+8
2022-12-01mm/hugetlb_cgroup: convert set_hugetlb_cgroup*() to foliosSidhartha Kumar3-25/+31
2022-12-01mm/hugetlb_cgroup: convert hugetlb_cgroup_from_page() to foliosSidhartha Kumar3-26/+31
2022-12-01mm/hugetlb_cgroup: convert __set_hugetlb_cgroup() to foliosSidhartha Kumar2-9/+9
2022-12-01mempool: do not use ksize() for poisoningKees Cook1-6/+12
2022-12-01maple_tree: mte_set_full() and mte_clear_full() clang-analyzer clean upLiam Howlett1-4/+9
2022-12-01mm: vmscan: split khugepaged stats from direct reclaim statsJohannes Weiner7-10/+53
2022-12-01Docs/admin-guide/mm/damon/usage: fix wrong usage example of init_regions fileSeongJae Park1-5/+6
2022-12-01Docs/admin-guide/mm/damon/usage: describe the rules of sysfs region directoriesSeongJae Park1-0/+3
2022-12-01mm: hugetlb_vmemmap: remove redundant list_del()Muchun Song1-3/+1
2022-12-01mm, hwpoison: when copy-on-write hits poison, take page offlineTony Luck2-2/+8
2022-12-01mm, hwpoison: try to recover from copy-on write faultsTony Luck2-10/+46
2022-12-01percpu_counter: add percpu_counter_sum_all interfaceShakeel Butt3-6/+34
2022-12-01mm: convert mm's rss stats into percpu_counterShakeel Butt8-107/+40
2022-12-01selftests/damon: add tests for DAMON_LRU_SORT's enabled parameterSeongJae Park2-1/+42