summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge tag 'mm-stable-2025-12-11-11-39' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-12-09mm: fix CONFIG_STACK_GROWSUP typo in mm.hLukas Bulwahn1-1/+1
2025-12-06Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-176/+505
2025-12-02Merge tag 'core-rseq-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-25/+0
2025-12-02Merge tag 'objtool-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2025-12-01Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+4
2025-11-29mm: introduce VMA flags bitmap typeLorenzo Stoakes1-5/+19
2025-11-29mm: declare VMA flags by bitLorenzo Stoakes1-168/+211
2025-11-25fs: Add uoff_tMatthew Wilcox (Oracle)1-4/+4
2025-11-25mm: softdirty: add pgtable_supports_soft_dirty()Chunyan Zhang1-0/+3
2025-11-21mm: propagate VM_SOFTDIRTY on mergeLorenzo Stoakes1-8/+7
2025-11-21mm: introduce copy-on-fork VMAs and make VM_MAYBE_GUARD oneLorenzo Stoakes1-0/+26
2025-11-21mm: implement sticky VMA flagsLorenzo Stoakes1-0/+28
2025-11-21mm: add atomic VMA flags and set VM_MAYBE_GUARD as suchLorenzo Stoakes1-0/+44
2025-11-21mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smapsLorenzo Stoakes1-0/+3
2025-11-21mm: kill mm_wr_locked from unmap_vmas() and unmap_single_vma()Kefeng Wang1-1/+1
2025-11-17mm: handle poisoning of pfn without struct pagesAnkit Agrawal1-0/+1
2025-11-17mm: make INVALID_PHYS_ADDR a generic macroAnshuman Khandual1-0/+2
2025-11-17mm: introduce deferred freeing for kernel page tablesDave Hansen1-3/+13
2025-11-17mm: introduce pure page table freeing functionDave Hansen1-3/+8
2025-11-17mm: actually mark kernel page table pagesDave Hansen1-0/+3
2025-11-17mm: add a ptdesc flag to mark kernel page tablesDave Hansen1-0/+41
2025-11-17mm: add ability to take further action in vm_area_descLorenzo Stoakes1-0/+74
2025-11-17mm: abstract io_remap_pfn_range() based on PFNLorenzo Stoakes1-5/+14
2025-11-17mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()Lorenzo Stoakes1-4/+18
2025-11-17mm: add vma_desc_size(), vma_desc_pages() helpersLorenzo Stoakes1-0/+10
2025-11-15mm: fix MAX_FOLIO_ORDER on powerpc configs with hugetlbDavid Hildenbrand (Red Hat)1-3/+10
2025-11-04sched: Move MM CID related functions to sched.hThomas Gleixner1-25/+0
2025-10-15interval_tree: Fix ITSTATIC usage for *_subtree_search()Josh Poimboeuf1-0/+2
2025-10-11Merge tag 'mm-hotfixes-stable-2025-10-10-15-00' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+1
2025-10-09Merge tag 'net-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-9/+13
2025-10-08mm/ksm: fix flag-dropping behavior in ksm_madviseJakub Acs1-1/+1
2025-10-06page_pool: Fix PP_MAGIC_MASK to avoid crashing on some 32-bit archesToke Høiland-Jørgensen1-9/+13
2025-10-06mm: introduce num_pages_contiguous()Li Zhe1-1/+6
2025-09-28mm: silence data-race in update_hiwater_rssLance Yang1-1/+1
2025-09-22mm: constify compound_order() and page_size()Matthew Wilcox (Oracle)1-3/+3
2025-09-22mm: make folio page count functions return unsignedAristeu Rozanski1-4/+4
2025-09-22ptdesc: remove ptdesc_to_virt()Matthew Wilcox (Oracle)1-5/+6
2025-09-22ptdesc: remove references to folios from __pagetable_ctor() and pagetable_dtor()Matthew Wilcox (Oracle)1-8/+13
2025-09-22ptdesc: convert __page_flags to pt_flagsMatthew Wilcox (Oracle)1-1/+6
2025-09-22mm: constify assert/test functions in mm.hMax Kellermann1-20/+20
2025-09-22mm, s390: constify mapping related test/getter functionsMax Kellermann1-3/+3
2025-09-22mm: constify process_shares_mm() for improved const-correctnessMax Kellermann1-1/+1
2025-09-22mm: constify shmem related test functions for improved const-correctnessMax Kellermann1-4/+4
2025-09-22mm: remove nth_page()David Hildenbrand1-2/+0
2025-09-22mm/cma: refuse handing out non-contiguous page rangesDavid Hildenbrand1-0/+6
2025-09-22mm: simplify folio_page() and folio_page_idx()David Hildenbrand1-2/+14
2025-09-22mm: limit folio/compound page sizes in problematic kernel configsDavid Hildenbrand1-4/+18
2025-09-22mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_...David Hildenbrand1-2/+4
2025-09-14mm: introduce memdesc_nid()Matthew Wilcox (Oracle)1-8/+13