summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)Author
2025-11-15mm: fix MAX_FOLIO_ORDER on powerpc configs with hugetlbDavid Hildenbrand (Red Hat)
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)
2025-09-13mm: convert page_to_section() to memdesc_section()Matthew Wilcox (Oracle)
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)
2025-09-13mm: replace mm->flags with bitmap entirely and set to 64 bitsLorenzo Stoakes
2025-09-13mm: convert core mm to mm_flags_*() accessorsLorenzo Stoakes
2025-09-13mm: add bitmap mm->flags fieldLorenzo Stoakes
2025-09-13mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()David Hildenbrand
2025-09-13mm: introduce and use vm_normal_page_pud()David Hildenbrand
2025-09-13mm: replace (20 - PAGE_SHIFT) with common macros for pages<->MB conversionYe Liu
2025-08-05Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-08-02mm/mseal: always define VM_SEALEDLorenzo Stoakes
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-07-30Merge tag 'slab-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-07-24mm/util: introduce snapshot_page()Luiz Capitulino
2025-07-23netmem, mlx4: access ->pp_ref_count through netmem_desc instead of pageByungchul Park
2025-07-22Merge branch 'acpi-apei'Rafael J. Wysocki
2025-07-16ACPI: APEI: handle synchronous exceptions in task workShuai Xue
2025-07-13mm: simplify folio_expected_ref_count()David Hildenbrand
2025-07-13mm, madvise: extract mm code from prctl_set_vma() to mm/madvise.cVlastimil Babka
2025-07-12Merge branch 'mm-hotfixes-stable' into mm-stable to pick up changes whichAndrew Morton
2025-07-09mm: remove callers of pfn_t functionalityAlistair Popple
2025-07-09mm: remove devmap related functions and page table bitsAlistair Popple
2025-07-09mm: update core kernel code to use vm_flags_t consistentlyLorenzo Stoakes
2025-07-09mm: change vm_get_page_prot() to accept vm_flags_t argumentLorenzo Stoakes
2025-07-09mm/huge_memory: don't mark refcounted folios special in vmf_insert_folio_pud()David Hildenbrand
2025-07-09mm: fix the inaccurate memory statistics issue for usersBaolin Wang
2025-06-17mm, slab: use frozen pages for large kmallocVlastimil Babka
2025-06-02Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds