summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
Commit message (Expand)AuthorAgeFilesLines
* mm-convert-destroy_compound_page-to-destroy_large_folio-fixAndrew Morton2022-06-271-7/+1
* mm: convert destroy_compound_page() to destroy_large_folio()Matthew Wilcox (Oracle)2022-06-271-3/+5
* mm/swap: convert __put_page() to __folio_put()Matthew Wilcox (Oracle)2022-06-271-3/+3
* mm: add folios_put()Matthew Wilcox (Oracle)2022-06-271-0/+19
* mm/mprotect: try avoiding write faults for exclusive anonymous pages when cha...David Hildenbrand2022-06-271-2/+6
* mm: introduce mf_dax_kill_procs() for fsdax caseShiyang Ruan2022-06-271-0/+2
* mm: handling Non-LRU pages returned by vm_normal_pagesAlex Sierra2022-06-271-1/+2
* mm: remove the vma linked listLiam R. Howlett2022-06-271-2/+3
* mm/mmap: reorganize munmap to use maple statesLiam R. Howlett2022-06-271-2/+3
* mm: convert vma_lookup() to use mtree_load()Liam R. Howlett2022-06-271-6/+1
* mm: use maple tree operations for find_vma_intersection()Liam R. Howlett2022-06-271-18/+4
* mm: optimize find_exact_vma() to use vma_lookup()Liam R. Howlett2022-06-271-1/+1
* mm: remove rb tree.Liam R. Howlett2022-06-271-2/+0
* kernel/fork: use maple tree for dup_mmap() during forkingLiam R. Howlett2022-06-271-2/+0
* mm: add VMA iteratorMatthew Wilcox (Oracle)2022-06-271-0/+31
* mm: start tracking VMAs with maple treeLiam R. Howlett2022-06-271-0/+5
* mm/memory-failure: disable unpoison once hw error happenszhenwei pi2022-06-161-0/+1
* mm: re-allow pinning of zero pfnsAlex Williamson2022-06-161-1/+1
* Merge tag 'mm-stable-2022-05-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-271-2/+7
|\
| * mm: fix is_pinnable_page against a cma pageMinchan Kim2022-05-271-2/+7
* | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-12/+58
|\ \ | |/
| * mm/hugetlb: only drop uffd-wp special pte if requiredPeter Xu2022-05-131-2/+0
| * mm/shmem: persist uffd-wp bit across zapping for file-backedPeter Xu2022-05-131-0/+10
| * mm/mprotect: use mmu_gatherNadav Amit2022-05-131-2/+3
| * mm/gup: trigger FAULT_FLAG_UNSHARE when R/O-pinning a possibly shared anonymo...David Hildenbrand2022-05-091-0/+39
| * mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_ano...David Hildenbrand2022-05-091-4/+1
| * mm/hugetlb: take src_mm->write_protect_seq in copy_hugetlb_page_range()David Hildenbrand2022-05-091-0/+4
| * mm/sparse-vmemmap: improve memory savings for compound devmapsJoao Martins2022-04-281-1/+1
| * mm/sparse-vmemmap: add a pgmap argument to section activationJoao Martins2022-04-281-1/+2
| * mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*Muchun Song2022-04-281-1/+1
| * mm: simplify follow_invalidate_pte()Muchun Song2022-04-281-3/+0
| * Revert "mm/memory-failure.c: fix race with changing page compound again"Naoya Horiguchi2022-04-281-1/+0
* | random: move randomize_page() into mm where it belongsJason A. Donenfeld2022-05-191-0/+1
|/
* mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()Naoya Horiguchi2022-04-211-0/+8
* mm/huge_memory: remove stale page_trans_huge_mapcount()David Hildenbrand2022-03-241-5/+0
* Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-3/+0
|\
| * fs: Turn do_invalidatepage() into folio_invalidate()Matthew Wilcox (Oracle)2022-03-151-3/+0
* | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-144/+152
|\ \
| * | mm: Support arbitrary THP sizesMatthew Wilcox (Oracle)2022-03-211-0/+31
| * | mm: Turn page_anon_vma() into folio_anon_vma()Matthew Wilcox (Oracle)2022-03-211-1/+0
| * | mm: Add folio_mapcount()Matthew Wilcox (Oracle)2022-03-211-1/+7
| * | mm: Turn head_compound_mapcount() into folio_entire_mapcount()Matthew Wilcox (Oracle)2022-03-211-6/+11
| * | mm/truncate: Split invalidate_inode_page() into mapping_evict_folio()Matthew Wilcox (Oracle)2022-03-211-1/+0
| * | mm: Add lru_to_folio()Matthew Wilcox (Oracle)2022-03-211-0/+4
| * | mm: Add three folio wrappersMatthew Wilcox (Oracle)2022-03-211-0/+10
| * | mm/gup: Turn compound_range_next() into gup_folio_range_next()Matthew Wilcox (Oracle)2022-03-211-2/+2
| * | mm/hugetlb: Use try_grab_folio() instead of try_grab_compound_head()Matthew Wilcox (Oracle)2022-03-211-3/+0
| * | mm: Remove page_cache_add_speculative() and page_cache_get_speculative()Matthew Wilcox (Oracle)2022-03-211-4/+3
| * | mm: Turn page_maybe_dma_pinned() into folio_maybe_dma_pinned()Matthew Wilcox (Oracle)2022-03-211-66/+63
| * | mm: Add folio_pincount_ptr()Matthew Wilcox (Oracle)2022-03-211-0/+5