aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2022-11-30mm: add early FAULT_FLAG_UNSHARE consistency checksDavid Hildenbrand3-11/+20
2022-11-30mm: Kconfig: make config SECRETMEM visible with EXPERTLukas Bulwahn1-1/+7
2022-11-30mm/gup: remove the restriction on locked with FOLL_LONGTERMJason Gunthorpe1-82/+27
2022-11-30mm: make drop_caches keep reclaiming on all nodesJan Kara1-15/+18
2022-11-30mm: anonymous shared memory namingPasha Tatashin2-9/+27
2022-11-30hugetlb: remove duplicate mmu notificationsMike Kravetz1-9/+9
2022-11-30mm/kmemleak.c: fix a commentYixuan Cao1-1/+1
2022-11-30mm/demotion: fix NULL vs IS_ERR checking in memory_tier_initMiaoqian Lin1-1/+1
2022-11-30migrate: convert migrate_pages() to use foliosHuang Ying1-98/+112
2022-11-30migrate: convert unmap_and_move() to use foliosHuang Ying1-27/+27
2022-11-30Revert "mm: migration: fix the FOLL_GET failure on following huge page"Baolin Wang1-8/+2
2022-11-30mm/kfence: remove hung_task cruftPavankumar Kondeti1-11/+1
2022-11-30zram: add size class equals check into recompressionAlexey Romanov1-0/+21
2022-11-30mm: mmu_gather: do not expose delayed_rmap flagAlexander Gordeev2-2/+4
2022-11-30mm: delay page_remove_rmap() until after the TLB has been flushedLinus Torvalds2-6/+50
2022-11-30mm: mmu_gather: prepare to gather encoded page pointers with flagsLinus Torvalds2-11/+8
2022-11-30mm: teach release_pages() to take an array of encoded page pointers tooLinus Torvalds1-4/+12
2022-11-30mm: remove unused savedwrite infrastructureDavid Hildenbrand1-32/+0
2022-11-30mm/autonuma: use can_change_(pte|pmd)_writable() to replace savedwriteDavid Hildenbrand4-24/+34
2022-11-30mm/mprotect: factor out check whether manual PTE write upgrades are requiredDavid Hildenbrand1-13/+4
2022-11-30mm/huge_memory: try avoiding write faults when changing PMD protectionDavid Hildenbrand1-2/+36
2022-11-30mm/mprotect: minor can_change_pte_writable() cleanupsDavid Hildenbrand1-5/+14
2022-11-30mm/mprotect: allow clean exclusive anon pages to be writableNadav Amit1-4/+3
2022-11-30mm,thp,rmap: clean up the end of __split_huge_pmd_locked()Hugh Dickins1-10/+5
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