index
:
kernel/git/stable/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
nommu.c
Age
Commit message (
Expand
)
Author
2026-08-24
mm: nommu: point to the write iterator upon split_vma
Hajime Tazaki
2026-08-06
mm/vma: update do_mmap() to use vma_flags_t
Lorenzo Stoakes
2026-08-04
mm/vma: correct incorrect vma.h inclusion
Lorenzo Stoakes
2026-08-04
mm/vma: introduce and use vma_set_pgoff()
Lorenzo Stoakes
2026-08-04
mm/vma: add and use vma_[add/sub]_pgoff()
Lorenzo Stoakes
2026-08-04
mm: use linear_page_[index, delta]() consistently
Lorenzo Stoakes
2026-08-04
mm/vma: use vma_start_pgoff(), linear_page_index() in mm code
Lorenzo Stoakes
2026-08-04
mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()
Lorenzo Stoakes
2026-08-04
mm/rmap: parameterise vma_interval_tree_*() by address_space
Lorenzo Stoakes
2026-08-04
mm: nommu: fix the error path when vma_iter_prealloc() fails
Hajime Tazaki
2026-07-30
mm: nommu: add sysctl_max_map_count() check for do_mmap()
Hajime Tazaki
2026-04-05
mm: abstract reading sysctl_max_map_count, and READ_ONCE()
Lorenzo Stoakes (Oracle)
2025-09-13
mm/nommu: convert kobjsize() to folios
Sidhartha Kumar
2025-09-13
mm/vmalloc: allow to set node and align in vrealloc
Vitaly Wool
2025-08-05
Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-08-02
mm: correct type for vmalloc vm_flags fields
Lorenzo Stoakes
2025-07-31
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-07-09
mm: update core kernel code to use vm_flags_t consistently
Lorenzo Stoakes
2025-06-17
fs: consistently use can_mmap_file() helper
Lorenzo Stoakes
2025-06-17
mm/nommu: use file_has_valid_mmap_hooks() helper
Lorenzo Stoakes
2025-05-31
Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-05-12
mm: perform VMA allocation, freeing, duplication in mm
Lorenzo Stoakes
2025-05-12
mm: move dup_mmap() to mm
Lorenzo Stoakes
2025-05-11
mm: move mmap/vma locking logic into specific files
Lorenzo Stoakes
2025-05-03
mm: Add vmalloc_huge_node()
Peter Zijlstra
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-03-30
Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
2025-03-26
Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-03-17
arch, mm: set high_memory in free_area_init()
Mike Rapoport (Microsoft)
2025-03-17
arch, mm: set max_mapnr when allocating memory map for FLATMEM
Mike Rapoport (Microsoft)
2025-03-16
mm: introduce vma_iter_store_attached() to use with attached vmas
Suren Baghdasaryan
2025-03-13
Revert "fsnotify: generate pre-content permission event on page fault"
Amir Goldstein
2025-02-19
mm: Add copy_remote_vm_str() for readng C strings from remote VM
Jordan Rome
2025-02-07
mm: nommu: move sysctl to mm/nommu.c
Kaixiong Yu
2024-12-11
fsnotify: generate pre-content permission event on page fault
Josef Bacik
2024-11-11
nommu: pass NULL argument to vma_iter_prealloc()
Hajime Tazaki
2024-11-05
mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handling
Lorenzo Stoakes
2024-11-05
mm: unconditionally close VMAs on error
Lorenzo Stoakes
2024-11-05
mm: avoid unsafe VMA hook invocation when error arises on mmap hook
Lorenzo Stoakes
2024-09-01
mm: remove follow_page()
David Hildenbrand
2024-09-01
mm: vmalloc: implement vrealloc()
Danilo Krummrich
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-04-25
mm: remove follow_pfn
Christoph Hellwig
2024-04-25
mm: vmalloc: enable memory allocation profiling
Kent Overstreet
2024-04-15
mm: add nommu variant of vm_insert_pages()
Jens Axboe
2024-02-23
mm/vmalloc: remove vmap_area_list
Baoquan He
2023-11-02
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-10-18
mm: make vma_merge() and split_vma() internal
Lorenzo Stoakes
2023-10-18
mm: make __access_remote_vm() static
Lorenzo Stoakes
2023-10-03
mm: Remove unused vm_brk()
Kees Cook
[next]