summaryrefslogtreecommitdiff
path: root/mm/mmap_lock.c
AgeCommit message (Expand)Author
10 daysmm: fix vma_start_write_killable() signal handlingMatthew Wilcox (Oracle)
2025-11-24mm: tweak __vma_enter_locked()Matthew Wilcox (Oracle)
2025-11-24Merge branch 'mm-hotfixes-stable' into mm-stable in order to mergeAndrew Morton
2025-11-24mm/mmap_lock: reset maple state on lock_vma_under_rcu() retryLiam R. Howlett
2025-11-20mm: add vma_start_write_killable()Matthew Wilcox (Oracle)
2025-09-13mm: change vma_start_read() to drop RCU lock on failureSuren Baghdasaryan
2025-09-13mm: limit the scope of vma_start_read()Suren Baghdasaryan
2025-08-02mm: fix a UAF when vma->mm is freed after vma->vm_refcnt got droppedSuren Baghdasaryan
2025-07-24fs/proc/task_mmu: read proc/pid/maps under per-vma lockSuren Baghdasaryan
2025-05-11mm: move mmap/vma locking logic into specific filesLorenzo Stoakes
2025-01-13mm: mmap_lock: optimize mmap_lock tracepointsShakeel Butt
2024-11-11mm: mmap_lock: check trace_mmap_lock_$type_enabled() instead of regcountVlastimil Babka
2024-07-03mm: mmap_lock: replace get_memcg_path_buf() with on-stack bufferTetsuo Handa
2021-07-23mm: mmap_lock: fix disabling preemption directlyMuchun Song
2021-07-01mm/mmap_lock: remove dead code for !CONFIG_TRACING configurationsMel Gorman
2021-06-29mm: mmap_lock: use local locks instead of disabling preemptionNicolas Saenz Julienne
2020-12-15mm: mmap_lock: add tracepoints around lock acquisitionAxel Rasmussen