summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)Author
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu
2021-11-06memblock: allow to specify flags with memblock_add_node()David Hildenbrand
2021-11-06mm: khugepaged: recalculate min_free_kbytes after stopping khugepagedLiangcai Fan
2021-11-06mm: add zap_skip_check_mapping() helperPeter Xu
2021-11-06mm: drop first_index/last_index in zap_detailsPeter Xu
2021-11-06mm: move kvmalloc-related functions to slab.hMatthew Wilcox (Oracle)
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-10-24gup: Introduce FOLL_NOFAULT flag to disable page faultsAndreas Gruenbacher
2021-10-18mm/writeback: Add folio_write_oneMatthew Wilcox (Oracle)
2021-10-18mm/filemap: Add filemap_add_folio()Matthew Wilcox (Oracle)
2021-10-18mm/writeback: Add folio_redirty_for_writepage()Matthew Wilcox (Oracle)
2021-10-18mm/writeback: Add folio_clear_dirty_for_io()Matthew Wilcox (Oracle)
2021-10-18mm/writeback: Add folio_cancel_dirty()Matthew Wilcox (Oracle)
2021-10-18mm/writeback: Add folio_account_cleaned()Matthew Wilcox (Oracle)
2021-10-18mm/writeback: Add folio_mark_dirty()Matthew Wilcox (Oracle)
2021-10-18mm/migrate: Add folio_migrate_copy()Matthew Wilcox (Oracle)
2021-10-18mm: Add arch_make_folio_accessible()Matthew Wilcox (Oracle)
2021-09-27mm: Add folio_pfn()Matthew Wilcox (Oracle)
2021-09-27mm: Add folio_nid()Matthew Wilcox (Oracle)
2021-09-27mm: Add folio_mapped()Matthew Wilcox (Oracle)
2021-09-27mm/util: Add folio_mapping() and folio_file_mapping()Matthew Wilcox (Oracle)
2021-09-27mm: Add folio_get()Matthew Wilcox (Oracle)
2021-09-27mm: Add folio_put()Matthew Wilcox (Oracle)
2021-09-27mm: Add folio_pgdat(), folio_zone() and folio_zonenum()Matthew Wilcox (Oracle)
2021-09-27mm: Introduce struct folioMatthew Wilcox (Oracle)
2021-09-27mm: Convert get_page_unless_zero() to return boolMatthew Wilcox (Oracle)
2021-09-07Revert "mm/gup: remove try_get_page(), call try_get_compound_head() directly"Linus Torvalds
2021-09-04Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-03mm: hwpoison: don't drop slab caches for offlining non-LRU pageYang Shi
2021-09-03mm: delete unused get_kernel_page()John Hubbard
2021-09-03mm/gup: remove try_get_page(), call try_get_compound_head() directlyJohn Hubbard
2021-09-03mm/gup: small refactoring: simplify try_grab_page()John Hubbard
2021-09-03mm: remove VM_DENYWRITEDavid Hildenbrand
2021-09-03kernel/fork: always deny write access to current MM exe_fileDavid Hildenbrand
2021-09-03kernel/fork: factor out replacing the current MM exe_fileDavid Hildenbrand
2021-08-09mm: Add kvrealloc()Dave Chinner
2021-07-12mm: Make copy_huge_page() always availableMatthew Wilcox (Oracle)
2021-07-08mm: add setup_initial_init_mm() helperKefeng Wang
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-01mm: fix typos and grammar error in commentsHyeonggon Yoo
2021-06-30mm: memory: add orig_pmd to struct vm_faultYang Shi
2021-06-30mm: sparsemem: split the huge PMD mapping of vmemmap pagesMuchun Song
2021-06-30mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB pageMuchun Song
2021-06-30mm: hugetlb: free the vmemmap pages associated with each HugeTLB pageMuchun Song
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-06-30Merge tag 'clang-features-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport