summaryrefslogtreecommitdiffhomepage
path: root/include/linux/mm_types.h
AgeCommit message (Expand)AuthorFilesLines
2026-02-12mm: make vm_area_desc utilise vma_flags_t onlyLorenzo Stoakes1-4/+1
2026-02-12mm: add basic VMA flag operation helper functionsLorenzo Stoakes1-1/+3
2026-02-12mm/vma: remove __private sparse decoration from vma_flags_tLorenzo Stoakes1-6/+8
2026-01-31mm/vma: introduce helper struct + thread through exclusive lock fnsLorenzo Stoakes1-7/+7
2026-01-31mm/vma: document possible vma->vm_refcnt values and reference commentLorenzo Stoakes1-2/+40
2026-01-31mm/vma: rename VMA_LOCK_OFFSET to VM_REFCNT_EXCLUDE_READERS_FLAGLorenzo Stoakes1-4/+13
2026-01-20mm/hugetlb: fix excessive IPI broadcasts when unsharing PMD tables using mmu_...David Hildenbrand (Red Hat)1-0/+1
2026-01-19mm: take into account mm_cid size for mm_struct static definitionsMathieu Desnoyers1-2/+5
2026-01-19mm: rename cpu_bitmap field to flexible_arrayMathieu Desnoyers1-4/+9
2025-12-13mm: Remove tlb_flush_reason::NR_TLB_FLUSH_REASONS from <linux/mm_types.h>Tal Zussman1-1/+0
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-11/+145
2025-11-29mm: introduce VMA flags bitmap typeLorenzo Stoakes1-2/+62
2025-11-29mm: simplify and rename mm flags function for clarityLorenzo Stoakes1-9/+5
2025-11-25sched/mmcid: Move initialization out of lineThomas Gleixner1-14/+1
2025-11-25sched/mmcid: Convert mm CID mask to a bitmapThomas Gleixner1-4/+5
2025-11-24mm: introduce leaf entry type and use to simplify leaf entry logicLorenzo Stoakes1-0/+25
2025-11-20sched/mmcid: Move scheduler code out of global headerThomas Gleixner1-13/+0
2025-11-20sched/mmcid: Use proper data structuresThomas Gleixner1-42/+14
2025-11-20sched/mmcid: Revert the complex CID managementThomas Gleixner1-51/+2
2025-11-16mm: add ability to take further action in vm_area_descLorenzo Stoakes1-0/+53
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-46/+90
2025-09-29Merge tag 'execve-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+5
2025-09-25mm/hugetlb: fix copy_hugetlb_page_range() to use ->pt_share_countJane Chu1-0/+5
2025-09-22mm: specify separate file and vm_file params in vm_area_descLorenzo Stoakes1-2/+3
2025-09-21mm: remove page->orderMatthew Wilcox (Oracle)1-5/+3
2025-09-21ptdesc: convert __page_flags to pt_flagsMatthew Wilcox (Oracle)1-3/+3
2025-09-21mm: remove mlock_count from struct pageMatthew Wilcox (Oracle)1-8/+2
2025-09-21mm: constify ptdesc_pmd_pts_count() and folio_get_private()Max Kellermann1-2/+2
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)1-2/+6
2025-09-13prctl: extend PR_SET_THP_DISABLE to optionally exclude VM_HUGEPAGEDavid Hildenbrand1-8/+5
2025-09-13mm: replace mm->flags with bitmap entirely and set to 64 bitsLorenzo Stoakes1-9/+5
2025-09-13mm: update fork mm->flags initialisation to use bitmapLorenzo Stoakes1-3/+10
2025-09-13mm: correct sign-extension issue in MMF_* flag masksLorenzo Stoakes1-10/+9
2025-09-13mm: update coredump logic to correctly use bitmap mm flagsLorenzo Stoakes1-0/+12
2025-09-13mm: add bitmap mm->flags fieldLorenzo Stoakes1-1/+37
2025-09-13mm: rename MMF_HUGE_ZERO_PAGE to MMF_HUGE_ZERO_FOLIOPankaj Raghav1-1/+1
2025-09-13mm: correct misleading comment on mmap_lock field in mm_structAdrian Huang (Lenovo)1-3/+3
2025-09-03binfmt_elf: preserve original ELF e_flags for core dumpsSvetlana Parfenova1-0/+5
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus 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/...Linus 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/...Linus 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