summaryrefslogtreecommitdiffstats
path: root/mm/init-mm.c
AgeCommit message (Expand)AuthorLines
2025-03-16mm: replace vm_lock and detached flag with a reference countSuren Baghdasaryan-0/+1
2024-12-02mm: convert mm_lock_seq to a proper seqcountSuren Baghdasaryan-1/+1
2023-12-12mm: Deprecate pasid fieldTina Zhang-3/+0
2023-12-12iommu: Change kconfig around IOMMU_SVAJason Gunthorpe-1/+1
2023-08-21mm: move dummy_vm_ops out of a headerMateusz Guzik-0/+2
2023-04-30Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+2
2023-04-05mm: add per-VMA lock and helper functions to control itSuren Baghdasaryan-0/+3
2023-03-31iommu/ioasid: Rename INVALID_IOASIDJacob Pan-2/+2
2022-09-26mm: remove rb tree.Liam R. Howlett-2/+0
2022-09-26mm: start tracking VMAs with maple treeLiam R. Howlett-0/+2
2022-02-14kernel/fork: Initialize mm's PASIDFenghua Yu-0/+4
2021-07-08mm: add setup_initial_init_mm() helperKefeng Wang-0/+9
2020-12-15mm/gup: prevent gup_fast from racing with COW during forkJason Gunthorpe-0/+1
2020-06-09mmap locking API: add MMAP_LOCK_INITIALIZERMichel Lespinasse-1/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport-1/+1
2019-10-19mm/init-mm.c: include <linux/mman.h> for vm_committed_as_batchBen Dooks (Codethink)-0/+1
2019-09-24mm: use CPU_BITS_NONE to initialize init_mm.cpu_bitmaskMike Rapoport-1/+1
2018-07-17mm: Allocate the mm_cpumask (mm->cpu_bitmap[]) dynamically based on nr_cpu_idsRik van Riel-0/+11
2018-06-07mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_structYang Shi-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2016-11-22mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman-0/+2
2011-07-26atomic: use <linux/atomic.h>Arun Sharma-1/+1
2011-05-25mm: convert mm->cpu_vm_cpumask into cpumask_var_tKOSAKI Motohiro-1/+0
2010-08-09mm: provide init_mm mm_context initializerHeiko Carstens-0/+6
2009-06-16mm: consolidate init_mm definitionAlexey Dobriyan-0/+20