aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mmap_lock.c
AgeCommit message (Expand)AuthorFilesLines
6 daysmm/mmap_lock: reset maple state on lock_vma_under_rcu() retryLiam R. Howlett1-0/+1
2025-09-13mm: change vma_start_read() to drop RCU lock on failureSuren Baghdasaryan1-39/+45
2025-09-13mm: limit the scope of vma_start_read()Suren Baghdasaryan1-0/+85
2025-08-02mm: fix a UAF when vma->mm is freed after vma->vm_refcnt got droppedSuren Baghdasaryan1-7/+3
2025-07-24fs/proc/task_mmu: read proc/pid/maps under per-vma lockSuren Baghdasaryan1-0/+93
2025-05-11mm: move mmap/vma locking logic into specific filesLorenzo Stoakes1-0/+273
2025-01-13mm: mmap_lock: optimize mmap_lock tracepointsShakeel Butt1-47/+3
2024-11-11mm: mmap_lock: check trace_mmap_lock_$type_enabled() instead of regcountVlastimil Babka1-31/+8
2024-07-03mm: mmap_lock: replace get_memcg_path_buf() with on-stack bufferTetsuo Handa1-155/+20
2021-07-23mm: mmap_lock: fix disabling preemption directlyMuchun Song1-2/+2
2021-07-01mm/mmap_lock: remove dead code for !CONFIG_TRACING configurationsMel Gorman1-27/+32
2021-06-29mm: mmap_lock: use local locks instead of disabling preemptionNicolas Saenz Julienne1-11/+22
2020-12-15mm: mmap_lock: add tracepoints around lock acquisitionAxel Rasmussen1-0/+230