summaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \
| * | | | CFI: Move function_nocfi() into compiler.hMark Rutland2021-06-141-10/+0
| |/ / /
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-291-13/+40
|\ \ \ \ | | |_|/ | |/| |
| * | | mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport2021-06-291-2/+2
| * | | mm: optimise nth_page for contiguous memmapMatthew Wilcox (Oracle)2021-06-291-0/+4
| * | | mm: report which part of mem is being freed on initmem caseJungseung Lee2021-06-291-1/+1
| * | | mm: add vma_lookup(), update find_vma_intersection() commentsLiam Howlett2021-06-291-4/+32
| * | | mm: gup: pack has_pinned in MMF_HAS_PINNEDAndrea Arcangeli2021-06-291-1/+1
| * | | mm: move page dirtying prototypes from mm.hMatthew Wilcox (Oracle)2021-06-291-3/+0
| * | | mm/writeback: move __set_page_dirty() to core mmMatthew Wilcox (Oracle)2021-06-291-1/+0
| * | | mm/page_alloc: fix memory map initialization for descending nodesMike Rapoport2021-06-291-1/+0
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2021-06-281-2/+2
|\ \ \ | |/ / |/| |
| * | Reimplement RLIMIT_MEMLOCK on top of ucountsAlexey Gladkov2021-04-301-2/+2
* | | mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page()Hugh Dickins2021-06-161-0/+3
| |/ |/|
* | mm/hugetlb: fix F_SEAL_FUTURE_WRITEPeter Xu2021-05-141-0/+32
* | mm: fix typos in commentsIngo Molnar2021-05-071-1/+1
* | mm/gup: do not migrate zero pagePavel Tatashin2021-05-051-1/+2
* | mm: honor PF_MEMALLOC_PIN for all movable pagesPavel Tatashin2021-05-051-0/+18
* | userfaultfd: add minor fault registration modeAxel Rasmussen2021-05-051-0/+7
* | mm: move mem_init_print_info() into mm_init()Kefeng Wang2021-04-301-1/+1
* | mm/doc: turn fault flags into an enumMatthew Wilcox (Oracle)2021-04-301-14/+15
* | mm/doc: fix page_maybe_dma_pinned kerneldocMatthew Wilcox (Oracle)2021-04-301-5/+5
* | mm/doc: fix fault_flag_allow_retry_first kerneldocMatthew Wilcox (Oracle)2021-04-301-0/+1
* | Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio"Brian Geffon2021-04-301-1/+1
* | mm: add remap_pfn_range_notrackChristoph Hellwig2021-04-301-0/+2
* | mm: gup: remove FOLL_SPLITYang Shi2021-04-301-1/+0
* | mm/gup: add a range variant of unpin_user_pages_dirty_lock()Joao Martins2021-04-301-0/+2
* | mm: move page_mapping_file to pagemap.hMatthew Wilcox (Oracle)2021-04-301-1/+0
* | Merge tag 'core-rcu-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-281-0/+4
|\ \
| * \ Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2021-04-111-0/+4
| |\ \ | | |/ | |/|
| | * mm: Don't build mm_dump_obj() on CONFIG_PRINTK=n kernelsPaul E. McKenney2021-03-081-0/+4
* | | Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2021-04-271-0/+10
|\ \ \
| * | | mm: add generic function_nocfi macroSami Tolvanen2021-04-081-0/+10
| |/ /
* / / init_on_alloc: Optimize static branchesKees Cook2021-04-081-4/+6
|/ /
* | kasan: fix per-page tags for non-page_alloc pagesAndrey Konovalov2021-03-251-3/+15
* | mm: introduce page_needs_cow_for_dma() for deciding whether cowPeter Xu2021-03-131-0/+21
|/
* mm/hugetlb: grab head page refcount once for group of subpagesJoao Martins2021-02-241-0/+3
* mm: simplify free_highmem_page() and free_reserved_page()David Hildenbrand2021-02-241-14/+2
* mm: simplify parater of function memmap_init_zone()Baoquan He2021-02-241-2/+1