aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-16mm/memory-failure: disable unpoison once hw error happenszhenwei pi1-0/+1
2022-06-16mm: re-allow pinning of zero pfnsAlex Williamson1-1/+1
2022-05-27Merge tag 'mm-stable-2022-05-27' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+7
2022-05-27mm: fix is_pinnable_page against a cma pageMinchan Kim1-2/+7
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-12/+58
2022-05-19random: move randomize_page() into mm where it belongsJason A. Donenfeld1-0/+1
2022-05-13mm/hugetlb: only drop uffd-wp special pte if requiredPeter Xu1-2/+0
2022-05-13mm/shmem: persist uffd-wp bit across zapping for file-backedPeter Xu1-0/+10
2022-05-13mm/mprotect: use mmu_gatherNadav Amit1-2/+3
2022-05-09mm/gup: trigger FAULT_FLAG_UNSHARE when R/O-pinning a possibly shared anonymous pageDavid Hildenbrand1-0/+39
2022-05-09mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_anon_rmap()David Hildenbrand1-4/+1
2022-05-09mm/hugetlb: take src_mm->write_protect_seq in copy_hugetlb_page_range()David Hildenbrand1-0/+4
2022-04-28mm/sparse-vmemmap: improve memory savings for compound devmapsJoao Martins1-1/+1
2022-04-28mm/sparse-vmemmap: add a pgmap argument to section activationJoao Martins1-1/+2
2022-04-28mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*Muchun Song1-1/+1
2022-04-28mm: simplify follow_invalidate_pte()Muchun Song1-3/+0
2022-04-28Revert "mm/memory-failure.c: fix race with changing page compound again"Naoya Horiguchi1-1/+0
2022-04-21mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()Naoya Horiguchi1-0/+8
2022-03-24mm/huge_memory: remove stale page_trans_huge_mapcount()David Hildenbrand1-5/+0
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-3/+0
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-144/+152
2022-03-22userfaultfd: provide unmasked address on page-faultNadav Amit1-1/+2
2022-03-22mm: sparsemem: move vmemmap related to HugeTLB to CONFIG_HUGETLB_PAGE_FREE_VMEMMAPMuchun Song1-0/+2
2022-03-22mm/memory-failure.c: fix race with changing page compound againMiaohe Lin1-0/+1
2022-03-22arch/x86/mm/numa: Do not initialize nodes twiceOscar Salvador1-1/+0
2022-03-22mm/gup: remove unused get_user_pages_locked()John Hubbard1-2/+0
2022-03-22mm/gup: remove unused pin_user_pages_locked()John Hubbard1-2/+0
2022-03-21mm: Support arbitrary THP sizesMatthew Wilcox (Oracle)1-0/+31
2022-03-21mm: Turn page_anon_vma() into folio_anon_vma()Matthew Wilcox (Oracle)1-1/+0
2022-03-21mm: Add folio_mapcount()Matthew Wilcox (Oracle)1-1/+7
2022-03-21mm: Turn head_compound_mapcount() into folio_entire_mapcount()Matthew Wilcox (Oracle)1-6/+11
2022-03-21mm/truncate: Split invalidate_inode_page() into mapping_evict_folio()Matthew Wilcox (Oracle)1-1/+0
2022-03-21mm: Add lru_to_folio()Matthew Wilcox (Oracle)1-0/+4
2022-03-21mm: Add three folio wrappersMatthew Wilcox (Oracle)1-0/+10
2022-03-21mm/gup: Turn compound_range_next() into gup_folio_range_next()Matthew Wilcox (Oracle)1-2/+2
2022-03-21mm/hugetlb: Use try_grab_folio() instead of try_grab_compound_head()Matthew Wilcox (Oracle)1-3/+0
2022-03-21mm: Remove page_cache_add_speculative() and page_cache_get_speculative()Matthew Wilcox (Oracle)1-4/+3
2022-03-21mm: Turn page_maybe_dma_pinned() into folio_maybe_dma_pinned()Matthew Wilcox (Oracle)1-66/+63
2022-03-21mm: Add folio_pincount_ptr()Matthew Wilcox (Oracle)1-0/+5
2022-03-21mm: Make compound_pincount always availableMatthew Wilcox (Oracle)1-13/+8
2022-03-21mm/gup: Remove an assumption of a contiguous memmapMatthew Wilcox (Oracle)1-0/+2
2022-03-15fs: Turn do_invalidatepage() into folio_invalidate()Matthew Wilcox (Oracle)1-3/+0
2022-03-05mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan1-3/+4
2022-03-03mm: remove the extra ZONE_DEVICE struct page refcountChristoph Hellwig1-3/+3
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig1-20/+0
2022-03-03mm: simplify freeing of devmap managed pagesChristoph Hellwig1-24/+10
2022-03-03mm: move free_devmap_managed_page to memremap.cChristoph Hellwig1-1/+0
2022-03-03mm: remove the __KERNEL__ guard from <linux/mm.h>Christoph Hellwig1-4/+0
2022-02-17mm/munlock: delete FOLL_MLOCK and FOLL_POPULATEHugh Dickins1-2/+0
2022-01-30mm, kasan: use compare-exchange operation to set KASAN page tagPeter Collingbourne1-5/+12