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