summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)AuthorFilesLines
2025-08-05Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+4
2025-08-02mm/mseal: always define VM_SEALEDLorenzo Stoakes1-2/+4
2025-08-01Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-24/+53
2025-07-30Merge tag 'slab-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds1-1/+3
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-2/+2
2025-07-25mm/util: introduce snapshot_page()Luiz Capitulino1-0/+19
2025-07-24netmem, 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-14mm: simplify folio_expected_ref_count()David Hildenbrand1-2/+2
2025-07-14mm, madvise: extract mm code from prctl_set_vma() to mm/madvise.cVlastimil Babka1-7/+7
2025-07-13Merge branch 'mm-hotfixes-stable' into mm-stable to pick up changes whichAndrew Morton1-0/+5
2025-07-10mm: remove callers of pfn_t functionalityAlistair Popple1-2/+2
2025-07-10mm: remove devmap related functions and page table bitsAlistair Popple1-7/+0
2025-07-10mm: update core kernel code to use vm_flags_t consistentlyLorenzo Stoakes1-3/+3
2025-07-10mm: change vm_get_page_prot() to accept vm_flags_t argumentLorenzo Stoakes1-2/+2
2025-07-10mm/huge_memory: don't mark refcounted folios special in vmf_insert_folio_pud()David Hildenbrand1-1/+18
2025-07-10mm: 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-03Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+3
2025-06-01mm: rename page->index to page->__folio_indexMatthew Wilcox (Oracle)1-3/+3
2025-06-01Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-248/+109
2025-05-29Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+58
2025-05-23mm: convert do_set_pmd() to take a folioBaolin Wang1-1/+1
2025-05-23mm: remove VM_PATDavid Hildenbrand1-3/+1
2025-05-21mm: fix VM_UFFD_MINOR == VM_SHADOW_STACK on USERFAULTFD=y && ARM64_GCS=yFlorent Revest1-1/+1
2025-05-13mm: establish mm/vma_exec.c for shared exec/mm VMA functionalityLorenzo Stoakes1-1/+0
2025-05-13mm: add folio_expected_ref_count() for reference count calculationShivank Garg1-0/+55
2025-05-13mm/rmap: inline folio_test_large_maybe_mapped_shared() into callersLance Yang1-1/+1
2025-05-12mm: move mmap/vma locking logic into specific filesLorenzo Stoakes1-227/+4
2025-05-12mm: skip ptlock_init() for kernel PMDsKevin Brodsky1-1/+1
2025-05-12mm: call ctor/dtor for kernel PTEsKevin Brodsky1-1/+1
2025-05-12mm: pass mm down to pagetable_{pte,pmd}_ctorKevin Brodsky1-2/+4
2025-05-12mm: annotate data race in update_hiwater_rssIgnacio Encinas1-1/+2
2025-05-12mm: delete thp_nr_pages()Matthew Wilcox (Oracle)1-9/+0
2025-05-12mm: remove offset_in_thp()Matthew Wilcox (Oracle)1-1/+0
2025-05-12mm: add folio_mk_pmd()Matthew Wilcox (Oracle)1-0/+17
2025-05-12mm: add folio_mk_pte()Matthew Wilcox (Oracle)1-0/+15
2025-05-12mm: make mk_pte() definition unconditionalMatthew Wilcox (Oracle)1-2/+0
2025-05-12mm: 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-18fs/dax: fix folio splitting issue by resetting old folio order + _nr_pagesDavid Hildenbrand1-0/+17
2025-04-15page_pool: Track DMA-mapped pages and unmap them when destroying the poolToke Høiland-Jørgensen1-4/+42
2025-04-15page_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/...Linus Torvalds1-0/+10
2025-04-02Merge tag 'vfio-v6.15-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-0/+2
2025-04-02mseal 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/...Linus Torvalds1-119/+212
2025-03-31Merge tag 'trace-ringbuffer-v6.15-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2025-03-30Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-0/+5