summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-30mm: delay page_remove_rmap() until after the TLB has been flushedLinus Torvalds
2022-11-30mm: mmu_gather: prepare to gather encoded page pointers with flagsLinus Torvalds
2022-11-30mm: teach release_pages() to take an array of encoded page pointers tooLinus Torvalds
2022-11-30mm: introduce 'encoded' page pointers with embedded extra bitsLinus Torvalds
2022-11-30selftests/vm: anon_cow: add mprotect() optimization testsDavid Hildenbrand
2022-11-30mm: remove unused savedwrite infrastructureDavid Hildenbrand
2022-11-30mm/autonuma: use can_change_(pte|pmd)_writable() to replace savedwriteDavid Hildenbrand
2022-11-30mm/mprotect: factor out check whether manual PTE write upgrades are requiredDavid Hildenbrand
2022-11-30mm/huge_memory: try avoiding write faults when changing PMD protectionDavid Hildenbrand
2022-11-30mm/mprotect: minor can_change_pte_writable() cleanupsDavid Hildenbrand
2022-11-30mm/mprotect: allow clean exclusive anon pages to be writableNadav Amit
2022-11-30tools/vm/page_owner: ignore page_owner_sort binaryRong Tao
2022-11-30mm,thp,rmap: clean up the end of __split_huge_pmd_locked()Hugh Dickins
2022-11-30mm,thp,rmap: subpages_mapcount COMPOUND_MAPPED if PMD-mappedHugh Dickins
2022-11-30mm,thp,rmap: subpages_mapcount of PTE-mapped subpagesHugh Dickins
2022-11-30mm/hugetlb_vmemmap: remap head page to newly allocated pageJoao Martins
2022-11-30selftests/damon: test non-context inputs to rm_contexts fileSeongJae Park
2022-11-30mm,thp,rmap: handle the normal !PageCompound case firstHugh Dickins
2022-11-30mm,thp,rmap: lock_compound_mapcounts() on THP mapcountsHugh Dickins
2022-11-30mm,thp,rmap: simplify compound page mapcount handlingHugh Dickins
2022-11-30mm,hugetlb: use folio fields in second tail pageHugh Dickins
2022-11-30selftests/vm: update hugetlb madviseMike Kravetz
2022-11-30zsmalloc: replace IS_ERR() with IS_ERR_VALUE()Deming Wang
2022-11-30mm: use pte markers for swap errorsPeter Xu
2022-11-30mm: always compile in pte markersPeter Xu
2022-11-30mm: use kstrtobool() instead of strtobool()Christophe JAILLET
2022-11-30mm/damon: use kstrtobool() instead of strtobool()Christophe JAILLET
2022-11-30Docs/ABI/damon: document 'schemes/<s>/tried_regions' sysfs directorySeongJae Park
2022-11-30Docs/admin-guide/mm/damon/usage: document schemes/<s>/tried_regions sysfs dir...SeongJae Park
2022-11-30tools/selftets/damon/sysfs: test tried_regions directory existenceSeongJae Park
2022-11-30mm/damon/sysfs-schemes: implement DAMOS-tried regions clear commandSeongJae Park
2022-11-30mm/damon/sysfs: implement DAMOS tried regions update commandSeongJae Park
2022-11-30mm/damon/sysfs-schemes: implement scheme region directorySeongJae Park
2022-11-30mm/damon/sysfs-schemes: implement schemes/tried_regions directorySeongJae Park
2022-11-30mm/damon/core: add a callback for scheme target regions checkSeongJae Park
2022-11-30mm/hugetlb: convert move_hugetlb_state() to foliosSidhartha Kumar
2022-11-30mm/hugeltb_cgroup: convert hugetlb_cgroup_commit_charge*() to foliosSidhartha Kumar
2022-11-30mm/hugetlb_cgroup: convert hugetlb_cgroup_uncharge_page() to foliosSidhartha Kumar
2022-11-30mm/hugetlb: convert free_huge_page to foliosSidhartha Kumar
2022-11-30mm/hugetlb: convert isolate_or_dissolve_huge_page to foliosSidhartha Kumar
2022-11-30mm/hugetlb_cgroup: convert hugetlb_cgroup_migrate to foliosSidhartha Kumar
2022-11-30mm/hugetlb_cgroup: convert set_hugetlb_cgroup*() to foliosSidhartha Kumar
2022-11-30mm/hugetlb_cgroup: convert hugetlb_cgroup_from_page() to foliosSidhartha Kumar
2022-11-30mm/hugetlb_cgroup: convert __set_hugetlb_cgroup() to foliosSidhartha Kumar
2022-11-30mempool: do not use ksize() for poisoningKees Cook
2022-11-30maple_tree: mte_set_full() and mte_clear_full() clang-analyzer clean upLiam Howlett
2022-11-30mm: vmscan: split khugepaged stats from direct reclaim statsJohannes Weiner
2022-11-30Docs/admin-guide/mm/damon/usage: fix wrong usage example of init_regions fileSeongJae Park
2022-11-30Docs/admin-guide/mm/damon/usage: describe the rules of sysfs region directoriesSeongJae Park
2022-11-30mm: hugetlb_vmemmap: remove redundant list_del()Muchun Song