summaryrefslogtreecommitdiff
path: root/mm/nommu.c
AgeCommit message (Expand)Author
2026-08-24mm: nommu: point to the write iterator upon split_vmaHajime Tazaki
2026-08-06mm/vma: update do_mmap() to use vma_flags_tLorenzo Stoakes
2026-08-04mm/vma: correct incorrect vma.h inclusionLorenzo Stoakes
2026-08-04mm/vma: introduce and use vma_set_pgoff()Lorenzo Stoakes
2026-08-04mm/vma: add and use vma_[add/sub]_pgoff()Lorenzo Stoakes
2026-08-04mm: use linear_page_[index, delta]() consistentlyLorenzo Stoakes
2026-08-04mm/vma: use vma_start_pgoff(), linear_page_index() in mm codeLorenzo Stoakes
2026-08-04mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()Lorenzo Stoakes
2026-08-04mm/rmap: parameterise vma_interval_tree_*() by address_spaceLorenzo Stoakes
2026-08-04mm: nommu: fix the error path when vma_iter_prealloc() failsHajime Tazaki
2026-07-30mm: nommu: add sysctl_max_map_count() check for do_mmap()Hajime Tazaki
2026-04-05mm: abstract reading sysctl_max_map_count, and READ_ONCE()Lorenzo Stoakes (Oracle)
2025-09-13mm/nommu: convert kobjsize() to foliosSidhartha Kumar
2025-09-13mm/vmalloc: allow to set node and align in vreallocVitaly Wool
2025-08-05Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-08-02mm: correct type for vmalloc vm_flags fieldsLorenzo Stoakes
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-07-09mm: update core kernel code to use vm_flags_t consistentlyLorenzo Stoakes
2025-06-17fs: consistently use can_mmap_file() helperLorenzo Stoakes
2025-06-17mm/nommu: use file_has_valid_mmap_hooks() helperLorenzo Stoakes
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-12mm: perform VMA allocation, freeing, duplication in mmLorenzo Stoakes
2025-05-12mm: move dup_mmap() to mmLorenzo Stoakes
2025-05-11mm: move mmap/vma locking logic into specific filesLorenzo Stoakes
2025-05-03mm: Add vmalloc_huge_node()Peter Zijlstra
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-30Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-03-26Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-03-17arch, mm: set high_memory in free_area_init()Mike Rapoport (Microsoft)
2025-03-17arch, mm: set max_mapnr when allocating memory map for FLATMEMMike Rapoport (Microsoft)
2025-03-16mm: introduce vma_iter_store_attached() to use with attached vmasSuren Baghdasaryan
2025-03-13Revert "fsnotify: generate pre-content permission event on page fault"Amir Goldstein
2025-02-19mm: Add copy_remote_vm_str() for readng C strings from remote VMJordan Rome
2025-02-07mm: nommu: move sysctl to mm/nommu.cKaixiong Yu
2024-12-11fsnotify: generate pre-content permission event on page faultJosef Bacik
2024-11-11nommu: pass NULL argument to vma_iter_prealloc()Hajime Tazaki
2024-11-05mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handlingLorenzo Stoakes
2024-11-05mm: unconditionally close VMAs on errorLorenzo Stoakes
2024-11-05mm: avoid unsafe VMA hook invocation when error arises on mmap hookLorenzo Stoakes
2024-09-01mm: remove follow_page()David Hildenbrand
2024-09-01mm: vmalloc: implement vrealloc()Danilo Krummrich
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-04-25mm: remove follow_pfnChristoph Hellwig
2024-04-25mm: vmalloc: enable memory allocation profilingKent Overstreet
2024-04-15mm: add nommu variant of vm_insert_pages()Jens Axboe
2024-02-23mm/vmalloc: remove vmap_area_listBaoquan He
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-10-18mm: make vma_merge() and split_vma() internalLorenzo Stoakes
2023-10-18mm: make __access_remote_vm() staticLorenzo Stoakes
2023-10-03mm: Remove unused vm_brk()Kees Cook