summaryrefslogtreecommitdiffstats
path: root/include/linux/mm_types.h
Commit message (Expand)AuthorAgeFilesLines
* mm/swap: use dedicated entry for swap in folioMatthew Wilcox2023-08-241-10/+13
* mm/swap: stop using page->private on tail pages for THP_SWAPDavid Hildenbrand2023-08-241-11/+1
* mm: add missing VM_FAULT_RESULT_TRACE name for VM_FAULT_COMPLETEDSuren Baghdasaryan2023-08-241-1/+2
* mm: add tail private fields to struct folioMatthew Wilcox (Oracle)2023-08-211-1/+13
* mm: free up a word in the first tail pageMatthew Wilcox (Oracle)2023-08-211-2/+1
* mm: add large_rmappable page flagMatthew Wilcox (Oracle)2023-08-211-2/+0
* merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton2023-08-211-0/+9
|\
| * mm/gup: reintroduce FOLL_NUMA as FOLL_HONOR_NUMA_FAULTDavid Hildenbrand2023-08-211-0/+9
* | mm: remove page table members from struct pageVishal Moola (Oracle)2023-08-211-21/+0
* | mm: add utility functions for ptdescVishal Moola (Oracle)2023-08-211-0/+12
* | pgtable: create struct ptdescVishal Moola (Oracle)2023-08-211-0/+70
* | mm/pgtable: add pte_free_defer() for pgtable as pageHugh Dickins2023-08-181-0/+4
* | ksm: add ksm zero pages for each processxu xin2023-08-181-2/+7
|/
* mm: fix memory ordering for mm_lock_seq and vm_lock_seqJann Horn2023-07-271-0/+28
* mm: move mm_count into its own cache lineMathieu Desnoyers2023-06-191-8/+15
* Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-281-8/+74
|\
| * sched: Fix performance regression introduced by mm_cidMathieu Desnoyers2023-04-211-8/+74
* | sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton2023-04-161-1/+2
|\|
| * mm: enable maple tree RCU mode by defaultLiam R. Howlett2023-04-051-1/+2
* | sched/numa: implement access PID reset logicRaghavendra K T2023-04-051-1/+2
* | sched/numa: enhance vma scanning logicRaghavendra K T2023-04-051-0/+1
* | sched/numa: apply the scan delay to every new vmaMel Gorman2023-04-051-0/+7
* | mm: separate vma->lock from vm_area_structSuren Baghdasaryan2023-04-051-1/+5
* | mm: add FAULT_FLAG_VMA_LOCK flagSuren Baghdasaryan2023-04-051-0/+2
* | mm: introduce vma detached flagSuren Baghdasaryan2023-04-051-0/+3
* | mm: add per-VMA lock and helper functions to control itSuren Baghdasaryan2023-04-051-0/+8
* | mm: rcu safe VMA freeingMichel Lespinasse2023-04-051-3/+10
* | mm: remove unused vmf_insert_mixed_prot()Lorenzo Stoakes2023-04-051-6/+1
|/
* 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