summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-12-12filemap: convert replace_page_cache_page() to replace_page_cache_folio()Vishal Moola (Oracle)1-1/+1
2022-12-12mm/sparse-vmemmap: generalise vmemmap_populate_hugepages()Feiyang Chen1-0/+6
2022-12-12LoongArch: add sparse memory vmemmap supportFeiyang Chen1-0/+2
2022-12-12include/linux/pgtable.h: : remove redundant pte variablezhang songyi1-3/+1
2022-12-12mm/gup: remove FOLL_MIGRATIONDavid Hildenbrand1-1/+0
2022-12-12mm/pagewalk: add walk_page_range_vma()David Hildenbrand1-0/+3
2022-12-12mm: remove VM_FAULT_WRITEDavid Hildenbrand1-3/+0
2022-12-12mm/pagewalk: don't trigger test_walk() in walk_page_vma()David Hildenbrand1-0/+2
2022-12-10Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2-3/+6
2022-12-10memcg: fix possible use-after-free in memcg_write_event_control()Tejun Heo1-0/+1
2022-12-10mm/swap: fix SWP_PFN_BITS with CONFIG_PHYS_ADDR_T_64BIT on 32bitDavid Hildenbrand1-3/+5
2022-12-01s390/mm: use pmd_pgtable_page() helper in __gmap_segment_gaddr()Anshuman Khandual1-1/+1
2022-12-01mm/thp: rename pmd_to_page() as pmd_pgtable_page()Anshuman Khandual1-3/+3
2022-12-01mm: add bdi_set_min_ratio_no_scale() functionStefan Roesch1-0/+1
2022-12-01mm: add bdi_set_max_ratio_no_scale() functionStefan Roesch1-0/+1
2022-12-01mm: add bdi_set_min_bytes() functionStefan Roesch1-0/+1
2022-12-01mm: add bdi_get_min_bytes() functionStefan Roesch1-0/+1
2022-12-01mm: add bdi_set_max_bytes() functionStefan Roesch1-0/+1
2022-12-01mm: add bdi_get_max_bytes() functionStefan Roesch1-0/+1
2022-12-01mm: use part per 1000000 for bdi ratiosStefan Roesch1-0/+3
2022-12-01mm: add bdi_set_strict_limit() functionStefan Roesch1-0/+1
2022-12-01folio-compat: remove try_to_release_page()Vishal Moola (Oracle)1-1/+0
2022-12-01mm/gup: reliable R/O long-term pinning in COW mappingsDavid Hildenbrand1-3/+24
2022-12-01mm: extend FAULT_FLAG_UNSHARE support to anything in a COW mappingDavid Hildenbrand1-4/+4
2022-12-01mm: anonymous shared memory namingPasha Tatashin2-14/+14
2022-12-01mm: shrinkers: add missing includes for undeclared typesT.J. Mercier1-0/+3
2022-12-01zram: add size class equals check into recompressionAlexey Romanov1-0/+2
2022-12-01mm: mmu_gather: prepare to gather encoded page pointers with flagsLinus Torvalds1-1/+1
2022-12-01mm: teach release_pages() to take an array of encoded page pointers tooLinus Torvalds1-2/+19
2022-12-01mm: introduce 'encoded' page pointers with embedded extra bitsLinus Torvalds1-1/+33
2022-12-01mm: remove unused savedwrite infrastructureDavid Hildenbrand1-24/+0
2022-12-01mm/autonuma: use can_change_(pte|pmd)_writable() to replace savedwriteDavid Hildenbrand1-0/+2
2022-12-01mm/mprotect: factor out check whether manual PTE write upgrades are requiredDavid Hildenbrand1-2/+14
2022-12-01mm,thp,rmap: subpages_mapcount COMPOUND_MAPPED if PMD-mappedHugh Dickins2-10/+22
2022-12-01mm,thp,rmap: subpages_mapcount of PTE-mapped subpagesHugh Dickins2-25/+36
2022-12-01mm,thp,rmap: lock_compound_mapcounts() on THP mapcountsHugh Dickins1-8/+6
2022-12-01mm,thp,rmap: simplify compound page mapcount handlingHugh Dickins4-47/+82
2022-12-01mm,hugetlb: use folio fields in second tail pageHugh Dickins3-64/+64
2022-12-01mm: use pte markers for swap errorsPeter Xu2-17/+15
2022-12-01mm: always compile in pte markersPeter Xu2-38/+3
2022-12-01mm/damon/core: add a callback for scheme target regions checkSeongJae Park1-0/+5
2022-12-01mm/hugetlb: convert move_hugetlb_state() to foliosSidhartha Kumar1-3/+8
2022-12-01mm/hugetlb_cgroup: convert hugetlb_cgroup_uncharge_page() to foliosSidhartha Kumar1-8/+8
2022-12-01mm/hugetlb_cgroup: convert hugetlb_cgroup_migrate to foliosSidhartha Kumar1-4/+4
2022-12-01mm/hugetlb_cgroup: convert set_hugetlb_cgroup*() to foliosSidhartha Kumar1-6/+6
2022-12-01mm/hugetlb_cgroup: convert hugetlb_cgroup_from_page() to foliosSidhartha Kumar1-19/+20
2022-12-01mm/hugetlb_cgroup: convert __set_hugetlb_cgroup() to foliosSidhartha Kumar1-7/+7
2022-12-01mm: vmscan: split khugepaged stats from direct reclaim statsJohannes Weiner2-0/+9
2022-12-01mm, hwpoison: when copy-on-write hits poison, take page offlineTony Luck1-1/+5
2022-12-01mm, hwpoison: try to recover from copy-on write faultsTony Luck1-0/+26