summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)AuthorFilesLines
4 daysmm: fix build on 32-bit targets without MAX_PHYSMEM_BITSLinus Torvalds1-1/+1
6 daysMerge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-159/+145
9 daysMerge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+3
10 daysMerge tag 'execve-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+10
11 daysmm: remove follow_pte()Peter Xu1-2/+0
11 daysmm: new follow_pfnmap APIPeter Xu1-0/+31
11 daysmm: introduce ARCH_SUPPORTS_HUGE_PFNMAP and special bits to pmd/pudPeter Xu1-0/+24
11 daysMerge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
12 daysMerge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-8/+12
2024-09-13mm: Define VM_DROPPABLE for powerpc/32Christophe Leroy1-1/+3
2024-09-11mm: release number of pages of a folioKundan Kumar1-0/+1
2024-09-10mm/codetag: add pgalloc_tag_copy()Yu Zhao1-0/+27
2024-09-10mm/codetag: fix pgalloc_tag_split()Yu Zhao1-0/+30
2024-09-04arm64: re-order MTE VM_ flagsJoey Gouly1-2/+2
2024-09-04mm: use ARCH_PKEY_BITS to define VM_PKEY_BITNJoey Gouly1-6/+10
2024-09-04ipc/shm, mm: drop do_vma_munmap()Liam R. Howlett1-3/+3
2024-09-04mm: introduce page_mapcount_is_type()Matthew Wilcox (Oracle)1-2/+1
2024-09-02mm: remove legacy install_special_mapping() codeLinus Torvalds1-4/+0
2024-09-02mm: rework accept memory helpersKirill A. Shutemov1-7/+5
2024-09-02mm: remove follow_page()David Hildenbrand1-3/+0
2024-09-02mm: clarify folio_likely_mapped_shared() documentation for KSM foliosDavid Hildenbrand1-6/+8
2024-09-02mm: move internal core VMA manipulation functions to own fileLorenzo Stoakes1-35/+0
2024-09-02mm: move vma_shrink(), vma_expand() to internal headerLorenzo Stoakes1-16/+1
2024-09-02mm: move vma_modify() and helpers to internal headerLorenzo Stoakes1-60/+0
2024-09-02s390/uv: drop arch_make_page_accessible()David Hildenbrand1-7/+0
2024-09-02mm: simplify arch_make_folio_accessible()David Hildenbrand1-10/+1
2024-09-02mm: turn USE_SPLIT_PTE_PTLOCKS / USE_SPLIT_PTE_PTLOCKS into Kconfig optionsDavid Hildenbrand1-4/+4
2024-09-02memory tiering: introduce folio_use_access_time() checkZi Yan1-0/+6
2024-09-02Merge tag 'x86-urgent-2024-09-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+4
2024-08-20x86/kaslr: Expose and use the end of the physical memory address spaceThomas Gleixner1-0/+4
2024-08-16mm/hugetlb: fix hugetlb vs. core-mm PT lockingDavid Hildenbrand1-0/+11
2024-08-14binfmt_elf: mseal address zeroJeff Xu1-0/+10
2024-07-27alloc_tag: outline and export free_reserved_page()Suren Baghdasaryan1-15/+1
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-4/+4
2024-07-24Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+7
2024-07-22Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-68/+13
2024-07-19mm: add MAP_DROPPABLE for designating always lazily freeable mappingsJason A. Donenfeld1-0/+7
2024-07-19Merge tag 'slab-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds1-3/+3
2024-07-19Merge tag 'memblock-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2024-07-15Merge branch 'slab/for-6.11/buckets' into slab/for-nextVlastimil Babka1-3/+3
2024-07-13mm/gup: introduce memfd_pin_folios() for pinning memfd foliosVivek Kasireddy1-0/+3
2024-07-13mm/gup: introduce unpin_folio/unpin_folios helpersVivek Kasireddy1-0/+2
2024-07-06mm: add folio_mc_copy()Kefeng Wang1-0/+1
2024-07-04mm: memory: convert clear_huge_page() to folio_zero_user()Kefeng Wang1-3/+1
2024-07-04mm: remove page_mkclean()Kefeng Wang1-1/+1
2024-07-04mm: remove page_maybe_dma_pinned()Kefeng Wang1-7/+2
2024-07-04mm/mm_init: initialize page->_mapcount directly in __init_single_page()David Hildenbrand1-5/+0
2024-07-04mm: update _mapcount and page_type documentationDavid Hildenbrand1-5/+0
2024-07-04mm/memory-failure: move some function declarations into internal.hMiaohe Lin1-7/+0
2024-07-04mm/memory-failure: remove MF_MSG_SLABMiaohe Lin1-1/+0