summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)Author
2023-01-18mm/mprotect: use long for page accountings and retvalPeter Xu
2023-01-18mm/mprotect: drop pgprot_t parameter from change_protection()David Hildenbrand
2023-01-18mm: move FOLL_* defs to mm_types.hDavid Howells
2023-01-18mm/memory: add vm_normal_folio()Vishal Moola (Oracle)
2023-01-18mm: move folio_set_compound_order() to mm/internal.hSidhartha Kumar
2023-01-11include/linux/mm: fix release_pages_arg kernel doc commentSeongJae Park
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds
2022-12-11mm: add folio dtor and order setter functionsSidhartha Kumar
2022-12-11mm/sparse-vmemmap: generalise vmemmap_populate_hugepages()Feiyang Chen
2022-12-11LoongArch: add sparse memory vmemmap supportFeiyang Chen
2022-12-11mm/gup: remove FOLL_MIGRATIONDavid Hildenbrand
2022-11-30s390/mm: use pmd_pgtable_page() helper in __gmap_segment_gaddr()Anshuman Khandual
2022-11-30mm/thp: rename pmd_to_page() as pmd_pgtable_page()Anshuman Khandual
2022-11-30mm/gup: reliable R/O long-term pinning in COW mappingsDavid Hildenbrand
2022-11-30mm: anonymous shared memory namingPasha Tatashin
2022-11-30mm: teach release_pages() to take an array of encoded page pointers tooLinus Torvalds
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,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,thp,rmap: simplify compound page mapcount handlingHugh Dickins
2022-11-30mm, hwpoison: when copy-on-write hits poison, take page offlineTony Luck
2022-11-30mm: convert mm's rss stats into percpu_counterShakeel Butt
2022-11-30Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton
2022-11-30hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processingMike Kravetz
2022-11-30madvise: use zap_page_range_single for madvise dontneedMike Kravetz
2022-11-09mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pagesLogan Gunthorpe
2022-11-09mm: allow multiple error returns in try_grab_page()Logan Gunthorpe
2022-11-09mm/gup: Add FOLL_INTERRUPTIBLEPeter Xu
2022-11-08swap: add a limit for readahead page-cluster valueKairui Song
2022-11-08mm/hwpoison: introduce per-memory_block hwpoison counterNaoya Horiguchi
2022-11-08mm/hwpoison: pass pfn to num_poisoned_pages_*()Naoya Horiguchi
2022-11-08mm/hwpoison: move definitions of num_poisoned_pages_* to memory-failure.cNaoya Horiguchi
2022-11-08mm,hwpoison,hugetlb,memory_hotplug: hotremove memory section with hwpoisoned ...Naoya Horiguchi
2022-11-08mm: fix typo in struct vm_operations_struct commentsRolf Eike Beer
2022-10-03mm/page_alloc: add __init annotations to init_mem_debugging_and_hardening()Miaohe Lin
2022-10-03mm: reimplement folio_order() and folio_nr_pages()Matthew Wilcox (Oracle)
2022-09-26mm: reduce noise in show_mem for lowmem allocationsMichal Hocko
2022-09-26mm/gup: replace FOLL_NUMA by gup_can_follow_protnone()David Hildenbrand
2022-09-26mm: remove the vma linked listLiam R. Howlett
2022-09-26mm/mmap: reorganize munmap to use maple statesLiam R. Howlett
2022-09-26mm: convert vma_lookup() to use mtree_load()Liam R. Howlett
2022-09-26mm: use maple tree operations for find_vma_intersection()Liam R. Howlett
2022-09-26mm: optimize find_exact_vma() to use vma_lookup()Liam R. Howlett
2022-09-26mm: remove rb tree.Liam R. Howlett
2022-09-26kernel/fork: use maple tree for dup_mmap() during forkingLiam R. Howlett
2022-09-26mm: add VMA iteratorMatthew Wilcox (Oracle)
2022-09-26mm: start tracking VMAs with maple treeLiam R. Howlett