summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)AuthorFilesLines
2025-03-18Merge tag 'mm-hotfixes-stable-2025-03-17-20-09' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+7
2025-03-17mm: decline to manipulate the refcount on a slab pageMatthew Wilcox (Oracle)1-1/+7
2025-03-13Revert "fsnotify: generate pre-content permission event on page fault"Amir Goldstein1-1/+0
2025-01-27Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-102/+27
2025-01-26mm: make mmap_region() internalLorenzo Stoakes1-3/+0
2025-01-26mm: introduce ctor/dtor at PGD levelKevin Brodsky1-0/+5
2025-01-26mm: move common part of pagetable_*_ctor to helperKevin Brodsky1-16/+12
2025-01-26lib/list_debug.c: add object information in case of invalid objectManinder Singh1-6/+0
2025-01-26mm: pgtable: introduce generic pagetable_dtor_free()Qi Zheng1-0/+6
2025-01-26mm: pgtable: introduce pagetable_dtor()Qi Zheng1-43/+9
2025-01-26mm: pgtable: add statistics for P4D level page tableQi Zheng1-0/+16
2025-01-24Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2025-01-21Merge tag 'perf-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+6
2025-01-14mm: perform all memfd seal checks in a single placeLorenzo Stoakes1-55/+0
2025-01-14mm: convert mm_lock_seq to a proper seqcountSuren Baghdasaryan1-6/+6
2025-01-14mm: pgtable: reclaim empty PTE page in madvise(MADV_DONTNEED)Qi Zheng1-0/+1
2025-01-14mm: abstract get_arg_page() stack expansion and mmap read lockLorenzo Stoakes1-3/+2
2024-12-31mm: hugetlb: independent PMD page table shared countLiu Shixin1-0/+1
2024-12-31mm: reinstate ability to map write-sealed memfd mappings read-onlyLorenzo Stoakes1-18/+40
2024-12-19mm: use clear_user_(high)page() for arch with special user folio handlingZi Yan1-0/+18
2024-12-19mm: add RCU annotation to pte_offset_map(_lock)Petr Malat1-2/+11
2024-12-11fsnotify: generate pre-content permission event on page faultJosef Bacik1-0/+1
2024-12-02mm: convert mm_lock_seq to a proper seqcountSuren Baghdasaryan1-6/+6
2024-11-26Merge tag 'fuse-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-68/+9
2024-11-21Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2024-11-19Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+17
2024-11-12mm: define general function pXd_init()Bibo Mao1-3/+0
2024-11-11mm: delete the unused put_pages_list()Hugh Dickins1-2/+0
2024-11-08mm: convert page_to_pgoff() to page_pgoff()Matthew Wilcox (Oracle)1-1/+1
2024-11-08mm/codetag: uninline and move pgalloc_tag_copy and pgalloc_tag_splitSuren Baghdasaryan1-58/+0
2024-11-08alloc_tag: introduce pgtag_ref_handle to abstract page tag referencesSuren Baghdasaryan1-12/+13
2024-11-07mm/codetag: fix arg in pgalloc_tag_copy alloc_tag_subSourav Panda1-1/+1
2024-11-07kaslr: rename physmem_end and PHYSMEM_END to direct_map_physmem_endJohn Hubbard1-3/+3
2024-11-06mm: pgtable: remove pte_offset_map_nolock()Qi Zheng1-2/+0
2024-11-06mm: pgtable: introduce pte_offset_map_{ro|rw}_nolock()Qi Zheng1-0/+5
2024-11-05mm/writeback: add folio_mark_dirty_lock()Joanne Koong1-0/+1
2024-10-28mm/gup: Add folio_add_pins()Steve Sistare1-0/+1
2024-10-21LoongArch: Set initial pte entry with PAGE_GLOBAL for kernel spaceBibo Mao1-1/+2
2024-10-04mm: Define VM_SHADOW_STACK for arm64 when we support GCSMark Brown1-1/+11
2024-10-04prctl: arch-agnostic prctl for shadow stackMark Brown1-0/+4
2024-10-04mm: Define VM_HIGH_ARCH_6Mark Brown1-0/+2
2024-09-23mm: fix build on 32-bit targets without MAX_PHYSMEM_BITSLinus Torvalds1-1/+1
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-159/+145
2024-09-18Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+3
2024-09-18Merge tag 'execve-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+10
2024-09-17mm: remove follow_pte()Peter Xu1-2/+0
2024-09-17mm: new follow_pfnmap APIPeter Xu1-0/+31
2024-09-17mm: introduce ARCH_SUPPORTS_HUGE_PFNMAP and special bits to pmd/pudPeter Xu1-0/+24
2024-09-16Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1