summaryrefslogtreecommitdiff
path: root/include/linux/mm_types.h
AgeCommit message (Expand)Author
2023-08-21mm/gup: reintroduce FOLL_NUMA as FOLL_HONOR_NUMA_FAULTDavid Hildenbrand
2023-07-27mm: fix memory ordering for mm_lock_seq and vm_lock_seqJann Horn
2023-06-19mm: move mm_count into its own cache lineMathieu Desnoyers
2023-04-28Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-04-21sched: Fix performance regression introduced by mm_cidMathieu Desnoyers
2023-04-16sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton
2023-04-05sched/numa: implement access PID reset logicRaghavendra K T
2023-04-05sched/numa: enhance vma scanning logicRaghavendra K T
2023-04-05sched/numa: apply the scan delay to every new vmaMel Gorman
2023-04-05mm: separate vma->lock from vm_area_structSuren Baghdasaryan
2023-04-05mm: add FAULT_FLAG_VMA_LOCK flagSuren Baghdasaryan
2023-04-05mm: introduce vma detached flagSuren Baghdasaryan
2023-04-05mm: add per-VMA lock and helper functions to control itSuren Baghdasaryan
2023-04-05mm: rcu safe VMA freeingMichel Lespinasse
2023-04-05mm: remove unused vmf_insert_mixed_prot()Lorenzo Stoakes
2023-04-05mm: enable maple tree RCU mode by defaultLiam R. Howlett
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-09mm/gup: move private gup FOLL_ flags to internal.hJason Gunthorpe
2023-02-09mm/gup: add FOLL_UNLOCKABLEJason Gunthorpe
2023-02-09mm/gup: remove obsolete FOLL_LONGTERM commentJason Gunthorpe
2023-02-09mm: introduce vma->vm_flags wrapper functionsSuren Baghdasaryan
2023-02-09mm: expand vma iterator interfaceLiam R. Howlett
2023-02-02mm: remove the hugetlb field from struct pageSidhartha Kumar
2023-02-02mm: move page->deferred_list to folio->_deferred_listMatthew Wilcox (Oracle)
2023-02-02doc: correct struct folio kernel-docMatthew Wilcox (Oracle)
2023-02-02mm: remove 'First tail page' members from struct pageMatthew Wilcox (Oracle)
2023-02-02mm: remove head_compound_mapcount() and _ptr functionsMatthew Wilcox (Oracle)
2023-02-02mm: convert total_compound_mapcount() to folio_total_mapcount()Matthew Wilcox (Oracle)
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