summaryrefslogtreecommitdiffstats
path: root/include/linux/mm_types.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-181-2/+3
|\
| * mm: Deprecate pasid fieldTina Zhang2023-12-121-1/+0
| * mm: Add structure to keep sva informationTina Zhang2023-12-121-0/+2
| * iommu: Change kconfig around IOMMU_SVAJason Gunthorpe2023-12-121-1/+1
* | Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-01-111-1/+1
|\ \
| * | page_pool: transition to reference count management after page drainingLiang Chen2023-12-131-1/+1
| |/
* | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-091-13/+14
|\ \
| * | mm/mglru: remove CONFIG_MEMCGKinsey Ho2024-01-051-4/+0
| * | mm/mglru: add CONFIG_LRU_GEN_WALKS_MMUKinsey Ho2024-01-051-4/+8
| * | maple_tree: separate ma_state node from statusLiam R. Howlett2023-12-121-1/+2
| * | pgtable: rename ptdesc _refcount field to __page_refcountAlexander Gordeev2023-12-101-3/+3
| * | pgtable: fix s390 ptdesc field commentsAlexander Gordeev2023-12-101-2/+2
| |/
* / sched/numa: Fix mm numa_scan_seq based unconditional scanRaghavendra K T2023-11-151-0/+3
|/
* Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-4/+45
|\
| * mm_types: add virtual and _last_cpupid into struct folioKefeng Wang2023-10-251-4/+18
| * mm: move vma_policy() and anon_vma_name() decls to mm_types.hLorenzo Stoakes2023-10-181-0/+27
* | Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-10-311-12/+1
|\ \
| * | page_pool: fragment API support for 32-bit arch with 64-bit DMAYunsheng Lin2023-10-161-12/+1
| |/
* | sched/numa: Complete scanning of inactive VMAs when there is no alternativeMel Gorman2023-10-101-0/+6
* | sched/numa: Rename vma_numab_state::access_pids[] => ::pids_active[], ::next_...Mel Gorman2023-10-101-3/+3
* | sched/numa: Document vma_numab_state fieldsMel Gorman2023-10-101-0/+21
|/
* 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
|\