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