summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-12-01mm: mmu_gather: prepare to gather encoded page pointers with flagsLinus Torvalds2-5/+6
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
2022-12-01percpu_counter: add percpu_counter_sum_all interfaceShakeel Butt1-0/+6
2022-12-01mm: convert mm's rss stats into percpu_counterShakeel Butt6-44/+14
2022-12-01Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton7-16/+75
2022-12-01revert "kbuild: fix -Wimplicit-function-declaration in license_is_gpl_compati...Andrew Morton1-2/+0
2022-12-01mm/khugepaged: fix GUP-fast interaction by sending IPIJann Horn1-0/+4
2022-12-01mm: introduce arch_has_hw_nonleaf_pmd_young()Juergen Gross1-0/+11
2022-12-01mm: add dummy pmd_young() for architectures not having itJuergen Gross1-0/+7
2022-12-01hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processingMike Kravetz1-0/+2
2022-12-01madvise: use zap_page_range_single for madvise dontneedMike Kravetz1-8/+19
2022-12-01mm: replace VM_WARN_ON to pr_warn if the node is offline with __GFP_THISNODEYang Shi1-2/+16
2022-11-23mm: fix unexpected changes to {failslab|fail_page_alloc}.attrQi Zheng1-2/+5
2022-11-23kbuild: fix -Wimplicit-function-declaration in license_is_gpl_compatibleSam James1-0/+2
2022-11-23mm/khugepaged: refactor mm_khugepaged_scan_file tracepoint to remove filename...Gautam Menghani1-4/+4
2022-11-09swap: add a limit for readahead page-cluster valueKairui Song1-0/+1
2022-11-09mm/hwpoison: introduce per-memory_block hwpoison counterNaoya Horiguchi2-1/+22
2022-11-09mm/hwpoison: pass pfn to num_poisoned_pages_*()Naoya Horiguchi1-2/+2
2022-11-09mm/hwpoison: move definitions of num_poisoned_pages_* to memory-failure.cNaoya Horiguchi2-22/+7
2022-11-09mm,hwpoison,hugetlb,memory_hotplug: hotremove memory section with hwpoisoned ...Naoya Horiguchi2-6/+10
2022-11-09compiler-gcc: document minimum version for `__no_sanitize_coverage__`Miguel Ojeda1-0/+3
2022-11-09compiler-gcc: remove attribute support check for `__no_sanitize_undefined__`Miguel Ojeda1-4/+0
2022-11-09compiler-gcc: remove attribute support check for `__no_sanitize_thread__`Miguel Ojeda1-1/+1
2022-11-09compiler-gcc: remove attribute support check for `__no_sanitize_address__`Miguel Ojeda1-4/+0
2022-11-09compiler-gcc: be consistent with underscores use for `no_sanitize`Miguel Ojeda1-4/+4
2022-11-09mm: remove FGP_HEADMatthew Wilcox (Oracle)1-3/+2
2022-11-09mm: vmalloc: add free_vmap_area_noflush trace eventUladzislau Rezki (Sony)1-0/+34
2022-11-09mm: vmalloc: add purge_vmap_area_lazy trace eventUladzislau Rezki (Sony)1-0/+33
2022-11-09mm: vmalloc: add alloc_vmap_area trace eventUladzislau Rezki (Sony)1-0/+56