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