index
:
kernel/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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
util.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-27
mm/vma: do not try to unmap a VMA if mmap_prepare() invoked from mmap()
Lorenzo Stoakes
1
-9
/
+17
2026-04-18
mm/vma: remove __vma_check_mmap_hook()
Lorenzo Stoakes
1
-10
/
+0
2026-04-05
mm: add mmap_action_map_kernel_pages[_full]()
Lorenzo Stoakes (Oracle)
1
-0
/
+7
2026-04-05
mm: allow handling of stacked mmap_prepare hooks in more drivers
Lorenzo Stoakes (Oracle)
1
-33
/
+86
2026-04-05
mm: add mmap_action_simple_ioremap()
Lorenzo Stoakes (Oracle)
1
-0
/
+5
2026-04-05
mm: add vm_ops->mapped hook
Lorenzo Stoakes (Oracle)
1
-27
/
+63
2026-04-05
mm: have mmap_action_complete() handle the rmap lock and unmap
Lorenzo Stoakes (Oracle)
1
-22
/
+19
2026-04-05
mm: switch the rmap lock held option off in compat layer
Lorenzo Stoakes (Oracle)
1
-1
/
+5
2026-04-05
mm: avoid deadlock when holding rmap on mmap_prepare error
Lorenzo Stoakes (Oracle)
1
-5
/
+7
2026-04-05
mm: various small mmap_prepare cleanups
Lorenzo Stoakes (Oracle)
1
-67
/
+54
2026-04-05
mm: rework compound_head() for power-of-2 sizeof(struct page)
Kiryl Shutsemau
1
-4
/
+12
2026-04-05
mm: rename the 'compound_head' field in the 'struct page' to 'compound_info'
Kiryl Shutsemau
1
-1
/
+1
2026-04-05
mm: do not map the shadow stack as THP
Catalin Marinas
1
-1
/
+5
2026-04-05
mm: introduce vm_mmap_shadow_stack() as a helper for VM_SHADOW_STACK mappings
Catalin Marinas
1
-0
/
+25
2026-02-13
mm: make vm_area_desc utilise vma_flags_t only
Lorenzo Stoakes
1
-1
/
+1
2025-11-17
mm: add ability to take further action in vm_area_desc
Lorenzo Stoakes
1
-11
/
+135
2025-10-08
fsnotify: pass correct offset to fsnotify_mmap_perm()
Ryan Roberts
1
-1
/
+2
2025-09-23
mm: do not assume file == vma->vm_file in compat_vma_mmap_prepare()
Lorenzo Stoakes
1
-23
/
+39
2025-09-23
mm: specify separate file and vm_file params in vm_area_desc
Lorenzo Stoakes
1
-2
/
+12
2025-09-22
mm: constify arch_pick_mmap_layout() for improved const-correctness
Max Kellermann
1
-3
/
+3
2025-09-22
mm, s390: constify mapping related test/getter functions
Max Kellermann
1
-5
/
+5
2025-09-22
scatterlist: disallow non-contigous page ranges in a single SG entry
David Hildenbrand
1
-0
/
+1
2025-09-22
mm/cma: refuse handing out non-contiguous page ranges
David Hildenbrand
1
-0
/
+35
2025-09-14
mm: convert core mm to mm_flags_*() accessors
Lorenzo Stoakes
1
-3
/
+3
2025-07-25
mm/util: introduce snapshot_page()
Luiz Capitulino
1
-0
/
+81
2025-07-20
mm: remove boolean output parameters from folio_pte_batch_ext()
David Hildenbrand
1
-1
/
+1
2025-07-20
mm: split folio_pte_batch() into folio_pte_batch() and folio_pte_batch_flags()
David Hildenbrand
1
-0
/
+29
2025-07-14
mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*
David Hildenbrand
1
-3
/
+3
2025-06-13
mm: add mmap_prepare() compatibility layer for nested file systems
Lorenzo Stoakes
1
-0
/
+40
2025-03-27
Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-8
/
+59
2025-03-25
Merge tag 'slab-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...
Linus Torvalds
1
-162
/
+0
2025-03-12
fsnotify: add pre-content hooks on mmap()
Amir Goldstein
1
-0
/
+3
2025-03-04
slab: Adjust placement of __kvmalloc_node_noprof
GONG Ruiqi
1
-162
/
+0
2025-02-07
mm: util: move sysctls to mm/util.c
Kaixiong Yu
1
-8
/
+59
2025-01-14
mm: add comments to do_mmap(), mmap_region() and vm_mmap()
Lorenzo Stoakes
1
-0
/
+17
2024-12-31
mm/util: make memdup_user_nul() similar to memdup_user()
Tetsuo Handa
1
-6
/
+1
2024-11-26
Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-35
/
+27
2024-11-08
mm: renovate page_address_in_vma()
Matthew Wilcox (Oracle)
1
-1
/
+1
2024-11-06
mm/util: deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
Yafang Shao
1
-42
/
+27
2024-11-06
mm/util: fix possible race condition in kstrdup()
Yafang Shao
1
-1
/
+8
2024-09-02
mm: only enforce minimum stack gap size if it's sensible
David Gow
1
-1
/
+1
2024-09-02
mm: kvmalloc: align kvrealloc() with krealloc()
Danilo Krummrich
1
-30
/
+70
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
1
-3
/
+3
2024-07-22
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+17
2024-07-19
Merge tag 'slab-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...
Linus Torvalds
1
-6
/
+17
2024-07-17
Merge tag 'linux_kselftest-kunit-6.11-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-0
/
+5
2024-07-15
Merge branch 'slab/for-6.11/buckets' into slab/for-next
Vlastimil Babka
1
-6
/
+17
2024-07-06
mm: add folio_mc_copy()
Kefeng Wang
1
-0
/
+17
2024-07-03
mm/util: Use dedicated slab buckets for memdup_user()
Kees Cook
1
-2
/
+12
2024-07-03
mm/slab: Introduce kvmalloc_buckets_node() that can take kmem_buckets argument
Kees Cook
1
-4
/
+5
[next]