index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
mmap_lock.c
Age
Commit message (
Expand
)
Author
10 days
mm: fix vma_start_write_killable() signal handling
Matthew Wilcox (Oracle)
2025-11-24
mm: tweak __vma_enter_locked()
Matthew Wilcox (Oracle)
2025-11-24
Merge branch 'mm-hotfixes-stable' into mm-stable in order to merge
Andrew Morton
2025-11-24
mm/mmap_lock: reset maple state on lock_vma_under_rcu() retry
Liam R. Howlett
2025-11-20
mm: add vma_start_write_killable()
Matthew Wilcox (Oracle)
2025-09-13
mm: change vma_start_read() to drop RCU lock on failure
Suren Baghdasaryan
2025-09-13
mm: limit the scope of vma_start_read()
Suren Baghdasaryan
2025-08-02
mm: fix a UAF when vma->mm is freed after vma->vm_refcnt got dropped
Suren Baghdasaryan
2025-07-24
fs/proc/task_mmu: read proc/pid/maps under per-vma lock
Suren Baghdasaryan
2025-05-11
mm: move mmap/vma locking logic into specific files
Lorenzo Stoakes
2025-01-13
mm: mmap_lock: optimize mmap_lock tracepoints
Shakeel Butt
2024-11-11
mm: mmap_lock: check trace_mmap_lock_$type_enabled() instead of regcount
Vlastimil Babka
2024-07-03
mm: mmap_lock: replace get_memcg_path_buf() with on-stack buffer
Tetsuo Handa
2021-07-23
mm: mmap_lock: fix disabling preemption directly
Muchun Song
2021-07-01
mm/mmap_lock: remove dead code for !CONFIG_TRACING configurations
Mel Gorman
2021-06-29
mm: mmap_lock: use local locks instead of disabling preemption
Nicolas Saenz Julienne
2020-12-15
mm: mmap_lock: add tracepoints around lock acquisition
Axel Rasmussen