summaryrefslogtreecommitdiff
path: root/include/linux/mm_types.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-20mm: move mm_count into its own cache lineMathieu Desnoyers1-8/+15
2023-04-29Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+74
2023-04-21sched: Fix performance regression introduced by mm_cidMathieu Desnoyers1-8/+74
2023-04-16sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton1-1/+2
2023-04-06sched/numa: implement access PID reset logicRaghavendra K T1-1/+2
2023-04-06sched/numa: enhance vma scanning logicRaghavendra K T1-0/+1
2023-04-06sched/numa: apply the scan delay to every new vmaMel Gorman1-0/+7
2023-04-06mm: separate vma->lock from vm_area_structSuren Baghdasaryan1-1/+5
2023-04-06mm: add FAULT_FLAG_VMA_LOCK flagSuren Baghdasaryan1-0/+2
2023-04-06mm: introduce vma detached flagSuren Baghdasaryan1-0/+3
2023-04-06mm: add per-VMA lock and helper functions to control itSuren Baghdasaryan1-0/+8
2023-04-06mm: rcu safe VMA freeingMichel Lespinasse1-3/+10
2023-04-06mm: remove unused vmf_insert_mixed_prot()Lorenzo Stoakes1-6/+1
2023-04-06mm: enable maple tree RCU mode by defaultLiam R. Howlett1-1/+2
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-76/+110
2023-02-10mm/gup: move private gup FOLL_ flags to internal.hJason Gunthorpe1-22/+35
2023-02-10mm/gup: add FOLL_UNLOCKABLEJason Gunthorpe1-0/+1
2023-02-10mm/gup: remove obsolete FOLL_LONGTERM commentJason Gunthorpe1-6/+0
2023-02-10mm: introduce vma->vm_flags wrapper functionsSuren Baghdasaryan1-1/+9
2023-02-10mm: expand vma iterator interfaceLiam R. Howlett1-3/+1
2023-02-03mm: remove the hugetlb field from struct pageSidhartha Kumar1-12/+0
2023-02-03mm: move page->deferred_list to folio->_deferred_listMatthew Wilcox (Oracle)1-6/+8
2023-02-03doc: correct struct folio kernel-docMatthew Wilcox (Oracle)1-4/+4
2023-02-03mm: remove 'First tail page' members from struct pageMatthew Wilcox (Oracle)1-18/+0
2023-02-03mm: remove head_compound_mapcount() and _ptr functionsMatthew Wilcox (Oracle)1-16/+0
2023-02-03mm: convert total_compound_mapcount() to folio_total_mapcount()Matthew Wilcox (Oracle)1-3/+3
2023-02-03mm: convert head_subpages_mapcount() into folio_nr_pages_mapped()Matthew Wilcox (Oracle)1-9/+3
2023-02-03mm: remove folio_pincount_ptr() and head_compound_pincount()Matthew Wilcox (Oracle)1-5/+0
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar1-1/+1
2023-01-19mm: fix comment of page table counterKele Huang1-1/+1
2023-01-19mm: move FOLL_* defs to mm_types.hDavid Howells1-0/+75
2023-01-12mm: update mmap_sem comments to refer to mmap_lockLorenzo Stoakes1-1/+1
2022-12-27sched: Introduce per-memory-map concurrency IDMathieu Desnoyers1-1/+42
2022-12-12fsdax: introduce page->share for fsdax in reflink modeShiyang Ruan1-1/+4
2022-12-12mm: remove VM_FAULT_WRITEDavid Hildenbrand1-3/+0
2022-12-01mm: extend FAULT_FLAG_UNSHARE support to anything in a COW mappingDavid Hildenbrand1-4/+4
2022-12-01mm: anonymous shared memory namingPasha Tatashin1-14/+12
2022-12-01mm: introduce 'encoded' page pointers with embedded extra bitsLinus Torvalds1-1/+33
2022-12-01mm,thp,rmap: simplify compound page mapcount handlingHugh Dickins1-3/+18
2022-12-01mm,hugetlb: use folio fields in second tail pageHugh Dickins1-24/+50
2022-12-01mm: convert mm's rss stats into percpu_counterShakeel Butt1-5/+2
2022-11-09mm: add private field of first tail to struct page and struct folioSidhartha Kumar1-0/+14
2022-10-04kmsan: add KMSAN runtime coreAlexander Potapenko1-0/+12
2022-10-04mm: add the first tail page to struct folioMatthew Wilcox (Oracle)1-1/+29
2022-09-27ksm: count allocated ksm rmap_items for each processxu xin1-0/+5
2022-09-27mm: fixup documentation regarding pte_numa() and PROT_NUMADavid Hildenbrand1-6/+6
2022-09-27mm: remove the vma linked listLiam R. Howlett1-4/+0
2022-09-27mm: remove vmacacheLiam R. Howlett1-1/+0
2022-09-27mm: remove rb tree.Liam R. Howlett1-14/+0
2022-09-27mm: add VMA iteratorMatthew Wilcox (Oracle)1-0/+21