summaryrefslogtreecommitdiff
path: root/include/linux/mm_types.h
AgeCommit message (Expand)Author
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2024-11-11mm: move the page fragment allocator from page_alloc into its own fileYunsheng Lin
2024-11-05mm: move mm flags to mm_types.hNanyong Sun
2024-10-14sched: Improve cache locality of RSEQ concurrency IDs for intermittent workloadsMathieu Desnoyers
2024-09-03mm: remove PageSwapCacheMatthew Wilcox (Oracle)
2024-09-01mm: add optional close() to struct vm_special_mappingMichael Ellerman
2024-09-01mm: fix (harmless) type confusion in lock_vma_under_rcu()Jann Horn
2024-09-01mm: turn USE_SPLIT_PTE_PTLOCKS / USE_SPLIT_PTE_PTLOCKS into Kconfig optionsDavid Hildenbrand
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-07-15mm/memcg: alignment memcg_data define conditionAlex Shi (Tencent)
2024-07-03mm: allow reuse of the lower 16 bit of the page type with an actual typeDavid Hildenbrand
2024-07-03mm: update _mapcount and page_type documentationDavid Hildenbrand
2024-06-05mm/ksm: fix ksm_zero_pages accountingChengming Zhou
2024-05-05mm/madvise: introduce clear_young_dirty_ptes() batch helperLance Yang
2024-05-05mm: track mapcount of large folios in single valueDavid Hildenbrand
2024-04-25mm: switch mm->get_unmapped_area() to a flagRick Edgecombe
2024-04-25mm: optimize CONFIG_PER_VMA_LOCK member placement in vm_area_structDavid Hildenbrand
2024-04-25mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan
2024-04-25mm: introduce slabobj_ext to support slab object extensionsSuren Baghdasaryan
2024-03-06mm: pgtable: add missing pt_index to struct ptdescQi Zheng
2024-03-06mm: pgtable: correct the wrong comment about ptdesc->__page_flagsQi Zheng
2024-02-22mm/mmu_gather: add __tlb_remove_folio_pages()David Hildenbrand
2024-02-22mm/mmu_gather: define ENCODED_PAGE_FLAG_DELAY_RMAPDavid Hildenbrand
2024-01-18Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-01-05mm/mglru: remove CONFIG_MEMCGKinsey Ho
2024-01-05mm/mglru: add CONFIG_LRU_GEN_WALKS_MMUKinsey Ho
2023-12-13page_pool: transition to reference count management after page drainingLiang Chen
2023-12-12maple_tree: separate ma_state node from statusLiam R. Howlett
2023-12-12mm: Deprecate pasid fieldTina Zhang
2023-12-12mm: Add structure to keep sva informationTina Zhang
2023-12-12iommu: Change kconfig around IOMMU_SVAJason Gunthorpe
2023-12-10pgtable: rename ptdesc _refcount field to __page_refcountAlexander Gordeev
2023-12-10pgtable: fix s390 ptdesc field commentsAlexander Gordeev
2023-11-15sched/numa: Fix mm numa_scan_seq based unconditional scanRaghavendra K T
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-10-31Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-10-25mm_types: add virtual and _last_cpupid into struct folioKefeng Wang
2023-10-18mm: move vma_policy() and anon_vma_name() decls to mm_types.hLorenzo Stoakes
2023-10-16page_pool: fragment API support for 32-bit arch with 64-bit DMAYunsheng Lin
2023-10-10sched/numa: Complete scanning of inactive VMAs when there is no alternativeMel Gorman
2023-10-10sched/numa: Rename vma_numab_state::access_pids[] => ::pids_active[], ::next_...Mel Gorman
2023-10-10sched/numa: Document vma_numab_state fieldsMel Gorman
2023-08-24mm/swap: use dedicated entry for swap in folioMatthew Wilcox
2023-08-24mm/swap: stop using page->private on tail pages for THP_SWAPDavid Hildenbrand
2023-08-24mm: add missing VM_FAULT_RESULT_TRACE name for VM_FAULT_COMPLETEDSuren Baghdasaryan
2023-08-21mm: add tail private fields to struct folioMatthew Wilcox (Oracle)
2023-08-21mm: free up a word in the first tail pageMatthew Wilcox (Oracle)