aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm_types.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-25mm/hugetlb: fix copy_hugetlb_page_range() to use ->pt_share_countJane Chu1-0/+5
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+1
2025-07-13mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*David Hildenbrand1-1/+0
2025-07-11futex: Use RCU-based per-CPU reference counting instead of rcuref_tPeter Zijlstra1-0/+5
2025-07-09mm: update core kernel code to use vm_flags_t consistentlyLorenzo Stoakes1-1/+1
2025-06-02Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-3/+3
2025-05-31mm: rename page->index to page->__folio_indexMatthew Wilcox (Oracle)1-3/+3
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+35
2025-05-22mm: convert VM_PFNMAP tracking to pfnmap_track() + pfnmap_untrack()David Hildenbrand1-0/+11
2025-05-13mm: introduce new .mmap_prepare() file callbackLorenzo Stoakes1-0/+24
2025-05-12mm: remove unused macro INIT_PASIDCheng-Han Wu1-1/+0
2025-05-03futex: Allow to resize the private local hashSebastian Andrzej Siewior1-1/+3
2025-05-03futex: Add basic infrastructure for local task local hashSebastian Andrzej Siewior1-1/+4
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-55/+148
2025-03-30Merge tag 'bpf_try_alloc_pages' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds1-0/+4
2025-03-17mm/rmap: basic MM owner tracking for large folios (!hugetlb)David Hildenbrand1-0/+49
2025-03-17mm: move _entire_mapcount in folio to page[2] on 32bitDavid Hildenbrand1-1/+2
2025-03-17mm: move _pincount in folio to page[2] on 32bitDavid Hildenbrand1-0/+5
2025-03-17mm: move hugetlb specific things in folio to page[3]David Hildenbrand1-10/+17
2025-03-17mm: let _folio_nr_pages overlay memcg_data in first tail pageDavid Hildenbrand1-8/+24
2025-03-17fs/dax: properly refcount fs dax pagesAlistair Popple1-1/+6
2025-03-17mm: allow compound zone device pagesAlistair Popple1-2/+7
2025-03-16mm: make vma cache SLAB_TYPESAFE_BY_RCUSuren Baghdasaryan1-3/+10
2025-03-16mm: move lesser used vma_area_struct members into the last cachelineSuren Baghdasaryan1-20/+18
2025-03-16mm: replace vm_lock and detached flag with a reference countSuren Baghdasaryan1-12/+10
2025-03-16mm: move per-vma lock into vm_area_structSuren Baghdasaryan1-2/+4
2025-02-27mm, bpf: Introduce free_pages_nolock()Alexei Starovoitov1-0/+4
2025-02-18sched: Compact RSEQ concurrency IDs with reduced threads and affinityMathieu Desnoyers1-3/+4
2025-01-31Merge tag 'x86-mm-2025-01-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2025-01-13mm: convert mm_lock_seq to a proper seqcountSuren Baghdasaryan1-2/+5
2025-01-13x86: mm: free page table pages by RCU instead of semi RCUQi Zheng1-1/+3
2024-12-30mm: hugetlb: independent PMD page table shared countLiu Shixin1-0/+30
2024-12-20Merge branch 'linus' into x86/mm, to pick up fixesIngo Molnar1-27/+147
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+84
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-18/+0
2024-11-19x86/mm/tlb: Add tracepoint for TLB flush IPI to stale CPURik van Riel1-0/+1
2024-11-11mm: move the page fragment allocator from page_alloc into its own fileYunsheng Lin1-18/+0
2024-11-05mm: move mm flags to mm_types.hNanyong Sun1-0/+84
2024-10-14sched: Improve cache locality of RSEQ concurrency IDs for intermittent workloadsMathieu Desnoyers1-9/+63
2024-09-03mm: remove PageSwapCacheMatthew Wilcox (Oracle)1-1/+1
2024-09-01mm: add optional close() to struct vm_special_mappingMichael Ellerman1-0/+3
2024-09-01mm: fix (harmless) type confusion in lock_vma_under_rcu()Jann Horn1-2/+13
2024-09-01mm: turn USE_SPLIT_PTE_PTLOCKS / USE_SPLIT_PTE_PTLOCKS into Kconfig optionsDavid Hildenbrand1-1/+1
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-11/+22
2024-07-15mm/memcg: alignment memcg_data define conditionAlex Shi (Tencent)1-2/+7
2024-07-03mm: allow reuse of the lower 16 bit of the page type with an actual typeDavid Hildenbrand1-0/+5
2024-07-03mm: update _mapcount and page_type documentationDavid Hildenbrand1-11/+17
2024-06-05mm/ksm: fix ksm_zero_pages accountingChengming Zhou1-1/+1
2024-05-05mm/madvise: introduce clear_young_dirty_ptes() batch helperLance Yang1-0/+9
2024-05-05mm: track mapcount of large folios in single valueDavid Hildenbrand1-2/+3