index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
vma.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-24
mm: softdirty: add pgtable_supports_soft_dirty()
Chunyan Zhang
1
-2
/
+4
2025-11-20
mm: implement sticky VMA flags
Lorenzo Stoakes
1
-13
/
+15
2025-11-20
mm: update vma_modify_flags() to handle residual flags, document
Lorenzo Stoakes
1
-26
/
+30
2025-11-20
mm: kill mm_wr_locked from unmap_vmas() and unmap_single_vma()
Kefeng Wang
1
-3
/
+2
2025-11-16
mm: add ability to take further action in vm_area_desc
Lorenzo Stoakes
1
-28
/
+85
2025-11-16
mm/vma: rename __mmap_prepare() function to avoid confusion
Lorenzo Stoakes
1
-4
/
+4
2025-11-16
mm/vma: remove unused function, make internal functions static
Lorenzo Stoakes
1
-19
/
+2
2025-11-16
mm: fix some typos in mm module
jianyun.gao
1
-2
/
+2
2025-09-22
mm: specify separate file and vm_file params in vm_area_desc
Lorenzo Stoakes
1
-2
/
+3
2025-08-05
Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+2
2025-08-02
mm/mseal: small cleanups
Lorenzo Stoakes
1
-2
/
+2
2025-07-31
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-56
/
+103
2025-07-24
mm/vma: refactor vma_modify_flags_name() to vma_modify_name()
Lorenzo Stoakes
1
-3
/
+1
2025-07-09
mm: update core kernel code to use vm_flags_t consistently
Lorenzo Stoakes
1
-40
/
+40
2025-07-09
mm/vma: use vmg->target to specify target VMA for new VMA merge
Lorenzo Stoakes
1
-17
/
+19
2025-07-09
mm: prevent KSM from breaking VMA merging for new VMAs
Lorenzo Stoakes
1
-2
/
+49
2025-06-17
mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepare
Lorenzo Stoakes
1
-1
/
+1
2025-06-12
mm: add mmap_prepare() compatibility layer for nested file systems
Lorenzo Stoakes
1
-1
/
+0
2025-06-11
mm/vma: reset VMA iterator on commit_merge() OOM failure
Lorenzo Stoakes
1
-18
/
+4
2025-06-06
Merge tag 'mm-stable-2025-06-06-16-09' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-3
/
+17
2025-06-05
mm/hugetlb: unshare page tables during VMA split, not before
Jann Horn
1
-0
/
+7
2025-06-05
mm: fix uprobe pte be overwritten when expanding vma
Pu Lehui
1
-3
/
+17
2025-05-31
Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-37
/
+167
2025-05-25
mm: fix copy_vma() error handling for hugetlb mappings
Ricardo CaƱuelo Navarro
1
-0
/
+1
2025-05-13
mm/vma: remove mmap() retry merge
Lorenzo Stoakes
1
-14
/
+0
2025-05-13
mm: introduce new .mmap_prepare() file callback
Lorenzo Stoakes
1
-1
/
+67
2025-05-12
mm: abstract initial stack setup to mm subsystem
Lorenzo Stoakes
1
-0
/
+43
2025-05-11
mm/vma: fix incorrectly disallowed anonymous VMA merges
Lorenzo Stoakes
1
-23
/
+58
2025-04-11
mm/vma: add give_up_on_oom option on modify/merge, use in uffd release
Lorenzo Stoakes
1
-4
/
+47
2025-03-16
mm: make vma cache SLAB_TYPESAFE_BY_RCU
Suren Baghdasaryan
1
-8
/
+3
2025-03-16
mm: mark vmas detached upon exit
Suren Baghdasaryan
1
-2
/
+4
2025-03-16
mm: introduce vma_iter_store_attached() to use with attached vmas
Suren Baghdasaryan
1
-6
/
+6
2025-03-16
mm: mark vma as detached until it's added into vma tree
Suren Baghdasaryan
1
-3
/
+3
2025-03-16
mm: completely abstract unnecessary adj_start calculation
Lorenzo Stoakes
1
-52
/
+47
2025-03-16
mm: make vmg->target consistent and further simplify commit_merge()
Lorenzo Stoakes
1
-58
/
+61
2025-03-16
mm: eliminate adj_start parameter from commit_merge()
Lorenzo Stoakes
1
-20
/
+30
2025-03-16
mm: further refactor commit_merge()
Lorenzo Stoakes
1
-49
/
+52
2025-03-16
mm: simplify vma merge structure and expand comments
Lorenzo Stoakes
1
-80
/
+86
2025-03-16
mm/vma: do not register private-anon mappings with khugepaged during mmap
Dev Jain
1
-1
/
+2
2025-03-05
mm: abort vma_modify() on merge out of memory failure
Lorenzo Stoakes
1
-4
/
+8
2025-01-25
mm: make mmap_region() internal
Lorenzo Stoakes
1
-1
/
+60
2025-01-25
mm/debug: prefer VM_WARN_ON_VMG() to report VMG debug warnings
Lorenzo Stoakes
1
-16
/
+17
2025-01-25
mm: remove unnecessary calls to lru_add_drain
Rik van Riel
1
-2
/
+0
2025-01-13
mm: enforce __must_check on VMA merge and split
Lorenzo Stoakes
1
-3
/
+5
2025-01-13
mm/vma: move __vm_munmap() to mm/vma.c
Lorenzo Stoakes
1
-0
/
+18
2025-01-13
mm/vma: move stack expansion logic to mm/vma.c
Lorenzo Stoakes
1
-32
/
+237
2025-01-13
mm/vma: move unmapped_area() internals to mm/vma.c
Lorenzo Stoakes
1
-0
/
+109
2025-01-13
mm/vma: move brk() internals to mm/vma.c
Lorenzo Stoakes
1
-0
/
+82
2024-12-18
mm: correctly reference merged VMA
Lorenzo Stoakes
1
-1
/
+4
2024-12-05
mm: correct typo in MMAP_STATE() macro
Lorenzo Stoakes
1
-1
/
+1
[next]