aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-19page_pool: Fix PP_MAGIC_MASK to avoid crashing on some 32-bit archesToke Høiland-Jørgensen1-9/+13
2025-10-15mm/ksm: fix flag-dropping behavior in ksm_madviseJakub Acs1-1/+1
2025-08-05Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+4
2025-08-02mm/mseal: always define VM_SEALEDLorenzo Stoakes1-2/+4
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-24/+53
2025-07-30Merge tag 'slab-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slabLinus Torvalds1-1/+3
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-2/+2
2025-07-24mm/util: introduce snapshot_page()Luiz Capitulino1-0/+19
2025-07-23netmem, mlx4: access ->pp_ref_count through netmem_desc instead of pageByungchul Park1-2/+2
2025-07-22Merge branch 'acpi-apei'Rafael J. Wysocki1-1/+0
2025-07-16ACPI: APEI: handle synchronous exceptions in task workShuai Xue1-1/+0
2025-07-13mm: simplify folio_expected_ref_count()David Hildenbrand1-2/+2
2025-07-13mm, madvise: extract mm code from prctl_set_vma() to mm/madvise.cVlastimil Babka1-7/+7
2025-07-12Merge branch 'mm-hotfixes-stable' into mm-stable to pick up changes whichAndrew Morton1-0/+5
2025-07-09mm: remove callers of pfn_t functionalityAlistair Popple1-2/+2
2025-07-09mm: remove devmap related functions and page table bitsAlistair Popple1-7/+0
2025-07-09mm: update core kernel code to use vm_flags_t consistentlyLorenzo Stoakes1-3/+3
2025-07-09mm: change vm_get_page_prot() to accept vm_flags_t argumentLorenzo Stoakes1-2/+2
2025-07-09mm/huge_memory: don't mark refcounted folios special in vmf_insert_folio_pud()David Hildenbrand1-1/+18
2025-07-09mm: fix the inaccurate memory statistics issue for usersBaolin Wang1-0/+5
2025-06-17mm, slab: use frozen pages for large kmallocVlastimil Babka1-1/+3
2025-06-02Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus 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/kernel/git/akpm/mmLinus Torvalds1-248/+109
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+58
2025-05-22mm: convert do_set_pmd() to take a folioBaolin Wang1-1/+1
2025-05-22mm: remove VM_PATDavid Hildenbrand1-3/+1
2025-05-20mm: fix VM_UFFD_MINOR == VM_SHADOW_STACK on USERFAULTFD=y && ARM64_GCS=yFlorent Revest1-1/+1
2025-05-12mm: establish mm/vma_exec.c for shared exec/mm VMA functionalityLorenzo Stoakes1-1/+0
2025-05-12mm: add folio_expected_ref_count() for reference count calculationShivank Garg1-0/+55
2025-05-12mm/rmap: inline folio_test_large_maybe_mapped_shared() into callersLance Yang1-1/+1
2025-05-11mm: move mmap/vma locking logic into specific filesLorenzo Stoakes1-227/+4
2025-05-11mm: skip ptlock_init() for kernel PMDsKevin Brodsky1-1/+1
2025-05-11mm: call ctor/dtor for kernel PTEsKevin Brodsky1-1/+1
2025-05-11mm: pass mm down to pagetable_{pte,pmd}_ctorKevin Brodsky1-2/+4
2025-05-11mm: annotate data race in update_hiwater_rssIgnacio Encinas1-1/+2
2025-05-11mm: delete thp_nr_pages()Matthew Wilcox (Oracle)1-9/+0
2025-05-11mm: remove offset_in_thp()Matthew Wilcox (Oracle)1-1/+0
2025-05-11mm: add folio_mk_pmd()Matthew Wilcox (Oracle)1-0/+17
2025-05-11mm: add folio_mk_pte()Matthew Wilcox (Oracle)1-0/+15
2025-05-11mm: make mk_pte() definition unconditionalMatthew Wilcox (Oracle)1-2/+0
2025-05-11mm: introduce a common definition of mk_pte()Matthew Wilcox (Oracle)1-0/+9
2025-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+17
2025-04-17fs/dax: fix folio splitting issue by resetting old folio order + _nr_pagesDavid Hildenbrand1-0/+17
2025-04-14page_pool: Track DMA-mapped pages and unmap them when destroying the poolToke Høiland-Jørgensen1-4/+42
2025-04-14page_pool: Move pp_magic check into helper functionsToke Høiland-Jørgensen1-0/+20
2025-04-03Merge tag 'mm-stable-2025-04-02-22-07' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+10
2025-04-01Merge tag 'vfio-v6.15-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-0/+2
2025-04-01mseal sysmap: kernel config and header changeJeff Xu1-0/+10
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-119/+212