summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)AuthorFilesLines
7 daysMerge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-21/+231
13 daysMerge tag 'riscv-for-linus-7.0-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+3
14 daysmm: make vm_area_desc utilise vma_flags_t onlyLorenzo Stoakes1-2/+7
14 daysmm: update all remaining mmap_prepare users to use vma_flags_tLorenzo Stoakes1-5/+19
14 daysmm: add basic VMA flag operation helper functionsLorenzo Stoakes1-0/+165
14 daysmm: add mk_vma_flags() bitmap flag macro helperLorenzo Stoakes1-0/+33
14 daysmm: rename vma_flag_test/set_atomic() to vma_test/set_atomic_flag()Lorenzo Stoakes1-8/+5
14 daysmm/vma: remove __private sparse decoration from vma_flags_tLorenzo Stoakes1-2/+2
14 daysmm/vma: use unmap_desc in exit_mmap() and vms_clear_ptes()Liam R. Howlett1-4/+0
14 daysMerge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-6/+66
2026-02-12Merge tag 'iommu-updates-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+5
2026-02-10Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-28/+5
2026-02-06Merge branches 'fixes', 'arm/smmu/updates', 'intel/vt-d', 'amd/amd-vi' and 'c...Joerg Roedel1-0/+5
2026-02-01mm/vma: add and use vma_assert_stabilised()Lorenzo Stoakes1-4/+1
2026-02-01mm: fix OOM killer inaccuracy on large many-core systemsMathieu Desnoyers1-0/+7
2026-01-27arch, mm: consolidate initialization of nodes, zones and memory mapMike Rapoport (Microsoft)1-2/+2
2026-01-27alpha: introduce arch_zone_limits_init()Mike Rapoport (Microsoft)1-0/+1
2026-01-26mm: add VM_SHADOW_STACK definition for riscvDeepak Gupta1-2/+3
2026-01-21mm: folio_zero_user: clear page rangesAnkur Arora1-0/+35
2026-01-21mm: introduce clear_pages() and clear_user_pages()Ankur Arora1-0/+20
2026-01-20mm: do not copy page tables unnecessarily for VM_UFFD_WPLorenzo Stoakes1-1/+5
2026-01-10iommu: debug-pagealloc: Check mapped/unmapped kernel memoryMostafa Saleh1-0/+5
2026-01-05compiler-context-analysis: Remove __cond_lock() function-like helperMarco Elver1-28/+5
2025-12-23mm: consider non-anon swap cache folios in folio_expected_ref_count()Bijan Tabatabai1-4/+4
2025-12-13Merge tag 'mm-stable-2025-12-11-11-39' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-12-09mm: fix CONFIG_STACK_GROWSUP typo in mm.hLukas Bulwahn1-1/+1
2025-12-06Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-176/+505
2025-12-02Merge tag 'core-rseq-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-25/+0
2025-12-02Merge tag 'objtool-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2025-12-01Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+4
2025-11-29mm: introduce VMA flags bitmap typeLorenzo Stoakes1-5/+19
2025-11-29mm: declare VMA flags by bitLorenzo Stoakes1-168/+211
2025-11-25fs: Add uoff_tMatthew Wilcox (Oracle)1-4/+4
2025-11-25mm: softdirty: add pgtable_supports_soft_dirty()Chunyan Zhang1-0/+3
2025-11-21mm: propagate VM_SOFTDIRTY on mergeLorenzo Stoakes1-8/+7
2025-11-21mm: introduce copy-on-fork VMAs and make VM_MAYBE_GUARD oneLorenzo Stoakes1-0/+26
2025-11-21mm: implement sticky VMA flagsLorenzo Stoakes1-0/+28
2025-11-21mm: add atomic VMA flags and set VM_MAYBE_GUARD as suchLorenzo Stoakes1-0/+44
2025-11-21mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smapsLorenzo Stoakes1-0/+3
2025-11-21mm: kill mm_wr_locked from unmap_vmas() and unmap_single_vma()Kefeng Wang1-1/+1
2025-11-17mm: handle poisoning of pfn without struct pagesAnkit Agrawal1-0/+1
2025-11-17mm: make INVALID_PHYS_ADDR a generic macroAnshuman Khandual1-0/+2
2025-11-17mm: introduce deferred freeing for kernel page tablesDave Hansen1-3/+13
2025-11-17mm: introduce pure page table freeing functionDave Hansen1-3/+8
2025-11-17mm: actually mark kernel page table pagesDave Hansen1-0/+3
2025-11-17mm: add a ptdesc flag to mark kernel page tablesDave Hansen1-0/+41
2025-11-17mm: add ability to take further action in vm_area_descLorenzo Stoakes1-0/+74
2025-11-17mm: abstract io_remap_pfn_range() based on PFNLorenzo Stoakes1-5/+14
2025-11-17mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()Lorenzo Stoakes1-4/+18
2025-11-17mm: add vma_desc_size(), vma_desc_pages() helpersLorenzo Stoakes1-0/+10