aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm/nommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-8/+2
2025-03-30Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds1-0/+79
2025-03-26Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctlLinus Torvalds1-1/+14
2025-03-17arch, mm: set high_memory in free_area_init()Mike Rapoport (Microsoft)1-2/+0
2025-03-17arch, mm: set max_mapnr when allocating memory map for FLATMEMMike Rapoport (Microsoft)1-4/+0
2025-03-16mm: introduce vma_iter_store_attached() to use with attached vmasSuren Baghdasaryan1-2/+2
2025-03-13Revert "fsnotify: generate pre-content permission event on page fault"Amir Goldstein1-7/+0
2025-02-19mm: Add copy_remote_vm_str() for readng C strings from remote VMJordan Rome1-0/+79
2025-02-07mm: nommu: move sysctl to mm/nommu.cKaixiong Yu1-1/+14
2024-12-11fsnotify: generate pre-content permission event on page faultJosef Bacik1-0/+7
2024-11-11nommu: pass NULL argument to vma_iter_prealloc()Hajime Tazaki1-1/+1
2024-11-05mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handlingLorenzo Stoakes1-1/+1
2024-11-05mm: unconditionally close VMAs on errorLorenzo Stoakes1-2/+1
2024-11-05mm: avoid unsafe VMA hook invocation when error arises on mmap hookLorenzo Stoakes1-2/+2
2024-09-01mm: remove follow_page()David Hildenbrand1-6/+0
2024-09-01mm: vmalloc: implement vrealloc()Danilo Krummrich1-0/+5
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-49/+28
2024-04-25mm: remove follow_pfnChristoph Hellwig1-21/+0
2024-04-25mm: vmalloc: enable memory allocation profilingKent Overstreet1-28/+28
2024-04-15mm: add nommu variant of vm_insert_pages()Jens Axboe1-0/+7
2024-02-23mm/vmalloc: remove vmap_area_listBaoquan He1-2/+0
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-4/+4
2023-10-18mm: make vma_merge() and split_vma() internalLorenzo Stoakes1-2/+2
2023-10-18mm: make __access_remote_vm() staticLorenzo Stoakes1-2/+2
2023-10-03mm: Remove unused vm_brk()Kees Cook1-5/+0
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2023-08-21mm/nommu.c: use helper macro K()ZhangPeng1-2/+2
2023-08-18mm: set up vma iterator for vma_iter_prealloc() callsLiam R. Howlett1-19/+14
2023-08-18mm: use vma_iter_clear_gfp() in nommuLiam R. Howlett1-8/+4
2023-08-18mm: make show_free_areas() staticKefeng Wang1-4/+4
2023-07-11mm: Re-introduce vm_flags to do_mmap()Yu-cheng Yu1-2/+2
2023-07-01xtensa: fix lock_mm_and_find_vma in case VMA not foundMax Filippov1-1/+6
2023-06-30xtensa: fix NOMMU build with lock_mm_and_find_vma() conversionLinus Torvalds1-0/+11
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds1-11/+7
2023-06-24mm: make find_extend_vma() fail if write lock not heldLiam R. Howlett1-1/+2
2023-04-05mm: vmalloc: convert vread() to vread_iter()Lorenzo Stoakes1-5/+5
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-5/+6
2023-02-09mm: switch vma_merge(), split_vma(), and __split_vma to vma iteratorLiam R. Howlett1-3/+5
2023-02-09nommu: pass through vma iterator to shrink_vma()Liam R. Howlett1-46/+17
2023-02-09nommu: convert nommu to using the vma iteratorLiam R. Howlett1-48/+31
2023-02-02maple_tree: remove the parameter entry of mas_preallocateVernon Yang1-4/+4
2023-01-18mm/nommu: don't use VM_MAYSHARE for MAP_PRIVATE mappingsDavid Hildenbrand1-21/+30
2023-01-18mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_mapping()David Hildenbrand1-5/+6
2023-01-11nommu: fix split_vma() map_count errorLiam Howlett1-1/+3
2023-01-11nommu: fix do_munmap() error pathLiam Howlett1-1/+2
2023-01-11nommu: fix memory leak in do_mmap() error pathLiam Howlett1-1/+1
2022-09-26mm: remove the vma linked listLiam R. Howlett1-6/+0
2022-09-26nommu: remove uses of VMA linked listMatthew Wilcox (Oracle)1-37/+109
2022-09-26mm: remove vmacacheLiam R. Howlett1-33/+4
2022-09-26mm: use maple tree operations for find_vma_intersection()Liam R. Howlett1-0/+11