aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-07Revert "mm/gup: remove try_get_page(), call try_get_compound_head() directly"Linus Torvalds1-1/+9
2021-09-04Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds1-2/+2
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-13/+4
2021-09-03mm: hwpoison: don't drop slab caches for offlining non-LRU pageYang Shi1-1/+1
2021-09-03mm: delete unused get_kernel_page()John Hubbard1-1/+0
2021-09-03mm/gup: remove try_get_page(), call try_get_compound_head() directlyJohn Hubbard1-9/+1
2021-09-03mm/gup: small refactoring: simplify try_grab_page()John Hubbard1-2/+2
2021-09-03mm: remove VM_DENYWRITEDavid Hildenbrand1-1/+0
2021-09-03kernel/fork: always deny write access to current MM exe_fileDavid Hildenbrand1-1/+1
2021-09-03kernel/fork: factor out replacing the current MM exe_fileDavid Hildenbrand1-0/+1
2021-08-09mm: Add kvrealloc()Dave Chinner1-0/+2
2021-07-12mm: Make copy_huge_page() always availableMatthew Wilcox (Oracle)1-0/+1
2021-07-08mm: add setup_initial_init_mm() helperKefeng Wang1-0/+3
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+12
2021-07-01mm: fix typos and grammar error in commentsHyeonggon Yoo1-1/+1
2021-06-30mm: memory: add orig_pmd to struct vm_faultYang Shi1-1/+6
2021-06-30mm: sparsemem: split the huge PMD mapping of vmemmap pagesMuchun Song1-2/+2
2021-06-30mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB pageMuchun Song1-0/+2
2021-06-30mm: hugetlb: free the vmemmap pages associated with each HugeTLB pageMuchun Song1-0/+3
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-5/+6
2021-06-30Merge tag 'clang-features-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-10/+0
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-13/+40
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport1-2/+2
2021-06-29mm: optimise nth_page for contiguous memmapMatthew Wilcox (Oracle)1-0/+4
2021-06-29mm: report which part of mem is being freed on initmem caseJungseung Lee1-1/+1
2021-06-29mm: add vma_lookup(), update find_vma_intersection() commentsLiam Howlett1-4/+32
2021-06-29mm: gup: pack has_pinned in MMF_HAS_PINNEDAndrea Arcangeli1-1/+1
2021-06-29mm: move page dirtying prototypes from mm.hMatthew Wilcox (Oracle)1-3/+0
2021-06-29mm/writeback: move __set_page_dirty() to core mmMatthew Wilcox (Oracle)1-1/+0
2021-06-29mm/page_alloc: fix memory map initialization for descending nodesMike Rapoport1-1/+0
2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2021-06-16mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page()Hugh Dickins1-0/+3
2021-06-14CFI: Move function_nocfi() into compiler.hMark Rutland1-10/+0
2021-06-07mm: add a signature in struct pageMatteo Croce1-5/+6
2021-05-14mm/hugetlb: fix F_SEAL_FUTURE_WRITEPeter Xu1-0/+32
2021-05-07mm: fix typos in commentsIngo Molnar1-1/+1
2021-05-05mm/gup: do not migrate zero pagePavel Tatashin1-1/+2
2021-05-05mm: honor PF_MEMALLOC_PIN for all movable pagesPavel Tatashin1-0/+18
2021-05-05userfaultfd: add minor fault registration modeAxel Rasmussen1-0/+7
2021-04-30Reimplement RLIMIT_MEMLOCK on top of ucountsAlexey Gladkov1-2/+2
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang1-1/+1
2021-04-30mm/doc: turn fault flags into an enumMatthew Wilcox (Oracle)1-14/+15
2021-04-30mm/doc: fix page_maybe_dma_pinned kerneldocMatthew Wilcox (Oracle)1-5/+5
2021-04-30mm/doc: fix fault_flag_allow_retry_first kerneldocMatthew Wilcox (Oracle)1-0/+1
2021-04-30Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio"Brian Geffon1-1/+1
2021-04-30mm: add remap_pfn_range_notrackChristoph Hellwig1-0/+2
2021-04-30mm: gup: remove FOLL_SPLITYang Shi1-1/+0
2021-04-30mm/gup: add a range variant of unpin_user_pages_dirty_lock()Joao Martins1-0/+2
2021-04-30mm: move page_mapping_file to pagemap.hMatthew Wilcox (Oracle)1-1/+0