summaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-38/+19
|\
| * include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu2021-11-061-0/+2
| * memblock: allow to specify flags with memblock_add_node()David Hildenbrand2021-11-061-1/+1
| * mm: khugepaged: recalculate min_free_kbytes after stopping khugepagedLiangcai Fan2021-11-061-0/+1
| * mm: add zap_skip_check_mapping() helperPeter Xu2021-11-061-1/+15
| * mm: drop first_index/last_index in zap_detailsPeter Xu2021-11-061-2/+0
| * mm: move kvmalloc-related functions to slab.hMatthew Wilcox (Oracle)2021-11-061-34/+0
* | Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-11-021-1/+2
|\ \
| * | gup: Introduce FOLL_NOFAULT flag to disable page faultsAndreas Gruenbacher2021-10-241-1/+2
| |/
* | mm/writeback: Add folio_write_oneMatthew Wilcox (Oracle)2021-10-181-4/+0
* | mm/filemap: Add filemap_add_folio()Matthew Wilcox (Oracle)2021-10-181-7/+0
* | mm/writeback: Add folio_redirty_for_writepage()Matthew Wilcox (Oracle)2021-10-181-4/+0
* | mm/writeback: Add folio_clear_dirty_for_io()Matthew Wilcox (Oracle)2021-10-181-1/+0
* | mm/writeback: Add folio_cancel_dirty()Matthew Wilcox (Oracle)2021-10-181-7/+0
* | mm/writeback: Add folio_account_cleaned()Matthew Wilcox (Oracle)2021-10-181-3/+0
* | mm/writeback: Add folio_mark_dirty()Matthew Wilcox (Oracle)2021-10-181-1/+2
* | mm/migrate: Add folio_migrate_copy()Matthew Wilcox (Oracle)2021-10-181-1/+1
* | mm: Add arch_make_folio_accessible()Matthew Wilcox (Oracle)2021-10-181-0/+23
* | mm: Add folio_pfn()Matthew Wilcox (Oracle)2021-09-271-0/+14
* | mm: Add folio_nid()Matthew Wilcox (Oracle)2021-09-271-0/+5
* | mm: Add folio_mapped()Matthew Wilcox (Oracle)2021-09-271-0/+1
* | mm/util: Add folio_mapping() and folio_file_mapping()Matthew Wilcox (Oracle)2021-09-271-14/+0
* | mm: Add folio_get()Matthew Wilcox (Oracle)2021-09-271-9/+17
* | mm: Add folio_put()Matthew Wilcox (Oracle)2021-09-271-5/+28
* | mm: Add folio_pgdat(), folio_zone() and folio_zonenum()Matthew Wilcox (Oracle)2021-09-271-0/+15
* | mm: Introduce struct folioMatthew Wilcox (Oracle)2021-09-271-0/+75
* | mm: Convert get_page_unless_zero() to return boolMatthew Wilcox (Oracle)2021-09-271-1/+1
|/
* Revert "mm/gup: remove try_get_page(), call try_get_compound_head() directly"Linus Torvalds2021-09-071-1/+9
* Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds2021-09-041-2/+2
|\
| * mm: remove VM_DENYWRITEDavid Hildenbrand2021-09-031-1/+0
| * kernel/fork: always deny write access to current MM exe_fileDavid Hildenbrand2021-09-031-1/+1
| * kernel/fork: factor out replacing the current MM exe_fileDavid Hildenbrand2021-09-031-0/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-031-13/+4
|\ \
| * | mm: hwpoison: don't drop slab caches for offlining non-LRU pageYang Shi2021-09-031-1/+1
| * | mm: delete unused get_kernel_page()John Hubbard2021-09-031-1/+0
| * | mm/gup: remove try_get_page(), call try_get_compound_head() directlyJohn Hubbard2021-09-031-9/+1
| * | mm/gup: small refactoring: simplify try_grab_page()John Hubbard2021-09-031-2/+2
| |/
* / mm: Add kvrealloc()Dave Chinner2021-08-091-0/+2
|/
* mm: Make copy_huge_page() always availableMatthew Wilcox (Oracle)2021-07-121-0/+1
* mm: add setup_initial_init_mm() helperKefeng Wang2021-07-081-0/+3
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-2/+12
|\
| * mm: fix typos and grammar error in commentsHyeonggon Yoo2021-07-011-1/+1
| * mm: memory: add orig_pmd to struct vm_faultYang Shi2021-06-301-1/+6
| * mm: sparsemem: split the huge PMD mapping of vmemmap pagesMuchun Song2021-06-301-2/+2
| * mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB pageMuchun Song2021-06-301-0/+2
| * mm: hugetlb: free the vmemmap pages associated with each HugeTLB pageMuchun Song2021-06-301-0/+3
* | Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-06-301-5/+6
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-181-0/+3
| |\ \
| * | | mm: add a signature in struct pageMatteo Croce2021-06-071-5/+6
* | | | Merge tag 'clang-features-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-06-301-10/+0
|\ \ \ \