summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)AuthorFilesLines
2023-02-03mm: convert page_mapcount() to use folio_entire_mapcount()Matthew Wilcox (Oracle)1-9/+13
2023-02-03mm: convert total_compound_mapcount() to folio_total_mapcount()Matthew Wilcox (Oracle)1-3/+3
2023-02-03mm: convert head_subpages_mapcount() into folio_nr_pages_mapped()Matthew Wilcox (Oracle)1-20/+2
2023-02-03mm: remove folio_pincount_ptr() and head_compound_pincount()Matthew Wilcox (Oracle)1-12/+2
2023-01-19mm: introduce folio_is_pfmemallocSidhartha Kumar1-0/+15
2023-01-19mm/nommu: don't use VM_MAYSHARE for MAP_PRIVATE mappingsDavid Hildenbrand1-1/+6
2023-01-19mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map...David Hildenbrand1-0/+15
2023-01-19mm: remove zap_page_range and create zap_vma_pagesMike Kravetz1-2/+5
2023-01-19mm/mprotect: use long for page accountings and retvalPeter Xu1-1/+1
2023-01-19mm/mprotect: drop pgprot_t parameter from change_protection()David Hildenbrand1-2/+1
2023-01-19mm: move FOLL_* defs to mm_types.hDavid Howells1-75/+0
2023-01-19mm/memory: add vm_normal_folio()Vishal Moola (Oracle)1-0/+2
2023-01-19mm: move folio_set_compound_order() to mm/internal.hSidhartha Kumar1-16/+0
2023-01-12include/linux/mm: fix release_pages_arg kernel doc commentSeongJae Park1-3/+3
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-55/+221
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds1-1/+2
2022-12-12mm: add folio dtor and order setter functionsSidhartha Kumar1-0/+23
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-12mm/gup: remove FOLL_MIGRATIONDavid Hildenbrand1-1/+0
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/gup: reliable R/O long-term pinning in COW mappingsDavid Hildenbrand1-3/+24
2022-12-01mm: anonymous shared memory namingPasha Tatashin1-0/+2
2022-12-01mm: teach release_pages() to take an array of encoded page pointers tooLinus Torvalds1-2/+19
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 Dickins1-3/+16
2022-12-01mm,thp,rmap: subpages_mapcount of PTE-mapped subpagesHugh Dickins1-21/+31
2022-12-01mm,thp,rmap: simplify compound page mapcount handlingHugh Dickins1-23/+62
2022-12-01mm, hwpoison: when copy-on-write hits poison, take page offlineTony Luck1-1/+5
2022-12-01mm: convert mm's rss stats into percpu_counterShakeel Butt1-18/+8
2022-12-01Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton1-8/+21
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-11-09mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pagesLogan Gunthorpe1-0/+1
2022-11-09mm: allow multiple error returns in try_grab_page()Logan Gunthorpe1-1/+1
2022-11-09mm/gup: Add FOLL_INTERRUPTIBLEPeter Xu1-0/+1
2022-11-09swap: add a limit for readahead page-cluster valueKairui Song1-0/+1
2022-11-09mm/hwpoison: introduce per-memory_block hwpoison counterNaoya Horiguchi1-1/+19
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 Horiguchi1-0/+5
2022-11-09mm,hwpoison,hugetlb,memory_hotplug: hotremove memory section with hwpoisoned ...Naoya Horiguchi1-2/+4
2022-11-09mm: fix typo in struct vm_operations_struct commentsRolf Eike Beer1-1/+1
2022-10-04mm/page_alloc: add __init annotations to init_mem_debugging_and_hardening()Miaohe Lin1-1/+1
2022-10-04mm: reimplement folio_order() and folio_nr_pages()Matthew Wilcox (Oracle)1-2/+10
2022-09-27mm: reduce noise in show_mem for lowmem allocationsMichal Hocko1-2/+11
2022-09-27mm/gup: replace FOLL_NUMA by gup_can_follow_protnone()David Hildenbrand1-1/+15
2022-09-27mm: remove the vma linked listLiam R. Howlett1-2/+3