summaryrefslogtreecommitdiff
path: root/include/linux/mm_types.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-06mm/madvise: introduce clear_young_dirty_ptes() batch helperLance Yang1-0/+9
2024-05-06mm: track mapcount of large folios in single valueDavid Hildenbrand1-2/+3
2024-04-26mm: switch mm->get_unmapped_area() to a flagRick Edgecombe1-5/+1
2024-04-26mm: optimize CONFIG_PER_VMA_LOCK member placement in vm_area_structDavid Hildenbrand1-3/+3
2024-04-26mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan1-2/+3
2024-04-26mm: introduce slabobj_ext to support slab object extensionsSuren Baghdasaryan1-2/+2
2024-03-07mm: pgtable: add missing pt_index to struct ptdescQi Zheng1-0/+3
2024-03-07mm: pgtable: correct the wrong comment about ptdesc->__page_flagsQi Zheng1-1/+1
2024-02-23mm/mmu_gather: add __tlb_remove_folio_pages()David Hildenbrand1-0/+20
2024-02-23mm/mmu_gather: define ENCODED_PAGE_FLAG_DELAY_RMAPDavid Hildenbrand1-6/+11
2024-01-19Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+3
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+1
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-13/+14
2024-01-05mm/mglru: remove CONFIG_MEMCGKinsey Ho1-4/+0
2024-01-05mm/mglru: add CONFIG_LRU_GEN_WALKS_MMUKinsey Ho1-4/+8
2023-12-14page_pool: transition to reference count management after page drainingLiang Chen1-1/+1
2023-12-12maple_tree: separate ma_state node from statusLiam R. Howlett1-1/+2
2023-12-12mm: Deprecate pasid fieldTina Zhang1-1/+0
2023-12-12mm: Add structure to keep sva informationTina Zhang1-0/+2
2023-12-12iommu: Change kconfig around IOMMU_SVAJason Gunthorpe1-1/+1
2023-12-11pgtable: rename ptdesc _refcount field to __page_refcountAlexander Gordeev1-3/+3
2023-12-11pgtable: fix s390 ptdesc field commentsAlexander Gordeev1-2/+2
2023-11-15sched/numa: Fix mm numa_scan_seq based unconditional scanRaghavendra K T1-0/+3
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+45
2023-10-31Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-12/+1
2023-10-26mm_types: add virtual and _last_cpupid into struct folioKefeng Wang1-4/+18
2023-10-19mm: move vma_policy() and anon_vma_name() decls to mm_types.hLorenzo Stoakes1-0/+27
2023-10-17page_pool: fragment API support for 32-bit arch with 64-bit DMAYunsheng Lin1-12/+1
2023-10-11sched/numa: Complete scanning of inactive VMAs when there is no alternativeMel Gorman1-0/+6
2023-10-10sched/numa: Rename vma_numab_state::access_pids[] => ::pids_active[], ::next_...Mel Gorman1-3/+3
2023-10-10sched/numa: Document vma_numab_state fieldsMel Gorman1-0/+21
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