summaryrefslogtreecommitdiff
path: root/include/linux/mm_types.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-25mm/swap: use dedicated entry for swap in folioMatthew Wilcox1-10/+13
2023-08-25mm/swap: stop using page->private on tail pages for THP_SWAPDavid Hildenbrand1-11/+1
2023-08-25mm: add missing VM_FAULT_RESULT_TRACE name for VM_FAULT_COMPLETEDSuren Baghdasaryan1-1/+2
2023-08-22mm: add tail private fields to struct folioMatthew Wilcox (Oracle)1-1/+13
2023-08-22mm: free up a word in the first tail pageMatthew Wilcox (Oracle)1-2/+1
2023-08-22mm: add large_rmappable page flagMatthew Wilcox (Oracle)1-2/+0
2023-08-22merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton1-0/+9
2023-08-21mm: remove page table members from struct pageVishal Moola (Oracle)1-21/+0
2023-08-21mm: add utility functions for ptdescVishal Moola (Oracle)1-0/+12
2023-08-21pgtable: create struct ptdescVishal Moola (Oracle)1-0/+70
2023-08-21mm/gup: reintroduce FOLL_NUMA as FOLL_HONOR_NUMA_FAULTDavid Hildenbrand1-0/+9
2023-08-18mm/pgtable: add pte_free_defer() for pgtable as pageHugh Dickins1-0/+4
2023-08-18ksm: add ksm zero pages for each processxu xin1-2/+7
2023-07-27mm: fix memory ordering for mm_lock_seq and vm_lock_seqJann Horn1-0/+28
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