summaryrefslogtreecommitdiff
path: root/include/linux/mm_types.h
AgeCommit message (Expand)Author
9 daysmm: Remove tlb_flush_reason::NR_TLB_FLUSH_REASONS from <linux/mm_types.h>Tal Zussman
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-11-29mm: introduce VMA flags bitmap typeLorenzo Stoakes
2025-11-29mm: simplify and rename mm flags function for clarityLorenzo Stoakes
2025-11-25sched/mmcid: Move initialization out of lineThomas Gleixner
2025-11-25sched/mmcid: Convert mm CID mask to a bitmapThomas Gleixner
2025-11-24mm: introduce leaf entry type and use to simplify leaf entry logicLorenzo Stoakes
2025-11-20sched/mmcid: Move scheduler code out of global headerThomas Gleixner
2025-11-20sched/mmcid: Use proper data structuresThomas Gleixner
2025-11-20sched/mmcid: Revert the complex CID managementThomas Gleixner
2025-11-16mm: add ability to take further action in vm_area_descLorenzo Stoakes
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-09-29Merge tag 'execve-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-09-25mm/hugetlb: fix copy_hugetlb_page_range() to use ->pt_share_countJane Chu
2025-09-22mm: specify separate file and vm_file params in vm_area_descLorenzo Stoakes
2025-09-21mm: remove page->orderMatthew Wilcox (Oracle)
2025-09-21ptdesc: convert __page_flags to pt_flagsMatthew Wilcox (Oracle)
2025-09-21mm: remove mlock_count from struct pageMatthew Wilcox (Oracle)
2025-09-21mm: constify ptdesc_pmd_pts_count() and folio_get_private()Max Kellermann
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)
2025-09-13prctl: extend PR_SET_THP_DISABLE to optionally exclude VM_HUGEPAGEDavid Hildenbrand
2025-09-13mm: replace mm->flags with bitmap entirely and set to 64 bitsLorenzo Stoakes
2025-09-13mm: update fork mm->flags initialisation to use bitmapLorenzo Stoakes
2025-09-13mm: correct sign-extension issue in MMF_* flag masksLorenzo Stoakes
2025-09-13mm: update coredump logic to correctly use bitmap mm flagsLorenzo Stoakes
2025-09-13mm: add bitmap mm->flags fieldLorenzo Stoakes
2025-09-13mm: rename MMF_HUGE_ZERO_PAGE to MMF_HUGE_ZERO_FOLIOPankaj Raghav
2025-09-13mm: correct misleading comment on mmap_lock field in mm_structAdrian Huang (Lenovo)
2025-09-03binfmt_elf: preserve original ELF e_flags for core dumpsSvetlana Parfenova
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-07-13mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*David Hildenbrand
2025-07-11futex: Use RCU-based per-CPU reference counting instead of rcuref_tPeter Zijlstra
2025-07-09mm: update core kernel code to use vm_flags_t consistentlyLorenzo Stoakes
2025-06-02Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-31mm: rename page->index to page->__folio_indexMatthew Wilcox (Oracle)
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-22mm: convert VM_PFNMAP tracking to pfnmap_track() + pfnmap_untrack()David Hildenbrand
2025-05-13mm: introduce new .mmap_prepare() file callbackLorenzo Stoakes
2025-05-12mm: remove unused macro INIT_PASIDCheng-Han Wu
2025-05-03futex: Allow to resize the private local hashSebastian Andrzej Siewior
2025-05-03futex: Add basic infrastructure for local task local hashSebastian Andrzej Siewior
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-30Merge tag 'bpf_try_alloc_pages' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-17mm/rmap: basic MM owner tracking for large folios (!hugetlb)David Hildenbrand
2025-03-17mm: move _entire_mapcount in folio to page[2] on 32bitDavid Hildenbrand
2025-03-17mm: move _pincount in folio to page[2] on 32bitDavid Hildenbrand
2025-03-17mm: move hugetlb specific things in folio to page[3]David Hildenbrand
2025-03-17mm: let _folio_nr_pages overlay memcg_data in first tail pageDavid Hildenbrand
2025-03-17fs/dax: properly refcount fs dax pagesAlistair Popple
2025-03-17mm: allow compound zone device pagesAlistair Popple