index
:
pub/scm/linux/kernel/git/rientjes/linux.git
master
David Rientjes's fork of linux.git
David Rientjes
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
nommu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-24
mm: nommu: point to the write iterator upon split_vma
Hajime Tazaki
1
-0
/
+4
2026-08-06
mm/vma: update do_mmap() to use vma_flags_t
Lorenzo Stoakes
1
-1
/
+2
2026-08-04
mm/vma: correct incorrect vma.h inclusion
Lorenzo Stoakes
1
-1
/
+0
2026-08-04
mm/vma: introduce and use vma_set_pgoff()
Lorenzo Stoakes
1
-1
/
+1
2026-08-04
mm/vma: add and use vma_[add/sub]_pgoff()
Lorenzo Stoakes
1
-2
/
+4
2026-08-04
mm: use linear_page_[index, delta]() consistently
Lorenzo Stoakes
1
-1
/
+1
2026-08-04
mm/vma: use vma_start_pgoff(), linear_page_index() in mm code
Lorenzo Stoakes
1
-3
/
+4
2026-08-04
mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()
Lorenzo Stoakes
1
-4
/
+4
2026-08-04
mm/rmap: parameterise vma_interval_tree_*() by address_space
Lorenzo Stoakes
1
-4
/
+4
2026-08-04
mm: nommu: fix the error path when vma_iter_prealloc() fails
Hajime Tazaki
1
-8
/
+28
2026-07-30
mm: nommu: add sysctl_max_map_count() check for do_mmap()
Hajime Tazaki
1
-0
/
+3
2026-04-05
mm: abstract reading sysctl_max_map_count, and READ_ONCE()
Lorenzo Stoakes (Oracle)
1
-1
/
+1
2025-09-13
mm/nommu: convert kobjsize() to folios
Sidhartha Kumar
1
-7
/
+7
2025-09-13
mm/vmalloc: allow to set node and align in vrealloc
Vitaly Wool
1
-1
/
+2
2025-08-05
Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2025-08-02
mm: correct type for vmalloc vm_flags fields
Lorenzo Stoakes
1
-1
/
+1
2025-07-31
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-6
/
+6
2025-07-09
mm: update core kernel code to use vm_flags_t consistently
Lorenzo Stoakes
1
-6
/
+6
2025-06-17
fs: consistently use can_mmap_file() helper
Lorenzo Stoakes
1
-1
/
+1
2025-06-17
mm/nommu: use file_has_valid_mmap_hooks() helper
Lorenzo Stoakes
1
-1
/
+1
2025-05-31
Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-17
/
+11
2025-05-12
mm: perform VMA allocation, freeing, duplication in mm
Lorenzo Stoakes
1
-1
/
+3
2025-05-12
mm: move dup_mmap() to mm
Lorenzo Stoakes
1
-0
/
+8
2025-05-11
mm: move mmap/vma locking logic into specific files
Lorenzo Stoakes
1
-16
/
+0
2025-05-03
mm: Add vmalloc_huge_node()
Peter Zijlstra
1
-1
/
+17
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-8
/
+2
2025-03-30
Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
1
-0
/
+79
2025-03-26
Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+14
2025-03-17
arch, mm: set high_memory in free_area_init()
Mike Rapoport (Microsoft)
1
-2
/
+0
2025-03-17
arch, mm: set max_mapnr when allocating memory map for FLATMEM
Mike Rapoport (Microsoft)
1
-4
/
+0
2025-03-16
mm: introduce vma_iter_store_attached() to use with attached vmas
Suren Baghdasaryan
1
-2
/
+2
2025-03-13
Revert "fsnotify: generate pre-content permission event on page fault"
Amir Goldstein
1
-7
/
+0
2025-02-19
mm: Add copy_remote_vm_str() for readng C strings from remote VM
Jordan Rome
1
-0
/
+79
2025-02-07
mm: nommu: move sysctl to mm/nommu.c
Kaixiong Yu
1
-1
/
+14
2024-12-11
fsnotify: generate pre-content permission event on page fault
Josef Bacik
1
-0
/
+7
2024-11-11
nommu: pass NULL argument to vma_iter_prealloc()
Hajime Tazaki
1
-1
/
+1
2024-11-05
mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handling
Lorenzo Stoakes
1
-1
/
+1
2024-11-05
mm: unconditionally close VMAs on error
Lorenzo Stoakes
1
-2
/
+1
2024-11-05
mm: avoid unsafe VMA hook invocation when error arises on mmap hook
Lorenzo Stoakes
1
-2
/
+2
2024-09-01
mm: remove follow_page()
David Hildenbrand
1
-6
/
+0
2024-09-01
mm: vmalloc: implement vrealloc()
Danilo Krummrich
1
-0
/
+5
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-49
/
+28
2024-04-25
mm: remove follow_pfn
Christoph Hellwig
1
-21
/
+0
2024-04-25
mm: vmalloc: enable memory allocation profiling
Kent Overstreet
1
-28
/
+28
2024-04-15
mm: add nommu variant of vm_insert_pages()
Jens Axboe
1
-0
/
+7
2024-02-23
mm/vmalloc: remove vmap_area_list
Baoquan He
1
-2
/
+0
2023-11-02
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-4
/
+4
2023-10-18
mm: make vma_merge() and split_vma() internal
Lorenzo Stoakes
1
-2
/
+2
2023-10-18
mm: make __access_remote_vm() static
Lorenzo Stoakes
1
-2
/
+2
2023-10-03
mm: Remove unused vm_brk()
Kees Cook
1
-5
/
+0
[next]