summaryrefslogtreecommitdiffstats
path: root/include/linux/mm_types.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-76/+110
|\
| * mm/gup: move private gup FOLL_ flags to internal.hJason Gunthorpe2023-02-091-22/+35
| * mm/gup: add FOLL_UNLOCKABLEJason Gunthorpe2023-02-091-0/+1
| * mm/gup: remove obsolete FOLL_LONGTERM commentJason Gunthorpe2023-02-091-6/+0
| * mm: introduce vma->vm_flags wrapper functionsSuren Baghdasaryan2023-02-091-1/+9
| * mm: expand vma iterator interfaceLiam R. Howlett2023-02-091-3/+1
| * mm: remove the hugetlb field from struct pageSidhartha Kumar2023-02-021-12/+0
| * mm: move page->deferred_list to folio->_deferred_listMatthew Wilcox (Oracle)2023-02-021-6/+8
| * doc: correct struct folio kernel-docMatthew Wilcox (Oracle)2023-02-021-4/+4
| * mm: remove 'First tail page' members from struct pageMatthew Wilcox (Oracle)2023-02-021-18/+0
| * mm: remove head_compound_mapcount() and _ptr functionsMatthew Wilcox (Oracle)2023-02-021-16/+0
| * mm: convert total_compound_mapcount() to folio_total_mapcount()Matthew Wilcox (Oracle)2023-02-021-3/+3
| * mm: convert head_subpages_mapcount() into folio_nr_pages_mapped()Matthew Wilcox (Oracle)2023-02-021-9/+3
| * mm: remove folio_pincount_ptr() and head_compound_pincount()Matthew Wilcox (Oracle)2023-02-021-5/+0
| * mm: fix comment of page table counterKele Huang2023-01-181-1/+1
| * mm: move FOLL_* defs to mm_types.hDavid Howells2023-01-181-0/+75
* | Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar2023-01-311-1/+1
|\|
| * mm: update mmap_sem comments to refer to mmap_lockLorenzo Stoakes2023-01-111-1/+1
* | sched: Introduce per-memory-map concurrency IDMathieu Desnoyers2022-12-271-1/+42
|/
* fsdax: introduce page->share for fsdax in reflink modeShiyang Ruan2022-12-111-1/+4
* mm: remove VM_FAULT_WRITEDavid Hildenbrand2022-12-111-3/+0
* mm: extend FAULT_FLAG_UNSHARE support to anything in a COW mappingDavid Hildenbrand2022-11-301-4/+4
* mm: anonymous shared memory namingPasha Tatashin2022-11-301-14/+12
* mm: introduce 'encoded' page pointers with embedded extra bitsLinus Torvalds2022-11-301-1/+33
* mm,thp,rmap: simplify compound page mapcount handlingHugh Dickins2022-11-301-3/+18
* mm,hugetlb: use folio fields in second tail pageHugh Dickins2022-11-301-24/+50
* mm: convert mm's rss stats into percpu_counterShakeel Butt2022-11-301-5/+2
* mm: add private field of first tail to struct page and struct folioSidhartha Kumar2022-11-081-0/+14
* kmsan: add KMSAN runtime coreAlexander Potapenko2022-10-031-0/+12
* mm: add the first tail page to struct folioMatthew Wilcox (Oracle)2022-10-031-1/+29
* ksm: count allocated ksm rmap_items for each processxu xin2022-09-261-0/+5
* mm: fixup documentation regarding pte_numa() and PROT_NUMADavid Hildenbrand2022-09-261-6/+6
* mm: remove the vma linked listLiam R. Howlett2022-09-261-4/+0
* mm: remove vmacacheLiam R. Howlett2022-09-261-1/+0
* mm: remove rb tree.Liam R. Howlett2022-09-261-14/+0
* mm: add VMA iteratorMatthew Wilcox (Oracle)2022-09-261-0/+21
* mm: start tracking VMAs with maple treeLiam R. Howlett2022-09-261-0/+3
* mm: multi-gen LRU: support page table walksYu Zhao2022-09-261-0/+76
* mm/page_alloc: add page->buddy_list and page->pcp_listMel Gorman2022-07-171-0/+5
* mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2022-06-161-0/+2
* mm: Add kernel-doc for folio->mlock_countMatthew Wilcox (Oracle)2022-06-091-0/+5
* mm/hugetlb: only drop uffd-wp special pte if requiredPeter Xu2022-05-131-0/+2
* mm: check against orig_pte for finish_fault()Peter Xu2022-05-131-0/+3
* mm: support GUP-triggered unsharing of anonymous pagesDavid Hildenbrand2022-05-091-0/+8
* ksm: count ksm merging pages for each processxu xin2022-04-281-0/+7
* Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-4/+22
|\
| * mm: Make compound_pincount always availableMatthew Wilcox (Oracle)2022-03-211-2/+5
| * mm/munlock: maintain page->mlock_count while unevictableHugh Dickins2022-02-171-2/+17
* | Merge tag 'x86-pasid-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-211-1/+1
|\ \
| * | mm: Change CONFIG option for mm->pasid fieldFenghua Yu2022-02-141-1/+1
| |/