summaryrefslogtreecommitdiff
path: root/include/linux/mm_types.h
AgeCommit message (Expand)Author
2023-02-02mm: convert head_subpages_mapcount() into folio_nr_pages_mapped()Matthew Wilcox (Oracle)
2023-02-02mm: remove folio_pincount_ptr() and head_compound_pincount()Matthew Wilcox (Oracle)
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar
2023-01-18mm: fix comment of page table counterKele Huang
2023-01-18mm: move FOLL_* defs to mm_types.hDavid Howells
2023-01-11mm: update mmap_sem comments to refer to mmap_lockLorenzo Stoakes
2022-12-27sched: Introduce per-memory-map concurrency IDMathieu Desnoyers
2022-12-11fsdax: introduce page->share for fsdax in reflink modeShiyang Ruan
2022-12-11mm: remove VM_FAULT_WRITEDavid Hildenbrand
2022-11-30mm: extend FAULT_FLAG_UNSHARE support to anything in a COW mappingDavid Hildenbrand
2022-11-30mm: anonymous shared memory namingPasha Tatashin
2022-11-30mm: introduce 'encoded' page pointers with embedded extra bitsLinus Torvalds
2022-11-30mm,thp,rmap: simplify compound page mapcount handlingHugh Dickins
2022-11-30mm,hugetlb: use folio fields in second tail pageHugh Dickins
2022-11-30mm: convert mm's rss stats into percpu_counterShakeel Butt
2022-11-08mm: add private field of first tail to struct page and struct folioSidhartha Kumar
2022-10-03kmsan: add KMSAN runtime coreAlexander Potapenko
2022-10-03mm: add the first tail page to struct folioMatthew Wilcox (Oracle)
2022-09-26ksm: count allocated ksm rmap_items for each processxu xin
2022-09-26mm: fixup documentation regarding pte_numa() and PROT_NUMADavid Hildenbrand
2022-09-26mm: remove the vma linked listLiam R. Howlett
2022-09-26mm: remove vmacacheLiam R. Howlett
2022-09-26mm: remove rb tree.Liam R. Howlett
2022-09-26mm: add VMA iteratorMatthew Wilcox (Oracle)
2022-09-26mm: start tracking VMAs with maple treeLiam R. Howlett
2022-09-26mm: multi-gen LRU: support page table walksYu Zhao
2022-07-17mm/page_alloc: add page->buddy_list and page->pcp_listMel Gorman
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesPeter Xu
2022-06-09mm: Add kernel-doc for folio->mlock_countMatthew Wilcox (Oracle)
2022-05-13mm/hugetlb: only drop uffd-wp special pte if requiredPeter Xu
2022-05-13mm: check against orig_pte for finish_fault()Peter Xu
2022-05-09mm: support GUP-triggered unsharing of anonymous pagesDavid Hildenbrand
2022-04-28ksm: count ksm merging pages for each processxu xin
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-21Merge tag 'x86-pasid-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-03-21mm: Make compound_pincount always availableMatthew Wilcox (Oracle)
2022-03-05mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan
2022-02-17mm/munlock: maintain page->mlock_count while unevictableHugh Dickins
2022-02-14mm: Change CONFIG option for mm->pasid fieldFenghua Yu
2022-01-30mm: page->mapping folio->mapping should have the same offsetWei Yang
2022-01-18Merge tag 'slab-for-5.17-part2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15mm/rmap: fix potential batched TLB flush raceHuang Ying
2022-01-15mm: move tlb_flush_pending inline helpers to mm_inline.hArnd Bergmann
2022-01-15mm: move anon_vma declarations to linux/mm_inline.hArnd Bergmann
2022-01-15mm: add anonymous vma name refcountingSuren Baghdasaryan
2022-01-15mm: add a field to store names for private anonymous memoryColin Cross
2022-01-06mm: Remove slab from struct pageMatthew Wilcox (Oracle)
2022-01-06mm: Split slab into its own typeMatthew Wilcox (Oracle)
2021-11-18page_pool: Revert "page_pool: disable dma mapping support..."Yunsheng Lin